@charset "utf-8";
body {
	text-align:center;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}

/* safari and opera need this */
#header,#footer {width:100%}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	}


#header	{
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#navwrap {
	position: absolute;
	overflow: hidden;
	top: 92px;
	width: 800px;
	height: 35px;
	}

/* ----- NAVIGATION ----- */
#nav {
	padding: 10px 6px 10px 25px;
	overflow:hidden;
	display:inline-block;
	clear: both
	}
#nav li {
	display: inline;
	font-family: sans-serif;
	letter-spacing: 1px;
	}
#beha a, #prod a, #pers a, #skln a
	{font-size: 10px; text-decoration: none; background: #FFF; color: #777; padding: 10px 6px 10px 5px;}
#beha a:hover, #prod a:hover, #pers a:hover, #skln a:hover
	{background: #d2ccc0; color: #222;}
.bbeha #beha a, #beha a:hover, .bprod #prod a, #prod a:hover, .bpers #pers a, #pers a:hover, .bskln #skln a, #skln a:hover
	{background: #d2ccc0; color: #222;}


#wrapper	{
	position: absolute;
	top: 126px;
	overflow: hidden;
	width: 800px;
	left: 112px;
}

#leftbar {
	overflow: hidden;
	float: left;
	background-color: #FFF;
	width: 10px;
	margin: 0 0 -2000px 0;
	padding: 0 0 2000px 0;
}

#content {
	float: left;
	width: 750px;
	padding: 10px 10px 0 40px;
}

.leftContent{
	float: left;
	width: 49%;
	}
.rightContent{
	float: right;
	width: 49%;
	}
.midContent{
	width: 32%;
	float: left;
	}
.subContent{
	float: left;
	width: 220px;
	}
.secContent{
	float: right;
	width: 600px;
	}

.box {
	border: 1px solid #876A1C;
	background-color: #FFF;
	padding: 5px;
	}
.white{
	background-color:#FFF;
	color: #F44;
	margin:0;
	padding:0;
	}

.clear {clear: both}

#footer {
	clear:both;
	background-color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	width: 800px;
	padding: 7px 10px 7px 0;
	}

/* ----- HEADINGS ----- */
.header{
	font-size: 14px;
	font-weight:bold;
	}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #777;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #777;
	}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #888;
	}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	}

p{
	font: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* ----- LINKS ----- */
a, p a{
	color: #970;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a:hover, p a:hover{
	color: #000;
	}
a:visited{
	color: #970;
	}
	
/* ----- FORMS ----- */
form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

