@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
}
 
body {
	background: url(../images/body_bg.gif) repeat-y;
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	background-color: #c9c9c9;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#home h1 {
	display: none;
}
 
h1 {
	padding: 20px 0 14px 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #5b462b;
	font-size: 1.8em;
	margin-bottom: 15px;
}
 
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #5b462b;
	font-style: italic;
	margin-bottom: 5px;
}
 
h3 {
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

#content li {
	list-style-image: url(../images/li.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5b462b;
	font-weight: bold;
	line-height: 22px;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5b462b;
	line-height: 22px;
}

.brown {
	color: #ddc899;
	list-style-image: url(../images/li.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	color: #ad9253;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	background-color: #664c33;
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #442f1b;
	color: #FFF;
	height: 18px;
	font-size: 13px;
}

#button {
	float: right;
	margin-top: 10px;
	padding-bottom: 4px;
}

#button:hover {
	color: #ddc899;
	cursor: pointer;
}
 
textarea {
	width: 100%;
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #664c33;
	line-height: 30px;
}


/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	height: 142px;
	border-bottom: 1px solid #beb5ad;
}

#content {
}

#main {
	width: 600px;
	float: left;
	padding: 10px;
}
#right {
	width: 331px;
	float: right;
	padding: 0px;
}

#header p, #charts p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color: #6b6453;
	font-weight: bold;
}

#charts {
	float: right;
}

#charts a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underlined;
}

#registerbtn {
	background: url(../images/register_bg.gif) no-repeat;
	width: 159px;
	height: 37px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #ddc899;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 20px;
}

#registerbtn a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ddc899;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	color: #cab488;
	text-decoration: underline;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	background: url(../images/footer_bg.gif) repeat-x;
	width: 100%;
	height: 165px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
}

#footer_contain {
	width: 960px;
	margin: 0 auto;
}

#footer_left, #footer_right {
	float: left;
	padding: 10px;
	height: 40px;
	width: 45%;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer_right ul {
	float: right;
}

#footer_right li {
	text-align: right;
	clear: both;
	width: 285px;
	height: 30px;
	border-bottom: 1px dashed #a9a9a9;
	padding-top: 10px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #cab488;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 45px;
}

#nav, #nav ul {
	width: 958px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
	background-color: #333;
	border: 1px solid #666;
}

#nav a {
	display: block;
	padding: 10px;
	height: 25px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

#nav a:hover,
#home .home, #about .about, #contact .contact, #gallery .gallery {
	background-color: #fff;
	color: #333;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	top: 45px;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/


#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

.product_addtocart {

}

.product_viewcart {

}

.product_viewpdf {

}

.product_viewurl {

}

#comments blockquote {
	border-top: 1px solid #CCC;
}

.pics {  
    height: 268px;  
    width: 599px;  
    padding: 0;  
    margin: 0;  
} 
 
.pics img {  
    width:  599px; 
    height: 268px; 
    top:  0; 
    left: 0 
} 

#terms-and-conditions #people {
	margin-top: 145px;
}