html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
}


/*-------------------------------- Header ---------------------------------*/

#center {
	width: 960px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}

#header_cont {
	float:left;
	width: 960px;
	height: 147px;
}

#logo {
	float:left;
}

#offers {
	float:left;
	padding:15px 0px 0px 50px;
	}

#header_login {
	float:right;
	padding: 15px 0px 0px 0px;
	color: #2a91ae;
	font-weight: bold;
}

#header_login a {
	color: #2a91ae;
}

#header_search {
	float:right;
	padding: 30px 0px 0px 0px;
	clear: right;
	border: 0px solid blue;
}

#navigation_cont {
	float:left;
	padding: 3px 0px 0px 0px;
	margin:0px;
	border: 0px solid red;
	width: 900px;
	line-height: 0px;
}

#breadcrumb {
	padding: 7px 0px 7px 30px;
	border: 0px solid red;
}

#breadcrumb a {
	text-decoration: none;
	color:#339999;
}


/*-------------------------------- Home ---------------------------------*/

#page_container {
	float:left;
	width: 960px;
	padding: 10px 0px 80px 0px;
	background-image:url(../images/bottom_grad.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

#left_col {
	float:left;
	width: 191px;
	padding: 0px 0px 0px 0px;
}

#center_col {
	float:left;
	width: 565px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px;
	background-image:url(../images/FLASH.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#center_col_sub {
	float:left;
	width: 565px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px;
}

#right_col {
	float:left;
	width: 191px;
	padding: 0px 0px 0px 0px;
}



/*-------------------------------- Sub ---------------------------------*/

#subpage_container {
	float:left;
	width: 960px;
	padding: 0px 0px 80px 0px;
	background-image:url(../images/bottom_grad.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

#sub_header {
	float:left;
	width: 564px;
	padding: 0px 0px 10px 0px;
}

#sub_content_cont {
	float:left;
	width: 564px;
	padding: 0px 0px 20px 0px;
	background-image:url(../images/sub_content_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#sub_content_cont_padded {
	float:left;
	width: 564px;
	padding: 0px 0px 40px 0px;
	background-image:url(../images/sub_content_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#sub_content_top {
	float:left;
	width: 564px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/middle_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#sub_content {
	float:left;
	width: 522px;
	padding: 0px 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family: tahoma, times;
	font-size: 11px;

}

/*-------------------------------- products ---------------------------------*/

#products_cont {
	float:left;
	padding: 20px 0px 0px 0px;
}

#products_cont a {
	color: #7f7b7b;
	font-weight:bold;
}

#inc_product_image {
	float:left;
	width: 220px;
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
	text-align:center;
}

#inc_product_type {
	float:left;
	width: 300px;
	border: 0px solid red;
	padding: 10px 0px 0px 0px;
}

#inc_product_desc {
	float:left;
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
}

#product_box_bg {
	float:left;
	border: 0px solid red;
	width: 240px;
	height: 107px;
	padding: 10px 5px;
	background-image:url(../images/select_size_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#product_tabs {
	float:left;
	border: 0px solid red;
	padding: 20px 0px 0px 0px;
}

#product_tabs p {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.veiw_all_single {
	width: 171px; 
	border:0px solid red;
	float:left;
	height: 240px;
	text-align: center;
}


/*-------------------------------- Footer ---------------------------------*/

#footer_cont {
	float:left;
	width: 960px;
	height:105px;
	padding: 5px 0px 0px 0px;
}

#footer_left {
	float:left;
	padding: 0px 0px 0px 0px;
	width:700px;
}
#footer_mid {
float:left;
width:52px;
}

#footer_right {
	float:left;
	width: 200px;
	border:
}





