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

body {
	background:url(../images/bg.jpg) no-repeat center top #83a900;
	text-align:left;
	color:#5D5145;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p {
	font-size:10px;
	margin:0 0 8px 0;
	line-height:14px;
}
a {
	color: #4D4034;
	text-decoration: none;
}

a img {border:none;}

h1, h2, h3 {
	margin:0 0 12px 0;
}

h1 {
	font-size:16px;
	color: #4D4034;
}
h2 {
	font-size: 14px;
	color: #4D4034;
	font-weight: normal;
}

tr {vertical-align:top;}

/* layout */

#container {
	text-align:left;
	margin:0 auto;
	width:970px;
	padding:0;
	background:#dbd7cc url(../images/containerBg.jpg) repeat-y center top;
}

#main { background:url(../images/headerBg.gif) no-repeat; padding:0 0 0 40px;}

#mainContent {margin:0 420px 0 0;}
#mainLarge {margin:0;}

#sidebar {
	width:420px;
	float:right;
	background-color: #DCD7CD;
}
#specialOffers {
	background-color: #DCD7CD;
	text-align: left;
	background-image: url(../images/greenJagged.jpg);
	background-repeat: repeat-y;
}
#specialOffers p {
	color: #FFFFFF;
}

#header {}

#logo {margin:0 390px 0 0; padding:30px 0 0 0;}
#logoLarge {
	margin:0 840px 0 0;
	padding:30px 0 0 0;
}

#nav {
	float:right;
	width:390px;
	text-align:left;
	margin:20px 0 0 0;
}

#nav ul {list-style:none; margin:0; padding:0;}

#nav li  {
	display:inline;
	font-size:14px;
	padding:0;
	margin:0;
}
#nav img {
	padding: 0 10px 0 0;
}
#newsHolder {
	margin: 0 40px 40px 0;
}
#newsHolder strong {	color: #f2901d;
}
#menu {
	float:left;
	width:200px;
	text-align:left;
	margin:0;
}
#menu ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
#menu li {
	font-size: 11px;
	list-style-image: url(../images/bullet.gif);
}
#treatment{
	margin:0;
	text-align:left;
	margin:0 0 0 220px;
}
#treatment h1 {
	font-size: 14px;
	color: #F2901D;
	font-weight: normal;
	text-transform: uppercase;
}
.margin{
	margin:0 600px 0 0;
}

#content {
	margin:50px 40px 0 0;
}
#content input {
	color: #FFFFFF;
	background-color: #7C6A56;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-color: #7C6A56;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 10px;
	font-weight: normal;
}

/*classes*/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
