﻿body {
	margin: 0;
	padding: 0;
	font-family: arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#pageWrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#topBanner {
	width: 960px;
	text-align: right; 
	background-color: #027c00;
}

#topMenu {
	width: 960px;
	height: 30px;
	border-bottom: 1px solid white;
	background-color: #84898d;
	color: White;
	line-height: 30px;
}

#mainContent {
	width: 960px;
	height: auto;
	background: url(../images/mainContentBG.gif) repeat-y;
}














#mainContentContent {
	width: 960px;
	position: relative;
	background: url(../images/mainContentSingleBG.gif) repeat-y;
}

#leftSearch {
	width: 194px;
	float: left;
}

#contentRightCol {
	width: 746px;
	margin-left: 20px;
	float: left;
}

/* START Product Search Boxes */
.prodBox {
	margin: 10px 0;
	border-bottom: 1px solid #333;
	width: 746px;
	position: relative;
}

.prodImage {
	float: left;
	width: 150px;
}

.prodDetails {
	float: left;
	width: 596px;
}
/* END Product Search Boxes */







#leftSearchContent {
	width: 174px;
	text-align:left;
	font-size:11px;
	margin: 0 0 0 10px;
}

#homeImagesCenter
{
	float:left;
	width:429px;
	height:auto;
	margin-right:2px;
}

#homeRightCol
{
	float:left;
	height:auto;
	width:330px;
	text-align:center;
}

#homeRightColContent
{
	width:310px;
	height:auto;
	text-align:left;
}


	
#footer
{
	width:480px;
	height:62px;
	background:url(../images/footer.gif) no-repeat;
	color:White;
	padding:43px 0px 0px 480px;
	margin-top:5px;
	background-color:#027c00;
}

#numbers
{
	float:right;
	width:150px;
	font-weight:bold;
	font-size:18px;
	color:White;
	padding-top:8px;
}

/* -------------------------------------------------------------------------------- GENERAL STYLES */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.clearBoth
{
	clear:both;
}

table
{
	font-weight:normal;
}

h1
{
	color:#84898D;
	margin:0px;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;

}

h2
{
	color:#30912e;
	margin:0px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

h6
{
	color:#30912e;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:-15px;
}

.subHeading 
{
    color:#30912e;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:-15px;
}

/* ------------------- PRODUCT DETAILS PAGE */

.houseWrapper 
{
    width: 800px; height: auto;
}

.mainImageWrapper 
{
    width: 428px;height:auto;float:left;
}

.mainImage 
{
    width: 420px; height: 280px; border: solid 1px black;text-align:center;margin-bottom:2px
}

.houseThumbnails 
{
    width: 321px;height:282px;overflow-y:scroll;float:left;
}

.houseThumb 
{
 width: 94px; height: 63px; overflow-x:hidden; border: solid 1px black;float:left;margin-right:5px;margin-bottom:7px   
}

/* pager */

.prodPager 
{
    margin-top:10px;
    width:550px;
    background-color:#E7E7E7;
    height:25px;
    margin-left:59px;
}


.prodBackNext 
{
    padding-top:5px;
    padding-left:12px;
    float:right;
}

.prodPagerCurrentPage
{
    padding-top:5px;
    width:150px;
    padding-left:12px;
}