*{ margin:0px; padding:0px; }
html, body { height:100%; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

#container{
	width:960px;
	margin:0 auto;
}
#leftcolumn{
	width:300px;
	height:690px;
	float:left;
	background:url('../images/leftcolumn.jpg') no-repeat;
}
#rightcolumn{
	width:660px;
	float:left;
}
#maincontainer{
	width:100%;
	background:url('../images/mainbg.jpg') no-repeat center top;
	overflow:auto;
}
#footer{
	width:100%;
	height:110px;
	background:url('../images/footer.jpg') repeat-x;
}
#footer .footer{
	width:960px;
	height:30px;
	margin:0 auto;
}
#footer .footer .left, #footer .footer .right{
	width:auto;
	text-transform:uppercase;
	color:#aaa;
	font-size:11px;
	line-height:30px;
	vertical-align:middle;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#topheader{
	width:660px;
	height:129px;
	background:url('../images/topheader.jpg') no-repeat;
}
#topheader a{
	display:block;
	width:300px;
	height:100%;
}
#mainmenu{
	height:32px;
}
#mainmenu ul{
	margin-left:48px;
}
#mainmenu ul, #mainmenu ul li{
	display:block;
	height:32px;
}
#mainmenu ul li{
	float:left;
	font-size:12px;
	/*text-transform:uppercase;*/
	line-height:32px;
	vertical-align:middle;
}
#mainmenu ul li a{
	display:block;
	padding-left:7px;
	padding-right:7px;
	background:#ffc84c;
	text-decoration:none;
	color:#000;
	margin-left:1px;
}
#mainmenu ul li a:hover, #mainmenu ul li .active{
	color:#fff;
	background:#000;
}

.yellowbutton{
	display:block;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	background:#ffc84c;
	float:left;
	padding-left:7px;
	padding-right:7px;
	/*text-transform:uppercase;*/
	color:#000;
	text-decoration:none;
}
.yellowbutton:hover{
	color:#fff;
	background:#000;
}

.contactform input, .contactform textarea{
	width:200px;
	background:#fff;
	border:#aaa 1px solid;
	font-size:11px;
	color:#333;
}



.paginator{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 460px; /*Width of Carousel Viewer itself*/
	height:400px;
	float:left;
}
.paginator .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height:400px;
}
.object{
	width:460px;
	height:400px;
	overflow:hidden;
	float:left;
}

.paginnav{
	/*font-weight:bold;*/
}
.paginnav a{
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding:5px;
	background:#000;
	border:#000 1px solid;
	font-size:10px;
}
.paginnav a:hover{
	background:#ffc84c;
}
#maincontent ul{
	margin-left:40px;
}

.lightbox img{
	border:none;
}
#pagepaginate img
{
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
	margin-top:50px;
}
#pagepaginate:hover
{
	/*filter:alpha(opacity=100);
	opacity:1;*/
}
