@charset "UTF-8";
/* CSS Document */

/* base styles */

html{ 
	height:100%; 
}
body {
	background-color: #efeadf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #43633f;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

p {
	margin: 4px 0 16px 0;
}
h1 {
	font-size: 12px;
	color: #515e2f;
	margin: 0 0 0px 0;
}
h2 {
	font-size: 11px;
	color: #666666;
	margin-bottom: 0;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin: 0 0 0 14px;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #707f2f;
	padding: 40px 0 20px 0;
	margin: 0;
}
.footerText a:link {
	color: #666666;
	text-decoration: underline;
}
.footerText a:visited {
	text-decoration: underline;
	color: #666666;
}
.footerText a:hover {
	text-decoration: none;
	color: #666666;
}
.footerText a:active {
	text-decoration: underline;
	color: #666666;
}

.footerText p {
	margin: 0;
}

/* page layout */

#pagewrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color:#FFF;
}

#callheader {
/* short to accommodate the shadow on the right */
	width: 956px;
	margin: 10px;
}

#insidemasthead {
/* short to accommodate the shadow on the right */
	width: 966px;
	margin: 0 0 0 10px;
}

#insidepagewrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color:#FFF;
}

#contentwrapper {
/* short to accommodate the shadow on the right */
	width: 966px;
	margin: 0 0 0 10px;
}

#homecontent {
	/* main home text zone */
	width: 946px;
	background-image: url(../images/bkg_home_gallery.jpg);
	background-repeat: no-repeat;
	min-height: 260px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
}

#content {
/* content left column */
	width: 640px;
	float: left;
	text-align: left;
}



#nav {
/* background added to the div above in the inc_nav include */
	width: 966px;
	margin: 0 0 0 10px;
}

#footer {
}


/* contact form table data */

/*.table { 
	border-top: 1px solid #d4e6c1; 
	border-right: 1px solid #d4e6c1;
}

.tableData { 
	border-bottom: 1px solid #d4e6c1; 
	border-left: 1px solid #d4e6c1; 
}	
	*/
.required {
	font-size: 10px;
	color:#666666;
	margin-bottom: 6px;
}


input, textarea, select {
	background-color:#fff !important;
	border:1px solid #CCCCCC;
	color:#666666;
	vertical-align: middle;
	
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	width: 95%;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-rdcContactForm { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	margin:0px;
	}

input.submit-rdcContactForm { margin:85px 0 0 177px; }
body.case-evaluation input.submit-rdcContactForm { margin:64px 0 0 219px; }

#pricelist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pricelist #title {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #ccc8c1;
	color: #515e2f;
}
#pricelist tr {
}
#pricelist td {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #f1ece4;
}
#pricelist #product {
	padding-left: 5px;
}
#pricelist #price {
	font-weight: bold;
}

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:972px;
	height:471px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
