﻿html,body {
	margin:0;padding:0
}

body {
	background: #FFFFFF url(images/bg.png) repeat-x 0 0; /*#D7D2B5*/
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}

div#header {
	background: #fff url(images/header.jpg) no-repeat center center;
	text-align: center;
	padding: 0 1px;
	width: 898px;
	height: 180px;
	color: #fff;
}

div#maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 1.4em;
}

div#footer {
	background: url(images/footer.png) repeat-x;
	color: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 1em;
	clear: both;
	width: 900px;
	height: 35px;
}

div#container {
	background: #ffffff url(images/content_back.jpg) repeat-y right;
	width: 900px;
	margin: 1em auto 1em;
}

div#content {
	text-align: justify;
	margin: 0 10px 0 15px;
	float: left;
	width: 670px;
}

div#rightcolumn {
    background:#fff;
	float: right;
	width: 180px;
	margin: 0 10px 0 0;
}

div#top {
	border-top: 1px solid #363636;
	width: 890px;
	height: 30px;
	margin: 0 5px;
}

div#validationBar {
	width: 228px;
	height: 31px;
	text-align: center;
	margin: 0 auto;
}

#linkbar {
	margin: 0;
	width: 228px;
	height: 31px;
	background: url(images/validation.gif) no-repeat;
	position: absolute;
	/*position: relative;*/
}

#linkbar li {
	margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute;
	top: 0;
}

#linkbar li a {
	height: 31px;
	display: block;
}

#validXHTML {
	left: 0px;
	width: 88px;
}

#validMobile {
	left: 98px;
	width: 32px;
}

#validCSS {
	left: 140px;
	width: 88px;
}

/* BEGIN NAVIGATION */

#top_menu {
	font-size: 13px;
	background: url(images/top_menu_bk.png) repeat-x;
	height: 30px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	padding: 6px 5px;
}

#top_menu ul{
	font-size: 13px;
	margin: 0px;
	padding: 6px 5px;
	list-style: none;
}

#top_menu li {
	font-size: 13px;
	display: inline;
	white-space: nowrap;
}

#top_menu li a
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1em;
	padding: 6px 10px 8px 10px;
	color: #B13F4C;
	text-decoration: none;
}

#top_menu li a:hover {
	color: white;
	background: url(images/top_menu_hover.png) #D599A1 repeat-x;	
	border-left: 2px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;
	padding: 6px 8px;
}

#menu {
	border: 1px solid #363636;
	font-size: 13px;
	line-height: 28px;
	color: #FFFFFF;
	padding-left: 0;
	margin: 0;
	/*width: 180px;*/
}

#menu li {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#menu li a { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #E1EDFA;
	color: #B13F4C;
	display: block;
	width: 100%;
	line-height: 1.75em;
	border-top: 1px solid #a3a3a3;
	outline:none;
	text-decoration: none;
	text-indent: 0.75em;
	text-align: left;
}

#menu li a:hover {
	color: #FFFFFF;
	background: #B13F4C;
}

/* END NAVIGATION */

/* BEGIN MORE SITE STYLES */

.heading {
	margin: 10px 0 0 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 2em;
	color: #FFFFFF;
	background: url(images/menu_th.png) repeat-x;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	/*width: 180px;*/
}

a {
	color: #363636;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #f1f1f1;
}

#footer a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

h1,h2,h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: large;
	letter-spacing: 0.0625em;
}

h4,h5,h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: medium;
	letter-spacing: 0.0625em;
	margin: 0.9em 0;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	clear: both;
}

* html .headline {padding: 0.125em 0.3125em 0.1875em 0.3125em;}

.infobox {
	/*width: 165px;*/
	border: 1px solid #363636;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	background: url(images/bg_infobox.gif) no-repeat 0% 0%;
	border-bottom: 2px solid #363636;
	padding: 0.3125em 0.625em 0.3125em 0.625em;
}

.infobox h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	margin: 0;
}

.infobox p {
	padding: 0;
}

pre {
	margin: 0;
	padding: 0;
}

strong, b {
	color: #000;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	clear: both; 
	border: 0; 
	height: 0.0625em;
	background-color: #ffffff;
	margin: 0;
}

.clear {
	clear: both;
}

form { 
	width: 600px;
	margin-top: 1.25em;
}

#contactleft { 
	width: 80px;
	float: left; 
}

#contactright { 
	float: right; 
	width: 520px;
}

.input { 
	border-top: 1px solid #ccc; 
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #ccc;
	width: 192px; 
}

.button { 
	border: 1px solid #6c6c6c; 
	cursor: pointer;
	background: #ffffff url(images/button.png) repeat-x;
	color: #6c6c6c;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold; 
	padding: 0.125em;
}

textarea { 
	border-top: 1px solid #ccc; 
	border-right: 2px solid #a3a3a3;
	border-bottom: 2px solid #a3a3a3;
	border-left: 1px solid #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em; 
	line-height: 1.25em; 
	width: 99.9%; 
	height: 190px; 
}

.important {
	color: #B13F4C;
}

.noline li a {
	color: #363636;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

/* END MORE SITE STYLES */
