/********************************/
/* Molina Construction			*/
/* Stylesheet					*/

/********************************/
/* General Formatting			*/
body {
	background: #515A68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right {
	text-align: right;
}
.font {
	font-size: 0.80em;
}

/********************************/
/* Layout						*/
.wrapper {
	margin: 0 auto;
	width: 900px;	
}
#main {
	background: url(../images/bkgrd_main.jpg) repeat-y;
	margin-top: 20px; 
}
#footer {
	font-size: 0.65em;
	padding: 20px 0 0 0;
}

/********************************/
/* Header						*/

	/* Navigation */
	#header ul {
		float: right;
	}
	#header li {
		background: #84A2C5;
		float: left;
		margin: 0 0 0 3px;
	}
	
		/* Links */
		#header li a {
			border-bottom: solid 5px #F2E4C9;
			color: #256B9E;
			float: left;
			font-size: 0.65em;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header li a span {
			border-bottom: solid 3px #515A68;
			display: block;
			padding: 25px 10px 5px 35px;
		}
		#header li#inv a span {
			background: url(../images/nav_inventory.jpg) no-repeat 10px 16px;
		}
		#header li#slide a span {
			background: url(../images/nav_slideshow.jpg) no-repeat 10px 14px;
		}
		#header li#mov a span {
			background: url(../images/nav_movies.jpg) no-repeat 10px 15px;
		}
		#header li#test a span {
			background: url(../images/nav_testimonials.jpg) no-repeat 10px 15px;
		}
		
		/* Hovers */
		#header li a:hover {
			border-bottom: solid 5px #256B9E;
			color: #FFF;
		}
		#header li#inv a:hover span {
			background: url(../images/nav_inventory_over.jpg) no-repeat 10px 16px;
		}
		#header li#slide a:hover span {
			background: url(../images/nav_slideshow_over.jpg) no-repeat 10px 14px;
		}
		#header li#mov a:hover span {
			background: url(../images/nav_movies_over.jpg) no-repeat 10px 15px;
		}
		#header li#test a:hover span {
			background: url(../images/nav_testimonials_over.jpg) no-repeat 10px 15px;
		}
		
		/* Active */
		#header li.current a {
			border-bottom: solid 5px #84A2C5;
		}
		#header li.current a:hover  {
			border-bottom: solid 5px #84A2C5;
			color: #256B9E;
		}
		
#header li#search {
	padding: 9px;
}
#header li#search input {
	float: left;
}
#header li#search button {
	background: url(../images/btn_search.jpg) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	margin: 2px 0 0 4px;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
}
#header li#search button:hover {
	background: url(../images/btn_search_over.jpg) no-repeat;
}
#header h1 {
	background: url(../images/logo_text.jpg) no-repeat bottom;
	color: #84A2C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 40px;
	padding: 30px 0 0 0;
	text-indent: -99999px;
	width: 581px;
}
#header p {
	color: #FFF;
	font-size: 0.80em;
}
#header p span {
	color: #E3C0A0;
	font-weight: bold;
	text-transform: uppercase;
}
#masthead {
	border: solid 2px #A8ADB4;
	border-left: none;
	border-right: none;
	padding: 2px 0;
}
#masthead div {
	background: #727984;
}
#masthead div.wrapper {
	height: 200px;
}

/********************************/
/* Content						*/

	/* Sidebar */
	#sidebar {
		float: left;
		width: 201px;
	}
	#sidebar li {
		float: left;
	}
	#sidebar li a {
		background: #F2E4C9;
		color: #515A68;
		cursor: pointer;
		display: block;
		font-size: 0.80em;
		margin: 0 0 3px 0;
		text-decoration: none;
		text-transform: uppercase;
		width: 201px;
	}
	#sidebar li a span {
		background: #E3C0A0;
		border: solid 3px #515A68;
		border-right: none;
		border-top: none;
		display: block;
		float: right;
		height: 7px;
		width: 97px;
	}
	#sidebar li a strong {
		display: block;
		padding: 45px 20px 5px 20px;
		width: 161px;
	}
	#sidebar li a:hover {
		background: #84A2C5;
		color: #FFF;
	}
	#sidebar li a:hover span {
		background: #256B9E;
	}
	#sidebar li.current a {
		background: #F2E4C9;
		color: #515A68;
		cursor: default;
	}
	#sidebar li.current a span {
		background: #84A2C5;
	}
	
#content {
	background: #FFF;
	float: left;
	margin: 0 20px;
	padding: 15px 40px;
	width: 578px;
}
#content a {
	color: #5189B1;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #515A68;
	font-weight: normal;
	margin: 25px 0 10px 0;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.00em;
}
#content h3 {
	text-transform: uppercase;
}
#content h4 {
}
#content h5 {
	font-weight: bold;
}
#content h6 {
	font-style: italic;
}
#content p, #content blockquote {
	font-size: 0.70em;
	line-height: 1.30em;
}
#content blockquote {
	border: solid 7px #F2E4C9;
	border-left: 0;
	border-right: 0;
	color: #A5BBD4;
	margin: 30px 0 30px 40px;
	padding: 10px 0;
}
#content label.required {
	font-weight: bold;
}
#content input, #content select, #content textarea {
	border: solid 1px #84A2C4;
}
#content input.radio, #content input.checkbox {
	border: none;
	width: auto;
}
#content table {
	padding: 20px 0;
	width: 100%;
}
#content th, #content td {
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	padding: 16px 10px;
}
#content th {
	background: #E3C0A0;
	color: #FFF;
	font-size: 0.80em;
}
#content th.blank {
	background: #FFF;
}
#content td {
	background: #F2E4C9;
	font-size: 0.60em;
}
.linklist {
	border-top: solid 1px #F8F8F8;
	border-bottom: solid 1px #ECECEC;
	margin: 0;
	padding: 5px 0;
}
.linklist a {
	font-size: 1.20em;
}
.linklist img {
	float: left;
	margin: 5px 8px;
}
.linklist span {
	display: block;
	margin: 0 0 0 116px;
	padding: 5px 0;
}
	
	/* Form Controls */
	#content fieldset li {
		clear: both;
		padding: 2px 0;
	}
	#content fieldset label {
		float: left;
		font-size: 0.70em;
		margin: 0 10px 0 0;
		width: 9.00em;
	}
	.getowner li {
		padding: 3px 0;
	}

	/* Listing Gallery */
	#home-gallery {
		margin: 0;
		padding :0;
		list-style: none;
	}
	#home-gallery li {
		float: left;
		margin: 0 5px 20px 0;
	}
	#home-gallery li a {
		display: block;
		padding: 6px;
		border: 1px solid #FFF;
	}
	#home-gallery li a img {
		border: 1px solid #ECECEC;
	}
	#home-gallery li a span {
		display: block;
		font-size: 0.80em;
		padding: 5px 5px 0px 5px;
	}
	#home-gallery li a:hover {
		color: #515A68;
		background: #FFFAEF;
		border: 1px solid #DFD8CB;
		text-decoration: none;
	}
	
	/* Listing Details Layout */
	h3#listing-title {
		color: #DFD8CB;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.00em;
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 6px 9px;
		background: #4F637B;
		border-bottom: 1px dotted #CBC2B1;
	}
	#details-info {
		color: #DFD8CB;
		padding: 9px 0 0 0;
		background: #2A3449;
	}
	#details-image {
		float: left;
		margin: 0 9px 9px 9px;
		border: 2px solid;
	}
	#details-image img {}
	#details-info p {
		margin: 0 9px 4px 9px;
	}
	.info-item-label {
		color: #544735;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		margin: 10px 0;
	}
	#slideshow-container {
		margin: 14px 9px 5px 9px;
	}
	#slideshow1 {
		float: left;
		border: 1px solid #515A68;
	}
	#slideshow-thumb-container {
		float: right;
		width: 150px;
		height: 345px;
		overflow: auto;
		padding: 10px 0;
		text-align: center;
		background: #4F637B;
	}
	#slideshow-thumb-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#slideshow-thumb-container ul li {
		margin: 3px 0;
	}
	#slideshow-thumb-container img {}
	#slideshow-link {
		display: block;
		color: #544735;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 0.80em;
		text-align: right;
		margin: 12px 0 0 0;
		padding: 5px 9px;
		background: #CBC2B1;
	}
	#slideshow-link:hover {
		color: #4F637B;
		text-decoration: none;
	}
	.listing-bullet {
		color: #544735;
		padding: 3px 0;
		border-bottom: 1px solid #CBC2B1;
	}
	
	/*********************************************/
	/* Photo Gallery							 */
	#content .galleryCat, #content .gallery {
		font-size: 1.00em;
		margin: 0;
	}
	#content .galleryCat li, #content .gallery li {
		background: none;
		padding: 0;
	}
	#content .galleryCat {
		margin: 20px 0;
	}
	.catLink {
		font-size: 0.80em;
	}
	.galleryCat li {
		float: left;
		width: 450px;
	}
	.galleryCat a {
		color: inherit;
	}
	.galleryCat img {
		float: left;
		margin: 0 10px 10px 0;
	}
	.galleryCat p {
		font-size: 0.75em;
		margin: 0 0 0 205px;
		padding: 0 5px 5px 5px;
	}
	.galleryCat h3 {
		font-size: 1.00em;
		margin: 0 0 5px 0;
	}
	.gallery {
		float: left;
		margin: 0 0 10px 0;
		padding: 10px 0 0 0;
		width: 490px;
	}
	.gallery img {
		border: solid 1px #ECECEC;
	}
	.gallery li {
		background: none;
		float: left;
		margin: 0 20px 0 0;
		padding: 0;
		width: 152px;
	}
	.gallery li.lastrow {
		margin: 0;
	}
	.gallery li p {
		color: #515A68;
		font-size: 1.00em;
		line-height: 1.30em;
		margin: 0;
		padding: 2px;
		text-align: center;
	}

/********************************/
/* Footer						*/
#links {
	background: #84A2C5;
}
#links ul li {
	color: #FFF;
	float: left;
	padding: 11px 3px 11px 0;
}
#links ul li a {
	color: #FFF;
	text-decoration: none;
}
#links ul li a:hover {
	text-decoration: underline;
}
#footer p {
	color: #000;
	padding: 11px 0 28px 0;
}
#footer p span, #footer p span a {
	color: #727984;
}