/**********************************************************************************************

	Title: Website
	Author: XHTMLized
	Date: October 2007 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1; }	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center;
	color: #333;
	background: #336600 url(../images/body-bg.gif) center top repeat-x;
}
body.popup{
	background: #fff;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	background: #669927;
}

h2 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	background: #669927;
}

h3 {
	font-size: 11px;
	color: #fff;
	margin-bottom: 15px;
	background: #669927;
}


	h1 strong,
	h2 strong,
	h3 strong{
		color: #ffcc00;
		font-size: 1.33em;
		font-weight: normal;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;}
	
h5 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 3px;}

p  {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a {
	color: #336600;
	text-decoration: underline;
}

a:hover {
	color: #7f7e14;
	text-decoration: none;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.container-wrapper {
	width: 931px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/container-bg.gif) center repeat-y;
}
.container{
	padding: 26px 40px 26px 39px;
	background: url(../images/top-bg.gif) top left no-repeat;
}
body.popup .container-wrapper,
body.popup .container{
	width: 800px;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

#header {
	height: 86px;
	width: 852px;
	overflow: hidden;
}
body.popup #header{
	width: 800px;
}

#content {
	width: 100%;
	overflow: hidden;
}

#footer {
	text-align: center;
	padding: 40px 0 20px 0;
	clear: both; }


/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

#header h1{
	float: left;
	width: 202px;
	height: 77px;
	text-transform: uppercase;
	letter-spacing: -.01em;
	font-size:11px;
	font-weight: bold;
	background: transparent;
}
	#header h1 a{
		position: relative;
		display: block;
		width: 202px;
		height: 77px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
	}
	#header h1 a strong{
		padding-top: 20px;
		display: block;
		color: #58861e;
		font-size: 30px;
		font-weight: bold;
	}
	#header h1 em{
		display: none;
	}
	#header h1 span{
		position: absolute;
		width: 100%; height: 100%;
		top: 0; left: 0;
		cursor: pointer;
		background: url(../images/logo.gif) no-repeat;
	}
	body.popup #header h1 span{
		background: url(../images/logo_popup.gif) no-repeat;
	}

#header .tagline{
	float: right;
	width: 259px;
	height: 77px;
	position: relative;
}
	#header .tagline p{
		padding-top: 38px;
		text-transform: uppercase;
		letter-spacing: -.02em;
		color: #58861e;
		font-weight: bold;
		line-height: 1.2em;
	}
	#header .tagline p strong{
		color: #333;
		font-size: 1.3em;
	}
	#header .tagline span{
		position: absolute;
		width: 100%; height: 100%;
		top: 0; left: 0;
		background: url(../images/tagline.gif) no-repeat;
	}
	body.popup #header .tagline span{
		background: url(../images/tagline_popup.gif) no-repeat;
	}

#nav {
	width: 848px;
	position: relative;
	height: 33px;
	padding: 0 2px;
	background: url(../images/nav-wrapper-bg.gif) top repeat-x;
}
	#nav ul{
		height: 33px;
		padding-left: 90px;
		background: #204100 url(../images/nav-bg.gif) top repeat-x;
	}

	#nav li{
		position: relative;
		float: left;
		padding: 0 45px 0 43px;
		background: url(../images/nav-separator.gif) right 14px no-repeat;
	}
	#nav li.nav-contact{
		background: none;
	}
	#nav li a{
		position: relative;
		display: block;
		height: 33px;
		overflow: hidden;
		line-height: 36px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
	}
	#nav li a span{
		cursor: pointer;
		position: absolute;
		width: 100%; height: 100%;
		top: 0; left: 0;
	}
	#nav li.nav-aboutus a{ width: 72px; }
	#nav li.nav-design a{ width: 105px; }
	#nav li.nav-product a{ width: 69px; }
	#nav li.nav-contact a{ width: 62px; }
	
	#nav li.nav-aboutus a span{ background: url(../images/nav-aboutus.gif) no-repeat; }
	#nav li.nav-design a span{ background: url(../images/nav-design.gif) no-repeat; }
	#nav li.nav-product a span{ background: url(../images/nav-product.gif) no-repeat; }
	#nav li.nav-contact a span{ background: url(../images/nav-contact.gif) no-repeat; }

p.banner{
	padding: 0 0 1px 0;
	line-height: 1em;
}


/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	

.home-left{
	float: left;
	width: 402px;
	border: 1px solid #ccccc5;
	background: url(../images/home-left-bg.gif) right bottom no-repeat;
}
	.home-left-content{
		padding: 5px 34px 5px 25px;
	}
	.h2-custom{
		position: relative;
		height: 28px;
		padding: 30px 0 0 13px;
		overflow: hidden;
	}
		.h2-custom span{
			position: absolute;
			width: 100%; height: 100%;
			top: 0; left: 0;
			background: url(../images/h2-custom.gif) 13px bottom no-repeat;
		}
	.more{
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
	}
	
	
.home-center,
.home-right{
	float: left;
	width: 219px;
	padding-left: 5px;
}
.home-right{
	margin-right: -3px;
}

	.h3-salesrepresentative,
	.h3-specials{
		position: relative;
		height: 25px;
		padding: 15px 0 0 10px;
		border: 1px solid #ccccc5;
		background: #669927 url(../images/h3-bg.gif) no-repeat right bottom;
	}
	.h3-salesrepresentative span,
	.h3-specials span{
		position: absolute;
		width: 100%; height: 100%;
		top: 0; left: 0;
		background: url(../images/h3-salesrepresentative.gif) 10px bottom no-repeat;
	}
	.h3-specials span{
		background: url(../images/h3-specials.gif) 10px bottom no-repeat;
	}
	
	.item-info{
		padding: 15px 20px 0 20px;
	}
	.item-info h5{
		margin: 0;
	}
	.item-info p{
		padding: 0;
		font-size: 10px;
	}


.breadcrumb{
	padding: 5px 0 0 15px;
	border-bottom: 1px solid #ccccc5;
	margin-bottom: 20px;
}

.design-left{
	float: left;
	width: 325px;
	padding-left: 15px;
	padding-bottom: 20px;
}
	.design-left img{
		padding: 5px;
		border: 1px solid #ccccc5;
	}
	
.design-right-wide{
	float: left;
	width: 512px;
	padding-bottom: 20px;
}
	.design-right-wide h2{
		background: none;
		color: #518923;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 0 10px 5px;
		border-bottom: 1px solid #ccccc5;
	}
	.design-categories{
		width: 507px;
		overflow: hidden;
		padding: 0 0 0 5px;
		border-bottom: 1px solid #ccccc5;
	}
	.design-categories div{
		float: left;
		width: 123px;
		padding-right: 25px;
		height: 190px;
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		overflow: hidden;
	}
	.design-categories div img{
		padding: 3px;
		border: 1px solid #ccccc5;
	}
	.design-categories div a:hover img{
		padding: 3px;
		background: #feffdf;
		border: 1px solid #999;
	}

.design-center{
	float: left;
	width: 285px;
}
	.design-center h2{
		background: none;
		color: #518923;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 10px 5px;
	}
	.design-nav{
		width: 275px;
		position: relative;
		text-align: center;
		padding: 7px 5px;
		font-weight: bold;
		font-size: 14px;
		border: 1px solid #999;
		border-width: 1px 0;
		background: #f6f6f5;
	}
	.design-nav a{
		text-decoration: none;
	}
	.design-nav .design-prev{
		position: absolute;
		left: 5px;
	}
	.design-nav .design-next{
		position: absolute;
		right: 5px;
	}
	.design-center h3{
		font-size: 18px;
		font-weight: bold;
		padding: 10px 5px;
		color: #575656;
		border-bottom: 1px solid #999;
		background: none;
	}
	.image-desc{
		padding: 5px 5px 20px;
		border-bottom: 1px solid #999;
	}
	.image-nav{
		padding: 5px;
	}
	.image-nav li{
		padding-top: 5px;
	}
	.image-nav a{
		padding-left: 20px;
		line-height: 13px;
		text-decoration: none;
	}
	.image-nav a:hover{
		text-decoration: underline;
	}
	.image-nav a.email{
		background: url(../images/icon_mail.gif) no-repeat 0 0;
	}
	.image-nav a.enlarge{
		background: url(../images/icon_zoom.gif) no-repeat 0 0;
	}

.design-right{
	float: right;
	width: 199px;
}
	.design-right h3{
		border-bottom: 1px solid #999;
		font-size: 14px;
		margin: 0;
		padding: 13px 5px 5px 5px;
	}
	.list-images-wrapper{
		border: 1px solid #999;
		border-top: 0;
		text-align: center;
		height: 424px;
		overflow: auto;
	}
	.list-images-wrapper div{
		width: 123px;
		padding: 10px;
		margin: 0 auto;
	}
	.list-images-wrapper div.selected{
		background: #ccc;
	}
	.list-images-wrapper div img{
		padding: 3px;
		background: #fff;
		border: 1px solid #ccccc5;
	}
	.list-images-wrapper div a:hover img{
		background: #ccc;
		background: #feffdf;
		border: 1px solid #999;
	}



.gather-data{
	padding: 0 15px;
}
	.gather-data h2{
		background: none;
		color: #518923;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 20px 0;
	}
	.basic-input{
		width: 782px;
		overflow: hidden;
		padding: 20px;
		border: 1px solid #ccc;
		border-width: 1px 0;
	}
		.basic-input-left{
			float: left;
			width: 450px;
		}
		.basic-input-right{
			float: left;
			width: 310px;
		}
			.basic-input-left select{
				font-size: 12px;
			}
			.basic-input-right h4{
				color: #518923;
				font-size: 13px;
				font-weight: bold;
			}
			.basic-input-right h3{
				padding-top: 10px;
				margin-bottom:5px;
				color: #444;
				font-size: 24px;
				font-weight: normal;
				background: none;
			}
			.basic-input-right p{
				font-size: 12px;
			}
			
		.basic-input input,
		.basic-input textarea{
			font-size: 12px;
		}
		.basic-input label{
			display: block;
			font-size: 12px;
			padding-bottom: 5px;
		}
			.basic-input label strong{
				float: left;
				width: 80px;
				line-height: 20px;
				font-weight: normal;
			}
			
		.basic-input .text{
			width: 300px;
		}
		.basic-input textarea{
			width: 300px;
		}
	
	.qa-input{
		padding: 20px 20px 0px 20px;
		border-bottom: 1px solid #ccc;
	}
		.qa-input input,
		.qa-input textarea,
		.qa-input select{
			font-size: 12px;
		}
		.qa-input dt{
			font-size: 14px;
		}
		.qa-input dd{
			font-size: 12px;
			padding: 5px 0 30px 15px;
		}
		.qa-input .checkbox label{
			display: block;
		}
		.qa-input .text{
			width: 400px;
		}

.gather-data .submit{
	padding: 10px 0 20px 20px;
}
	.gather-data .submit button{
		padding: 2px 20px;
	}



/* 3.4	Footer
-----------------------------------------------------------------------------------------------*/	
.nav-footer{
	width: 403px;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}
	.nav-footer li{
		float: left;
		padding: 0 24px 0  25px;
		background: url(../images/nav-footer-separator.gif) no-repeat  left center;
	}
	.nav-footer li.first{
		background: none;
	}
	.nav-footer li a{
		color: #333;
		font-size: 11px;
		text-decoration: none;
	}
	
p.copyright{
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1.1em;
	padding: 0;
}
	p.copyright span{
		position:absolute;
		width: 100%;
		height: 18px;
		left: 0;top:0;
		background: url(../images/copyright.gif) center bottom no-repeat;
	}




/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


.print_nav{
	border: solid #dedede;	
	border-width: 1px 0;
	margin-bottom: 10px;
	height: 28px;
	background: #fdfeec;
}
	.print_nav a{
		font-size: 12px;
		font-weight: bold;
	}
	.print_nav .nav_left{
		padding: 7px 20px;
		float: left;
	}
		.print_nav a.print{
			float: left;
			padding: 0 25px;
			background: url(../images/icon_print.gif) no-repeat;
		}
		.print_nav a.email{
			float: left;
			padding: 0 25px;
			background: url(../images/icon_mail2.gif) no-repeat;
		}
	
	.print_nav .nav_right{
		padding: 7px 20px;
		float: right;
	}
	.the_image{
		margin: 0 auto;
	}

.err{
	font-size: 12px;
	color: #900;
}
