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

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/page_bg.jpg);
}

#container {
	width: 989px;
	margin: 0 auto;
	padding: 0 23px;
	background-image: url(../img/container_bg.png);
}

/* TOP PANEL CONTAINER */

#pt {
	height: 490px;
}

/* PANEL LEFT */

#pt_l {
	height: 490px;
	width: 338px;
	float: left;
	background-image: url(../img/panel_bg.jpg);
	background-position: 25px 130px;
	background-repeat: repeat-x;
	position: relative;
}

#pt_l img {
	display: block;
} #pt_l img.logos {
	margin: 0 auto;
	position: absolute;
	bottom: 60px;
	left: 0;
}


/* PANEL RIGHT */

#pt_r {
	height: 490px;
	width: 651px;
	float: right;
	background-image: url(../img/panel_bg.jpg);
	background-position: 0 130px;
	background-repeat: repeat-x;
}

#nav {
	list-style: none;
	display: block;
	height: 85px;
	width: 605px;
	padding: 0 26px 5px 20px;
	background-image: url(../img/nav_bg.png);
} #nav li {
	display: block;
	height: 85px;
	float: left;
} #nav a {
	display: block;
	height: 100%;
	width: 100%;
} #n1 {
	width: 130px;
} #n2 {
	width: 142px;
} #n3 {
	width: 182px;
} #n4 {
	width: 151px;
} #nav img {
	border: none;
} #nav li:hover {
	background-color: #739534;
}

#bigpic_c {
	height: 400px;
	width: 651px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bigpic_bg.png);
} #bigpic {
	list-style: none;
} #bigpic li {
	display: block;
	height: 357px;
	width: 595px;
	margin: 25px 32px 18px 24px;
} #bp1 {
	background-image: url(../img/bp1.jpg);
} #bp2 {
	background-image: url(../img/bp2.jpg);
} #bigpic_overlay {
	height: 400px;
	width: 651px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bigpic_overlay.png);
	z-index: 99;
}

#content {
	padding: 0 10px 10px 10px;
	min-height: 200px;
} .col_left_a {
	clear: left;
	float: left;
	width: 400px;
	padding-top: 5px;
	margin-bottom: 8px;
} .col_left_b {
	clear: left;
	float: left;
	width: 560px;
	margin-bottom: 8px;
} .col_right_a {
	clear: right;
	float: right;
	width: 560px;
	margin-bottom: 8px;
} .col_right_b {
	clear: right;
	float: right;
	width: 400px;
	padding-top: 5px;
	margin-bottom: 8px;
}

/* CONTACT PAGE */

.col_left {
	width: 480px;
	float: left;
} .col_right {
	width: 480px;
	float: right;
} .col_left dl, .col_right dl {
	display: block;
	width: 400px;
	margin: 0 auto;
	font-size: 15px;
	text-align: justify;
	padding: 0 0 10px 0;
} .col_left dt, .col_right dt {
	display: block;
	width: 100px;
	padding: 0 0 0 50px;
	float: left;
	margin-bottom: 3px;
} .col_left dd, .col_right dd {
	margin-left: 160px;
	margin-bottom: 3px;
} .col_right input, .col_right textarea {
	font-size: 15px;
	width: 200px;
	border: 1px solid #41541D;
} input#submit {
	width: 120px;
	margin-left: 40px;
}

/* SERVICES GALLERY */

ul.gallery {
	list-style: none;
	display: block;
} ul.gallery li {
	display: block;
	float: left;
} ul.gallery a {
} ul.gallery img {
	border: 1px solid #41541D;
	margin: 0 5px 0 0;
} ul.gallery li.last img {
	margin: 0;
}

br.clear {
	display: block;
	height: 0;
	clear: both;
}

#footer {
	border-top: 1px solid #221B16;
	padding: 5px;
}