*
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

body
{
	background-color:#333333;
	
}

#wrapper
{
    background-color:#FFF;
	width:940px;
	height:auto;
	margin:50px auto 0;
	padding:0 30px;
	overflow:hidden;
	
}

#wrapper #header
{
	/*background-color:#9C0;*/
	width:940px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-bottom:40px;
}

#wrapper #header #topHeader
{
	/*background-color:#6CF;*/
	width:940px;
	height:158px;
	float:left;	
	
}

#wrapper #header #topHeader #topHeaderLeft
{
/*	background-color:#03C;*/
	width:590px;
	height:158px;
	float:left;
	
}

#wrapper #header #topHeader #topHeaderLeft img
{
	margin-top:40px;
	
}

#wrapper #header #topHeader #topHeaderRight
{
	/*background-color:#660;*/
	width:350px;
	height:158px;
	float:right;	
	
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightTop
{
	 /* background-color: #3399FF;*/
    height: 34px;
    padding-top: 50px;
    width: 350px;
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightTop ul
{
	display:inline-block;
	padding-left: 60px;
	
	
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightTop ul li
{
	list-style:none;
	float:left;
	padding-left:7px;
	color:#333333;
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightTop ul li a
{
	color:#333333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	text-decoration:none;
	
}



#wrapper #header #topHeader #topHeaderRight #topHeaderRightTop input
{
	
	background:url(../images/search_bar.png) no-repeat;
	width:142px;
	height:25px;
	float:right;
	padding-left:5px;
	
	
	
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightBottom
{
/*	background-color:#C90;*/
	 height: 74px;
    padding-left: 50px;
    width: 300px;
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightBottom img
{
	float:left;
	
}

#wrapper #header #topHeader #topHeaderRight #topHeaderRightBottom span
{
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#333333;
    line-height: 25px;
    padding-top: 10px;
	
}

#wrapper #header #menuHeader
{
	/*background:url(../images/menu_bg.png) left repeat-x;*/	
    float: left;
    height: 36px;
    width: 940px;
	z-index:2222;
	position:absolute;
	margin-top:162px;
	
}

/*#wrapper #header #menuHeader ul
{
	display:inline-block;
	padding-left:10px;
}

#wrapper #header #menuHeader ul li
{
	text-decoration:none;
	float:left;
	color:#FFF;
	list-style:none;
	padding:0 15px;
}

#wrapper #header #menuHeader ul li a
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding-top:5px;
	float:left;
	
}
*/


/*Header Css Ends*/


/*Main CSS Starts*/

#wrapper #main
{
	/*background-color:#6CC;*/
	width:940px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-bottom:30px;
	
}

#wrapper #main #bannerMain
{
/*	background-color:#669;*/
	width:607px;
	height:auto;
	float:left;	
}

#wrapper #main #bannerMain #banner
{
	/*background:url(../images/slide1.png) no-repeat;*/
	/*background-color:#660;*/
	width:607px;
	height:249px;
	float:left;
	
}

#wrapper #main #bannerMain #mainText
{
	/*background-color:#933;*/
	width:607px;
	height:auto;
	float:left;
	margin-top:15px;
	
}

#wrapper #main #bannerMain #mainText h3
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
	font-size:20px;
	float:left;
	text-align:center;	
   line-height: 30px;
    padding: 0 18px;
	
}

#wrapper #main #bannerMain #mainText p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
	font-size:13px;
	float:left;
	text-align:left;
	padding:10px 0;
	
}


#wrapper #main #featuredMain
{
	/*background-color:#966;*/
	width:311px;
	height:auto;
	float:right;
	
}

#wrapper #main #featuredMain #featuredMainTop
{
	background:url(../images/featured_top.png) no-repeat;
	width:311px;
	height:61px;
	
}

#wrapper #main #featuredMain #featuredMainBottom
{
	background-image:url(../images/featured_bottom.png);
	width:311px;
	height:840px;
	padding-top:10px;
	border-bottom:1px solid #CCC;
	
}

#wrapper #main #featuredMain #featuredMainBottom .box
{
	/*background-color:#09F;*/
	width:290px;
	height:auto;
	float:left;
	padding-left:21px;
	margin:10px 0;
	
}

#wrapper #main #featuredMain #featuredMainBottom .box .seprator
{
	padding-left: 25px;
    padding-top: 20px;

}

#wrapper #main #featuredMain #featuredMainBottom .box img
{
	float:left;	
    padding-right: 20px;
}

#wrapper #main #featuredMain #featuredMainBottom .box h3
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	padding-bottom:10px;
}

#wrapper #main #featuredMain #featuredMainBottom .box p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333333;
	padding-left:72px;
	padding-right:30px;
	line-height:14px;
}


.clear
{
	clear:both;
}

#footer
{
	background-color: #333333;
    height: 60px;
    margin: 0 auto;
    padding-top:10px;
    width: 990px;
	padding-left:65px;
	
}

#footer p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFF;
	float:left;
}

#footer ul
{
	display:inline-block;
}
#footer ul li
{
	float:left;
	list-style:none;
	color:#FFF;
	padding:0 3px;
	
}

#footer ul li a
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	
}

