* {
	margin:0;
	padding: 0;
	}
body {
	background:#FFFFFF url(layout/bg-page.jpg) top repeat-x;
	font-family:"Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
}
#wrapper {
	margin: 0 auto;
	width:765px;
	background-color:#383840;
	}
h1 {
	text-indent:-10000px; 
	font-size:0; 
	line-height:0;
	margin:0;
	padding:0
	}
#header {
	background:url(layout/bg-header.jpg) top no-repeat;
	height:111px;
	}
#home {
	float:left;
	
}
#home a {
	display: block;
	height:111px;
	width:320px;
	text-decoration:none;
}
#home span {
	visibility:hidden;
}
#banner {
	background:url(layout/bg-banner.jpg) top repeat-x;
	height:226px;
	}
#banner.pic1 {
	background:url(images/pic1.jpg) no-repeat;
}
#banner.pic2 {
	background:url(new/images/pic2.jpg) no-repeat;
}
#banner.pic3 {
	background:url(images/pic3.jpg) no-repeat;
}
#banner.pic4 {
	background:url(images/pic4.jpg) no-repeat;
}
#banner.pic5 {
	background:url(images/pic5.jpg) no-repeat;
}
#content {
	background:#CAC0B5 url(layout/bg-content.jpg) top repeat-x;
	padding: 42px 21px 21px 21px;
	}
#footer {
	background:url(layout/bg-footer.jpg) top repeat-x;
	height:75px;
	padding-top: 36px;
	text-align:center;
	color:#cac0b5;
	font-size:0.8em;
	}
#footer a {
	color:#cac0b5;
	text-decoration:underline;
}

/* tabs */
#tabmenu {
	float:right;
	}
#tab li{
	list-style-type: none;
	float: left;
	background:url(layout/bg-tab.jpg) no-repeat top;
	width: 88px;
	height: 111px;
	}
#tab li:hover{
	background:url(layout/bg-tab-on.jpg) no-repeat top;
	}
#tab li a{
	color: #dbd0c0;
	font-weight:bold;
	
	text-align: center;
	text-decoration:none;
	display: block;
	height:37px;
	padding-top: 74px;
	}
#tab li.on{
	color: #dbd0c0;
	background:url(layout/bg-tab-on.jpg) no-repeat top;
	}
#tab li a.on{
	color: #dbd0c0;
	}
#tab li a:hover{
	color: #FFF; 
	}

#content h2 {
	color: #FFFFFF;
	font-size:1.3em;
	margin-bottom:1.2em;
	}
#content h3 {
	font-family:"Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size:1.1em;
	margin-bottom:1em;
	}
#content h4 {
	font-family:"Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size:0.94em;
	line-height:1.5em;
	color:#FFFFFF;
	}
#content p {
	font-family:"Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size:0.94em;
	line-height:1.5em;
	margin-bottom:1em;
	}
#content a {
	color:#a11710;
	}
#content a:hover {
	color:#FFF;
	}


#col1bg {
	background:url(layout/vert1.gif) repeat-y;
	}
#col2bg {
	background:url(layout/vert2.gif) repeat-y;
	}
#col3bg {
	background:url(layout/vert3.gif) repeat-y;
	}

#leftcol1 {
	width: 490px;
	padding-right:50px;
	float: left;
	}
#rightcol1 {
	width: 160px;
	padding-left:20px;
	float: left;
	}
	
#leftcol2 {
	width: 170px;
	padding-right:20px;
	float: left;
	}
#rightcol2 {
	width: 510px;
	padding-left:20px;
	float: left;
	}
	
#leftcol3 {
	width: 253px;
	padding-right:50px;
	float: left;
	}
#rightcol3 {
	width: 400px;
	padding-left:20px;
	float: left;
	}


#rightcol {
	width: 500px;
	float: right;
	}


#menu ul {
	list-style: none;
	}
#menu  ul li {
	background:url(layout/bullet2.png) no-repeat;
	padding: 2px 0 20px 25px;
	color:#65605b;
	font-size:0.9em;
	}
#menu a {
	text-decoration:none;
	color: #3c3936;
	}
#menu a.hover {
	color: #FFF;
	}
#menu h3 {

}

.formelement {
	width:275px; 
	border: 1px solid #999;
	padding:4px;
	font-size:12px;
	font-family:"Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.marginleft {
	width:130px;
	float: right;
}
.border {
	border: 1px solid #FFFFFF
}
.iconl {
	padding-left:10px;
	}
.iconr {
	padding-right:10px;
	}

.clearit {
	clear:both;
	}