/** universal **/
* {margin:0; padding:0;}

body{
	font-size:13px;
	font-family:"Lucida Sans Grande", "Lucida Sans Unicode", Georgia, Tahoma;
}

a {
	color:#442E00;
}

img { border:none;}


/** common styles **/
.fl { float:left; }
.fr { float:right;}
.cl { clear:both;}
.clearfix { display:block; clear:both;}


/** container **/
#container{
	background:url(../images/body-repeaty-bg.gif) repeat left bottom;
	width:100%;
	min-height:700px;
}

#wrapper{
	background:url(../images/body-bg-repeat.gif) repeat-x left top;
	/*min-height:900px;*/
	
}

#pageContainer{
	width:900px;
	margin:0 auto;
}


/** header **/
#header{}

#header .main{
	height:172px;
	position:relative;
}

#header .main .logo{
	margin-left:40px;
}

#header .main .logo a{
	float:left;
}

#header .main .headerText{
	margin-right:15px;
	font-family:Georgia, Tahoma, Arial;
	font-size:22px;
	font-style:italic;
	color:#fdf9f0;
}

#header .main .headerText p{
	margin-top:73px;
	margin-right:20px;
}

#header .mainNav{
	margin-left: 10px;
	height:43px;
}

#header .main .topNav{
	margin-right:25px;
	padding-left:10px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/top-nav-bg.gif) left top no-repeat;
	
}

#header .mainNav ul li{
	position:relative;
}

#header .mainNav ul,
#header .main .topNav ul{
	list-style:none;
}

#header .mainNav ul li,
#header .main .topNav ul li{
	float:left;
	text-transform:uppercase;
}

#header .mainNav ul li a,
#header .main .topNav ul li a{
	font-size:13px;
	float:left;
	margin:14px 25px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Tahoma;
	color:#484746;
	text-decoration:none;
	font-weight:bold;
}

#header .mainNav ul li a{
	margin:0;
	padding:0 25px;
	line-height:44px;
}

#header .mainNav ul li a:hover,
#header .main .topNav ul li a:hover{
	color:#FFF;
}

#header .main .topNav ul{
	background:url(../images/top-nav-bg.gif) right top no-repeat;
	padding-right:10px;
	overflow:hidden;
}

#header .main .topNav ul li a{
	margin:0 15px 0 10px;
	padding:8px 0;
	font-size:12px;
	color:#656565;
}

#header .main .topNav ul li a:hover {
	color:black;
}
#header .main .topNav ul li a.last{
	margin-right:10px;
}


#header .mainNav ul ul {
	display: none; 
	position:absolute;
	top:42px;
	left:0;
	background-color:#ded6c7;
	background-image:none;
	padding:0;
	margin:0;
	white-space: nowrap;
	z-index: 1000;
	z-index: 100px;
	min-width: 230px;
	width: 230px;
	width: auto !important;
}

#header .mainNav ul li.hover ul {
	display:block;
}

#header .mainNav ul ul li {
	clear:both;
	display:block !important;
	text-transform: none;
	float: none; 
}

#header .mainNav ul ul li a {
	padding:10px 30px  10px 30px;
	margin:0;
	line-height: 125%;
	font-weight: normal;
	font-size: 12px; 
	float:none;
	display: block;
}

#header .mainNav .hover a {
	background-color: #bba888; color: #fff;  }

#header .mainNav .hover > a {
	background-image:url('../images/nav_hover.png');background-repeat:repeat-x;
}

#header .mainNav ul ul li a { color:#fff !important; } 
#header .mainNav ul li a:hover{ background-image:url('../images/nav_hover.png');background-repeat:repeat-x;
}
#header .mainNav ul ul li a:hover { background-color: #a18d6d; color: #fff !important; background-image:none;}


/** content **/
#content{min-height:100%;}

#mainPicture{
	width:900px;

	_overflow:hidden;
	_margin-top:-3px;
}



#mainContent {
	padding:25px;
	background:#fefdfa url(../images/content-grad-bg.gif) repeat-x;
	min-height:200px;
}

#leftContent {
	width:500px;
	color:#303030;
}

#leftContent p{
	line-height:20px;
	margin:10px 0;
}

#rightContent{
	width:310px;
}



#mainContent .rightBox{
	width:304px;
	height:106px;
	margin-bottom:10px;
}

#mainContent .rightBox p{
	font-family:"Lucida Sans", "Lucida Sans Unicode" Georgia, Tahoma;
	color:#FFF;
	text-transform:uppercase;
	padding:0;
	margin:0;
	line-height:22px;
	display:block;
}

#mainContent .rightBox a{
	text-decoration:none;
}


#mainContent .rightBox .wrapper{ padding:22px 22px 12px 22px;}

#mainContent .rightBox p.big{ font-size:21px;}

#mainContent .rightBox p.medium{ font-size:16px;}

#mainContent .rightBox p.small{ font-size:13px;}

#mainContent .brown .wrapper{
	background:url(../images/right-box-brown.gif) no-repeat left top;
}

#mainContent .blue .wrapper{
	background:url(../images/right-box-blue.gif) no-repeat left top;
}

#mainContent .gold .wrapper{
	background:url(../images/right-box-gold.gif) no-repeat left top;
}
	
#mainContent .rightBox .closer{ 
	height:10px; 
	background-repeat:none; 
	background-position:left bottom;
}

#mainContent  .blue .closer{ background-image:url(../images/right-box-blue.gif);}

#mainContent  .brown .closer{ background-image:url(../images/right-box-brown.gif);}
 
#mainContent  .gold .closer{ background-image:url(../images/right-box-gold.gif);}
	
	#ie6-warning { display: none; }

#mainContent ul {
	margin-left:20px;
}
#mainContent ul li {
	margin-bottom:10px;
/*	background-image: url(../images/li-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;*/
	padding:0 0 0 5px;
}
#mainContent ul li a{
	text-decoration:none;
	color:#353535;
}
#mainContent ul li a:hover{
	color:#A98B60;
	text-decoration:underline;
}
h1{
	color:#a98b60;
	font-family:Georgia, Tahoma, Arial;
	font-size:30px;
	font-weight:normal;
	margin-bottom:18px;
}
h2{
	color:#7094c9;
	font-size:20px;
	font-weight:normal;
	margin-bottom:18px;
}

.greenFeature {
	width:25%;
	padding:20px;
	background-color:#757b61;
	margin:10px;
	color:white;
	float:left;
}
.greenFeature h2 {
	/*color:#b5baa1 !important;*/
	color:#fff !important;
}
.greenFeature h2 a{
	/*color:#b5baa1 !important;*/
	color:#fff !important;
	text-decoration:none;
}
.greenFeature h2 a:hover{
	/*color:#b5baa1 !important;*/
	color:#b3b89e !important;
}
.line{
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#footer {
	background-color:#7e7058;
	padding:30px;
	min-height:150px;
	color:#eae2d5;
}
#footer a {
	color:#eae2d5;
}
#footer ul {
	margin:0px;
}
#footer ul li {
	list-style:none;
	display:block;
	width:100%;
	}
#footer ul li a {
	display:block;
	padding:5px;
	color:#eae2d5;
	text-decoration:none;
}
#footer a:hover {
	background-color:#9c8b6f;
}
#footer #col1 {
	width:45%;
	float:left;
}
#footer #col2 {
	width:24%;
	float:right;
	text-align:right;


}
#footer #col3 {
	width:25%;
	float:left;
	border-left:1px solid #9c8b6f;
	border-right:1px solid #9c8b6f;
	padding-left:10px;
	padding-right:20px;
	
	}
#footer img {
	padding-right:15px;
}
#footer input, #footer textarea {
	width:100%;
	margin-bottom:10px;
	padding:4px;
	font-size:11px;
	font-family:"Lucida Sans Unicode","Lucida Sans", sans-serif;
	background-color:#eae2d5;
	color:#7e7058;
	border:none;
}
.submit {
	font-weight:bold;
	color:white;
	background-color:#80866a;
	width:100%;
}
#footer h1, #footer h2{ color:#eae2d5;margin-bottom:5px;}

.fetures-td{
	padding:0 0 0 15px;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font:13px Verdana;
	margin:4px 0;
	width:98%;
	background-color:#7E7058;
	padding:6px 5px;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
.bdr{
	border: solid 2px #e8e1d3;
	padding:3px;
}

.gallery_text{
	padding:5px;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a98b60;
}
.gallery_text a{
	text-decoration:none;
	color:#a98b60;
}
.gallery_text a:hover{
	text-decoration:underline;
	color:#73785F;
}
.input-field{
	width:215px;
	height:18px;
	border:solid 1px #A5ACB2;
}
.contact-info{
	color:#333333;
}
.contact-info a{
	text-decoration:underline;
	color:#333333;
}
.contact-info a:hover{
	text-decoration:none;
	color:#6E735B;
}
.siteby {
	font-size:9px;
	text-transform:uppercase;
	color:#a98b60;
	float:left;
	text-decoration:none;
}


#unit {
	font-size:22px;
}
.calcrow {
    background: #f3f0ea url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
	padding:20px;
	font-size:12px;
	font-weight:bold;
	color:#9f8d71;
	text-transform:uppercase;
}
.calcrow input {
	background:none;
	border:0px;
	font-family:"Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size:18px;
}
.slider {
	width:50%;
	float:right;
	font-size:80%;
}
.ar {
	text-align:right;
}
#disclaimer {
	padding:50px;
	font-size:11px;
	color:#666;
}