html, body {height: 100%;}
body {
	margin: 0;
	color: #363636;
	min-width: 968px;
	background: #003471 url("../images/bg-body.jpg") no-repeat fixed 50% 0;
	font: 12px/14px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #9e0b0f;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/* structure */
#wrapper{
	overflow: hidden;
	width:100%;
	position: relative;
}
.w1 {
	width: 1044px;
	float: left;
	position: relative;
	left: 50%;
}
.w2 {
	width: 1044px;
	float: left;
	position: relative;
	left: -50%;
	background:#fff url("../images/bg-body.jpg") no-repeat fixed 50% 0;
}
#header {
	background: url(../images/bg-header.png) no-repeat;
	padding: 0 37px 3px;
	overflow: visible;
	height: 1%;
}
#header:after {
	content: "";
	display: block;
	clear: both;
}

#header .add-list {
	margin: 0;
	padding: 0 17px 0 0;
	list-style: none;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
#header .add-list li {
	display: inline;
	background: url(../images/separator-add-list.gif) no-repeat 0 50%;
	padding: 0 0px 0 7px;
}
#header .add-list li:first-child {background-image: none;}
#header .add-list a {font-weight: bold;}
.logo{
	overflow: hidden;
	background: url(../images/logo.png) no-repeat left top;
	width: 182px;
	height: 156px;
	text-indent: -9999px;
	float: right;
	margin: -30px -41px -55px;
}
#header .company .logo a{
	display: block;
	position: relative;
	width: 100px;
	height: 71px;
	margin: 30px 0 0 41px;
}
.RadMenu {
	overflow: hidden;
	margin: 15px 0 0;
	padding: 0 0 15px;
	background: url(../images/bg-dotted-hor.gif) repeat-x 0 100%;
	width: 692px;
}
.RadMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bg-dotted-ver.gif) repeat-y 100% 0;
	float: left;
	position: relative;
}
.RadMenu li {
	float: left;
	background: url(../images/bg-dotted-ver.gif) repeat-y;
}
.RadMenu a {
    color: #006bb7;
	padding: 9px 13px 9px 14px;
    display: block;    
}
.RadMenu a:hover {
	color: #a10010;
	text-decoration: underline;
}
.RadMenu li.active a {
	color: #2d5186;
	font-weight: bold;
}
#header .company {
    margin: 0 auto;
	width: 715px;
	padding: 25px;
	font: italic 14px/18px Georgia, Georgia, serif;
	overflow: visible;
}
#header .company a {
	float: left;
	margin: 0 13px 0 0;
}
* html #header .company a {margin: 0 10px 0 0;}
#header .company .text-holder {
	height: 1%;
	overflow: hidden;
}
#header .company strong.title {
	font-size: 24px;
	line-height: 32px;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin: 0 0 3px;
}
#header .company p {margin: 0 0 5px;}
#main{
	width: 968px;
	margin: -3px auto 0;
	position: relative;
	background: url(../images/bg-dotted-hor.gif) repeat-x;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#content-wrap{
    float:right;
}
.inner #content-wrap{
    float:left;
}
#content{
	width: 659px;
	margin: 15px 0 0;
	padding: 0 0 0 33px;
	background: url(../images/bg-dotted-ver.gif) repeat-y;
}
#content h1 {
	margin: -5px 0 0;
	font: 24px/26px Georgia, Georgia, serif;
	color: #006bb7;
	position: relative;
}
#content h1 em {color: #ff0000;}
#content h2 {
	margin: 0 0 30px;
	font: 18px/20px Georgia, Georgia, serif;
}
#content .item {
	width: 100%;
	background: url(../images/bg-dotted-hor.gif) repeat-x 0 100%;
	padding: 0 0 20px;
	margin: 0 0 44px;
}
#content .items {
	margin: 0 0 -44px;
}
#content .item:after {
	content: "";
	display: block;
	clear: both;
}
#content .item img.alignright {float: right;}
#content .item img.alignleft {float: left;}
.img1 {margin: -40px 12px 0;}
.img2 {margin: 0 9px 0 -12px;}
.item-content {
	border-left: 6px solid #898889;
	padding: 0 0 0 24px;
	height: 1%;
	overflow: hidden;
}
#content p {margin: 0 0 17px;}
#content a.more {
	font: 14px/16px Georgia, Georgia, serif;
	text-decoration: underline;
}
#content a.more:hover {text-decoration: none;}
#content .ads {
	margin: -21px -73px 14px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 740px;
}
#content .ads li {
	display: inline;
	margin: 0 73px 0 0;
}
.quote-holder {
	padding: 0 46px 0 35px;
	margin: -20px 0 -23px;
	position: relative;
}
.quote-holder strong.title {
	font: italic 18px/20px Georgia, Georgia, serif;
	display: block;
	text-align: right;
	margin: 0 0 8px;
}
#content blockquote{
	margin: 0;
}
#content blockquote p {margin: 0 0 15px;}
#content blockquote q {display: block;}
#content blockquote cite{
	font-style:normal;
	display:block;
	margin:0;
	text-align: right;
}
.inner #content blockquote cite {text-align: left;}
#content blockquote q:before,
#content blockquote q:after{
	content:'';
	display:block;
	clear:both;
}
#sidebar{
	width:226px;
	float:left;
	display: inline;
	margin: 0 0 -40px 16px;
}
#sidebar .visual {
	margin: 5px 0 10px 0px;
	position: relative;
	text-align: center;
}
#sidebar .visual img {vertical-align: top;}
#sidebar h3 {
	font: italic 24px/26px Georgia, Georgia, serif;
	margin: 0 0 20px;
}
h3.red {color: #9e0b0f;}
h3.blue {color: #006bb7;}
h3.grey {color: #555;}
.tours-list {
	margin: 0;
	padding: 0 0 27px;
	list-style: none;
}
.tours-list li {
	vertical-align: top;
	padding: 0 24px 0 0;
	margin: 0 0 17px;
	background: url(../images/movie.png) no-repeat 0 5px;
}
.tours-list div {
	background: url(../images/bg-dotted-hor.gif) repeat-x 0 100%;
	padding: 0 0 10px;
}
.tours-list a {
	display: block;
	padding: 0 0 0 30px;
	margin: 0 -24px 0 0;
	color: #363636;
	background: url(../images/arrow.gif) no-repeat 100% 50%;
}
.tours-list a strong {
	display: block;
	margin: -4px 0 0;
	font: 18px/20px Georgia, Georgia, serif;
	position: relative;
}
.newsletter-form h3 {
	color: #8a8a8a;
	margin: 0 !important;
	padding: 0 0 8px;
}
.newsletter-form {
	background: url(../images/bg-dotted-hor.gif) repeat-x 0 100%;
	padding: 0 0 46px 0;
	width: 200px;
	margin: 0 0 27px;
}
.newsletter-form input.txt{
	width: 156px;
	display: block;
	margin: 0 7px 0 0;
	line-height: 13px;
	border: 1px solid #8a8a8a;
	padding: 2px 20px;
	font-size: 10px;
	color: #8a8a8a;
}
.btn-submit{
	width: 66px;
	height: 19px;
	margin: 3px 5px 0 auto;
	overflow: hidden;
	position: relative;
	display: block;
}
.side-list {
	margin: 0 0 41px;
	padding: 0 0 0 16px;
	list-style: none;
}
.side-list li {
	background: url(../images/bg-dotted-hor.gif) repeat-x 0 100%;
	padding: 0 0 13px;
	margin: 0 0 9px;
}
.side-list div {
	margin: 0 0 0 -11px;
	border-left:6px solid #898889;
	padding: 0 0 0 10px;
}
.side-list a {
	font: 18px/20px Georgia, Georgia, serif;
	display: block;
	color: #363636;
}
.side-list em.date {
	display: block;
	font-style: normal;
}
.side-list p {margin: 0;}
#footer{
	text-transform: uppercase;
	font-size: 11px;
	color: #464646;
	width: 1044px;
}
.footer-t {
	background: url(../images/bg-footer-t.png) no-repeat;
	height: 110px;
}
.footer-c {
	background: url(../images/bg-footer-c.png) repeat-y;
	padding: 0 40px;
}
.footer-c:after {
	content: "";
	display: block;
	clear: both;
}
.footer-content {
	width: 100%;
	float: left;
	position: relative;
	top: -51px;
	margin-bottom: -32px;
	height: 1%;
	overflow: hidden;
}
.nav {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.nav li {
	display: inline;
	margin: 0 12px;
}
.nav a {color: #464646;}
.nav a:hover {
	text-decoration: none;
	color: #000;
}
.nav li.active a {
	color: #2d5186 !important;
	font-weight: bold;
}
p.copyright {
	margin: 0;
	text-align: center;
}
.inner #content {
	float: left;
	display: inline;
	background: url(../images/bg-dotted-ver.gif) repeat-y 100% 0;
	width: 656px;
	margin: 26px 0 0 13px;
	padding: 0 17px 0 0;
}
.inner #content h1 {margin: 3px 0 9px;}
.img4 {margin: -24px 20px 0 10px;}
.inner #content .text-holder {
	height: 1%;
	overflow: hidden;
	padding: 6px 33px 2px;
	clear: both;
}
.inner #sidebar{
	width:259px;
	float:right;
	margin: 0;
}
.navbar {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font: 18px/20px Georgia, Georgia, serif;
}
.navbar li {
	padding: 0 0 10px;
} 
.navbar a {
	padding: 0 0 0 18px;
	color: #006bb7;
}
.navbar li.active /*a*/, /* removing "a" due to submenus */
.navbar li a:hover {
	background: url(../images/bull-navbar.gif) no-repeat 0 5px;
	text-decoration: none;
}
.navbar .sub{
	margin: 10px 0 -10px 20px;
	padding: 0;
	list-style: none;
	font: 16px/15px Georgia, Georgia, serif;
}
.navbar .sub li {
	padding: 0 0 10px;
} 
.navbar .sub a {
	padding: 0 0 0 18px;
	color: #006bb7;
}
/*
.navbar .sub li.active a,
.navbar .sub li a:hover {
	background: url(../images/bull-navbar.gif) no-repeat 0 5px;
	text-decoration: none;
}
*/

