@charset "utf-8";
/* CSS Document */

div#preload { display: none; }

body
{
background:#FFF;
margin:0;
padding:0;
background-color:#FFF;
background-image:url(../images/layout/2_bg_white_bar.jpg);
background-position:top;
background-repeat:repeat-x;

font-family:Tahoma, Geneva, sans-serif;
}

a
{
	color:#898373;
}

a:hover
{
	color:#000;
}

p
{
	padding:0px;
	margin:0px;
	line-height:20px;
}


h1
{
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	padding:0px;
	margin: 0px;
}

h2
{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}

h3
{
	font-size:12px;
	font-weight:bold;
}

.leftcol
{
	background-image:url(../images/layout/2_bg_leftcol.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D4CFC9;
}

.maincol
{
	background-image:url(../images/layout/2_bg_brown_white_hrzl.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.mainleft
{
	width:230px;
	display:block;
	float:left;
	background-image:url(../images/layout/2_bg_leftcol.jpg);
	background-position:top;
	background-repeat:repeat-x;

}

.headerleft
{
	height:136px;
	background-image:url(../images/layout/2_bg_mainleft.jpg);
	background-position:top right;

}

.contentleft
{
	margin:0px;
	padding: 30px 30px 0px 0px;
	height:570px;
	background-image:url(../images/layout/2_bg_mainleft.jpg);
	background-position:bottom right;
	font-size:14px;
	/*color:#FFF;*/
	color:#000;
	text-align:right;
	/*text-shadow: #898373 0.1em 0.1em 0.2em;*/
}

.mainright
{
	width:720px;
	display:block;
	float:right;
}

.header
{
	height:106px;
}
.navbar
{width:720px;
height:30px;
}

.navbutton
{
	float:left;
	display:block;
	text-align:center;
}

.navbutton a
{
	display:block;
	height:25px;
	width:144px;
	color:#FFF;
	text-decoration:none;
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
}

#home {background-image:url(../images/layout/2_navbutton_home.jpg);}
#company {background-image:url(../images/layout/2_navbutton_company.jpg);}
#products {background-image:url(../images/layout/2_navbutton_products.jpg);}
#projects {background-image:url(../images/layout/2_navbutton_projects.jpg);}
#contact {background-image:url(../images/layout/2_navbutton_contact.jpg);}

#home a:hover{background-image:url(../images/layout/2_navhover_home.jpg);}
#company a:hover{background-image:url(../images/layout/2_navhover_company.jpg);}
#products a:hover{background-image:url(../images/layout/2_navhover_products.jpg);}
#projects a:hover{background-image:url(../images/layout/2_navhover_projects.jpg);}
#contact a:hover{background-image:url(../images/layout/2_navhover_contact.jpg);}

.navbutton a:hover
{
	background-image:url(../images/layout/nav_hover.jpg);
}

.main
{
	margin:0px;
	padding: 30px 0px 0px 30px;
	display:block;
	font-size:12px;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.clear
{
	clear:both;
}

.footer
{
	background-image:url(../images/layout/bar_footer.jpg);
	background-repeat:repeat-x;
	height:50px;
	margin: 30px 0px 0px 30px;
	padding-top: 10px;
	font-size:10px;
	text-align:right;
	color:#999;
}

.thumb
{
	display:block;
	float:left;
	margin: 5px 10px;
	margin-left:0px;
}

.thumbpic
{
	display:block;
	width:100px;
	height:100px;
	margin: 10px;
	margin-left:0px;

}

.capt
{
	width:100px;
	margin:10px;
	text-align:center;
	margin-left:0px;

}

.capt2
{
	width:220px;
	margin:10px 0px;
	text-align:center;
	margin-left:0px;

}
/*Contact*/
.contact-left {
	float: left;
	width: 380px;
}
.contact-left form {
}
.contact-left form p {
	padding: 5px 0;
}
.contact-left form p label {
	width: 130px;
	float: left;
}
.contact-left form p input,textarea {
	border: solid 1px #999999;
	background: #ffffff;
	padding: 2px;
}
.contact-left form p input {
	width: 230px;
}
.areatext {
	width: 400px;
}

.submitx {
	text-align: center;
	
}

.submitx input:hover
{
	background-color:#C6C0B7;
	cursor:pointer;
}

.submitxx {
	width: 76px !important;
	border: none !important;
	
}
.contact-right {
	width: 200px;
	float: right;
}
.contact-right  address {
	padding-top: 130px;
	font-style: normal;
	font-size: 11px;
}

.back
{
	float:right;
	margin-right:10px;
}

.detail
{
float:left;
margin:15px 15px 15px 0;
}

.gallery
{
	width:680px;
	background-color:#CCC9C2;
	border:solid 1px #7C7B6B;
	padding:3px 0px 10px 6px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.gallery img
{
		margin:10px 0 0 6px;
}

.gallery a
{
	margin:0px;
	padding:0px;
}

.gallery a img
{
	border:solid 1px #7C7B6B;

}

.gallery a:hover img
{
	border:solid 1px #FFF;
}

.thumbpic a img
{border:none;}

.thumbpic a:hover img
{border: solid 1px;}
