/* @override http://test.fuse4.com/fairfaxmeadow/css/fm.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	float: none;
	font-family: "Trebuchet MS";
	background: #606927 url(../images/jpgs/background.jpg) repeat-y scroll center;
}


.oneColElsCtr#container {
	width: 850px;
	background: none;
	float: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColElsCtr #mainContent {
	padding: 0 20px 5px;
	border-style: none;
	float: left;
}

div.maincontent {
	display: block;
	width: 800px;
	height: 100px;
	float: none;
	margin: 0 auto;
	padding: 0;
}

div.header {
	display: block;
	width: 800px;
	height: 100px;
	float: none;
	margin: 0 auto;
	background: white url(../images/jpgs/header.jpg);
	padding: 0;
}

div#christmas.header{
	background: white url(../images/jpgs/xmasheader4.jpg);
}
a.click{
	float: right;
	display: inline;
	width: 87px;
	height: 45px;
	background: white url(../images/jpgs/click.jpg);
	margin-top: 45px;
	margin-right: 15px;
	cursor: pointer;
}
a.click:hover{
	float: right;
	display: block;
	width: 87px;
	height: 45px;
	background: white url(../images/jpgs/click2.jpg);
}
div.nav{
	width: 800px;
	height: 25px;
	margin: 0 auto;
	float: none;
	display: block;

}

ul.nav{
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(../images/jpgs/navigation.jpg);

}

ul.nav li{
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 25px;
	}
	
	

a:link {
	color: black;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: black;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #606927;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

div.header2 {
	display: block;
	width: 800px;
	height: 100px;
	float: none;
	margin: 0 auto;
	padding: 0;
}



div.header3 {
	display: block;
	width: 800px;
	height: 250px;
	float: none;
	margin: 0 auto;
	padding: 0;
}

ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	list-style-type: none;
	list-style-image: none;
}

ul.sidenav li{
	
}


div.content {
	float: left;
	width: 550px;
	display: block;
	text-align: left;
	margin: 10px;
}

div.content2 {
	float: left;
	width: 750px;
	display: block;
	text-align: left;
	margin: 15px;
}

div.content3 {
	float: left;
	width: 350px;
	display: block;
	text-align: left;
	margin: 15px;
}

div.content4 {
	float: left;
	width: 350px;
	display: block;
	text-align: left;
	margin: 15px;
	margin-top: 101px;

}

h1{
	font-size: 14px;
	line-height: 18px;
	color: #606927;
}
h2{
	font-size: 12px;
	line-height: 16px;
	color: #606927;
	font-weight: bold;
}


h3{
	font-size: 16px;
	line-height: 18px;
	color: black;
}

p{
	font-size: 12px;
	line-height: 16px;
	color: black;
}



img.floatleft {
	float: left;
	overflow: visible;
	padding-right: 5px;
	clear: left;
}

img.floatright {
	float: right;
	overflow: visible;
	padding-left: 5px;
	clear: right;
}

form {
	
}

form label{
	font-size: 12px;
	line-height: 16px;
	color: black;
	width: 300px;
	float: left;
	margin-right: 40px;
}

form input, form textarea, form select{
	width: 290px;
	margin-bottom: 15px;
	float: left;
	margin-right: 45px;
}

form select{
	width: 295px;
}
form textarea.comments-purchase{
	clear: left;
}

form textarea.sales-address {
	clear: left;
}

div.email_form {
	font-size: 12px;
	line-height: 16px;
	color: black;
}

div.footer {
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	clear: left;
	text-align: left;
	width: 300px;
}