body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td 
{margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';} 
abbr,acronym {border:0;}
/* //END CSS RESET// */
html {
	}

body {
	color: #fff;
	background-color: #F6B41D;
}



p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #663333;
	margin-bottom: 10px;
	}
h1 {
	font-size: 35px;
	color: #9f2e24;
	margin-top: 20px;
	}
h2 {
	font-size: 28px;
	color: #9f2e24;
	margin-top: 20px;
	}
h3 {
	font-size: 22px;
	color: #9f2e24;
	margin-top: 15px;
	}
h6 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #663333;
	}
hr {
	height: 1px;
	border: none;
	background-color: #000;
	margin-top: 0px;
	}
em {
	font-style: italic;
	}
#container {
	position: relative;
	width: 1024px;
	}
	#left {
		float: left;
		width: 240px;
		text-align: right;
		}
		#logo {
			margin: 10px 10px 0 0;
			}
		#nav {
			list-style-type: none;
			margin-top: 40px;
			font-size: 16px;
			color: #f6b41d;
			}
			#nav a:link, #nav a:active, #nav a:visited {
				color: #fff;
				text-decoration: none;
				}
			#nav a:hover {
				color: #f6b41d;
				}
			#nav li {
				padding: 7px 15px 7px 0;
				}
				#nav li#catalog {
					padding-top: 30px;
					}
	#right {
		float: left;
		width: 760px;
		}
		#headline {
			margin-top: 40px;
			}
		#content-home {
			position: relative;
			margin: 40px 0 12px 0;
			background-color: #9f2e24;
			border: 5px solid #f6b41d;
			}
		#content {
			position: relative;
			margin: 40px 0 12px 0;
			padding: 16px 15px 15px 15px;
			background-color: #f6b41d;
			border: 5px solid #9f2e24;
			}
			#contact-home {
				position: absolute;
				right: 45px;
				top: -35px;
				height: 27px;
				padding: 8px 30px 0 30px;
				background-color: #9f2e24;
				border-bottom: 5px solid #9f2e24;
				z-index: 10;
				}
			#contact {
				position: absolute;
				right: 45px;
				top: -35px;
				height: 27px;
				padding: 8px 30px 0 30px;
				background-color: #9f2e24;
				z-index: 10;
				}
				a#contact-button:link, a#contact-button:active, a#contact-button:visited {
					height: 13px;
					padding: 0px;
					margin: 0px;
					line-height: 0px;
					width: 91px;
					background-image: url(../images/contact-button.gif);
					background-position: 0 14px;
					display: block;
					}
				a#contact-button:hover {
					background-position: 0 1px;
					}
			#subNav {
				width: 100%;
				text-align: center;
				}
				#subNav a:link, #subNav a:active, #subNav a:visited {
					color: #663333;
					text-transform: small-caps;
					text-decoration: none;
					}
				#subNav a:hover {
					color: #000;
					text-transform: small-caps;
					}
		#features {
			width: 100%;
			}
			.cellCenter {
				text-align: center;
				}
			.cellRight {
				text-align: right;
				}
			#features img {
				border: 5px solid #f6b41d;
				}
	#footer {
		position: relative;
		clear: both;
		font-size: 11px;
		font-family: Arial;
		width: 760px;
		margin: 0 0 0 0;
		padding: 10px 0 30px 0;
		}

.product {
	width: 100%;
	position: relative;
	/*border-bottom: 1px solid #000;*/
	padding-top: 10px;
	}
	.product-preview {
		margin-bottom: 10px;
		height: 340px;
		width: 320px;
		position: relative;
		float: left;
		}
	.product-info {
		position: relative;
		float: right;
		margin-top: 30px;
		margin-left: 30px;
		width: 370px;
		}
	.product-thumbs {
		width: 400px;
		position: absolute;
		right: 0px;
		bottom: 8px;
		}
	.product-thumbs img {
		margin-left: 8px;
		float: right;
		}
	.product-thumbs img.view{
		margin-left: 0px;
		float: left;
		}

#fileDesc {
	color: #663333;
}

#accessories {
	position: relative;
	width: 290px;
	float: left;
	background-color: #d8a868;
	padding: 10px;
	}
	p a:link, p a:active, p a:visited {
		font-weight: bold;
		color: #663333;
		text-decoration: none;
		}
	p a:hover {
		color: #000;
		}
		 
	#accessories .accessories-item {
		clear: both;
		padding: 10px 15px 0 20px;
		border-top: 1px solid #000;
		}
	#accessories img {
		float: left;
		}
	#accessories p {
		width: 175px;
		float: right;
		}
		
#options {
	position: relative;
	width: 290px;
	float: left;
	}
	#options .options-item {
		clear: both;
		padding: 10px 15px 0 0;
		border-top: 1px solid #000;
		}
	#options img {
		float: left;
		}

#tech {
	position: relative;
	width: 400px;
	float: right;
	}
	.tech-item {
		border-top: 1px solid #000;
		padding: 10px 15px 0 0px;
		}
	#tech a:link, #tech a:active, #tech a:visited {
		font-weight: bold;
		color: #9f2e24;
		}
	#tech a:hover {
		text-decoration: none;
		}

p.design {
	position: relative;
	margin-top: 10px;
	margin-bottom:10px;
	width: 400px;
	float:right;
	}
a#varilock:link, a#varilock:active, a#varilock:visited {
	height: 40px;
	width: 215px;
	margin-left: 150px;
	clear: both;
	background-image: url(../images/video-button.gif);
	background-position: 0 0;
	display: block;
	} 
a#varilock:hover {
	background-position: 0 40px;
	}
.field {
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #663333;
	}
.input {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	}
input {
	vertical-align: bottom;
	}
.thumb {
	width: 85px;
	height: 68px;
	cursor: pointer;
	border: 1px solid #f6b41d;
	}
.active {
	border: 1px solid #9f2e24;
}