/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.gif) top repeat-x;
}

body
{
	font-size: 13px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #0f5ea2;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #669966;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: normal;
}

h1
{
	font-size: 24px;	
	padding-top: 20px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
}

p
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 800px;
	margin: 0 auto;
}

#popup-main-wrapper
{
	width: 400px;
	margin: 0 auto;
}

#header
{
	width: 800px;
	height: 87px;
	padding-top:8px;
}

#popup-header
{
	width: 400px;
	height: 87px;
	padding-top:8px;
}

#navigation
{
	width: 800px;
	height: 34px;
	margin-bottom: 30px;
	float: left;
}

#content-wrapper
{
	width: 800px;
	float: left;
}

#content-wrapper2
{
	width: 350px;
	float: left;
}

#rotator
{
	border: 1px solid #669966;
	overflow: hidden;
	float: left;
	width: 450px;
	height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#rotator img
{
	border: 0;
	position: relative;
	float: left;
	width: 450px;
	height: 300px;
}

#popup-content-wrapper
{
	width: 400px;
	float: left;
}

#footer
{
	width: 800px;
	border-top: 1px solid #76b872;
	margin-top: 19px;
}

#popup-footer
{
	width: 400px;
	border-top: 1px solid #76b872;
	margin-top: 19px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 15px 30px 20px 20px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #57503b;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
;
}

#content-wrapper img.float-left
{
	float: left;
	margin: 0 27px 0 0;
}

#content-wrapper #content-box
{
	float:left;
	width: 585px;
	height: 110px;	
	background: url(../images/contact-box.jpg) no-repeat;
	margin-top: 20px;
	padding: 0 25px 0 190px;
}

#content-wrapper #content-box h3
{
	color: #fff;
	padding-bottom: 0;
	padding-top: 14px;
}

#content-wrapper #content-box h6
{
	color: #fff;
	padding-bottom: 0;
	padding-top: 14px;
}

#content-wrapper #content-box p
{
	color: #fff;
	padding-bottom: 10px;
}

#content-wrapper #content-box img.float-right
{
	float: right;
}

#content-wrapper p.line-separator
{
	border-bottom: 1px solid #dedede;
	width: 452px;
	padding-bottom: 15px;
	margin-bottom: 4px;
}

#content-wrapper p.line-separator800
{
	border-bottom: 1px solid #dedede;
	width: 800px;
	padding-bottom: 15px;
	margin-bottom: 4px;
}


#content-wrapper h4
{
	padding-bottom: 0;
}

/***************************************************** Sub Nav Styles *****************************************************/

#header #navigation ul
{
	
	height: 22px;
	margin: 0;
	display: inline;
	float: left;
	width: 580px;
	margin-left: 165px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	text-transform: uppercase;
}

#navigation ul li a#home-link
{	
	background: url(../images/nav-home1.gif) no-repeat;
	width: 98px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#home-link:hover
{
	background: url(../images/nav-home2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#about-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#about-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#services-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#services-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#portfolio-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#portfolio-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;

}

#navigation ul li a#contact-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#contact-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#home #navigation ul li a#home-link
{	
	background: url(../images/nav-home2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#contact #navigation ul li a#contact-link
{	
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 22px;
	margin: 0;
	display: inline;
	float: left;
	width: 580px;
	margin-left: 165px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	text-transform: uppercase;
}

#navigation ul li a#home-link
{	
	background: url(../images/nav-home1.gif) no-repeat;
	width: 98px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#home-link:hover
{
	background: url(../images/nav-home2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#about-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#about-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#services-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#services-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#portfolio-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#portfolio-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;

}

#navigation ul li a#contact-link
{	
	background: url(../images/nav-about1.gif) no-repeat;
	width: 108px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li a#contact-link:hover
{
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#home #navigation ul li a#home-link
{	
	background: url(../images/nav-home2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#contact #navigation ul li a#contact-link
{	
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#about #navigation ul li a#about-link
{	
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

#portfolio #navigation ul li a#portfolio-link
{	
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}


#services #navigation ul li a#services-link
{	
	background: url(../images/nav-about2.gif) no-repeat;
	height: 22px;
	line-height: 22px;
}

/************************************************ Right Panel Styles ************************************************/

#right-panel
{
	float: right;
	width: 250px;
}

#form-header
{
	width: 297px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

#form-header h3
{
	color: #487546;
	padding: 0;
	text-align: center;
}

#form-box
{
	width: 297px;
	background: #f1f1f1 url(../images/right-panel-bg-top.gif) top no-repeat;
	min-height: 238px;
  	height: auto !important;
  	height: 238px;
	margin-top: 6px;
	padding-top: 12px;
}

#form-box-bot
{
	width: 297px;
	height: 7px;
	background: url(../images/right-panel-bg-bot.gif) no-repeat;
	font-size: 0;
}

#form-box div.product-wrapper
{
	color: #1a1a1a;
}

#form-box div.product-wrapper p
{
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 6px 0;
}

#form-box div.product-wrapper span
{
	font-size: 14px;
	font-weight: bold;
	color: #c60000;
}

#form-box div.product-wrapper .prod-photo
{
	float: left;
	width: 138px;
	text-align: center;
	padding-top: 6px;
}

#form-box div.product-wrapper .prod-description
{
	float: left;
	padding-bottom: 12px;
}

#form-box div.product-wrapper .prod-description h5 a
{
	text-decoration: none;
}

/************************************************ Contact Form Styles ************************************************/

#form-box form
{
}

#form-box fieldset
{
	padding: 9px 15px 0 15px;
}

#form-box form label
{
	display: inline;
	float: left;
	width: 65px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #111;
	padding-top: 3px;
}

#form-box form input
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

#form-box form br
{
	clear: left;
	font-size: 0;
}

#form-box form textarea
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 8px;
	height: 90px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1b1b1a;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#form-box form #submit
{
	width: 112px;
	height: 33px;
	padding: 0;
	text-align: center;
	margin-left: 156px;
	border: none;
	background: url(../images/submit-button.gif) no-repeat;
	color: #fff;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	text-align: center;
	color: #427d3f;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
}
