/* CSS Document */
/*
File	 			css/common.css
Version				1.00
Description			Common CSS Elements
URL					www.warcupskene.com
Copyright Notice	© Copyright Lazy Grace Ltd.
*/

/* Formatting */

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
div#site {
	padding: 0;
	margin: 0px auto 0px auto;
	width: 820px;
	background-image: url(../images/site_bg.gif);
	background-repeat: repeat-y;
}
div#left_bg {
	padding: 0;
	margin: 0;
	width: 60px;
	height: auto;
	background-image: url(../images/bg_left.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
}
div#container {
	padding: 0;
	margin: 0;
	width: 700px;
	height: auto;
	background: transparent;
	float: left;
}
div#right_bg {
	padding: 0;
	margin: 0;
	width: 60px;
	height: auto;
	background-image: url(../images/bg_left.gif);
	background-repeat: no-repeat;
	float: left;
}
div#header {
	padding: 0;
	margin: 0;
	width: 700px;
	height: 80px;
	background: transparent;
}
.nav_container {
	padding: 0;
	margin: 0;
	width: 700px;
	height: 38px;
	background: transparent;
	list-style: none;
	display: inline;
}
div#feature_image {
	padding: 0;
	margin: 0;
	width: 700px;
	height: 187px;
	background: transparent;
	clear: both;
}
div#content {
	padding: 0;
	margin: 0;
	width: 700px;
	height: auto;
	background: transparent;
}
div#footer {
	padding: 0;
	margin: 0;
	width: 820px;
	height: 80px;
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}
div#left {
	padding: 0;
	margin: 0;
	width: 250px;
	height: auto;
	float: left;
	background: transparent;
}
div#right {
	padding: 0;
	margin: 0;
	width: 450px;
	height: auto;
	float: left;
	background: transparent;
}


/* Titles */

.title {
	padding: 0;
	margin: 0;
	width: 450px;
	height: 35px;
	background: transparent;
}
.sub_title {
	padding: 0;
	margin: 0;
	width: 250px;
	height: 35px;
	background: transparent;
}


/* Navigation */

.nav_left {
	padding: 0;
	margin: 0;
/*	width: 275px; */
	width: 219px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/left.gif);
	background-repeat: no-repeat;
}

/* Home Button */
.nav_home {
	padding: 0; margin: 0; width: 56px; height: 38px; background: url('../images/nav/home.gif') 0 -38px no-repeat; float: left;
}
.nav_home a {
	margin: 0; padding: 0; display: block; width: 56px; height: 38px; background: url('../images/nav/home.gif') top left no-repeat;
}
.nav_home span {
	display: block; margin: 0; padding: 0;
}
.nav_home a:hover {
	background-image: none;
}
.nav_home a:active {
	color: black;
}
.nav_home_off {
	padding: 0; margin: 0; width: 56px; height: 38px; background: url('../images/nav/home_off.gif') no-repeat; float: left;
}

/* About Us Button */
.nav_about_us {
	padding: 0; margin: 0; width: 74px; height: 38px; background: url('../images/nav/about_us.gif') 0 -38px no-repeat; float: left;
}
.nav_about_us a {
	margin: 0; padding: 0; display: block; width: 74px; height: 38px; background: url('../images/nav/about_us.gif') top left no-repeat;
}
.nav_about_us span {
	display: block; margin: 0; padding: 0;
}
.nav_about_us a:hover {
	background-image: none;
}
.nav_about_us a:active {
	color: black;
}
.nav_about_us_off {
	padding: 0; margin: 0; width: 74px; height: 38px; background: url('../images/nav/about_us_off.gif') no-repeat; float: left;
}

/* What We Do Button */
.nav_what_we_do {
	padding: 0; margin: 0; width: 93px; height: 38px; background: url('../images/nav/what_we_do.gif') 0 -38px no-repeat; float: left;
}
.nav_what_we_do a {
	margin: 0; padding: 0; display: block; width: 93px; height: 38px; background: url('../images/nav/what_we_do.gif') top left no-repeat;
}
.nav_what_we_do span {
	display: block; margin: 0; padding: 0;
}
.nav_what_we_do a:hover {
	background-image: none;
}
.nav_what_we_do a:active {
	color: black;
}
.nav_what_we_do_off {
	padding: 0; margin: 0; width: 93px; height: 38px; background: url('../images/nav/what_we_do_off.gif') no-repeat; float: left;
}

/* Latest News Button */
.nav_latest_news {
	padding: 0; margin: 0; width: 97px; height: 38px; background: url('../images/nav/latest_news.gif') 0 -38px no-repeat; float: left;
}
.nav_latest_news a {
	margin: 0; padding: 0; display: block; width: 97px; height: 38px; background: url('../images/nav/latest_news.gif') top left no-repeat;
}
.nav_latest_news span {
	display: block; margin: 0; padding: 0;
}
.nav_latest_news a:hover {
	background-image: none;
}
.nav_latest_news a:active {
	color: black;
}
.nav_latest_news_off {
	padding: 0; margin: 0; width: 97px; height: 38px; background: url('../images/nav/latest_news_off.gif') no-repeat; float: left;
}

/* Links */
.nav_links {
	padding: 0; margin: 0; width: 56px; height: 38px; background: url('../images/nav/links.gif') 0 -38px no-repeat; float: left;
}
.nav_links a {
	margin: 0; padding: 0; display: block; width: 56px; height: 38px; background: url('../images/nav/links.gif') top left no-repeat;
}
.nav_links span {
	display: block; margin: 0; padding: 0;
}
.nav_links a:hover {
	background-image: none;
}
.nav_links a:active {
	color: black;
}
.nav_links_off {
	padding: 0; margin: 0; width: 56px; height: 38px; background: url('../images/nav/links_off.gif') no-repeat; float: left;
}

/* Contact Us Button */
.nav_contact_us {
	padding: 0; margin: 0; width: 88px; height: 38px; background: url('../images/nav/contact_us.gif') 0 -38px no-repeat; float: left;
}
.nav_contact_us a {
	margin: 0; padding: 0; display: block; width: 88px; height: 38px; background: url('../images/nav/contact_us.gif') top left no-repeat;
}
.nav_contact_us span {
	display: block; margin: 0; padding: 0;
}
.nav_contact_us a:hover {
	background-image: none;
}
.nav_contact_us a:active {
	color: black;
}
.nav_contact_us_off {
	padding: 0; margin: 0; width: 88px; height: 38px; background: url('../images/nav/contact_us_off.gif') no-repeat; float: left;
}

.nav_right {
	padding: 0;
	margin: 0;
	width: 17px;
	height: 38px;
	float: left;
	background-image: url(../images/nav/right.gif);
	background-repeat: no-repeat;
}
/* Contact Form */
.c_form {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A65;	
	line-height: 1em;
}
.c_form label {
	padding: 3px 5px 0 10px;
	width: 120px;
	float: left;
	text-align: right;
}
.c_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b19e7d;	
	border-style: solid;
	border-width: 1px;
	border-color: #b19e7d;
	background-color: #fff;
	width: 200px;
}
.c_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003A65;	
	border-style: solid;
	border-width: 1px;
	border-color: #b19e7d;
	background-color: #fff;
	width: 200px;
	height: 100px;
}
.c_form_butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;	
	border-style: solid;
	border-width: 1px;
	border-color: #b19e7d;
	background-color: #bda885;
	width: 100px;
}
.c_thanks {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A65;	
	line-height: 1em;
	padding: 20px 0 0 0;
}
/* Content */
.p {
	padding: 15px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A65;
	font-style: normal;
	line-height: 1.5em;
	text-align: justify;
	width: 405px;
	height: auto;
}
.p a:link, .p a:active, .p a:visited {
	color: #779ebc;
	text-decoration: none;
}
.p a:hover {
	color: #003A65;
	text-decoration: none;
}
.sub_p {
	padding: 15px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #452f0a;
	font-style: normal;
	line-height: 1.3em;
	text-align: left;
	width: 210px;
	height: auto;
}
.sub_p a:link, .sub_p a:active, .sub_p a:visited {
	color: #9a7e4d;
	text-decoration: none;
}
.sub_p a:hover {
	color: #452f0a;
	text-decoration: none;
}
#footer_left {
	padding: 20px 0px 0px 60px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A65;
	font-style: normal;
	line-height: 1.2em;
	text-align: justify;
	width: 530px;
	height: auto;
	float: left;
	background: transparent;
}
#footer_left a:link, #footer_left a:active, #footer_left a:visited {
	color: #003A65;
	text-decoration: none;
}
#footer_left a:hover {
	color: #779ebc;
	text-decoration: none;
}
#footer_right {
	padding: 20px 60px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003A65;
	font-style: normal;
	line-height: 1.2em;
	text-align: right;
	height: auto;
	background: transparent;
}
#footer_right a:link, #footer_right a:active, #footer_right a:visited {
	color: #003A65;
	text-decoration: none;
}
#footer_right a:hover {
	color: #779ebc;
	text-decoration: none;
}
.news_img {
	float: right;
	margin: 0 0 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #b19e7d;
}
