/* Footer - Site Map */
html, body {background:url(/MusaWeb/musa2/images/global/bg_default.jpg) no-repeat top center #000}

h2 {
	color: #999999;
    font: 16px interstate-bold,sans-serif;
    margin-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

h3 {
	font: 13px interstate-bold,sans-serif,arial;
	text-transform:uppercase;
	padding:35px 0 7px;
}

h3.col_top {padding:0}

h3.inside_maz {padding-bottom:0}

#intro_p {padding-top:7px}

#content{
	padding: 0;clear:both;
}
#content ul li {margin: 7px 0 0 0;}
#content A {
	font-weight: bold;
	color: #0099cc;
}

.model_list_ul li {padding-left:20px}
.model_list_ul li.lead {padding-left:0;padding-top:10px}

.clear {clear:both}

.subhdr {
	color:#295778;
	display:block;
	font-size:15px;
	font-weight:bold;
	border-bottom: solid 6px #D3E7F6;
	margin: 30px 0 12px 0;
	padding: 0 0 4px 0;	
}

.sitemap_col{
	width: 292px;
	float: left;
	padding:0 22px 0 0;
}
	
.sitemap_col ul{	
	margin: 8px 0 0 0;
}


.sitemap_col p{
	margin: 0;
	padding: 0;
	line-height: 15px;
}

.sitemap_col p.shopTool{
	margin: 3px 0 15px 0;
}

#main_wrap #content {
    width: 950px;
	/* height: 640px; */
    margin: 0 0 30px 0;
    padding:25px 0 25px 25px;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #fff 82%, #cccccc 100%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(82%,#fff), color-stop(100%,#ccc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#fff 82%,#cccccc 100%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#fff 82%,#cccccc 100%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#fff 82%,#cccccc 100%,#fff 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#fff 82%,#cccccc 100%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}