/** 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: 12px;
	line-height: 20px;
	color: #926b53;
	background-color: #fffde4;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}

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

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

#contentheader {
	margin-top: 123px;
	width: 742px;
	height: 150px;
	border-top-width: thin;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#contentcenter {
	float: left;
	width: 1000px;
	padding-top: 28px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	background-image: url(../../images/contentbg.png);
	background-repeat: repeat;
	background-position: right center;
}

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

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

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

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

.price a {
color: #693;
}

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

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

a:active {
	color: #b2ca7f;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
}

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

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

ul#nav li {
	float: left;
	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: 500px;
	background-repeat: repeat;
	padding-left: 40px;
}

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

/** 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;
	text-align: 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: 460px;
}

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

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

#rightcol img {
	float: right;
	border: 4px solid #FFF;
}

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

#contentfooter {
	float: left;
	width: 1100px;
	height: 15px;
	background-color: #fffde4;
	background-image: url(../../images/contentfooter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 150px;
}

#footer {
	width: 1100px;
	height: 98px;
	background-color: #fffde4;
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	margin-left: 150px;
}

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

#footer a:link {
color: #693;
}
ul#nav1 {
	list-style-type: none;
	float: right;
	width: 200px;
	border-bottom-style: none;
	color: #926b53;
	text-align: left;
}
ul#nav1 li#current a:link {
	color: #926b53;
}
ul#nav1 li.current a {
	color: #926b53;
}
h5 {
	font-size: 9px;
	margin-top: 15px;
	color: #926b53;
}
