/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #B8B385;

}

/** FORMS */

.cssform p{
width: 300px;

margin: 0;
padding: 0px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
color: #000;
}

.cssform textarea{
width: 250px;
height: 50px;
color: #000;
}

.submit{
color: #000;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3d7b9;
	font-weight: normal;
}

p {
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 0px;
}


.footertext {
	text-align: center;
	font-size: 10px;
	color: #868261;
}

.smalltext {
	text-align: left;
	font-size: 9px;
	color: #fff;
}

.pdf {

	margin-bottom: 4px;

}

.pricetext {
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding-top: 0px;
	position: absolute;
	top: 448px;
	width: 467px;
	height: 17px;
	left: 342px;
}

.pricetext a {
	text-decoration: none;
	color: #fff;
}

.pricetext a:hover {
	text-decoration: underline;
	color: #e3d7b9;
}

.longpricetext {
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding-top: 0px;
	position: absolute;
	top: 450px;
	right: 20px;
}

.longpricetext a {
	text-decoration: none;
	color: #fff;
}

.longpricetext a:hover {
	text-decoration: underline;
	color: #e3d7b9;
}


.pdftext {
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding-top: 0px;
	position: absolute;
	top: 234px;
	width: 467px;
	height: 17px;
	left: 344px;
}

.pdftext a {
	text-decoration: none;
	color: #fff;
}






.tabletext {
	padding-bottom: 5px;
	font-size: 12px;
	color: #fff;

}

.bodylink a {
	text-decoration: none;
	color: #fff;
}




.bodylink a:hover {
	text-decoration: underline;
	color: #e3d7b9;
}

.bodylinkNoUnder a {
	text-decoration: none;
	color: #fff;
}

.bodylinkNoUnder a:hover {
	text-decoration: none;
	color: #fff;
}


/** IMAGES */


.img01 {
	float: left;
	border: 1px solid #3f4d3a;
	margin-top: 10px;
	margin-left: 8px;
}
.img02 {
	float: left;
	border: 1px solid #3f4d3a;
	margin-top: 10px;
	margin-left: 8px;
}
.img03 {
	float: left;
	border: 1px solid #3f4d3a;
	margin-top: 8px;
	margin-left: 8px;
}

.imgright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

.imgthumb01 {
	float: left;
	border: 1px solid #3f4d3a;
	margin-top: 10px;
	margin-left: 0px;
}

.imgthumb02 {
	float: left;
	border: 1px solid #3f4d3a;
	margin-top: 10px;
	margin-left: 6px;
}

.imgthumb02 a:hover {
	border: 1px solid #fff;
}

.heading {
	margin-bottom: 5px;
	
}


/** DROPDOWN MENU */


#nav, #nav ul {
	
	width: 800px;
	list-style: none;
	background: #3f4d3a;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 0em 0;
	padding: 0;
	z-index:999;
}

#nav a {
	display: block;
	width: 12em;
	w\idth: 8em;	
	color: #fff;
	text-decoration: none;
	padding: 0em 1em;
	
	
	
}

#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}

#nav a:hover {
	color: #3f4d3a;
	

}

#nav li {
	float: left;
	padding: 0;
	width: 9em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;

}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 10em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -22px 0 0 10em;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}

#nav li:hover, #nav li.sfhover {
	background: #cfc0a1;
	color: #3f4d3a;
	
}
