/* @override http://golddustlimousines.com.au/css/screen.css */

/*----------
	Gold Dust Limousines - CSS Document 
----------*/



@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
	text-align: center;
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;
	background: #B5985A url(../images/core/bg.gif) no-repeat top center;
}

#container {
	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}

#content {
	background: url(../images/core/container_bg.gif) repeat-y;
}

#text {
	width: 500px;
	float: left;
	padding: 20px 0;

}
.gallery #text {
	width: 530px;
	float: left;
	padding: 20px 0;
}

/*----------	HeaDeR STYLeS	----------*/
#header {
	width: 780px;
	height: 158px;
	position: relative;
}

#header img#logo { position: absolute; top: 22px; left: 223px; border:0; z-index: 5;}


/*----------	BaNNeR STYLeS	----------*/
#banner { width: 780px; height: 225px; background: url(../images/core/flash_container.jpg) no-repeat;}
#flash-container { position: absolute; z-index: 1;}


/*----------	NaVIGaTIoN STYLeS	----------*/
#navigation { width: 780px; background-color: #DACCAD; height: 29px; }
#navigation ul { margin: 0; list-style-type: none; }
#navigation ul li { margin: 0 10px; display: inline; float: left; position: relative; }
#navigation ul li a { display: block; height: 29px; }
#navigation ul li a:hover { background-position: 0 -29px !important; }
#navigation ul li#home a { background: url(../images/nav/home.gif) no-repeat; width: 69px; }
#navigation ul li#gallery a { background: url(../images/nav/gallery.gif) no-repeat; width: 86px; }
#navigation ul li#services a { background: url(../images/nav/services.gif) no-repeat; width: 84px; }
#navigation ul li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 108px; }

/*Second Level List */
#navigation ul li ul#dropdown {
	position: absolute;
	top: 29px;
	left: 0;
	display: none;
	text-align: left;
	width: 150px;
}

#navigation ul li.hover ul#dropdown { display: block; }
#navigation ul li ul#dropdown li { display: inline; float: none; }
#navigation ul li ul#dropdown li a { padding: 5px 0 3px 10px; height: 1%; height:20px;	background:#DACCAD;	text-indent:0; width: 150px; text-decoration:none;}
#navigation ul li ul#dropdown li a:hover { padding: 5px 0 3px 10px; height: 1%; 	height:20px;	background:#997D41;	text-indent:0; width: 150px; text-decoration:none; color:#CCC;}

.home li#home a, .gallery li#gallery a, .services li#services a, .contact li#contact a {
	background-position: 0 -29px !important;
}

/*----------	CoMMoN STYLeS	----------*/
a { color: #614D23; text-decoration: underline; }
a:hover { text-decoration: none; }
h1 {
	display: block;
	padding: 0px 0 10px 0;
}

h2 { font-size: 1.2em; font-weight: bold; padding: 15px 0px 0px 50px; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #DACCAD; margin: 10px 0px 0 30px; clear: both; }
p { margin: 10px 30px 10px 50px; }

ul { margin: 10px 0; list-style-type: square; }
ul li { margin: 0 50px; }
img#mudmap { margin: 10px; float: right; }
img.inner_photos { float: right; margin: 10px; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.top { border-top: 1px solid #DACCAD; text-align: right; font-size: 0.9em; margin: 10px 0px 0 30px; clear: both; }

#services_items { width: 460px; padding: 20px; float: left; clear: both; display: inline; }
#services_items img { float: left; margin: 0; padding: 0; }
#services_items #services_desc { float: right; margin: 0; padding: 10ox 0 0 0; display: inline; width: 370px; }
#services_desc p, #services_desc h2 { padding: 0; margin: 0; }

/*----------	CTa STYLeS	----------*/
#cta { text-align: left; width: 208px; float: right; padding-top: 40px; margin-right: 30px; _margin-right: 6px; }
#cta p { margin: 10px 0 19px 0px; padding:0 0 0 50px; line-height:20px;}
#cta p strong { width: 4em; float: left; }
#cta .address { color: #90763D; }

/*----------	GaLLERY STYLeS	----------*/
#gallery-container {margin:0 0 0 50px;}
.gallery #text img.thumb {padding:1px; margin:5px; border:5px solid #ccc;}


/*----------	FooTeR STYLeS	----------*/
#footer { color: #F0EBDE; width: 780px; margin: 0 auto; font-size: 1.1em; background: url(../images/core/bottom-bg.gif) no-repeat 0 0; padding-top: 10px; height: 30px; }
#footer a { color: #F0EBDE; text-decoration: none; }	
#footer a:hover { text-decoration: underline; }	
#footer p { float: left; padding-left: 20px; margin: 20px 0 30px 0; }
#footer img#wflogo { float: right; margin: 15px 3px 0px 0; }
