
/* ******************************
Reset Code - An overall, master reset to make code behave and to cut down on repetitive declarations
****************************** */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* ******************************
Preset Classes - Classes that are universally available and applied
****************************** */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}

/* ******************************
Basic CSS - groundwork appearance code for this template
****************************** */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;

	color:#333;
	
	background:#461D09 url("/images-layout/site-bg.gif") 50% 0 repeat;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#fff;
}
a:visited, a:active {
	color:#fff;
}
a:hover { 
	color:#dea139;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:180%;
	color:#dea139;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#dea139;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#333;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #98611B;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #e19e2a;
}

ul, ol {
	margin-bottom:.6em;
}

.ulStyle1 li{
	background:transparent url('images-layout/bullet2.gif') left 4px no-repeat scroll;
	padding-left:12px;
	margin-left:5px;
}

#container {
	
}
#content {
	background:transparent url('/images-layout/content-bg.gif') 50% 0 repeat-y;
}
#columnWrapper {
	padding-bottom:0px;
	background:transparent url('/images-layout/content-border.gif') repeat-y scroll top center;
}

/* ******************************
Product CSS - declarations specific to the product highlight pages
****************************** */
body {
	margin:0;
	padding:0;
	min-width:720px;
	text-align:center;
	background:#461D09 url(/images-layout/site-bg.gif) repeat scroll 50% 0pt;
}

h1, h2 {
	color:#98611B;
}
h1 {
	margin-top:10px;
	font-size:240%;
}

#productInfo {
	margin:0 auto;
	padding:20px;
	width:680px;
	text-align:left;
	background:#f1e3c9;
}

	#companyLogo {
		display:block;
		margin:0 auto 1.6em auto;
	}

	#productImage {
		margin:20px 20px 20px 0;
		float:left;
	}
	
	#productDescription {
	
	}

	#instructions {
		margin-bottom:0;
	}

	#productSpecifications {
		float:left;
		margin-top:1.6em;
		padding-bottom:1.6em;
		width:330px;
	}
		#specTitle {
			
		}
		#specTable {
			
			border-collapse:collapse;
			border:1px solid #98611B;
		}
			#specTable td {
				padding:1px 8px;
			}
			#specTable .spec {
				text-align:right;
			}
			#specTable .even td {
				background:#fff;
			}
			
		
	#buttonPrint, #buttonClose {
		float:left;
		margin-top:10px;
		margin-right:20px;
		width:200px;
	}
		#buttonPrint button, #buttonClose button {
			width:150px;
		}
	
	.hr {
		margin:0;
	}

#productFooter {
	position:relative;
	margin:0 auto;
	padding:0 20px 1.6em 20px;
	width:680px;
	text-align:left;
	background:#f1e3c9;
}
	#contactHeader {
		margin-top:0;
	}
	#productFooter p {
		margin:0;
	}
	#productAddress {
		text-align:center;
	}
	#productPhone {
		position:absolute;
		top:2.2em;
		left:20px;
	}
	#productFax {
		position:absolute;
		top:3.6em;
		left:20px;
	}
	#productSite {
		position:absolute;
		top:2.2em;
		right:20px;
	}
