* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

/* 
used to hide words and use images to display
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: 10px auto;
	width: 980px;
	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: 980px;
	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 { 
	padding-left: 10px;
	width: 345px;
	height: 75px;
	float: left;
}

#page_heading h1 {
	width: 190px;
	height: 52px;

	float: left;
}

#page_heading h2 {
	width: 190px;
	height: 16px;

	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: 140px;
	height: 14px;
	float: left;
	border: none;
}

#page_headersearch input.button {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	width: 24px;
	height: 16px;
	background-color: transparent;
	float: left;
}


/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 980px;
	height: 21px;
}

#page_menu ul {
	width: 980px;
	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;
}

/* Larger */

#page_menu li.last {
	margin-right: 0px;
	width: 200px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}


/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: left;
margin-top: 8px;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter {            background-color: #ffcccc;   text-align: center;
	margin-bottom: 2px;
	padding: 15px 0px 15px 0px;
	width: 128px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	overflow: hidden;
	font-weight: bold;
}

#newsletter h2 {
	padding-bottom: 10px;
	font-size: 10px;
}

#newsletter input {
	padding-left: 0px;
	width: 110px;
	height: 16px;
	border: #bfbfe6 1px solid;
	
	clear: left;
}

#newsletter input.button {
	margin-top: 3px;
	margin-left: 85px;
	width: 22px;
	height: 13px;
	border: none;
}

#newsletter #link_cancel {
	margin-top: 5px;
}


/* Left Sidebar : Categories */

#categories {
	margin-bottom: 1px;
	padding: 1px 0px 1px 0px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	text-align: center;
}

#categories_header {
	margin-bottom: 2px;
	width: 127px;
	padding: 8px 0px;
	background-color: #9e9ec3;
	overflow: hidden;
}

#categories_header h2 {
	margin-top: 3px;
	margin-left: 0px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#categories ul {
		width: 119px;
	list-style-type: none;
}

#categories li {
	width: 119px;
	padding: 6px 4px 6px 4px;
	list-style-type: none;
	text-align: center;
	border-bottom: #b6b6d2 1px solid;
	float: left;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin-top: 4px;
	margin-left: 0px;
	display: block;
	color: #7575a9;
	text-decoration: none;
}

#categories li a:hover {
	color: #56567c;
}


/* Left Sidebar : Special Offer  height removed */

#specialoffer {
	width: 129px; padding: 14px 0 4px 0;
background: url('images/specialoffers_background.gif') repeat-x 0px 0px;
background-color: #8989BD;
	color: #000000;
	font-size: 11px;
}

#specialoffer_text {
	width: 129px;
}

#specialoffer_text p {
font-size: 12px;  	text-align: center;  padding: 6px 2px 6px 2px; 
}

#specialoffer_text h2 {
	margin-top: 2px;
	margin-left: 0px;
	width: 113px;
font-size: 12px;
	text-align: center;
color: #000000;
}

#specialoffer_link {
	margin-left: 2px;  margin-right: 2px; 	padding: 6px 2px 6px 2px;   text-align: center;
}



#specialoffer_link a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#specialoffer_link a:hover {
	color: #f2f2f2;
}


/* Page Footer */

#page_footer {
	width: 980px;  
}

#powered_by {
	padding-top: 5px; padding-right:16px;
	float: right;
	width: 300px;
	height: 30px;
	color: #9595c2;
	text-align: right;
}

#powered_by a {
	color: #9595c2;
}

/* Page Footer  removed 	float: left;   here */
#product_brands { text-align: center;  color: #000000;

}

#product_brands ul {
	width: 670px;
	list-style-type: none;
}

#product_brands li {  color: #9595c2;
	margin: 5px 6px 3px 3px;
	height: 40px;
	list-style-type: none;
	float: left;
}

#product_brands li.zalcom { padding-left:17px;
	width: 437px;
	
}

#product_brands li.digital {
	width: 85px;

}

#product_brands li.adept {
	width: 50px;
}

#product_brands li.simtel {
	width: 44px;
}

/*      used to hide words and use images to display 
span {
	display: none;
}
 */



