@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0; 
	padding: 0;
}
a {
	text-decoration: none;
	/*color: #cc0000;*/
	color: #433224;
	
	}
a:hover {
	color: #847468;	
}
body {
	font-family: "Lucida Grande", sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #847468;
	font-size: 12px;	
	height: 100%;
	background-image: url(../img/back_body.jpg);
	background-repeat: no-repeat;
}
#container {
	margin: 10px auto 0 auto;
	position: relative;
	width: 950px;
	height: 630px;	
	/*border: 1px dotted #ff0000;*/
	}
#menu {
	text-align: right;
}
#menu a {
	color: #847468;
}
#menu a:hover {
	/*color: #cc0000;*/	
	color: #433224;
}
#menu a.active {
	/*color: #cc0000;*/
	color: #433224;
}
#menu .spacer {
	margin: 0 10px 0 10px;
}
#header {
	margin-top: 15px;
	border-bottom: 1px solid #dfd3cb;
	height: 43px;
	}
#header #logo {
	float: left;	
}
#header #title {
	float: right;	
}
#header #title.dropLeading {
	position:absolute;
	right: 0;
	top: 35px;
}
#header #submenu {
	position:absolute;
	left: 320px;
}
#header #submenu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	}

#header #submenu ul li {
	position: relative;
	float: left;
	width: 153px;
	}

#header #submenu li ul {
	position: absolute;
	left: -2px;
	top: -25px;
	display: none;
	background-image: url(../img/submenuBack.png);
	background-repeat: no-repeat;
	width: 150px; /* Width of Menu Items */
	height: 150px; /* Width of Menu Items */	
	}
#header #submenu li.single ul {
	background-image: url(../img/submenuBackSingle.png);
}
/* Styles for Menu Items */
#header #submenu ul li a {
	display: block;
	width: 135px;
	color: #847468;
	height: 23px;
	margin-left: 5px;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html #header #submenu ul li { float: left; height: 1%; }
* html #header #submenu ul li a { height: 1%; }
/* End */

#header #submenu ul li a:hover { 
	color: #433224;  
	/*border-bottom: 1px solid #847468;*/
	} /* Hover Styles */
		
#header #submenu li ul li a { padding: 5px 0 0 2px;} /* Sub Menu Styles */
#header #submenu li ul li a img {
	margin-left: 4px;		
}
#header #submenu li ul li a.subMenuHead img	{
	margin-left: 0px;	
}
#header #submenu li ul li a.subMenuHead	{
	color: #433224;
	margin-bottom: 18px;
}
img.subIcon {
	margin-right: 5px;
}

#header #submenu li:hover ul, li.over ul { display: block; } /* The magic */

#content {
	margin: 10px 0 10px 0;
	width: 950px;
	min-height: 500px;
}
#content_models {
	margin: 10px 0 10px 0;
	width: 950px;
	height: 515px;
}
#content.back {
	background-image:url(../img/back_brown.jpg);
	background-repeat: no-repeat;
	color: #f2eee5;
}
.column {
	margin-top: 20px;
	margin-left: 0px;
	width: 400px;
	float: left;
}
.columnRight {
	margin-left: 70px;
}
.right {
	float:right;
}
.subColumn {
	float:left;
	width: 100px;
	margin-right: 80px;
}
#footer {
	font-size: 11px;
	border-top: 1px solid #dfd3cb;	
	padding-top: 5px;
}
#footer #copyright {
	float:left;
}
#footer #contact {
	float:right;
}
h2 {
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 5px;
}
#content_models h3 {
	padding-top: 40px;
	padding-bottom: 30px;
}
h3.noscript {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;	
}
p {
	text-align: justify;
	font-size: 11px;
	margin-bottom: 15px;
}
#content_models p {
	text-align:center;
	font-size: 12px;
}
p.noscript {
	font-size: 12px;
}
#content ul {
	float: left;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
}
.modelBox {
	float: left;
	display: block;
	width: 227px;
	height: 100px;
	
	margin-bottom: 10px;
	margin-right: 10px;
	/*background-color: #CCC;*/
	/*border: 1px solid #433224;*/
}
.thumb {
	
	width: 30%;
	border: 1px solid #433224;
	margin-right: 10px;
	margin-bottom: 0px;
}
