* {
	margin: 0px;
	padding: 0px;
}

body 
{
	height: 100%;
	background-color: #ffffff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

table 
{
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	text-align: left;
}

.strong
{
	font-weight: bold;
}

td
{
	background-color: #eeeeee;
}

a
{
	color: #85859c;
	text-decoration: none;
}

a:hover
{
	color: #69699c;
	text-decoration: underline;
}

span
{
	display: none;
}

img
{
	border: none;
}

p
{
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

#container
{
	margin: 0px auto;
	width: 780px;
	height: 860px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input
{
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

/* Page Header */

#page_header
{
	width: 780px;
	height: 113px;
	color: #fff;
	background: url('images/header_background.gif') repeat-x 0px 0px;
	overflow: hidden;
}

#page_header a
{
	color: #fff;
	text-decoration: none;
}

#page_header a:hover
{
	color: #e1e1e1;
}

#page_heading
{
	width: 190px;
	height: 75px;
	background: url('images/company_logo.jpg') no-repeat 35px 37px;
	float: left;
}

#page_heading h1
{
	width: 190px;
	height: 52px;
	background: url('images/company_name.jpg') no-repeat 56px 36px;
	float: left;
}

#page_heading h2
{
	width: 190px;
	height: 16px;
	background: url('images/company_punchline.jpg') no-repeat 56px 2px;
	float: left;
	clear: both;
}

#page_headerlinks
{
	padding-right: 20px;
	padding-top: 25px;
	width: 275px;
	float: right;
	text-align: left;
	word-spacing: -1px;
}

#page_headerlinks ul
{
	list-style-type: none;	
}

#page_headerlinks li
{
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
	background: url('images/header_toplinks_div.gif') no-repeat 100% 2px;
}

#page_headerlinks li.last
{
	padding-right: 0px;
	background: none;
}

#page_headersearch
{
	padding-right: 30px;
	padding-top: 25px;
	float: right;
	clear: right;
	width: 255px;
	text-align: left;
	word-spacing: -1px;
	overflow : hidden;
}

#page_headersearch h3
{
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#page_headersearch form
{
	padding-left: 3px;
	float: left;
}

#page_headersearch input
{
	margin-top: 1px;
	padding-left: 2px;
	width: 158px;
	height: 14px;
	float: left;
	border: none;
}

#page_headersearch input.button
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	width: 34px;
	height: 16px;
	background-color: transparent;
	float: left;
}


/* Main Navigation Menu */

#page_menu
{
	margin-bottom: 1px;
	width: 780px;
	height: 21px;
}

#page_menu ul
{
	width: 780px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li
{
	margin-right: 1px;
	width: 129px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last
{
	margin-right: 0px;
	width: 130px;
}

#page_menu a
{
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover
{
	color: #e1e1e1;
}

/* Content */

div.content 
{
	width: 780px;
	height: 660px;
	text-align: center;
	clear: both;
}

/* Left Sidebar */

#left_sidebar
 {
	margin-top: 0px;
	width: 134px;
	height: 660px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a
 {
	color: #8989b6;
}

#left_sidebar a:hover
{
	color: #75759c;
}

/* Left Sidebar : Categories */

#categories
 {
	margin-left: 2px;
	margin-bottom: 0px;
	text-align: center;
}

#categories_header
 {
	margin-top: 10px;
	width: 132px;
	height: 20px;
	_padding: 0px 0px 0px 0px;
	_border-color: black;
	_border-width: 1px 1px 1px 1px;
	_border-style: solid;
	background-color: #9e9ec3;
	overflow: hidden;
}

#categories_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#categories_ul
{
	margin-top: 5px;
}

#categories_ul ul
{
	margin-left: 10px;
	width: 120px;
	list-style-type: none;
}

#categories_ul li
{
	margin-top: 0px;
	width: 120px;
	height: 21px;
	list-style-type: none;
	text-align: left;
	border-bottom: #b6b6d2 1px solid;
	float: left;
}

#categories_ul li.last
{
	border: none;
}

#categories_ul li a
{
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #7575a9;
	text-decoration: none;
}

#categories_ul li a:hover
{
	color: #ffffff;
	background-color: #56567c;
}

li.adv
{	
	_padding-top: 40px;
	padding-bottom: 70px;
	margin-left: 10px;
}

/* Main Content Area */

#main_content
 {
	margin-right: auto;
	width: 644px;
	height: 660px;
	text-align: center;
	float: left;
	
}

div.main_content
 {
	width: 468px;
	height: 130px;
	_text-align: center;
	float:right;
	
}

.main_content_details
{
	width: 468px;
	height: 660px;
	_text-align: center;
	float:right;
}

div.main_content_right
{
	vertical-align: bottom;
	width: 175px;
	height: 130px;
	text-align: center;
	float: left;
	
}

/* New Item Description */

#new_item 
{
	padding: 5px 10px;
	width: 626px;
	text-align: justify;
}


#new_item_header
 {
	margin-top: 10px;
	float: left;
	width: 348px;
	text-align: left;
}

#new_item_header h1
 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

#new_item_header h1:hover
{
	background-color: #9e9ec3;
	color: #FFFFFF;
}

#new_item_header h2 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image
{
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_text {
	float: left;
	clear: left;
	width: 348px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}

/* Page Footer */

#page_footer 
{
	width: 780px;
	clear: both;
	text-align: center;
}

#powered_by
{
	font-size: 10pt;
	height: 74px;
	color: #9595c2;
	text-align: center;
}

#powered_by a:hover
{
	font-size: 10pt;
	color: black;
}

.on_page
{
	font-size: 10px;
	color: white;
}

#product_brands
{
	float: left;
}

#product_brands ul
{
	width: 470px;
	list-style-type: none;
}

#product_brands li
{
	margin: 5px 6px 3px 3px;
	height: 40px;
	list-style-type: none;
	float: left;
}


