@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody,tfoot, thead, tr, th, td {
	border:0px none;
	font-style:inherit;
	font-weight:inherit;
	margin:0px;
	padding:0px;
}


body{
	background: #000;
	line-height:18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*cursor:default;*/
	color: 333;
	min-width:1000px;
	/*overflow-x:hidden;*/
	font-weight: normal;
	font-style: normal;
}

textarea{
	resize:none;
}

hr{border:1px solid #ccc; }
.clear{clear: both; height: 0px; visibility: hidden; display: block;}
.clearfix:after { content: ".";display: block;  clear: both; visibility: hidden;line-height: 0; height: 0;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix { height: 1%; overflow: visible;}
img{border:0px;padding:0 px;margin:0 px;}
a{border:0px;text-decoration: none;color:inherit;}
a:hover {border:0px;text-decoration: underline;color:inherit;}
span{padding:0px;margin:0px;}
div{margin: 0px;padding: 0px;}
.btn{ cursor:pointer}
.left{ float:left;}
.right{ float:right;}

#wrapper{
	width:100%; height:auto;	
}

#container{
	width:1200px; 
	margin:0 auto;	
}

#menu{
	list-style:none;
	padding:0;
	margin:0;
}

#menu > li{
	float:left;
	padding:0;
	margin:0;	
}

#mainBottom{
	list-style:none;
	padding:0;
	margin:0;
}
#mainBottom > li{
	float:left;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1;}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 0px 8px; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ float: none; display: inline; margin:0; padding:0;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
