@import url("initial.css");

body {
	margin: 0 auto;
	padding: 0px;
	color: #424242;
	font-size: 1em;
}

a:active, a:link, a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 106px;
	background: url(../images/bg_header.png) 100% 0 no-repeat;
}
#header h1 {
	display: none;
}
#navigation {
	background: #cbcbcd;
	height: 32px;
	overflow: hidden;
}
#navigation ul {
	padding: 8px 15px 0;
	margin: 0;
}
#navigation ul li {
	float: left;
	margin-right: 1px;
	list-style: none;
	height: 26px;
	overflow: hidden;
}
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	padding: 5px 20px 8px;
	font-size: 1.3em;
	background: url(../images/bg_navigation.gif) 100% 0 no-repeat;
}
#navigation ul li a:hover, #navigation ul li a.active {
	background-position: 100% 100% !important;
	color: #fd8714 !important;
}
#content {
	background: url(../images/bg_content.gif) 0 0 repeat-y;
	padding: 10px 0;
	position: relative;
}
#left_content {
	position: absolute;
	left: 14px;
	width: 190px;
}
#left_content h2 {
	font-weight: bold;
	color: #fff;
	font-size: 1.7em;
	margin: 0 0 10px;
}
#left_content .categories_content h3 {
	font-size: 1.3em;
	color: #2c2cbe;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
}
#left_content p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
}
#left_content .categories {
	margin: 0 0 15px 0;
	width: 187px;
}
#left_content .categories_header {
	background: url(../images/bg_box_head.png) 0 100% no-repeat;
	height: 17px;
	overflow: hidden;
}
#left_content .categories_content {
	background: url(../images/bg_box_content.png) 0 100% repeat-y;
	overflow: hidden;
}
#left_content .categories_content ul {
	padding: 0 5px 0 5px;
}
#left_content .categories_content li {
	list-style: none;
	margin: 0;
}
#left_content .categories_content li a, #left_content .categories_content li a:visited {
	background: #fff url(../images/icon_arrow_category.gif) 10px 6px no-repeat;
	display: block;
	padding: 2px 0 2px 20px;
	font-size: 1.2em;
}
#left_content .categories_content li a:hover {
	background-color: #ff7e00;
	color: #fff;
}
#left_content .categories_content li.title a, #left_content .categories_content li.title a:visited {
	font-size: 1.4em;
	color: #2c2cbe;
}
#left_content .categories_content li.title a:hover {
	color: #fff;
}
#left_content .categories_footer {
	background: url(../images/bg_box_foot.png) 0 100% no-repeat;
	height: 23px;
	overflow: hidden;
}
#right_content {
	position: absolute;
	right: 6px;
	width: 160px;
}
#right_content h3 {
	font-size: 1.3em;
	color: #2c2cbe;
	margin: 0 0 10px;
}
#right_content p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 10px;
}
#main_content {
	margin: 0 185px 0 220px;
	min-height: 950px;
}

#footer {
	background: #f2f2f2 url(../images/bg_footer.gif) 0 0 repeat-x;
	padding: 15px 20px;	
}

/* Shopping Cart */
#shopping_cart h3 {
	margin: 0 0 20px;
}
#shopping_cart {
	background: url(../images/img_shoppingcart.jpg) 100% 50% no-repeat;
	padding: 10px 65px 10px 10px;
}
/* Top Seller */
#top_seller {
	border-bottom: 1px solid #bfbfbf;
}
#top_seller h3 {
	background: url(../images/title_topseller.gif) 0 0 no-repeat;
	height: 20px;
	text-indent: -9999px;
}
#top_seller p {
	text-align: center;
}
/* Secure shopping */
#secure_shopping {
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 15px;
}
#secure_shopping p, #payment_system p {
	text-align: center;
}

/* Home : Product List */
#home_products {
	margin: 10px 0;
	padding: 0 5px;
}
#home_products .spacer {
	background: #fff url(../images/dot_border.gif) 0 50% repeat-x !important;
	height: 15px;
	margin: 0 10px;
}
#home_products .home_products_row {
	background: url(../images/dot_border.gif) 50% 0 repeat-y;
}
#home_products .home_products_row .home_product_col {
	width: 283px;
	float: left;
}
#home_products .home_products_row .home_product_col.right {
	float: right !important;
}
#home_products .home_products_row .home_product_header {
	background: url(../images/bg_product_list_head.png) 0 0 no-repeat;
	height: 55px;
}
#home_products .home_products_row .home_product_header h4 {
	padding: 22px 20px 0 46px;
	color: #fff;
	font-size: 1.2em;
}
#home_products .home_products_row .home_product_header h4.two {
	padding: 14px 20px 0 46px;
}
#home_products .home_products_row .home_product_header h4 span {
	font-size: 0.8em;
	display: block;
}
#home_products .home_products_row .home_product_content {
	background: url(../images/bg_product_list_content.png) 0 0 repeat-y;
	padding: 10px 15px 10px 25px;
	min-height: 280px;
}
#home_products .home_products_row .home_product_content .display {
	text-align: center;
	margin: 0 0 10px;
}
#home_products .home_products_row .home_product_content h6 {
	color: #fd8714;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0;
}
#home_products .home_products_row .home_product_content p {
	font-size: 1.1em;
	color: #3c3c3c;
	margin: 0 0 10px;
}
#home_products .home_products_row .home_product_content ul {
	padding: 0;
	margin: 0 0 10px;
}
#home_products .home_products_row .home_product_content li {
	background: url(../images/list_bullet.gif) 0 6px no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	list-style: none;
	font-size: 1.1em;
	color: #3c3c3c;
}
#home_products .home_products_row .home_product_footer {
	background: url(../images/bg_product_list_foot.png) 0 100% no-repeat;
	height: 18px;
}