/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Header / #header
	+ Navigation / #top_nav #prod_nav #left_nav
    + Content / #wrapper, #content_wrapper, #content
        - Left column / #leftcolumn,  #leftcolumn_home
        - Right column / #rightcolumn, #rightcolumn_home
        - Home Page Settings 
        - Sub Page Settings     	
			- Content Pages 				
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding

/************************ [Color codes]
* Dark grey (text): #606060
* Mid Blue (headings, links) #6c5635
* Dark (header) #000066

	
/************************ Global Elements */
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-color: #502802;
	background-image: url(../images/bg_body.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #606060;
	font-weight: 400;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #6c5635;
	font-weight: 800;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #000066;
	font-weight: 800;
	margin-bottom: 4px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333232;
	font-weight: 800;
	margin-top: 6px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
	text-align: left;
	color: #6c5635;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #6c5635;
}
blockquote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #3e3126;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 4px;
	font-style: italic;
	margin-right: 10px;
	margin-left: 28px;
}


form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #6c5635;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #333232;
	list-style: none;
}
li a:link {
	text-decoration: none;
	color: #000000;
}
li a:visited {
	text-decoration: none;
	color: #5564C9;
}
li a:hover {
	text-decoration: underline;
	color: #282D88;
}
li a:active {
	text-decoration: underline;
	color: #9E261F;
}
a:link {
	text-decoration: none;
	color: #00388A;
}
a:visited {
	text-decoration: none;
	color: #0B56B3;
}
a:hover {
	text-decoration: underline;
	color: #BF7500;
}
a:active {
	text-decoration: underline;
	color: #9D711A;
}
a img {
	border:none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border: none 0;
	border-top: 1px dotted #97ae00;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-position: center top;
	min-height: 782px;
	
}
/************************ Header */
#header {
	background-image: url(../images/bg_h1.jpg);
	height: 131px;
	width: 800px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header h1 {
	height: 131px;
	width: 360px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	height: auto;
	width: 740px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	text-align: right;
	color: #FFFFFF;
}
#header_sub {
	margin: 0px;
	padding: 0px;
}
/* using an image to replace text in an h1 */
#header_sub h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 80px;
	width: 250px;
	left: 427px;
	top: 15px;
}
#header_sub h1 span {
	display: none;
}

/************************ Navagation */
	/* top nav */

#top_nav {
	overflow: hidden;
	width: 191px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 611px;
	top: 0px;
}




/* product nav */
#home_nav {
	background-image: url(../images/bg_prodnav.gif);
	width: 178px;
	height: 212px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}


/************************ Content */
	/* content wrapper */
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#content_wrapper {
	width: 800px;
	background-image: url(../images/bg_content.gif);
	padding: 0px;
	position: relative;
	background-position: center top;
	margin: 0px;
}

#content {
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#content table td, th{
	vertical-align: top;
}
#flash {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	height: 212px;
	width: 622px;
	left: auto;
	background-image: url(../images/bg_flash_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* homepage column position */
#leftcolumn_home {
	width: 178px;
	margin: 0px;
	padding: 0px;
}

#cntrcolumn_home {
	width: 430px;
	height: 420px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/cntrcol_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#rightcolumn_home {
	width: 191px;
	margin: 0px;
	padding: 0px;
}

/************************ Home Page Settings */	
	/* home main text */
#leftcolumn_home_image {
	padding: 0px;
	background-image: url(../images/leftcol_btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 327px;
	width: 178px;
	overflow: hidden;
}
#leftcolumn_home_image h2 {
	margin-top: 104px;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 800;
	line-height: 13px;
	color: #000000;
	margin-right: 18px;
	margin-left: 12px;
}
#leftcolumn_home_image p {
	margin: 0px 18px 0px 12px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
#leftcolumn_home_image h3 {
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	color: #000066;
	margin-right: 18px;
	margin-left: 12px;
	text-align: center;
}
#cntrcolumn_home h3 {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	font-weight: 800;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#cntrcolumn_home h2 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: left;
	color: #000066;
	padding: 0px;
}
#cntrcolumn_home p {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 6px;
}
#cntrcolumn_home .indent1 {
	margin-right: 14px;
	margin-left: 20px;
}
#cntrcolumn_home .indent2 {
	margin-right: 14px;
	margin-left: 84px;
}
#cntrcolumn_home .indent3 {
	margin-right: 20px;
	margin-left: 100px;
}
#rightcolumn_home_image {
	padding: 0px;
	background-image: url(../images/rightcol_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	width: 191px;
	overflow: hidden;
	margin: 0px;
}
#rightcolumn_home_image h2 {
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	color: #000066;
	margin-right: 18px;
	margin-left: 12px;
	text-align: center;
}
#rightcolumn_home_video {
	padding: 0px;
	height: 169px;
	width: 191px;
	overflow: hidden;
	background-color: #092146;
}


/************************ Sub Page Settings */	
/* subpage column position */	

		/* sub category */

/************************ Footer */
#footer_wrapper {
	padding: 0px;
	width: 800px;
	height: auto;
	background-image: url(../images/bg_footer_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	top: 0px;
	position: relative;	
}
#footer ul {
	margin: 12px auto;
	padding: 0px;
	position: relative;
	width: auto;
}
#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	font-size: 10px;
	font-weight: 800;
	padding: 0px;
}

#footer li a:link {
	text-decoration: none;
	color: #FEC630;
}
#footer li a:visited {
	text-decoration: none;
	color: #FEB621;
}
#footer li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer li a:active {
	text-decoration: underline;
	color: #E7B030;
}
#footer h3 {
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
#footer h3 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer h3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer h3 a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#footer h3 a:active {
	text-decoration: underline;
	color: #CC9900;
}
#footer h5 {
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/* Border Settings */	
.prodBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBE3;
}
/* Padding Settings */
.pad2 {
	padding: 2px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}
