/*Defaults*/
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li {
	margin: 7px 0 8px 10px;
}
li > p {
	margin: 7px 0 8px 10px;
}
p.price {
	font-size: 1.2em;
}


/*Main body layout*/
#mainbody {
	width: 768px;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #8c867e;
}
/*Top bar*/
#topnav {
	clear: both;
	position: relative;
	width: 768px;
	height: 30px;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a {
	border: 0px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background: #65615b;
	color: #FFFFFF;
}
#topnav a:hover {
	text-decoration: none;
	background: #65615b;
	color: #FFFFFF;
}
/*Header bar*/
#header {
	clear: both;
	position: relative;
	width: 768px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../images/header.jpg) no-repeat center;
	border-bottom: 1px solid #000;
}
#header h1 {
	position: relative;
	top: 15px;
	left: 10px;
	z-index: 2;
	text-align: left;
	margin: 0;
	padding: 0;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}
#header h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}
/*Left navigation column*/
#leftcol {
	position: relative;
	width: 165px;
	color: #FFF;
	padding: 5px;
	float: left;
	text-align: left;
	background: #8c867e;
}
/*Title (Navigation)*/
#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}
/*Links in navigation column*/
#leftcol a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #8c867e;
}
#leftcol a:hover {
	color: #ffbd4d;
	background: #8c867e;
}
/*Area for main text*/
#rightcol {
	position: relative;
	width: 581px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: justify;
	/*background: #fffbf6;*/
	background: #ffffff;
}

p.quote {
	font-style: italic;
	padding-left: 1em;
}
p.italics {
	font-style: italic;
}

/*Page name*/
#rightcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#rightcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
	padding-right: 1em;
}
#rightcol .content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 1em;
}
#rightcol a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	/*background: #fffbf6;*/
	background: #ffffff;
}
#rightcol a:hover {
	color: #ffbd4d;
	/*background: #fffbf6;*/
	background: #ffffff;
}

#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: 1px solid #000;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	background: #65615b;
}
#footer a:hover {
	color: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}
/*Link to the top of the page*/
#toplink {
	float: right;
	padding-right: 1em;
	clear: both;
}
/*3 column table*/
table.trecollist {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.trecollist td {
	width: 33%;
	padding-left: 1em;
}
table.trecollist caption {
	text-align: left;
}
/*Contact form*/
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
} 
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold; 
} 
fieldset ol {  
padding: 0 0 0 1em;  
list-style: none; 
} 
/*fieldset li {  
padding-bottom: 1em; 
}*/
label {  
float: left;  
width: 15em;  
margin-right: 1em;  
text-align: right;  
}
label.contact {  
display: block;
float: none;
width: auto;
text-align: left;
}
label #cc {  
display: inline;
}