/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 93%;
	font-family: "Tahoma","Verdana", "Arial", Arial, sans-serif;
	color: #000000;
}

h1, h5, h6 {
	font-size: 300%;
	font-family: "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #670A0A;
}

h2 {
	font-size: 200%;
	font-family: "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #5A7D2D;
}

h3 {
	font-size: 130%;
	font-family: "Tahoma","Verdana", "Arial", Arial, sans-serif;
	font-weight: normal;
	color: #670A0A;
	float: right;
	text-align: right;
	margin: 12px 0 0 0;
	width: 380px;
}

h4 {
	font-size: 150%;
	font-family: "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #670A0A;
}

div, span, img, form, h1, h2, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #f7f1e4;
	margin: 0;
	padding: 0;
}

#shadow_top,
#container,
#shadow_bottom {
	margin: 0 auto;
	width: 1100px;
}

#shadow_top {
	background: #f7f1e4 url(/images/shadow_top.jpg) no-repeat center top;
	height: 10px;
}
#shadow_bottom {
	background: #f7f1e4 url(/images/shadow_bottom.jpg) no-repeat center top;
	height: 15px;
}

#container {
	background: #ffffff url(/images/shadow_main.jpg) repeat-y  center top;
	margin-bottom: -13px;
	padding-bottom: 45px;
}

#header,
#flashcontent,
#nav,
#main_content,
#footer {
	width: 940px;
	margin-left: 80px;
	margin-right: 80px;
}

#header {
	padding-top: 25px;
	height: 120px;
	border-bottom: 2px solid #670A0A;
}

#header img.logo {
	float: left;
	width: 560px;
}

#header img.award {
	float: right;
	width: auto;
}

.clear {
	clear: both;
}

#flashcontent {
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav {
	background-color: #670A0A;
	height: 25px;
	margin-top: -7px;
}

#nav p {
	text-align: center;
	color: #ffffff;
	font-size: 130%;
	padding-top: 1px;
}

#nav a:link,
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
	margin: 0 30px;
}

#nav a:hover,
#nav a:active {
	color: #000000;
}

#main_content {
	margin-top: 30px;
}

#main_content .left {
	width: 660px;
	float: left;
}

#main_content .left p {
	text-align: justify;
	line-height: 1.3;
	margin-bottom: 30px;
}

#main_content .left p.center {
	text-align: center;
	margin-bottom: 10px;
}

#main_content .left hr {
	width: 240px;
}

ul li {
	font-size: 105%;
	line-height: 1.5;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #5A7D2D;
}

a:hover,
a:active {
	color: #670A0A;
}

table.margin_buttom_20 {
	margin-bottom: 20px;
}

#main_content .right {
	width: 250px;
	float: right;
	margin-bottom: 20px;
}

.red_box {
	background-color: #670A0A;
	padding: 10px;
	margin-bottom: 10px;
}

.white_box {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.white_box a:link img,
.white_box a:visited img,
.white_box a:hover img,
.white_box a:active img {
	text-decoration: none;
	border: none;
	margin-right: 10px;
	vertical-align: middle;
}

.white_box a:link,
.white_box a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 145%;
	vertical-align: middle;
}

.white_box a:hover,
.white_box a:active {
	text-decoration: underline;
}

.black_box {
	background-color: #000000;
	padding: 1px 10px;
}

.black_box p,
.black_box ul li {
	color: #ffffff;
	font-size: 120%;
	line-height: 1.2;
}

#footer {
	background-color: #670A0A;
}

#footer .left {
	width:450px;
	float: left;
	margin: -3px 10px 0px 10px;
}

#footer .right {
	width:450px;
	float: right;
	text-align: right;
	margin: -3px 10px 0px 10px;
}

#footer p {
	color: #ffffff;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover,
#footer a:active {
	color: #000000;
}

/*
----------------------------------------
	GALLERY
----------------------------------------
*/

table#gallery {
	margin-top: 10px;
}

table#gallery tr td img {
	margin-bottom: 35px;
}

/*
----------------------------------------
	CONTACT
----------------------------------------
*/

table#contact_details tr td {
	font-size: 100%;
}

form#contact input.big_input {
	width: 330px;
}

span.required {
	float: right;
	color: #670A0A;
}

.comments {
	width: 420px;
}

.highlight {
	background-color: #670A0A;
	text-align: center;
	color: #ffffff;
	padding: 1px 10px;
	font-size: 110%;
}

/*
----------------------------------------
	CMS
----------------------------------------
*/

h2.h2_space {
	margin-bottom: 10px;
}

table.tariff_edit tr td {
	font-size: 100%;
	padding-bottom: 10px;
}

table.tariff_edit tr td input.width_400 {
	width: 400px;
}

button,
input.cms_submit {
	margin: 10px 0 30px 0;
}