* {
	margin : 0px;
	padding : 0px;
}

/***************************************************** Global *****************************************************/

body {
	/*background : url('images/body_background.gif') #fff repeat-x 0px 57px;*/
	background : url('images/header_bg.gif') #fff repeat-x 0px 0px;
	color : #7B7B7B;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 12px;
}

a {
	color : #7B7B7B;
}

a:hover {
	color : #7B7B7B;
	text-decoration : none;
}

.borderbox {
	clear : both;
	float : none;
	margin-top : 13px;
	border : #A5A4A4 1px solid;
}

span {
	display : none;
}

img {
	border: 0px;
}

p {
	text-align : justify;
	line-height : 13px;
}

ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display : block;
}

li {
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

input {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #949393;
	border : #D7D7D7 1px solid;
	font-family : tahoma, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

select {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #949393;
	border : #D7D7D7 1px solid;
	font-family : tahoma, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

input.submit {
	padding : 0px;
	border : none;
	cursor : pointer;
}

.clearthis {
	margin : 0px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}



/***************************************************** Header Style *****************************************************/

#page_header {
	margin : 0px auto;
	width : 1026px;
	height : 64px;
	text-align : left;
	overflow : hidden;
}

#page_title {
	margin-left : 3px;
	margin-top : 12px;
	width : 280px;
	height : 44px;
	float : left;
	background : url('images/header.gif') no-repeat 1px 0px;
}

#page_title img {
	position : absolute;
	top : 15px;
	margin-left : 5px;
}

#page_banner {
	margin-top : 1px;
	margin-right : 5px;
	width : 468px;
	float : right;
	font-size : 11px;
	border : #737472 1px solid;
}

#page_banner img {
	position : absolute;
	top : 15px;
	margin-left : 5px;
}
/*
#header_search {
	margin-top : 13px;
	width : 220px;
	float : right;
	background : url('images/search_icon.gif') no-repeat 0px 11px;
	overflow : hidden;
}

#header_search form {
	margin-top : 4px;
	margin-left : 16px;
}

#header_search input {
	margin-top : 4px;
	width : 133px;
	float : left;
	font-size : 11px;
	border : #737472 1px solid;
}

#header_search input.submit {
	width : 30px;
	height : 18px;
	position : relative;
	top : 2px;
	margin : 2px;
	border : none;
}*/



/***************************************************** Menu Style *****************************************************/

#page_menu {
	margin : 0px auto;
	padding-top : 8px;
	width : 1026px;
	height : 27px;
	background-color : #3582CE;
	/*background-color : #0f6bb2;*/
	font-size : 14px;
	color : #C8C6C6;
	font-weight : bold;
}

#page_menu a {
	color : #E4E1E1;
	text-decoration : none;
}

#page_menu a:hover {
	/*color : #fff;*/
	color : #fffaaa;
}



/***************************************************** Main Body Style *****************************************************/

#page_wrapper {
	margin : 0px auto;
	width : 1026px;
	text-align : justify;
	display : block;
	clear : both;
}

#page_leftcol {
	width : 180px;
	float : left;
}

#page_maincol_left {
	width : 832px;
	float : left;
}

#page_maincol {
	margin-left : 13px;
	width : 639px;
	float : left;
}

#page_maincol_right {
	margin-left : 13px;
	width : 832px;
	float : left;
}

#page_rightcol {
	margin-left : 13px;
	width : 180px;
	float : left;
}



/***************************************************** Left Column Style *****************************************************/

.leftcol_box {
	width : 178px;
	background : #fff;
	overflow : hidden;
	display : block;
	clear : both;
}

.leftcol_box h2 {
	padding : 7px 0px;
	width : 178px;
	height : 11px;
	color : #fff;
	font-size : 12px;
	line-height : 11px;
	font-weight : bold;
}

.leftcol_box h2 span {
	left : 13px;
	display : block;
	position : relative;
}

.leftcol_box .content {
	margin : 10px 14px;
	width : 149px;
}

#catalog h2 {
	background-color : #fe4e4e;
	border-bottom : #fe4e4e 1px solid;
}

#catalog .content {
	text-align : left;
}

#catalog .content a {
	color : #3582CE;
	font-weight : bold;
	text-decoration : none;
}

#catalog .content a:hover {
	color : #88c313;
	position : static;
}

#shopping h2 {
	background-color : #FF9900;
	border-bottom : #F8C055 1px solid;
}

#shopping .content {
	text-align : center;
}

#newsletter h2 {
	background-color : #58A4DE;
	border-bottom : #58A4DE 1px solid;
}

#newsletter .content {
	margin : 10px 10px 5px;
	width : 149px;
}




/***************************************************** Main Column Style *****************************************************/

#maincol_top {
	margin-top : 13px;
	width : 831px;
	height : 145px;
	/*height : 205px;
	border : #A5A4A4 1px solid;
	background : url('images/maincol_bg.gif') repeat-x 0px 0px;*/
	overflow : hidden;
}

#maincol_top .content {
	position : absolute;
	margin-left : 0px;
	width : 800px;
	color : #fff;
}

/*** add by candy ***/
#maincol_box {
	margin-top : 13px;
	margin-left : 0px;
	width : 100%;
	/*height : 670px;
	border : #737472 1px solid;*/
}

#maincol_box h2 {
	width : 100%;
	height : 27px;
	color : #fff;
	font-size : 12px;
	line-height : 11px;
	font-weight : bold;
	/*background : url('images/header_bestsellers.gif') #88c313 no-repeat 0px 0px;
	overflow : hidden;*/
	background-color : #88c313;
	border-bottom : #88c313 1px solid;
}

#maincol_box h2 span {
	padding : 8px 13px;
	display : block;
	position : relative;
}

#maincol_box .content {
	margin-top : 13px;
	margin-left : 0px;
	width : 100%;
	/*height : 670px;*/
	float : left;
	overflow : hidden;
}
/*** add by candy ***/



/***************************************************** Right Column Style *****************************************************/

.rightcol_box {
	/*margin-top : 13px;*/
	width : 178px;
	background-color : #fff;
	overflow : hidden;
}

.rightcol_box h2 {
	width : 178px;
	height : 26px;
}

#latest h2 {
	background : url('images/header_latest.gif') #fe4e4e no-repeat 0px 0px;
}

#latest .wrapper {
	position : relative;
	margin : 0px 9px;
	width : 164px;
	text-align : center;
	overflow : hidden;
}




/***************************************************** Footer Style *****************************************************/

#page_spacing {
	clear : both;
	float : none;
	border-top : #fff 10px solid;
}

#page_footer {
	margin : 0px auto;
	height : 28px;
	background-color : #5C5E5F;
}

#page_footer #texts {
	margin : 0px auto;
	padding-top : 4px;
	width : 1000px;
	height : 28px;
	/*background-color : #5C5E5F;*/
	font-size : 11px;
	color : #C8C6C6;
}

#page_footer #texts a {
	color : #E4E1E1;
	text-decoration : none;
}

#page_footer #texts a:hover {
	/*color : #fff;*/
	color : #fffaaa;
}

#page_footer #texts #rights {
	padding-top : 3px;
	padding-left : 10px;
	float : left;
}

#page_footer #texts #links {
	padding-top : 3px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_footer #texts #links span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}

#page_credit {
	margin-top : 15px;
	margin-bottom : 10px;
	text-align : center;
	font-size : 12px;
	color : #010101;
}

#page_credit a {
	text-decoration : none;
	color : #010101;
}

#page_credit a:hover {
	color : #464646;
}
