* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* LAYOUT BOXES */

body {
	background-color: #8E714F;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

#profile {
	border-bottom: 1px solid #743E0F;
}

#bodycontent {
	border-left: 1px solid #fff;
	margin-left: 130px;
	padding-left: 20px;
	padding-right: 10px;
}

#bodycontent p {
	font-size: 0.7em;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

#bodycontent ul {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	list-style: none;
	margin-left: 10px;
	margin-right: 15px;
}

#bodycontent ol {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	color: #000;
	padding-left: 25px;
	list-style: decimal;
	text-decoration: none;
}

#bodycontent li {
	font-size: 0.7em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #000;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 15px;
}

#bodycontent a:link, #bodycontent a:active, #bodycontent a:visited, #bodycontent a:hover {
	color: #8B6538;
	text-decoration: none;
}

#bodycontent select {
	border: 1px solid #9a9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
	padding: 2px;	
}

#bodycontent th {
	color: #561E03;
	font-weight: normal;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-bottom: 4px;
	cursor: pointer;
 	cursor: hand;

}

#bodycontent td {
	font-size: 0.7em;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-weight: normal;
	padding-right: 10px;	
}

#footer {
	width: 720px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}

#footer p {
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #fff;
	font-size: 0.6em;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #c8c29e;
}

/* TOP MENU */

#topmenu {
	position: absolute;
	top: 105px;
	width: 720px;
}

#topmenu ul {
	display: block;
	list-style: none;
	color: #f6eecd;
}

#topmenu ul li {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 0.7em;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #c8c29e;
	padding-bottom: 7px;
	border-bottom: 3px solid #fff;
}

/* LEFT MENU */

#leftmenu {
	float: left;
	width: 120px;
	background-color: #fff;
}

#leftmenu img {
	padding-right: 5px;
}

#leftmenu p {
	font-size: 0.7em;
	color: #000;
	text-align: left;
}

#leftmenu h2 {
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 13px;
	color: #504330;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #C6B299;
}

#leftmenu ul {
	padding-top: 5px;
	list-style: none;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 0.7em;
	color: #000;
}

#leftmenu li {
	padding-bottom: 7px;
}

#leftmenu a:link, #leftmenu a:visited, #leftmenu a:hover, #leftmenu a:active {
	color: #8B6538;
	text-decoration: none;
}

/* MISC ID */

p#addcart {
	font-size: 12px;
}

#addcart img {
	padding-right: 5px;
}


/* CLASSES */

.plain { background-color: white; }
.focus { background-color: lightyellow; border: 1px solid black; }
.error { color: #f00; padding: 10px; background-color: #fafafa; border: 1px solid red; margin-bottom: 5px; }
.notice { color: green; padding: 10px; background-color: #fafafa; border: 1px solid green; margin-bottom: 5px; }
.description { font-size: 0.8em; color: #503A20; font-weight: normal; }
.information { padding-right: 5px; margin: 0px; vertical-align: middle; border: 0; }

/* TAGS */

p {
	margin: 0;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 5px;
}

h1 {
	letter-spacing: -1px;
	color: #561E03;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #743E0F;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
   color: #561E03;
   font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
   font-size: 1.2em;
   font-weight: normal;
   padding: 0px;
   margin: 10px 0px 15px 0px;
}

h3 {
   color: #561E03;
   font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 10px 0px 15px 0px;
   border-bottom: 1px solid #D3B592;
}

h4 {
   color: #561E03;
   font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
   font-size: 10px;
   font-weight: bold;
   font-size: 13px;
   padding: 0px;
   margin: 10px 0px 3px 0px;
   clear: right;
}

/* form tags */

label {
	color: #561E03;
  	cursor: pointer;
 	cursor: hand;
}

form > p {
	padding-bottom: 15px;
}

textarea {
	border: 1px solid #9a9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
	padding: 2px;
}

input {
	border: 1px solid #9a9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
	padding: 2px;
}

textarea:focus, input:focus {
	background-color: lightyellow;
	border: 1px solid #5a5a5a;
}

input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

