html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 16px;
	text-align: center;
	background-color: #eaf7fb;
	background-image: url('../gfx/background.png');
	background-repeat: repeat-x;
	color: #282c30;
	height: 100%;
}

img {
	border: none;
}

div.separator {
	width: 100%;
	font-size: 1px;
	height: 1px;
	background-color: #cccccc;
	margin: 5px auto;	
}

div.hr {
	width: 100%;
	font-size: 1px;
	height: 1px;
	background-color: #dddddd;
	margin: 2px auto;	
}

div.news {
	margin: 5px auto;
	width: 98%;	
}

div.news h4 {
	margin: 10px 0 0 0;	
}

#wrapper {
	width: 950px;
	min-height: 100%;
	margin: 0 auto -65px auto;
}

fieldset.calculator label {
	width: 150px;
	display: block;
	float: left;
	padding-left: 5px;
	font-size: 11px;
}

fieldset.calculator label.result {
	font-weight: bold;	
}

fieldset.calculator input {
	width: 50px;
	float: left;
	text-align: right;
}

fieldset.calculator input.result {
	border: 1px solid #dddddd;
}	
	
#footer {
	height: 65px;
	background-image: url('../gfx/footer.png');
	background-repeat: repeat-x;
}


#header {
	height: 220px;
	background-image: url('../gfx/header.jpg');
	position: relative;
	
}

#main-menu {
	height: 40px;
	background-image: url('../gfx/menu_bg.png');
}

#logo {
	position: absolute;
	left: 59px;
	top: 17px;
}

#top-menu {
	margin: 0;
	padding: 0;
	display: block;
	font-family: verdana, serif;
	font-size: 11px;
	width: 390px;
	position: absolute;
	right: 0;
	list-style: none;
}

#top-menu a {
	color: #000000;
	text-decoration: none;
}

#top-menu li {
	line-height: 24px;
	display: inline-block;
	padding: 0 4px;
}

#top-menu ul {
	display: none;	
}

#top-menu a:hover {
	text-decoration: underline;
}

#main-menu {
	margin: 0;
	padding: 0;
	display: block;
	font-family: verdana, serif;
	font-size: 11px;
	font-weight: bold;
	width: 920px;
	height: 40px;
	list-style: none;
	padding: 0 15px;
}

#main-menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	padding: 0 12px;
}

#main-menu li.active {
	background-image: url('../gfx/menu_bg_a.png');
}

#main-menu a:hover {
	background-image: url('../gfx/menu_bg_h.png') !important;
}

#main-menu li {
	line-height: 40px;
	display: block;
	float: left;
}

#main-menu ul {
	display: none;	
}

#contents {
	width: 950px;
	text-align: left;
	padding-bottom: 65px;
}

#intro {
	height: 160px;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 10px;
	margin: 20px 0;
}

#intro h1 {
	width: 75%;
	font-size: 28px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

em {
	color: #c32121;
	font-style: normal;
}

.cf {
	clear: both;
}

#column-left {
	width: 220px;
	float: left;
	padding: 0 10px 40px 0;
	
}

#column-right {
	float: left;
	width: 690px;
	padding: 0 10px;
}

h2 {
	color: #c32121;
	font-weight: normal;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #60778a;
}

h3 {
	color: #c32121;
	font-weight: normal;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 22px;
	border-bottom: 1px solid #bce4f0;
}

h4 {
	margin: 20px 0 0 0;
}

h5 {
	margin: 3px 0;	
}

#column-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#column-left ul.page-menu ul a {
	padding-left: 10px;
}

#column-left li {
	margin: 0;
	padding: 0;
	font-family: verdana, serif;
	font-size: 12px;
}

#column-left li.active a {
	color: #C32121;	
}

#column-left li.active ul li a {
	color: #282c30;
}

#column-left li a {
	display: block;
	color: #282c30;
	text-decoration: none;
	border-bottom: 1px solid #60778a;
	padding: 5px 0 5px 3px;
}

#column-left li a:hover {
	background-color: #f7fdff;
}

#column-left p {
	font-family: verdana, serif;
	padding: 3px 0;
	margin: 0;
	font-size: 12px;
}

div.img-row {
	text-align: center;
}

div.img-frame {
	width: 330px;
	height: 225px;
	display: inline-block;
	background-image: url('../gfx/img.jpg');
}

div.subtitle {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, serif;
	text-align: right;
	padding: 5px;	
}

div.subtitle img{
	vertical-align: -4px;
}

div.subtitle a:hover {
	color: #888888;	
}

div.subtitle a {
	color: #666666;
}

div.img-frame img {
	margin: 15px;
}

a {
	color: #666666;
	text-decoration: underline;	
}

a:hover {
	color: #999999;
}

fieldset {
	width: 100%;
	border: none;
	margin: 0;
	padding: 5px;
}

fieldset label{
	display: block;
	margin: 10px 0 5px 0;
	font-size: 12px;
}

fieldset input {
	width: 40%;
	font-family: verdana, serif;
	font-size: 11px;
	padding: 5px 3px;
	border: 1px solid #DBDFE6;
}

fieldset input.error {
	border: 1px solid #cc0000;	
}

textarea {
	font-family: verdana, serif;
	font-size: 11px;
	width: 60%;
	padding: 5px 3px;
	border: 1px solid #DBDFE6;
}

div.button-bar {
	width: 60%;
	text-align: right;
	margin-top: 20px;
}

ul.errors {
	display: block;
	margin: 10px 0;
	width: 60%;
	padding: 15px;	
	list-style: none;
	color: #770000;
	border: 1px solid #cc3333;
	background-color: #ffeeee;
}

ul.success {
	display: block;
	margin: 10px 0;
	width: 60%;
	padding: 15px;	
	list-style: none;
	color: #007700;
	border: 1px solid #33cc33;
	background-color: #eeffee;
}

ul.partners img {
	padding: 1px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

table {
	font-size: 12px; 
}

div.tour {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

div.tour th {
	vertical-align: top;
}

div.tour .img {
	float: left;
	margin-right: 10px;
}

div.tour .img img {
	padding: 2px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	width: 160px;
	height: 120px;
}

div.gallery-entry {
	display: block;
	float: left;
	margin: 20px 6px;
}

div.gallery-entry a {
	border: 0;
}

div.gallery-entry img {
	padding: 1px;
	border: 1px solid #cccccc;
}

div.article-list-item img, div.article img {
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 0 5px 5px 0;
}

div.article-list-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div.article-list-item div.title, div.article-list-item div.title a, .more-link {
	color: #c32121;
}

#column-left div.article-list-item div.title a {
	font-size: 12px;
	font-family: verdana, serif;
	text-decoration: none;
	color: #333;
}

#column-left div.article-list {
	margin-top: 5px;	
}

#column-left div.article-list-item {
	padding: 0px 0 5px 0;	
}	
