@charset "utf-8";
/* CSS Document */

/* body related styles */
*{
	padding: 0px;
	margin: 0px;
}


html, body{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#wrapper{
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */

}


/* header styles */
div#header_outter{
	width: 100%;
	height: 82px;
	background: url(i/header_bg.jpg);
	text-align: center;
	position: relative;
	z-index: 50;
}


div#header_inner{
	width:990px;
	height: 82px;
	margin: auto;
	text-align:left;
	position:relative;
}

div#header_inner img{
	margin-top: 10px;
}

div#header_inner form{
	position: absolute;
	top: 30px;
	right: 0px;
}

ul#nav{
	list-style: none;
	position: absolute;
	top: 30px;
	left: 230px;
}

ul#nav ul{list-style: none;}

ul#nav > li{
	float: left;
	position:relative;
	margin: 0px 25px;
}

ul.level-1 a{
padding: 5px;
display: block;
}

ul.level-1 a:hover{
background: #404040;
}

ul.level-1{
position: absolute;
width: 150px;
background: #303030;
top: 15px;
left: -15px;
}

ul.level-1, ul.level-2{
border-top: solid 1px #505050;
border-left: solid 1px #505050;
border-right: solid 1px #505050;
display: none;
}

ul.level-1 li, ul.level-2 li{
position:relative;
border-bottom: solid 1px #505050;

}

ul.level-2{
position: absolute;
width: 150px;
background: #303030;
top: 0px;
left: 150px;
}

ul#nav li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


ul#nav li a img{
	border:none;
}

ul#nav li a.catagory_active{
	background: url(i/active_catagories_bg_left.png) no-repeat;
	outline: none;
}

ul#nav li a.catagory_active span{
	background: url(i/active_catagories_bg_right.png) right;
	display: block;
	height: 22px;outline: none;
	
}

div#catagories_box{
	width: 555px;
	height: 182px;
	background: url(i/catagories_dd_bg.png);
	position: absolute;
	top: 52px;
	left: 200px;
	display: none;
}

div#catagories_box ul{
	width: 180px;
	list-style: none;
	float: left;
	border-left: solid 1px #aaa;
	height: 182px;
}

div#catagories_box ul li{
	margin: 8px 0px;
	padding: 0px 10px;
}

div#catagories_box ul a{
	color: white;
	font-weight:bold;
}

div#catagories_box span#catagories_close{
	color: white;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

ul#social{
	list-style: none;
	position:absolute;
	top: 2px;
	right: 0px;
	width: 141px;
}
ul#social li{
	display: inline;
}

ul#social li img{
	border: none;
	margin: 0px;
}

/* footer styles */

div#footer_outter{
	width: 100%;
	height: 75px;
	background: url(i/footer_bg.jpg);
}

div#footer_inner{
	width: 990px;
	margin: auto;
	position: relative;
	text-align:center;
}

div#footer_inner img{
	position: absolute;
	left: 10px;
	top: 10px;
}

div#footer_inner span{
	color: white;
	padding-top: 10px;
	clear: both;
	display: block;
}

div#footer_inner ul{
	list-style: none;
	padding-top: 20px;
}

div#footer_inner ul li{
	display: inline;
	padding: 0px 20px;
	border-right: solid 1px;
	color: white;
}

div#footer_inner ul li.last_li{
	border: none;
}

div#footer_inner ul li a{
	color: white;
	text-decoration: none;
}

div#push{
	height: 75px;
}

/* misc. styles */

.clear{
	clear: both;
}

a:active{
	outline: none;
}

.hide{
	display: none;
}