* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: left;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

/* 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: 600px;
	height: 75px;
	float: left;
}

#page_heading h1 {
	width: 500px;
	float: left;
	margin-top: 45px;
	text-align:left;
	margin-left: 20px;
	font-size: 24px;
}

#page_heading h2 {
	width: 700px;
	height: 16px;
	float: left;
	clear: both;
	margin-left: 15px;
	font-size: 18px;
}



/* 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: 155px;
	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: 1px;
	width: 300px;
}

#page_menu li.first {
	margin-left: 7px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}




/* Left Sidebar: Newsletter Signup Box */

#op
{	font-size:12px;
	text-align:left;
	width:75%;
	position:relative;
	left:100px;
}

#order
{	width:400px;
	font-size: 12px;
	position:relative;
	left: 200px;
	border: none;
}


#order input, textarea, select {

	border: #bfbfe6 1px solid;
	clear: left;
	float:left;
	margin:5px;
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

#order label
{	font-weight:bold;
}

#order input.button {
	margin-top: 3px;
	margin-left: 250px;
	border: none;
}

#order #link_cancel {
	margin-top: 5px;
}




/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 773px;
	text-align: center;
	float: right;
	border:none;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

#main_content h1
{	font-size:22px;
}

#main_content h2
{
	font-size:18px;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 750px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 400px;
}

#new_item_header h1 {
	color: #434367;
	font-size: 20px;
	font-weight: normal;
}

#new_item_header h2 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	float: right;
	overflow: hidden;
	text-align: right;
}
#new_item_image_left {
	float: left;
	overflow: hidden;
	text-align: left;
	display:inline;
}

#new_item_text {
	float: left;
	clear: left;
	width: 480px;
}

#new_item_text_right {
	float: right;
	clear: right;
	width: 480px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}


/* Sub Items Descriptions */

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 773px;
	background: url('images/item_sub_background.gif') repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	padding-left: 5px;
	width: 330px;
	float: left;
}

.sub_right {
	padding-right: 15px;
	width: 420px;
	float: right;
}

.sub_items_header {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

#sub_items_header h1 {

	color: #434367;
	font-size: 18px;
	font-family: tahoma;
	text-align:left;
	font-weight: normal;
}

#sub_items_header_right h1 {
	margin-left: 30px;
	color: #434367;
	font-size: 18px;
	font-family: tahoma;
	text-align:left;
	font-weight: normal;
}

#sub_items_header h2 {

	color: #434367;
	font-size: 16px;
	font-family: tahoma;
	text-align:left;
	font-weight: normal;
}

#sub_items_header_right h2 {
	margin-left: 30px;
	color: #434367;
	font-size: 16px;
	font-family: tahoma;
	text-align:left;
	font-weight: normal;
}


.sub_items_image {
	margin-top: 15px;
	float: right;
	text-align: right;
}
.sub_items_image_left {
	margin-top: 15px;
	float: center;
	text-align: center;
}

.sub_items_text {
	padding-left: 20px;
	float: left;
	clear: left;
}

.sub_items_cartinfo {
	padding-top: 12px;
	padding-left: 20px;
	color: #820721;
	font-family: arial, tahoma, sans-serif;
	float: none;
	clear: both;
}

.sub_items_cartinfo h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}



.sub_items_cartinfo .price {
	float: left;
	text-align: left;
}

.sub_items_cartinfo .addtocart {
	margin-top: 2px;
	float: right;
	width: 100px;
	height: 12px;
	text-align: left;
	background: url('images/button_addtocart.gif') no-repeat 0% 0%;
}



/* Page Footer */

#page_footer {
	width: 780px;
}

#powered_by {
	padding-top: 17px;
	float: left;
	height: 30px;
	color: #9595c2;
	text-align: left;
	margin-left:20px;
}

#powered_by a {
	color: #9595c2;
}

#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;
}

#product_brands li.zalcom {
	width: 107px;
	background: url('images/brand_zalcom.gif') no-repeat 0px 0px;
}

#product_brands li.digital {
	width: 95px;
	background: url('images/brand_digital.gif') no-repeat 0px 0px;
}

#product_brands li.adept {
	width: 126px;
	background: url('images/brand_adept.gif') no-repeat 0px 0px;
}

#product_brands li.simtel {
	width: 99px;
	background: url('images/brand_simtel.gif') no-repeat 0px 0px;
}

.inv {display:none}
