#content {
	background: #92BDEE url(../images/layout/Backgrounds/bg_search.jpg) no-repeat;
	padding: 45px 0 35px 0;
}
 
h1 {
	margin: 0 22px;
	padding: 0;
}
 
#sitemap-box {
	margin: 5px 0 0 18px;
	padding: 7px 0 0 0;
	background: transparent url(../images/layout/Sitemap/mainbox_top.png) no-repeat;
	width: 960px;
}
 
#sitemap-box-inner {
	padding: 5px 16px 10px 15px;
	background: transparent url(../images/layout/Sitemap/mainbox_middle.png) repeat-y;
	overflow: hidden;
}
 
* html #sitemap-box-inner { height: 1%; }
 
#sitemap-box-bottom {
	height: 8px;
	background: transparent url(../images/layout/Sitemap/mainbox_bottom.png) no-repeat;
}
 
#sitemap-box a {
	color: #545454;
}
 
#sitemap-box a:hover {
	color: #000;
}
 
#sitemap-box h2 {
	margin: 15px 0 10px 0;
	border-bottom: dotted 2px #c6c9d3;
	padding: 0 0 10px 0;
	color: #646b87;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}
 
#sitemap-box h2.empty {
	height: 24px;
}
 
#sitemap-box #models-col h2 {
	border-bottom: none;
	padding: 0;
}
 
#sitemap-box h2 a {
	color: #646b87;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
}
 
#sitemap-box h3 {
	margin: 1em 0 0 0;
}
 
#sitemap-box h3 a {
	color: #3b3a38;
	font-size: 14px;
}
 
#sitemap-box h4 {
	margin: 1em 0 0 0;
}
 
#sitemap-box h4 a {
	color: #3b3a38;
	font-size: 13px;
}
 
#sitemap-box h2 a:hover,
#sitemap-box h3 a:hover,
#sitemap-box h4 a:hover {
	color: #000;
}
 
 
 
#models-col {
	width: 453px;
	float: left;
}
 
#middle-col {
	float: left;
	width: 215px;
	margin-right: 20px;
	margin-left: 16px;
	display: inline;
}
 
#right-col {
	float: left;
	width: 215px;
}
 
#models-box {
	background: transparent url(../images/layout/Sitemap/modelbox_top.gif) no-repeat;
	padding: 5px 0 0 0;
}
 
#models-box-inner {
	background: transparent url(../images/layout/Sitemap/modelbox_middle.gif) repeat-y;
	padding: 0 6px 0 3px;
}
 
#models-box-bottom {
	height: 7px;
	background: transparent url(../images/layout/Sitemap/modelbox_bottom.gif) no-repeat;
}
 
#models-table-container {
	padding-bottom: 15px;
}
 
#models-box table {
	border-collapse: collapse;
	padding: 0;
}
 
#models-box td {
	vertical-align: top;
	border-collapse: collapse;
	width: 222px;
	padding: 20px 0 0 0;
	background: transparent url(../images/layout/Sitemap/modelbox_gradient.gif) repeat-x 0 65px;
}
 
#models-box td.left {
	background: transparent url(../images/layout/Sitemap/modelbox_gradient_withline.gif) no-repeat -1px 65px;
}
 
#models-box .model-image {
	text-align: center;
	margin-bottom: -20px;
}
 
#models-box .model-image img {
	display: block;
	width: 222px;
	height: 100px;
}
 
#models-box h3 {
	margin: 0 0 0 36px;
}
 
 
#models-box ul {
	margin: 6px 25px 0 35px;
}
 
#models-box li {
	
}
 
#models-box li a {
	color: #545454;
	font-size: 13px;
}
 
#models-box li a:hover {
	color: #000;
}