/* Common BIC styles */

* {
	margin:0;
	padding:0;
}

body {
	font:0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #a0cae3; 
}


.btatext {padding:25px 0;}bookleft
.btalogo {float:left; margin-right:10px; padding-bottom:15px;}

.festive-flash {border:1px solid #fff; height:155px;}
.normredtext {color:#fe0000;}

.normblacktextlarge {color:#000000; font-size:14px;}

.container {
	margin:30px auto 30px auto;
	width:980px;
	background:#056ec1 url(../images/bg/container.gif) repeat-y 0 0;
	border-top:5px solid #de002d;
	border-bottom:1px solid #fff;
}
.one-col .container {background:#056ec1 url(../images/bg/container.gif) repeat-y 0 0;}
.two-col .container {background:#056ec1 url(../images/bg/container-two.gif) repeat-y 0 0;}

.header {
	height:108px;
	background:transparent url(../images/bg/header.jpg) no-repeat 0 0;
	border-top:1px solid #fff;
}

.header img {
	float:left;
	border:0;
}

.textonly p{position:relative; margin:-15px 0 15px 5px; padding:0; width:215px; clear:both; }
.textonly a {display:block; padding:10px; font-size:12px; color: #fff; text-decoration:none;}
.textonly a:hover {text-decoration:underline;}

p.logo {
	float:left;
}

p.details {
	float:right;
	margin:16px 15px 0 0;
	color:#fff;
	font-size:1.1em;
	line-height:1.6em;
	text-align:right;
}

.header span {font-size:0.9em;}

.header a {
	color:#fff;
	text-decoration:none;
}
.header a:hover {text-decoration:underline;}

.header span a {padding-left:20px;}

.main-left,.main-right {display:inline;}

.main-left {
	float:left;
	width:245px;
	background:#046fc1;
	border-top:1px solid #fff;
}

#nav,#nav ul {
	display:block;
	list-style:none;
}

#nav a {
	display:block;
	padding:10px 15px 10px 15px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#nav a:hover {background:#de002d;}

#nav li {
	float:left;
	width:245px;
}

#nav li ul {
	position:absolute;
	background:#046abe;
	width:245px;
	left:-999em;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#fff;
}

#nav li ul,#nav li ul ul,#nav li ul ul ul {
	width:244px;
	margin:-36px 0 0 244px;
	z-index:10;
}

#nav li ul a {margin-right:1px;}

#nav a.arrow {background:transparent url(../images/bg/nav-a.gif) no-repeat 219px 50%;}
#nav a.arrow:hover {background:#de002d url(../images/bg/nav-a-hover.gif) no-repeat 219px 50%;}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {left:-999em;}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul {left: auto;}

#nav li:hover,#nav li.hover {position:static;}

.extras {
	clear:both;
	padding-top:15px;
	background:#046fc1 url(../images/bg/extras.jpg) no-repeat 0 0;
}

.main-right {
	float:right;
	width:735px;
	background:#fff;
}

.two-column {
	/*padding:31px 15px 1px 15px;*/
	background:#fff url(../images/bg/two-column.gif) repeat-y 100% 0;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
}

.left,.right {display:inline;}

.left {
	float:left;
	/*margin:31px 0 25px 15px;*/
	margin:31px 0 0 15px;
	width:460px;
}

.centre {text-align:center;}

.extra-left {
	margin-top:0;
}

.right {
	float:right;
	/*margin:0 0 25px 0;*/
	margin:0;
	padding:30px 0 0 0;
	width:245px;
	border-top:1px solid #fff;
}

.extra-right {
	padding-top:0;
	border:0;
}

.full {
	margin:30px 15px 1px 15px;
}

.right img,.right a img {border:1px solid #fff;}

.main-right h1,.main-right h2,.main-right h3,.main-right h4,.main-right h5,.main-right h6,.main-right p,.main-right ul,.main-right ol,.main-right dl,.main-right table,.main-right blockquote {
	margin:0 0 25px 0;
}

.main-right h1,.main-right h2,.main-right h3,.main-right h4,.main-right h5,.main-right h6 {
	font-weight:normal;
	font-style:italic;
}

.main-right h4,.main-right h5,.main-right h6 {margin-bottom:0;}

.main-right h1 {color:#de002d;font-size:21px;font-weight:bold;letter-spacing:-3px;}
.main-right h2 {color:#046ec1;font-size:17px;}
.main-right h3 {color:#000000;font-size:15px;}
.main-right h4 {color:#046ec1;font-size:13px;}
.main-right h5 {color:#42b6d7;font-size:12px;}
.main-right h6 {color:#42b6d7;font-size:11px;}

.main-right .right h2,.main-right .right h3,.main-right .right h4,.main-right .right h5,.main-right .right h6 {color:#046ec1;}

.main-right p,.main-right ul,.main-right ol,.main-right dl {line-height:1.7em;}

.main-right ul,.main-right ol {
	list-style-position:outside;
	margin-left:16px;
}

.main-right ul {list-style-image:url(../images/bg/ul.gif);}

.main-right dl {padding-bottom:25px;}

.main-right dt {
	clear:both;
	float:left;
	margin-right:30px;
	width:115px;
}
.main-right dd {
	float:left;
	width:315px;
}

.main-right dt.clear {
	height:25px;
	width:460px;
}

.main-right .right h2,.main-right .right h3,.main-right .right h4,.main-right .right h5,.main-right .right h6,.main-right .right p,.main-right .right ul,.main-right .right ol {margin-left:15px;margin-right:15px;}

.main-right .right ul,.main-right .right ol {margin-left:31px;}

.main-right a {
	color:#056ec1;
	text-decoration:none;
}
.main-right a:hover {text-decoration:underline;}

.img-left {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #fff;
}

.img-right {
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #fff;
}

.img-border {border:1px solid #fff;}

p.img-caption-left {
	float:left;
	margin:0 15px 15px 0;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

p.img-caption-right {
	float:right;
	margin:0 0 15px 15px;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

p.img-caption-left img,p.img-caption-right img {border:1px solid #fff;}

.full-gallery {
	margin:30px 0 1px 15px;
}

.gallery p {
	float:left;
	margin:0 25px 15px 0;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.gallery p img {border:1px solid #fff;}

blockquote.left-quote,blockquote.right-quote {
	width:215px;
	font-size:1.1em;
	font-style:italic;
	background:#fdefa0;
}

blockquote.left-quote {
	float:left;
	margin:0 15px 15px 0;
}

blockquote.right-quote {
	float:right;
	margin:0 0 15px 15px;
}

blockquote.left-quote p,blockquote.right-quote p {margin:15px;}

.slideshow-container {
	width:735px;
	height:341px;
	background:#fff;
	border-top:1px solid #fff;
	border-bottom:5px solid #0367b5;
}

.slideshow-container p {margin:0;}

.slideshow-container p img {
	float:left;
	width:735px;
	height:340px;
	border-bottom:1px solid #fff;
}

.tariff {
	border-collapse:collapse;
	border:0;
}
/*.one-col .tariff {width:705px;}
.two-col .tariff {width:460px;}*/

.tariff caption {
	padding:0 0 10px 0;
	font-size:11px;
}

.tariff caption span {
	padding-right:10px;
	color:#046ec1;
	font-size:16px;
	font-style:italic;
}

.tariff td {
	padding:4px 3px 4px 3px;
	text-align:center;
	font-size:11px;
}

.tariff th {
	padding:4px 3px 4px 3px;
	text-align:left;
	font-weight:normal;
	font-size:11px;
}

tr.head th {
	text-align:center;
	border-top:1px solid #de002d;
	border-bottom:1px solid #de002d;
}

tr.head-bottom th {
	text-align:center;
	border-top:1px solid #de002d;
	border-bottom:0;
}

.tariff tr.alt {background:#caedf8;}

.tariff td.free {background:transparent url(../images/bg/free.jpg) repeat-y 50% 0;}

.r {border-right:1px solid #de002d;}

.rb {border-bottom:1px solid #de002d;}

.tariff td.free-bottom {
	padding:10px 4px 14px 4px;
	font-size:1.5em;
	color:#fff;
	text-align:center;
	background:transparent url(../images/bg/blue-down-arrow.jpg) no-repeat 50% 100%;
}


.tariff td.typenew {
	padding:4px 3px 4px 3px;
	text-align:left;
	font-size:11px;
}

.form {padding-bottom:25px;}

.form p.extra-pad {padding:20px 0 20px 0;}

.form p {
	clear:both;
	margin-bottom:0;
	padding:5px 0 0 0;
}

.form p.btns {margin:0 0 0 165px;}

.form label {
	float:left;
	margin:-2px 15px 0 0;
	width:150px;
}

.form input,.form select,.form textarea {
	float:left;
	padding:2px;
	width:170px;
	font:1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#fdefa0;
	border:0;
}
.form textarea {width:291px;}
.form select {width:110px;}
.form .narrowfield {width:60px;margin-right:5px;}

.form input.button {
	margin:0 5px 0 0;
	padding:0 15px 2px 15px;
	width:auto;
	overflow:auto; /* For our friends at M$ */
	height:23px;
	color:#fff;
	text-align:center;
	background:#056ec1 url(../images/bg/extras.jpg) no-repeat 100% 0;
	border:0;
}

.categories {
	margin:0 1px 15px 1px;
	float:left;
}

.ad {position:relative; margin:0 0 15px 15px; padding:0; width:215px; height:173px;}

.ad img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}

.ad p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}

.ad p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.ad p.promo a {display:block; padding:10px; font-size:14px; color:#046ec1; font-style:italic; text-decoration:none;}
.ad p a:hover {color:#fff; background:#de002d;}


/* extra code */
.onlinebook {}
.bookleft
{text-align: center; width: 213px; margin:-10px auto 0 auto; float:left; padding:0px; display:block; overflow:visible;}
.bookmiddle
{text-align: center; width: 213px; margin:-10px auto 0 15px; float:left; clear:none; padding:0px; display:block; overflow:visible;}
.bookright
{text-align: center; width: 213px; margin:-10px 20px 0 15px; float:right; clear:none; padding:0px; display:block; overflow:visible;}
.booktext {width:213px; text-align:center; margin:0 auto 0 15px;}
.booktext2 {width:213px; text-align:center; margin:0 auto 0 20px;}
.bookad {position:relative; margin:0 0 5px 15px; padding:0; width:215px; height:173px;}
.bookad img { top:0; left:0; border:1px solid #fff;}
.bookad p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px;
 background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff; text-align:right;}
.bookad p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}
.bookad p.promo a {display:block; padding:10px; font-size:14px; color:#046ec1; font-style:italic; text-decoration:none;}
.bookad p a:hover {color:#fff; background:#de002d;}
.booktext3 {width:213px; text-align:center;}
.bookad2 {position:relative; margin:0 0 5px 15px; padding:0; width:215px; height:173px;}
.bookad2 img { top:0; left:0; border:1px solid #fff; margin:0 auto;}
.bookad2 p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px;
 background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff; text-align:right;}
.bookad2 p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}
.bookad2 p.promo a {display:block; padding:10px; font-size:14px; color:#046ec1; font-style:italic; text-decoration:none;}
.bookad2 p a:hover {color:#fff; background:#de002d;}





.percentage { color: #de002d;}

div {text-align:left;}
.clear {clear:both;}
.ten {height:10px;}
.fifteen {height:15px;}
.twenty {height:20px;}
.twentyfive {height:25px;}
.thirty {height:30px;}
.thirtyfive {height:35px;}
.textlgeblue {color:#046ec1;font-size:17px; font-style:italic;margin-bottom:25px;}
.textlgebluenorm {color:#046ec1;font-size:17px; margin-bottom:15px;}
.largebluetext {color:#046ec1;font-size:17px;}
.nothtwo {color:#046ec1;font-size:17px;	margin:0 0 25px 0; font-weight:normal; font-style:italic; }
.center {margin: 0 auto;}
.normredtext {color: #f00;}
.normblutext {color: #046ec1;}

.categories2 .ad {
	margin:0 5px 15px 5px;
	float:left;
	z-index:1;
}

.categories2 {margin-left:10px;} 

.categories2 p a {font-size:12px !important;}

.ad3 {position:relative; margin:0 0 15px 15px; padding:0; width:215px; height:173px;}

.categories3 .ad3 {margin:0 7px 15px 7px;float:left;}

.ad3 img {position:absolute;z-index:1;top:0;left:0;border:1px solid #fff;}

.ad3 p.promo {position:absolute;z-index:2;top:1px;left:1px;margin:0;width:213px;background:transparent url(../images/bg/ad.png) repeat 0 0;border-bottom:1px solid #fff;}

.ad3 p.bottom {top:auto;bottom:1px;left:1px;border-bottom:0;border-top:1px solid #fff;}

.ad3 p.promo a {display:block;padding:10px;font-size:14px;color:#046ec1;font-style:italic;text-decoration:none;}
.ad3 p a:hover {color:#fff;background:#de002d;}

/* end of extra code */

.footer {
	clear:both;
	color:#b8edfd;
	width:980px;
	background:#056ec1 url(../images/bg/footer.jpg) no-repeat 0 0;
}

.footer .col {
	display:inline;
	float:left;
	margin:15px 15px 20px 15px;
	width:215px;
}

.footer h2 {
	margin-bottom:15px;
	color:#fff;
	font-weight:normal;
	font-size:1.4em;
}

.footer ul {
	list-style:none;
	line-height:1.6em;
	font-size:11px;
}

.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {text-decoration:underline;}




.offers-tariff {border-collapse:collapse; border:0;}
.offers-tariff td {padding:4px 3px 4px 5px; text-align:left; font-size:11px;}
.offers-tariff td.offs-cent {padding:4px 3px 4px 5px; text-align:center;}
.offers-tariff th {padding:4px 3px 4px 5px; text-align:left; font-weight:normal; font-size:11px;}
tr.offers-head th {text-align:left; border-top:1px solid #de002d; border-bottom:1px solid #de002d;}
tr.head-bottom th {text-align:left; border-top:1px solid #de002d; border-bottom:0;}
.offers-alt {background:#caedf8;}

/* SIFR CSS */

.sIFR-hasFlash h1 {visibility:hidden;}
.sIFR-hasFlash .left object,.sIFR-hasFlash .left embed,.sIFR-hasFlash .full object,.sIFR-hasFlash .full embed,.sIFR-hasFlash .full-gallery object,.sIFR-hasFlash .full-gallery embed {position:absolute;visibility:visible;}

/* /SIFR CSS */