

hr{
	border: thin dotted #5B2D0B;
}


.house{

background: url(../images/house_bg.jpg) bottom left no-repeat;
height:500px;
width:460px;

}

.plant{
background: url(../images/p_bg.gif) bottom left no-repeat;
height:500px;
}

.doile{
background: url(../images/doile_bg.gif) bottom left no-repeat;
height:500px;
}

.window{
background: url(../images/window_bg.gif) top left no-repeat;
height:500px;
}

.email{
background: url(../images/email_bg.gif) top left no-repeat;
height:400px;

}



.pDrop{
	font-size: 45px;
	float: left;
	width: 42px;
	font-family: Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #9d7731;
	line-height: 35px;
	text-align: justify;
}


.thinpDrop{
	font-size: 45px;
	float: left;
	width: 22px;
	font-family: Times New Roman;
	font-weight: normal;
	font-style: normal;
	color: #9d7731;
	line-height: 35px;
	text-align: justify;
}



p {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
	line-height: 180%;
	text-align: justify;
}


/* #margin =  any element with id=margin  */

/*  p#margin = p with id=margin  */

p#margins {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
	line-height: 180%;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px; 
}




th {
	background-color: #cdcdcd;
	font-family: "Helvetica";
	font-size: 12px;
	font-style: normal;
	color: #585858;
}


BODY
{
scrollbar-face-color: #C9A873;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #E7EAEE;
scrollbar-arrow-color: #FFFFFF;
margin-left: 0;
margin-top: 0;
margin-right: 0;
}



form{
    background-color : White;
}


input{
    /*background-color : #E6D3B4;*/
    font-family : sans-serif;
    font-weight : normal;
    font-size : 11px;
}


input.submit{
    background-color : #E6D3B4;
    font-family : sans-serif;
    font-weight : normal;
    font-size : 12px;
	 border: thin;
}

select{
    /*background-color : #E6D3B4;*/
    font-family : sans-serif;
    font-weight : normal;
    font-size : 11px;
}

textarea{
    /*background-color : #E6D3B4;*/
    font-family : sans-serif;
    font-weight : normal;
    font-size : 11px;
}




.pageheader {
	font-family: "Verdana";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color :#330000;
	
}


.dealerbox{

background:#fefaf1;
padding: 8px;

}



.subpageheader {
	font-family: "Verdana";
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color :#52493a;
	
}



.subheader {
	font-family: "Verdana";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color :#A38555;
	
}


#menu {
width: 120px; /* set width of menu */
background: #000;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 3px 0px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;


}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #000000;
text-decoration: none;
width:120px;
}

#menu a:hover {
color: #a00;
background: #000;

}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
padding: 1px 0px;
background:#000;


} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */

}



div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}







.sans {
	font-family : Verdana, arial, helvetica;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color :Black;
	
}




A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #897551;
	text-decoration: none;
}


A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #8b8174;
	text-decoration: underline;

}


A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #897551;
	text-decoration: none;
	
}


A:VISITED:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #8b8174;
	text-decoration:underline;
	
}





