/** CSS - Shivaree - November 21st, 2008
==============================================================================*/

* { /* 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: #595B5A;
	margin: 0 auto;
	background: url(../images/body_bg.jpg) top center no-repeat #fffde4;
}

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

#container {
width: 762px;
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: 682px;
padding: 28px 40px 40px 40px;
background: url(../images/content_bg.jpg) repeat-y #fffde4;
}

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

#logo {
margin-bottom: 15px;
}

/** 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: 24px;
line-height: 32px;
color: #668b64;
margin-bottom: 20px;
}

h2 {
font-size: 18px;
color: #668b64;
padding-bottom: 15px;
padding-top: 5px;
}

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

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

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

.price a {
color: #a07d65;
}

a:visited {
color: #668b64;
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: 343px;
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: 312px;
}

#leftcol2 ul, #leftcol2 ol {
margin: 0 0 25px 40px; 
}

#leftcol3 {
float: left;
width: 675px;
}

/** 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;
}



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

#rightcol {
float: right;
width: 343px;
}

#rightcolfixed {
width: 343px;
position: absolute;
top: 163px;
left: 574px;
}

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

ul#images {
list-style-type: none;
}

#rightcol img {
border: solid 6px #ffffff;
}

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

#contentfooter {
float: left;
width: 762px;
height: 15px;
background: url(../images/contentfooter_bg.jpg) top center no-repeat #fffde4;
}

#footer {
float: left;
width: 762px;
height: 98px;
background: url(../images/footer_bg.jpg) top center no-repeat #fffde4;
}

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

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