/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Jonas Furrer
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }

a img { border: none; }

.uu_text{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #A0946C;
	line-height: 14px;
}

.uu_bold{
	font-weight: bold;
}

.uu_list{
	list-style: none;
}

.section-title{
	color: #000;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
}

.uu_menuactive{
	color: #A0946C;
	text-decoration: none;
}

.uu_ulactive{
	padding: 0 0 40px 0;
}

a.uu_email{
	color: #A0946C;
	text-decoration: none;
}

.uu_prodinfo {
	display: none;
	color: #A0946C;
	margin: 0 0 40px 4px;
}

.uu_prodinfo a{
	color: #A0946C;
	display: block;
}

#uu_about {
	padding-right: 30px;
}

#uu_indexhibit{
	position: absolute;
	bottom: 30px;
	color: #aaa;
}

#uu_indexhibit a{
		color: #aaa;
}

#uu_firstcol{
	width: 190px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding: 0px 10px 10px 10px;
}

#uu_firstcol p{
	margin-bottom: 20px;
}

#uu_firstcol ul{
	padding-top: 20px;
}

#menu {
	width: 210px;
	top: 140px;
	height: 600px;
	padding-left: 10px;
	left: 200px;
	position: fixed;
	background-color: #fff;
	background-image: url(rand.gif);
	background-repeat: repeat-y;
	background-position: left;
}


#menu ul {
	list-style: none;
	margin: 0 0 4px 0;
}

#menu li {
	margin: 0 0 0 4px;
}

#menu ul li.section-title { }
#menu ul li.active {
	color: #A0946C;
}
#menu ul li.active a {
	color: #A0946C;
}


#content {
	color: #A0946C;
	height: 600px;
	margin: 140px 0 0 430px;
	top: 0;
	width: 500px;
	padding-left: 10px;
	position: relative;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: left;
}

.container {
	padding: 0px 5px 25px 5px;
	height: 100%;

}

#content p { width: 400px; margin-bottom: 9px; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }