@import url("reset.css");

body {
	/* font & general settings */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a0a0a;
	background-color: #dfdfdf;
}

img {
	border: none;
}

a img {
	border: none;
}

#container {
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #9c9c9c;
	width: 1200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin-top: 40px;
	margin-left: 75px;
	float: none;
	height: 100px;
}

#header {
	height: 85px;
	width: 550px;
	float: left;
}

#navigation {
	border: 1px solid #000;
	float: right;
	margin-top: 15px;
	margin-right: 110px;
}

.nav_list ul {
	border: 1px solid #000000;
}

.nav_list ul:hover {
	border: 1px solid #dfdfdf;
}

.nav_list li {
	display: block;
	background-image: url(../images/nav_btn.png);
	background-repeat: no-repeat;
	float: left;
}

.nav_list li a {
	display: block;
	float: left;
	height: 55px;
	width: 115px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}


.nav_list li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_btn_ro.png);
	background-repeat: no-repeat;
}

/*#nav_content {
	border: 1px solid #ffffff;
	height: 70px;
	margin-right: 150px;
	float: right;
}*/

#subtext {
	padding-bottom: 20px;
}

#content {
	margin-left: 105px;
	padding-bottom: 30px;
}

#cu3er-container {
	background-image: url(../images/photo_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding: 1px;
	width: 986px;
	height: 554px; 
	border: 1px solid #9c9c9c;
}

#content_text {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #9c9c9c;
	width: 986px;
}

#content_body {
	background-image: url(../images/content_body_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #9c9c9c;
	width: 986px;
	margin-bottom: 10px;
}

#content_text p {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 7px;
	padding: 5px;
}

#about_img {
	width: 480px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	
}

#about_text {
	float: left;
	width: 450px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 100px;
}

#about_text ul {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

#about_text p {
	line-height: 16px;
}

#about_text img {
	float: right;
}

#about_quote {
	float: none;
	padding-bottom: 50px;
}

#about_quote p {
	text-align: center;
	font-style: italic;
	font-size: 34px;
	font-family: Georgia, Times, serif;
}

.contactlink {
	height: 36px;
	width: 110px;
	background-image: url(../images/btnquote.png);
}

.contactlink:hover {
	height: 36px;
	width: 110px;
	background-image: url(../images/btnquote_ro.png);
}

#contact_pic {
	float: right;
	width: 428px;
	height: 653px;
	padding-top: 22px;
	padding-right: 25px;
}

#contact_contents {
	background-image: url(../images/form_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #9c9c9c;
	height: 631px;
	width: 465px;
	padding: 10px;
	margin-top: 22px;
	margin-left: 25px;
	margin-bottom: 22px;
}

#contact_form {
	width: 480px;
}

#contact_form img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
}

#contact_form_details {
	padding-top: 5px;
	margin-left: 10px;
}

.hide {
	padding: 3px;
	background-color: #e2e2e2;
	border: 1px solid #9c9c9c;
}

.submit_btn {
	height: 36px;
	width: 110px;
	background-image: url(../images/btnsubmit.png);
}

.txt_field {
	border: 1px solid #9c9c9c;
	margin-left: 10px;
	padding: 3px;
}

.hide {
	display: none;
	margin-top: 10px;
	margin-left: 13px;
	height: 16px;
	width: 420px;
}

.hide p {
	margin-left: 5px;
}

label {
	margin-top: 10px;
	display: block;
	margin-left: 10px;
}

input {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}

textarea {
	margin-top: 5px;
}

#contact_info {
	width: 400px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 40px;
}

.type {
	float: left;
	font-style: italic;
	height: 40px;
	width: 50px;
}

.info {
	float: right:
	font-style: none;
	padding-bottom: 5px;
	padding-left: 10px;
}

.seperate {
	margin-left: 10px;
}

#footer_bottom {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #000;
	width: 1200px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}



#footer_bottom p {
	margin-top: 18px;
	padding-left: 25px;
	text-align: left;
	color: #ffffff;
}
