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

H1 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 18px;
	font-variant: normal;
	font-weight: lighter;
	margin-bottom: 0px;
	}
	
H2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 18px;
	font-variant: normal;
	font-weight: lighter;
	margin-bottom: 0px;
	}	

/* LAYOUT ------------------------------------------------------------ */

body {
	background:url(../images/layout/bg_02.png);
	background-repeat:repeat-x;
	background-color:#6a6a6a;
	margin-top:0;
	margin-left: 0px;
	margin-right: 0px;
	font-size:13px;
	font-family: Arial;
	font-size:14px;
	
	}

#wrapper {
	width: 901px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	
	#banner {
	width: 901px;
	height:84px;
	float:left;
	display:inline;
	background:url(../images/layout/banner_04.jpg);
	background-repeat:no-repeat;
	}
	
	#banner_txt {
	width:150px;
	float:right;
	text-align:left;
	display:inlinel;
	margin-top: 15px;
	}
	
		#banner_txt a {
	font-size:12px;
	text-decoration:none;
	color: #333;
	}
	
		#nav {
	width: 901px;
	height:35px;
	float:left;
	display:inline;
	background:url(../images/layout/nav_06.jpg);
	background-repeat:no-repeat;
	}
	
			#nav_txt {
	width: 100%;
	height:20px;
	float:left;
	display:inline;
	margin-top: 12px;
	margin-left: 5px;
	color: #8B8B8B;
	}
	
		#nav_txt a {
	font-size:12px;
	text-decoration:none;
	color: #D7D7D7;
	}
	
	#mainbanner_home {
	width:901px;
	height:183px;
	float:left;
	display:inline;
    color: #8B8B8B;
	background:url(../images/layout/banner_main_07.jpg);
	}
	
		#mainbanner {
	width:901px;
	height:183px;
	float:left;
	display:inline;
    color: #8B8B8B;
	background:url(../images/layout/main_sliced_non_home_07.jpg);
	}
	
		#mainbanner_home_txt {
	width:340px;
	height:20px;
	float:left;
	display:inline;
	color: #8B8B8B;
	margin-top: 153px;
	margin-left: 55px;
	}
	
	
			#mainbanner_home_txt {
	width:340px;
	height:20px;
	float:left;
	display:inline;
	color: #8B8B8B;
	margin-top: 153px;
	margin-left: 55px;
	}

	
	#contentholder {
	width:901px;
	height:auto;
	float:left;
	display:inline;
    color: #8B8B8B;
	background:url(../images/layout/bodybg_08.jpg);
	}
	
	#contentholder_home_txt {
	width:390px;
	height:auto;
	float:left;
	display:inline;
	color: #8B8B8B;
	margin-left: 35px;
	text-align:justify;
	}
	
		#contentholder_txt {
	width:820px;
	height:auto;
	float:left;
	display:inline;
	color: #8B8B8B;
	margin-left: 35px;
	text-align:justify;
	}
	
	#contentholder_home_boxes {
	width:456px;
	height:208px;
	float:left;
	display:inline;
	background:url(../images/layout/offer_boxes_09.jpg);
	margin-left: 9px;
	font-size:10px;
	}
	
	.price_font {
		font-size:14px;
		color:#F00;
	}
	
    #contentholder_home_box01 {
	width:120px;
	height:90px;
	float:left;
	display:inline;
	margin-left: 9px;
	}
	
	   #contentholder_home_box02 {
	width:122px;
	height:127px;
	float:left;
	display:inline;
	margin-left: 40px;
	}
	
	   #contentholder_home_box03 {
	width:120px;
	height:180px;
	float:left;
	display:inline;
	margin-left: 37px;
	}
	
	#footer {
	width:901px;
	height:143px;
	float:left;
	display:inline;
    color: #8B8B8B;
	background:url(../images/layout/footer_09.jpg);
	color: #D7D7D7;
	}
	
		#footer a {
	font-size:12px;
	text-decoration:none;
	color: #D7D7D7;
	}
	
	
		#footer_txt1 {
	width:670px;
	height:30px;
	float:left;
	display:inline;
	margin-top: 110px;
	margin-left: 40px;
	font-size: 11px;
	}
	
			#footer_txt2 {
	width:130px;
	height:115px;
	float:left;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 11px;
	}
	
	

