/* core rules */

* {
	margin: 0;
	padding: 0;
	}
body {
	background: #000;
	text-align: center;
	}
fieldset {
	border: none;
	}
legend {
	display: none;
	}
img {
	border: none;
	}
input, select, textarea {
	background: #F0EFE5;
	padding: 2px;
	}
option {
	padding: 0 6px 1px 6px;
	}

/* layout specific */

#center {
	background: #c9c5a2;
	margin: 20px auto;
	width: 900px;
	}
	/* header */

	#header {
		background: #c9c5a2;
		padding: 5px 0 0 0;
		}
	#header #span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}

	/* block 1 */

	#block1 {
		background: #000;
		min-height: 104px;
		margin: auto;
		width: 890px;
		}
		#block1 ul {
			background: #000;
			color: #8c8b79;
			font: bold 9px Verdana;
			list-style: none;
			text-transform: uppercase;
			width: 890px;
			}
			#block1 ul li {
				float: left;
				padding: 6px 0 6px 15px;
				}
		#block1 a {
			color: #8c8b79;
			text-decoration: none;
			}
		#block1 a:hover {
			text-decoration: underline;
			}
			
			/* block 2 */

			#block2 {
				background: #a09f8b url('/img/base/logo.gif') no-repeat;
				clear: both;
				height: 78px;
				margin: 0 2px 2px 2px;
				width: 886px;
				}

		/* content */

		#content {
			background: #c9c5a2;
			/*display: inline-block;*/ /* removed caused bug in FF3 */
			text-align: left;
			}

			/* block3 */

			#block3 {
				background: #000;
				font: bold 9px Verdana; /* must be applied to parent element to avoid 1 px gap between list items in IE5+ */
				display: inline;
				float: left;
				margin: 0 0 0 5px;
				text-align: left;
				text-transform: uppercase;
				width: 204px;
				}
				#block3 h2 {
					background: #8e8370 url('/img/buttons/go.gif') no-repeat 10px 10px;
					color: #000;
					cursor: pointer;
					font: bold 9px Verdana;
					margin: 0 0 2px 2px;
					padding: 16px 0 14px 40px;
					}
					#block3 h2.expanded {
						background: #8e8370 url('/img/buttons/down.gif') no-repeat 10px 10px;
						color: #000;
						cursor: pointer;
						font: bold 9px Verdana;
						margin: 0 0 2px 2px;
						padding: 16px 0 14px 40px;
					}
					#block3 h2 a {
						color: #E3E2D9;
						text-decoration: none;
						}
					#block3 h2 a:hover {
						text-decoration: underline;
						}		
				#block3 ul {
					background: #000;
					list-style: none;
					}
					#block3 li {
						position: relative;
						margin: 0 0 0 2px;
						padding: 0 0 2px 0;
						}
						#block3 li a {
							background: #aa9d86 url('/img/base/bullet.gif') no-repeat;
							background-position: 15px 20px;
							color: #000;
							display: block;
							height: 26px;
							padding: 16px 0 0 34px;
							text-decoration: none;
							}
						#block3 li a:hover {
							background-color: #c8bdaa;
							}
						#block3 li a:active {
							background-color: #FFF;
							}
						#block3 li a.selected, #block3 li a.selected:hover {
							background: #FFF url('/img/base/bullet.gif') no-repeat;
							background-position: 15px 20px;
							/* added to join content to menu when selected */
							position: relative;
							right: -2px;
							z-index: 100;
							margin: 0 0 0 -2px;
							}

				/* block4 */

				#block4 {
					background: #000;
					display: inline;
					float: left;
					text-align: left;
					}
					#block4 h2 {
						background: #8e8370;
						color: #000;
						font: bold 9px Verdana;
						margin: 0 2px 2px 2px;
						padding: 16px 0 14px 10px;
						text-transform: uppercase;
						}
						#block4 h2 a {
							color: #000;
							text-decoration: none;
							}
						#block4 h2 a:hover {
							text-decoration: underline;
							}
							
/* all content rules belong in this block */

#block5 {
	background: #fff;
	margin: 0 2px;
	position: relative;
	min-height: 350px;
	width: 682px; /* needed for IE5 double margin float */
	}
#block5 a {
	color: #000;
	text-decoration: none;
	}
#block5 a:hover {
	text-decoration: underline;
	}
#block5 h3 {
	background: #fff;
	font: bold 9px Verdana;
	padding: 18px 0 10px 16px;
	text-transform: uppercase;
	}
#block5 h4 {
	font: bold 9px Verdana;
	padding: 10px 10px 10px 0;
	text-transform: uppercase;
	}
#block5 p {
	font: normal 12px/16px Arial;
	padding: 0 0 8px 0;
	}
#block5 p#question {
	background: url('/img/base/question.gif') no-repeat top left;
	padding: 0 0 10px 40px;
	margin: 8px 12px 0 0;
	}
#block5 p#install {
	background: url('/img/base/pdf.gif') no-repeat top left;
	padding: 0 0 10px 60px;
	margin: 8px 16px 0 16px;
	}
#block5 table {
	font: normal 12px Arial;
	/*padding: 0 3px 0 3px;*/
	margin: 0 auto;
	/*width: 485px;*/
	width: 652px;
	}
#block5 th {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 4px 12px 0;
	text-transform: uppercase;
	}
#block5 td {
	padding: 4px 0;
	}
#block5 ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 6px 6px 10px 6px;
	}
#block5 ul li {
	background: url('/img/base/bullet.gif') no-repeat 0 6px;
	color: #000;
	font: normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 12px;
	text-decoration: none;
	}
#block5 ol {
	list-style: decimal inside;
	margin: 0 0 0 15px;
	padding: 6px 6px 10px 6px;
	}
#block5 ol li {
	color: #000;
	font: bold 9px/16px Verdana;
	list-style: decimal inside;
	padding: 0 0 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
	}
#block5 ol li p {
	color: #000;
	font: normal 12px/16px Arial;
	padding: 0 12px 0 22px;
	text-decoration: none;
	text-transform: none;
	}
#block5 h3#error {
	background: url('/img/base/warning.gif') no-repeat top left;
	font: bold 12px Verdana;
	padding: 16px 0 16px 50px;
	}
#block5 h3#success {
	background: url('/img/base/success.gif') no-repeat top left;
	font: bold 12px Verdana;
	padding: 16px 0 16px 50px;
	}

		.article {
			background: url('/img/base/seperator.gif') repeat-x bottom left;
			margin: 0 16px;
			clear: both;
			}
		textarea, input#subject {
			width: 300px;
			}	




input.submit, input.x {
	background: none;
	padding: 0;
	}
select#state {
	margin: 0 0 6px 10px;
	width: 200px;
	}
	p a.external {
		background: url("/img/base/link_e.gif") no-repeat bottom left;
		color: #000;
		text-decoration: none;
		padding: 0 0 0 13px;
		}
	p a.internal {
		background: url("/img/base/link_i.gif") no-repeat bottom left;
		color: #000;
		text-decoration: none;
		padding: 0 0 0 13px;
		}
	p a.external:hover, p a.internal:hover {
		text-decoration: underline;
		}

input#update {
	margin: 0;
	padding: 0;
	}
input.quantity {
	width: 30px;
	text-align: center;
	}
select#attribute {
	width: 130px;
	}
.req {
	background: url('/img/base/seperator.gif') repeat-x bottom left;
	}
select#country, select#perms, select#group, select#user_info_id {
	width: 262px;
	}
input#address_type_name, input#email, input#name, input#username, input#password, input#password_1, input#password_2, input#company, input#first_name, input#middle_name, input#last_name, input#address_1, input#address_2, input#city, input#state, input#zip, input#phone_1, input#phone_2, input#fax, input#user_email, input#number {
	width: 254px;
	}
select.order_payment_expire_month {
	width: 120px;
	}
select.order_payment_expire_year {
	width: 85px;
	}
select.filter {
	width: 200px;
	}

#block5 a.pages, #block5 a.curpage, #block5 a.nopage {
	background: #595440 url('/img/buttons/box_bg_a.gif') repeat-x;
	border: 1px solid black;
	color: #e3e2d9;
	font: bold 10px/18px Verdana, arial, helvetica, sans-serif;
	padding: 6px 8px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 -2px;
	}
#block5 a.pages:hover {
	background: #595440 url('/img/buttons/box_bg_a.gif') repeat-x;
	border: 1px solid #000;
	text-decoration: underline;
	}
#block5 a.curpage {
	background: #595440 url('/img/buttons/box_bg_a.gif') repeat-x;
	border: 1px solid #000;
	text-decoration: underline;
	}
#paging {
	margin: 12px 0 0 16px;
	padding: 0 0 15px 0;
	}

#content #block6 {
	/*width: 522px;*/
	width: 686px;
}
	#content #block6 ul#services {
		list-style: none;
		text-align: center;
		display: inline;
		float: left;
		margin: 2px 0 0 0;
		height: 72px;
		}
	#content #block6 ul#services li {
		float: left;
		display: inline;
		margin: 0 0 0 2px;
		}
	#content #block6 ul#services li a {
		float: left;
		display: inline;
		color: #000;
		font: bold 9px Verdana;

		height: 40px;
		width: 169px;
		padding: 25px 0 0 0;
		text-decoration: none;
		text-transform: uppercase;
		}
	#content #block6 ul#services li a#a {
		background: #E3E2D9 url('/img/base/secure.gif') no-repeat;
		}
	#content #block6 ul#services li a#a:hover {
		background: #c4c0b3 url('/img/base/secure.gif') no-repeat 0 -65px;
		}
	#content #block6 ul#services li a#b {
		background: #E3E2D9 url('/img/base/shipping.gif') no-repeat;
		}
	#content #block6 ul#services li a#b:hover {
		background: #c4c0b3 url('/img/base/shipping.gif') no-repeat 0 -65px;
		}
	#content #block6 ul#services li a#c {
		background: #E3E2D9 url('/img/base/discounts.gif') no-repeat;
		}
	#content #block6 ul#services li a#c:hover {
		background: #c4c0b3 url('/img/base/discounts.gif') no-repeat 0 -65px;
		}
	#content #block6 ul#services li a#d {
		background: #E3E2D9 url('/img/base/dealer.gif') no-repeat;
		}
	#content #block6 ul#services li a#d:hover {
		background: #c4c0b3 url('/img/base/dealer.gif') no-repeat 0 -65px;
		}
	#content #block6 ul#services li a:hover {
		text-decoration: none;
		}

/* footer */

#block6 h5 {
	background: #000;
	color: #8c8b79;
	/* display: inline-block; */ /* fixes double padding bug in IE but removed caused FF3 bug */
	font: bold 9px Verdana;
	margin: -3px 0 0 0;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
	}
#footer {
	background: #c9c5a2;
	clear: both;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	}

/* testimonials */

#block7 {
	background: #fff;
	height:350px;
	position: relative;
	overflow: hidden;
	}
#block7 ul#testimonials {
	cursor: default;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 8px 8px 8px;
	width: 200px;
	left: 242px;
	position: relative;
	top: -10px;
	/*height: 345px;*/
	text-align: right;
	overflow: hidden;
	}
#block7 ul#testimonials li {
	background: none;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#block7 ul#testimonials li p {
	color: #93917a;
	font-style: italic;
	margin: 0;
	padding: 10px 0 0 0;
	}
#block7 ul#testimonials li p#p2 {
	padding: 91px 0 0 0;
	}

#block5 .inputa {
	/*background-color: #d4ddd7;*/
	background-color: #cfcbbe;
	}

#block5 .inputi {
	background-color: #F0EFE5;
	}

#minicart {
	background: #c9c5a2;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	width: 600px;
	color: #000;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
#miniholder {
	background: #c9c5a2;
	padding: 6px;
	}
#miniholder.added {
	background: #aa9d86 url('/img/buttons/check.gif') no-repeat 10px 3px;
	padding: 6px;
	}
#miniholder.warning {
	background: #aa9d86 url('/img/buttons/warning_s.gif') no-repeat 10px 3px;
	padding: 6px;
	}
#minicart a {
	color: #000;
	}
#minicart a:hover {
	color: #000;
	}
	
/* account rules */

#profile {
	background: url('/img/account/profile.gif') no-repeat 0 15px;
	margin: 0 16px 0 16px;
	padding: 0 0 0 50px;
	}
#shipping {
	margin: 0 16px 0 16px;
	padding: 0 0 0 50px;
	}
#orders {
	margin: 0 16px 0 16px;
	padding: 0 0 0 50px;
	}

	/* search */

	#search {
		height: 23px;
		left: 448px;
		position: absolute;
		top: 8px;
		}
		#search label {
			color: #000;
			font: bold 9px Verdana;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			}
		#search input {
			background: #FFF;
			width: 150px;
			margin: 0;
			padding: 1px 2px 2px 2px;
			}
		#search input#go {
			background: none;
			vertical-align: bottom;
			height: 23px;
			width: 19px;
			position: relative;
			top: 0;
left: 0;
margin: 0;
padding: 0;
			}
/* // Easy Slider */

.note {
	display: none;
	background: url("/img/base/blank.gif");
	border: 1px solid #595440;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	}
.note1 {
	display: none;
	background: url("/img/base/blank.gif");
	border: 1px solid #fff;
	overflow: hidden;
	position: absolute;
	z-index: 75;
	cursor: pointer;
	}
.note2 {
	display: none;
	background: url("/img/base/blank.gif");
	border: 1px solid #ccc;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	cursor: pointer;
	}
.notep {
	display: none;
	background: #979581;
	border: 1px solid #000;
	font: bold 9px Verdana;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	padding: 8px;
	position: absolute;
	width: 160px;
	cursor: text;
	}
.note_flash {
	color: #fff;
	display: none;
	font: bold 9px Verdana;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	padding: 8px;
	position: absolute;
	cursor: text;
	}