* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #9b9357;
	margin: 0 auto;
	background: url(../images/bg.png) repeat-x #ffffff;
}

#bg {
	background: url(../images/body_bg.png) top center no-repeat;
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}


/** Main Containers
==============================================================================*/

#container {
	width: 780px;
	margin: 0 auto;
}

#contentheader {
float: left;
margin-top: 123px;
width: 742px;
height: 2px;
border-top: solid 10px #ffffff;
border-left: solid 10px #ffffff;
border-right: solid 10px #ffffff;
background-color: #fffde4;
}

#contentcenter {
	float: left;
	width: 700px;
	padding: 75px 40px 10px 40px;
	background: url(../images/inner_bg.png) no-repeat;
}

/** Logo
==============================================================================*/

#logo {
margin-bottom: 25px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin-bottom: 15px;
}

.price {
border-top: 1px solid #f0eed0;
text-align: right;
color: #a07d65;
padding-top: 5px;
margin-bottom: 25px;
}

#note {
border: 1px solid #f0eed0;
padding: 15px;
text-align: center;
margin-bottom: 15px;
}

/** Headings
==============================================================================*/

h1 {
font-size: 36px;
line-height: 36px;
color: #5b5b5b;
margin-bottom: 25px;
}

h2 {
	font-size: 16px;
	color: #f0a24d;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h3 {
font-size: 16px;
margin-top: 15px;
color: #a07d65;
}

/** Links
==============================================================================*/

a:link {
color: #b2ca7f;
text-decoration: none;
}

.price a {
color: #a07d65;
}

a:visited {
color: #b2ca7f;
text-decoration: none;
}

a:hover {
color: #90ab56;
text-decoration: none;
}

a:active {
color: #b2ca7f;
text-decoration: none;
}

/** Navigation
==============================================================================*/

ul#nav {
	list-style-type: none;
	float: right;
	width: 242px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0eed0;
}

ul#nav li {
float: right;
font-size: 12px;
margin-right: 10px;
text-transform: uppercase;
}

ul#nav li#current a:link {
color: #926b53;
}

ul#nav li.current a {
color: #926b53;
}

/** Left Columns
==============================================================================*/

#leftcol, #leftcol2 {
	float: left;
	width: 420px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}
#bullets {
	padding-left:2em;
}

#bullets ul {
	list-style-image: url(../images/leaf.png);
	}

#bullets li {
font-weight:bold;
	}	
	

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 200px;
border: 1px solid #f0eed0;
}

br {
clear: left;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
	margin: 10px 4px 0 0;
	float: right;
	width: 120px;
	height: 20px;
	border: none;
	padding-right: 110px;
}



/** Right Column
==============================================================================*/

#rightcol {
	float: right;
	width: 250px;
	padding-top: 10px;
}

/** Right Column Images
==============================================================================*/

ul#images {
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 20px;
}

#rightcol img {

}

/** Footer
==============================================================================*/

#contentfooter {
	float: left;
	width: 780px;
	height: 15px;
	background: url(../images/footer_bg.png) top right no-repeat;
}

#footer {
	float: left;
	width: 780px;
	height: 98px;
}

#footer p{
margin-top: 2px;
text-align: center;
font-size: 12px;
color: #5b5b5b;
}

#footer a:link {
color: #a07d65;
}

