/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	background: #bc932b url(../layout/body_BG.jpg) no-repeat center top;
	color: #363131;
	text-align: left;
}
a{
	color: #000;
}
a:hover{
	color: #fff;
}

#container{
	width:980px;
	min-height: 460px;
	padding: 0;
    margin: 0 auto;
}
	#header{
		width:980px;
		height: 144px;
		margin-bottom: 20px;
	}
        #logo{
            width: 272px;
            height: 70px;
            padding: 46px 0 0 19px;
            float: left;
        }
        #logo a{
            display: block;
            width: 272px;
            height: 70px;
        }
		#menu{
			padding: 72px 0 0 306px;
			margin: 0;
			clear: left;
			width:620px;
			float: left;
			height: 54px;
		}
	#content{
		width:490px;
		min-height: 400px;
        padding: 30px 210px 0 30px;
        float: left;
	}
		#text{
			width:270px;
			min-height: 180px;
			padding: 20px 0 20px 20px;
			float: left;
			text-align: left;
		}
		#refs{
			width:634px;
			height: 160px;
			padding: 60px 0 0 16px;
			float: left;
		}
			#ref1{
				width:200px;
				height: 100px;
				float: left;
				padding: 0 2px 10px 6px;
				background-image: url(../images/ref_BG.gif);
				background-position: top left;
				background-repeat: no-repeat;
			}
			#ref2{
				width:200px;
				height: 100px;
				float: left;
				padding: 0 2px 10px;
				background-image: url(../images/ref_BG.gif);
				background-position: top center;
				background-repeat: no-repeat;
			}
			#ref3{
				width:200px;
				height: 100px;
				float: left;
				padding: 0 6px 10px 2px;
				background-image: url(../images/ref_BG.gif);
				background-position: top right;
				background-repeat: no-repeat;
			}
    #sidebar{
		width:250px;
		height: 480px;
        float: right;
	}
        #block1{
            background: url(../layout/block1_BG.png) no-repeat center top;
        }
        #block2{
            background: url(../layout/block2_BG.png) no-repeat center top;
        }
        #block3{
            background: url(../layout/block3_BG.png) no-repeat center top;
        }
        #block1, #block2, #block3{
            padding: 5px 20px 0;
            width: 210px;
            height: 155px;
        }

#footer{
	width:950px;
    height: 45px;
	margin: 50px auto 10px auto;
    padding: 25px 20px 0;
	font-size: 10px;
    background: url(../layout/footer_BG.png) no-repeat center top;
    text-align: left;
}

/*MENU*/
#menu ul{
	padding: 0;
	margin: 0;
}
#menu ul li{
	float: left;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/li_BG.gif);
	background-repeat: no-repeat;
}
	#menu ul li.link1{
		padding: 0 2px 4px 6px;
		background-position: top left;
	}
	#menu ul li.link2{
		padding: 0 2px 4px;
		background-position: top center;
	}
	#menu ul li.link3{
		padding: 0 6px 4px 2px;
		background-position: top right;
	}
	#menu ul li.link4{
		padding: 0 2px 10px 6px;
		background-position: top left;
	}
	#menu ul li.link5{
		padding: 0 2px 10px;
		background-position: top center;
	}
	#menu ul li.link6{
		padding: 0 6px 10px 2px;
		background-position: top right;
	}
#menu ul li.second_row{
	clear: left;
}
#menu ul li a{
	display: block;
	width: 200px;
	height: 18px;
	padding-top: 2px;
	color: #4d564d;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li.active a{
	display: block;
	width: 200px;
	height: 18px;
	padding-top: 2px;
	color: #008732;
	font-weight: bold;
	text-decoration: none;
}
/*text*/
#text h1{
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#content p{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 16px;
    font-weight: bold;
}
/*SIDEBAR*/
#sidebar h2{
    color: #000;
}
/*FOOTER*/
#footer p, #footer a {
	color: #907e51;
}
#footer a:hover{
	color: #ff3;
}
/*FORMS*/
#contactform{
	padding-left: 6px;
}
.label_group {
	float:left;
	margin-right:4px;
}
.label {
	clear:left;
	float:left;
	padding:0 0 3px;
	font-size: 11px;
}
input.submit{
	clear:left;
	float:left;
	width: 200px;
	background-color: #2e2e2e;
	border: none;
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
	position: relative;
	top: -40px;
	left:0;
}
input.text,textarea{
	clear:left;
	float:left;
	width: 200px;
	background-color: #FFF;
	border: none;
	margin-bottom: 8px;
	font-size: 12px;
}
textarea{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 90px;
}

/*ERROR MESSAGES*/
#content p.error {
	padding: 3px 10px;
	height:12px;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
	color: #c00;
	font-size: 11px;
	margin: -29px 20px 9px 0;
	text-align: left;
}
#content p.confirm {
	padding: 3px 10px;
	height:12px;
	border: 1px solid #090;
	background-color: #9fc;
	color: #090;
	font-size: 11px;
	margin: -29px 20px 9px 0;
	text-align: left;
}