* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background: url("/images/bg.png") repeat;
}
#Menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	}
#Main {
	width: 1000px;
	margin: 0 auto;
}

#menu{ margin:0px; padding:0px; list-style:none; color:#fff; line-height:45px; display:inline-block; float:left; z-index:1000; }
#menu a { color:#fff; text-decoration:none; }
#menu > li {
	background:#151416 none repeat scroll 0 0;
	cursor:pointer;
	float:left;
	position:relative;
	padding:0px 10px;
	background-color: #151416;
	width: 300px;
}
#menu > li a:hover {
	color:#FFFF00;
}
#menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
        /* sub-menus*/
#menu ul { padding:0px; margin:0px; display:block; display:inline;}
#menu li ul {
	position:absolute;
	left:-10px;
	top:0px;
	margin-top:45px;
	width:150px;
	line-height:16px;
	background-color:#151416;
	color:#FF0000; /* for IE */
	display:none;
}
#menu li:hover ul { display:block;}
#menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none; }
#menu li ul li:first-child { border-top: none; }
        #menu li ul li a {
	display:block;
	color:#FF0000;
}
        #menu li ul li a:hover {
	color:#FF3300;
}
        /* main submenu */
        #menu #main { left:0px; top:-20px; padding-top:20px; background-color:#7cb7e3; color:#fff; z-index:999;}
        /* search */
        .searchContainer div { background-color:#fff; display:inline; padding:5px;}
        .searchContainer input[type="text"] {border:none;}
        .searchContainer img { vertical-align:middle;}
        /* corners*/
        #menu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #menu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #menu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #menu .corner_left { position:absolute; left:0px; top:0px;}
        #menu .corner_right { position:absolute; left:132px; top:0px;}
        #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}
		
img { behavior: url(/css/iepngfix.htc); }

#Masthead {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 23px;
	background: url("") bottom repeat-x;
	behavior: url();
}
#Header {
	width: 1000px;
	height: 400px;
	float: right;
	margin-bottom: 20px;
	}



#Contentbottom {
	float: right;
	width: 1000px;
	height: 230px;
	background: url("/images/headerbottombackground.png") top center no-repeat;
	
}
#Contentbottom img {
	border: none;
	padding: 0 0 0px 0;
	border: none;
	margin: 0 0px 0px 0;
	}

#Content {
	float: right;
	width: 1000px;
	background: url("/images/headerbackground.png") top center no-repeat;
	
}
#Content img {
	border: none;
	padding: 0 0 0px 0;
	border: none;
	margin: 0 0px 0px 0;
	}

#Contentplain {
	float: right;
	width: 1000px;
	background: #ffffff;
	
}
#Contentplain img {
	border: none;
	padding: 0 0 0px 0;
	border: none;
	margin: 0 0px 0px 0;
	}
	
#Footer {
	font: 11px/135% Arial, sans-serif;
	color: #000;
	text-align: center;
	padding: 15px;
}

#Footer a:link,
#Footer a:visited {
	color: #000;
}

#Footer a:hover,
#Footer a:active {
	color: #000;
}
