@charset "UTF-8";
/* CSS Document */

#header{

	position:relative;
	width:995px;
	height:102px;
	top:0px;
	margin:0 auto;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;


}

#logo{
	position:relative;
	width:417px;
	height:102px;
	float:left;

}

#nav{
	position:relative;
	width:352px;
	height:36px;
	top:44px;
	float:right;

}

#banners{
    position:relative;
	width:995px;
	height:208px;
	top:30px;
	margin:0 auto;
	


}

#staticBanner{
	position:relative;
	width:295px;
	height:208px;
	border:1px solid #CCCCCC;
	clear: both;
	
	float: left;
	left: 17px;

}

#slideshow{
	position:relative;
	width:668px;
	height:208px;
	border:1px solid #CCCCCC;
	clear: right;
	float: right;
	right: 10px;

}


#welcomeTxt{
 	position:relative;
	width:963px;
	height:100px;
	top:40px;
	margin:0 auto;

}

#blockTxt{
 	position:relative;
	width:963px;
	height:220px;
	top:40px;
	margin:0 auto;

}



#textBox1{
	position:relative;
	width: 443px;
	height: 190px;
	float:left;
	clear: both;

}

#textBox2{
	position:relative;
	width: 443px;
	height: 190px;
	clear: right;
	float: right;

}


#promoBanner{

    position:relative;
	width:963px;
	height:98px;
	top:60px;
	margin:0 auto;
	background-image:url(../images/promotionBar.jpg);



}



#shopBy{

    position:relative;
	width:963px;
	height:560px;
	top:100px;
	margin:0 auto;


}


#footer{

  position:relative;
	width:100%;
	height:247px;
	
	top:100px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;




}

#footer_wrapper{
	position:relative;
	width:963px;
	height:auto;
	margin:0 auto;

}

#footer_left{
	position:relative;
	width: 340px;
	height: 183px;
	float:left;
	
	top:30px;
	clear: both;

}

#footer_right{
	position:relative;
	width: 366px;
	height: 190px;
	clear: right;
	float: right;
	top:30px;

}























