@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin-top:0px;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 width: 90%;
 
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/







body {
	margin: 0px;
	padding: 0;
	background: #fff;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote { }

a { color: #FFFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
	background: #fff url(images/bg.jpg) repeat-x left top;
}

#wrapperClean {
	width: 100%;
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 200px;
	background: url(images/menu-bg.jpg) no-repeat left top;
	margin:auto;
}

#headerClean {
	width: 1000px;
	height: 200px;
	background: url(images/bg/menu-bg-clean.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Menu */

#menu {
	width:1000px;

}

#menu ul {
	padding-top: 15px;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 40px;
	background: url(images/img05.png) no-repeat 5px;
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color:#000;
	font-weight: normal;
}

#menu .current_page_item {
	display: block;
	margin: 0px;
	background: none;
	color: #FFFFFF;
}



/* Font */
	
.headerFont {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5b1b10;
	}
	
.largeFont {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	}
.largeHeaderFont {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	}
	
.miniLinks {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.linkText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333494;
	font-size:14px;
	}
	
.bgmiddleText{
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:30px;
	padding-right:30px;
	}

/* Page */



/*------------------------------------------------------------------
---------------- DREAMWORLDS LOGO - START ---------------------------------------
-------------------------------------------------------------------*/


#bgtop{
	background-image:url(images/bg/top.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	margin-top:0px;
	height:15px;
	}
#bgmiddle{
	background-image:url(images/bg/middle.png);
	background-repeat:repeat;
	margin:auto;
	height:auto;
	}
#bgbottom{
	background-image:url(images/bg/bottom.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
/*------------------------------------------------------------------
---------------- DREAMWORLDS LOGO - END ---------------------------------------
-------------------------------------------------------------------*/




#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */


#introSlideshow {
	padding-left:26px;
	padding-top:23px;
	}

#miniLinks {
	width:100px;
	height:120px;
	padding-top:10px;
	padding-left:10px;
	float:left;
	color:333;
	}

#headerLogo {
	height:120px;
	float:left;
	}


/* Content */



/* Footer */

#footer {
	width:auto;
	margin:auto;
	height: auto;
	padding-top:20px;
	background-color:#666;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
	color: #e4e0d8;
}

#footer a {
	color: #e4e0d8;
}

#footerBoxesField{
	height:273px;
	padding-top:20px;
	margin:auto;
	width:980px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}

#footerBoxes {
	width:277px;
	height:154px;
	margin-left:12px;
	margin-right:0px;
	float:left;
	}


#footerBoxesService {
	width:297px;
	height:154px;
	margin-left:70px;
	margin-right:24px;
	float:left;
	}
	
	
#footerLinksField{
	height:140px;;
	width:980px;
	color:#fff;
	margin:auto;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#sitemap{
	width:450px;
	height:auto;
	float:left;
	}

#sitemapDevider{
	background-image:url(images/sitemap-devider.jpg);
	background-repeat:repeat;
	width:10px;
	float:left;
	margin-right:20px;
	height:100px;
	}
#rmlFooter{
	width:350px;
	height:125px;
	float:left;
	padding-left:140px;
	background-image:url(images/dreamworlds-rml-flower-pot-footer.jpg);
	background-repeat:no-repeat;
	}


#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	}
	
	









#aboutLink {
	width:1000px;
	height:65px;
	}
	
#frescographytLink {
	width:1000px;
	height:65px;
	}
	
#rmlLink {
	width:1000px;
	height:65px;
	}
	
#brochuresLink {
	width:1000px;
	height:65px;
	}
	
#filmsLink {
	width:1000px;
	height:65px;
	}