/* CSS Document */

body {
	font-size:11px;
	font-family:"Century Gothic";
	background-color:#C5B9A9;
	margin:0px;
}

img {
	border:0px;
}

#upper_line {
	width:auto;
	height:18px;
	background-color:#77B313;
	overflow:hidden;
	padding-left:10px;
	padding-top:2px;
}

#wrapper {
	background-image:url(./images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;
	margin-top:8px;
	
}

#container {
	width:946px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:30px;
}


#header {
	float:left;
	height:80px;
	overflow:hidden;
}

#logo {
	float:left;
	width:146px;
}

#search_bar {
	float:left;
	margin-left:30px;
}

#search_bar .left {
	width:55px;
	float:left;	
	height:77px;
	background-image:url(./images/corner_search.gif);
}

#search_bar .text {
	float:left;
	width:205px;
	height:77px;
	background-image:url(./images/bar_back.gif);
	background-repeat:repeat-x;
}

#search_bar .right {
	float:left;
	width:9px;
	height:77px;
	background-image:url(./images/corner_right.gif);
	background-repeat:no-repeat;
}


#login_bar {
	float:left;
	margin-left:10px;
}

#login_bar .left {
	width:9px;
	float:left;	
	height:77px;
	background-image:url(./images/corner_left.gif);
}

#login_bar .text {
	float:left;
	width:280px;
	height:77px;
	background-image:url(./images/bar_back.gif);
	background-repeat:repeat-x;
}

#login_bar .right {
	float:left;
	width:9px;
	height:77px;
	background-image:url(./images/corner_right.gif);
	background-repeat:no-repeat;
}






#shop_cart {
	float:left;
	margin-left:10px;
}

#shop_cart .left {
	width:9px;
	float:left;	
	height:77px;
	background-image:url(./images/corner_left.gif);
}

#shop_cart .text {
	float:left;
	width:150px;
	height:77px;
	text-align:right;
	line-height:12px;
	background-image:url(./images/bar_back.gif);
	background-repeat:repeat-x;
}

#shop_cart .right {
	float:left;
	width:9px;
	height:77px;
	background-image:url(./images/corner_right.gif);
	background-repeat:no-repeat;
}


.cart_items {
	font-weight:900;
	color:#69625C;
}

.cart_price {
	font-weight:900;
	font-size:17px;
	padding-top:4px;
	color:#69625C;
}


.cart_checkout, .cart_checkout a {
	font-weight:900;
	font-size:9px;
	padding-top:4px;
	color:#9A2E14;
	text-decoration:none;
	text-transform:uppercase;
}









#content_body {
	margin-top:50px;
	clear:both;
	overflow:hidden;
	width:947px;
	float:left;
	background-color:#FFFFFF;
}


#content_topper {
	clear:both;
	overflow:hidden;

}

#content_topper .left {
	background-image:url(./images/corner_white_left.gif);
	float:left;
	width:14px;
	height:17px;
	overflow:hidden;
}

#content_topper .middle {
	width:919px;
	margin-top:1px;
	
	background-image:url(./images/topper_back.gif);
	background-color:#FFFFFF;
	float:left;	
	height:17px;
	overflow:hidden;
}



#content_topper .right {
	background-image:url(./images/corner_white_right.gif);
	width:14px;
	float:left;	
	height:17px;
	overflow:hidden;
}


#content_body .middle .main_links {
	margin-top:-20px;
	float:left;
	margin-left:2px;
	margin-right:0px;
	position:relative;
}

#content_area {
	background-image:url(./images/content_back.gif);
	clear:both;
	margin-top:-1px;
	position:relative;
	overflow:hidden;
	padding-top:2px;
	padding-bottom:10px;
}


#content_text {
	width:913px;
	overflow:hidden;
	clear:both;
	margin-left:auto;
	margin-right:auto;	
 	border:solid 1px #999999;
	background-color:#909090; 
}

*html #content_text {
	margin-top:3px;
}	

#content_area_white {
	background-color:#FFFFFF;
	overflow:hidden;
	padding:10px;
	width:850px;
	margin-top:30px;		
	margin-left:auto;
	margin-right:auto;

}

.img_ad {
	position:absolute; 
	margin-left:6px;
	z-index:5000;	
}

*html .img_ad {
	position:absolute; 
	margin-left:23px;
	margin-top:4px;
}

*html .img_ad1 {
	position:absolute; 
	margin-left:20px;
	margin-top:4px;
}



.product_gallery {

	clear:both;
	position:relative;
	z-index:98;
}

.product_gallery .product_box {
	width:250px;
	margin-left:3px;
	margin-right:3px;	
	float:left;
	border:solid 1px #EFEFEF;
	padding:10px;
	overflow:hidden;
}

.product_gallery .product_box .p_heading {
	background-color:#EFEFEF;
	padding:5px;
	padding-left:25px;
	text-transform:uppercase;
	font-weight:900;
}

.product_gallery .product_box .p_img {
	text-align:center;
	padding-top:20px;
}

.product_gallery .product_box .p_text {
	padding-top:10px;
	font-size:11px;
	color:#999999;
	font-family:tahoma;	
}

.product_gallery .product_box .p_line {
	height:5px;
	margin-top:10px;
	margin-bottom:10px;	
	overflow:hidden;
	background-color:#EFEFEF;
}

.product_gallery .product_box .p_price {
	float:left;
	padding-left:40px;
	padding-top:10px;
	font-size:16px;
	font-weight:900;
}

.product_gallery .product_box .p_actions {
	float:left;
	padding-left:50px;
}
.product_box .p_actions .button_red {
	background-image:url(./images/button_red.gif);
	background-repeat:no-repeat;
	width:90px;
	height:16px;
	overflow:hidden;
	padding-left:14px;
	padding-top:1px;
	font-family:tahoma;
}

.product_box .p_actions .button_red a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:900;
	font-size:10px;	
}


.product_box .p_actions .button_blue {
	background-image:url(./images/button_blue.gif);
	background-repeat:no-repeat;
	width:90px;
	height:16px;
	overflow:hidden;
	padding-left:14px;
	padding-top:1px;
	font-family:tahoma;
	margin-top:5px;
}

.product_box .p_actions .button_blue a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:900;
	font-size:10px;	
}






#footer {
	width:870px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	font-family:tahoma;
	color:#FFFFFF;
}

#footer .f_left {
	float:left;
	
}

#footer .f_right {
	margin-left:30px;
	float:left;
	
}

.f_links {
	float:left;
	margin-left:20px;
}

.f_links a {
	color:#FFFFFF;
	text-decoration:none;
}













.box_heading1 {
	margin-top:13px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:800;
	color:#3F3F3F;
}

.input_search {
	background-image:url(./images/input_search.gif);
	width:169px;
	height:31px;
	border:0px;
	float:left;
	background-repeat:no-repeat;
}	

.textbox_search {
	border:0px;
	margin-top:5px;
	margin-left:4px;	
	width:157px;
	height:15px;
	color:#77B313;
	text-align:center;
}


.input_username {
	background-image:url(./images/input_username.gif);
	width:126px;
	height:31px;
	border:0px;
	float:left;
	background-repeat:no-repeat;
}
.myaccounttext {
	width:126px;
	height:31px;
	border:0px;
	float:left;
	background-repeat:no-repeat;
}		

.textbox_username {
	border:0px;
	margin-top:5px;
	margin-left:4px;	
	width:115px;
	height:15px;
	color:#77B313;	
	text-align:center;	
}

.input_password {
	background-image:url(./images/input_password.gif);
	width:101px;
	height:31px;
	border:0px;
	float:left;
	background-repeat:no-repeat;
	
	
}	

.textbox_password {
	border:0px;
	margin-top:5px;
	margin-left:7px;	
	width:86px;
	height:16px;
	color:#77B313;
	text-align:center;	
}


.box_button {
 padding-left:5px;
 overflow:hidden;
}

.link1 {
	font-size:10px;
	color:#77B313;
}