/*  ---------------------------------------- misc ----------------------------------------*/
img {
	border: none;
}

a.implink{
	padding-left:8px !important;
	background-image:url(../img/misc/listitem_arrowright_red_dotted.gif) !important;
	background-position:0 4px !important;
	background-repeat:no-repeat !important;
	color: #646464;
	text-decoration: none;
}

a.implink:hover{
	color: #cc0000;
	text-decoration: underline;
}

ul.listitem_redright_dotted {
	margin:4px 0 5px;
	padding:0;
}

ul.listitem_redright_dotted li {
	background-image:url(../img/misc/listitem_arrowright_red_dotted.gif) !important;
	background-position:0 4px !important;
	background-repeat:no-repeat !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	padding-left:8px !important;
	margin-top: 3px;
}

ul.listitem_redright_dotted li a {
	color: #646464;
	text-decoration: none;
}

ul.listitem_redright_dotted li a:hover {
	color: #cc0000;;
	text-decoration: underline;
}

a{
	color: #646464;
}

a:hover{
	color: #cc0000;
}

a.hi{
	color: #cc0000 !important;	
	font-weight: bold;
}

.clear{
	clear: both;
}

div#main .col {
	float:left;
	overflow:visible;
}

h3.underline {
	border-bottom:1px solid #999999;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	margin:0 0 8px;
	padding:0 0 2px;
	text-transform:uppercase;
	width:214px;
}

.two_cols h3.underline{
	width: 448px;
}

table{
	border: none;
	margin: 1px 0 14px 0;
	padding: 0;
	border-collapse: collapse;
}

td{
	margin: 0;
	padding: 3px 20px 0 0;
}

/*  ---------------------------------------- body/wrapper -------------------------------*/

body {
	background-color: #ffffff;
	color: black;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#wrapper {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	text-align: left;
	width: 936px;
}

/*  ---------------------------------------- header ---------------------------------------*/

#header{
	font-size: 0.7em;
}

#header #logo{
	display: block;
	float: left;
	margin-top: 29px;
	border: none;
}

#header ul{
	margin: 0;
	padding: 0;
}

#header div#metanav{
	float: right;
}

* html #header div#metanav{
	margin-right: -10px;
}

#header div#metanav ul li {
	float:left;
	margin-right:20px;
	margin-top: 7px;
}

#header div#language{
	margin-left: 574px;
}

#header div#language ul li {
	float:left;
	margin-right:20px;
	margin-top: 7px;
}

#header #topnav{
	padding-top: 56px;
	width: 350px;
	float: left;
}

#header #topnav ul {
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding:0;
}

#header #topnav ul li {
	float:left;
}

#header #topnav ul li a {
	border-left:1px solid #999999;
	color:black;
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

#header #topnav ul li a.hi{
	color: #cc0000;
}

#header #topnav ul li.first a {
	border-left: none;
}

#header #topnav ul li a:hover {
	color: #cc0000;
}

/*  ---------------------------------------- main -----------------------------------------*/

div#main {
	clear:both;
	font-size:0.75em;
	margin:10px 0 0;
	padding:0;
}

div#main .rightcol {
	float:right;
	width:234px;
}

.three_cols {
	clear:left;
	margin:0 0 12px;
	padding:0;
	width:699px;
}

.mainvisspacer {
	margin-bottom:7px;
	overflow:visible;
}

.contentpage {
	color:#000000;
}
.middle_col {
	margin-left:234px;
}

.two_cols {
	margin:0 0 16px;
	padding:0;
	width: 448px;
}

.two_cols h2{
	width:448px;
}

.one_col .col {
	width:234px;
}

.col {
	margin:0;
	overflow:hidden;
	padding:0;
	width:234px;
}

.multicol {
	overflow:hidden;
	width: 462px;
}

.multicol_right {
	overflow:hidden;
	width:228px;
}

/*  ---------------------------------------- footer ---------------------------------------*/

div#footer {
	clear:both;
	font-size:0.6em;
	margin:30px 0 20px;
	padding:0;
	width:916px;
}

div#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

div#footer ul li.first {
	background:transparent url(../img/misc/listitem_arrowright_red_small.gif) no-repeat scroll left center;
	padding-left:6px;
}

div#footer ul li {
	background:transparent url(../img/misc/listitem_arrowright_red_small_border.gif) no-repeat scroll left center;
	float:left;
	margin-right:10px;
	padding-left:13px;
}

div#footer ul li a {
	color:#646464;
	font-weight:normal;
	text-decoration:none;
}

div#footer ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*  ---------------------------------------- shadow ---------------------------------------*/

.shadow {
	left:-5px;
	position:relative;
	top:-4px;
}

.mainvis {
	width:692px;
}

.shadow_top {
	background:transparent url(../img/shadow/top.gif) repeat-x scroll center top;
}

.shadow_right {
	background:transparent url(../img/shadow/right.gif) repeat-y scroll right center;
}

.shadow_bottom {
	background:transparent url(../img/shadow/bottom.gif) repeat-x scroll center bottom;
}

.shadow_left {
	background:transparent url(../img/shadow/left.gif) repeat-y scroll left center;
}

.shadow_topleft {
	background:transparent url(../img/shadow/topleft.gif) no-repeat scroll left top;
}

.shadow_topright {
	background:transparent url(../img/shadow/topright.gif) no-repeat scroll right top;
}

.shadow_bottomright {
	background:transparent url(../img/shadow/bottomright.gif) no-repeat scroll right bottom;
}

.shadow_bottomleft {
	background:transparent url(../img/shadow/bottomleft.gif) no-repeat scroll left bottom;
}

.shadow_content {
	padding: 4px 5px 6px 5px;
}

.shadow_content  img{
	display: block;
}

.mainvis_2cols {
	width:458px;
}

/*  ---------------------------------------- contentpage-----------------------------------*/

.contentpage p {
	margin:14px 0;
}

.contentpage h2 {
	background:transparent url(../img/misc/bg_headline.gif) no-repeat scroll left bottom;
	border:medium none;
	color:#000000;
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:12px;
	width: auto;
	text-transform: uppercase;
}

.contentpage h2 span {
	display:block;
	font-weight:normal;
}

.contentpage h3 {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	text-transform: uppercase;
}

.contentpage h4 {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	margin: 10px 0 0 0;
	padding: 0;
}

.contentpage .contentfooter {
	border-top:1px solid #DADADA;
	margin-top:27px;
	width: 448px;
}

.contentpage .contentfooter a.toplink {
	color:#646464;
	float:right;
	font-weight:normal;
	margin-top:5px;
	text-decoration:none;
}

.contentpage .contentfooter a.toplink img {
	position:relative;
	top:1px;
}

.contentpage .contentfooter ul {
	list-style-type:none;
	margin:5px 0 0;
	padding:0;
}

.contentpage .contentfooter ul li {
	background:transparent none repeat scroll 0 0;
	float:left;
	margin:0 15px 0 0;
	padding:0 0 0 20px;
}

.contentpage ul {
	margin:4px 0 14px;
	padding:0;
}

.contentpage ul li {
	background-image:url(../img/misc/listitem_block_black.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:3px;
	padding-left:8px;
}

.contentpage .contentfooter ul li.button_printpage {
	background:transparent url(../img/misc/icon_printpage.gif) no-repeat scroll 0 0;
}

.contentpage .contentfooter ul li.button_sendpage {
	background:transparent url(../img/misc/icon_sendpage.gif) no-repeat scroll 0 0;
}

.contentpage .contentfooter ul li a {
	color:#646464;
	font-weight:normal;
	text-decoration:none;
}

.contentpage .contentfooter ul li a:hover {
	color: #cc0000;
	text-decoration:underline;
}

/*  ---------------------------------------- box -------------------------------------------*/

.bordergrey_box_1col {
	border:1px solid #DADADA;
	margin:0 0 20px;
	padding:2px 0;
	width:214px;
}

html > body .bordergrey_box_1col {
	width:212px;
}

.bordergrey_box_1col img {
	margin:3px 0 2px 5px;
}

.bordergrey_box_1col h3.boxed {
	border-bottom:1px solid #DADADA;
	color:#000000;
	font-size:1em;
	margin:0;
	padding:5px 5px 7px;
	width:auto;
}

html > body .bordergrey_box_1col h3 {
	margin-top:5px;
}

div#main .rightcol ul {
	width:200px;
}
.bordergrey_box_1col ul {
	margin:5px;
	padding:0;
	width:auto;
}

.bordergrey_box_1col p{
	margin: 4px;
}

/*  ---------------------------------------- media releases --------------------------------*/

ul.listitem_redright_dotted_press{
	list-style-type: none;
	list-style-image: none;
}

ul.listitem_redright_dotted_press li {
	clear:both;
	color:#000000;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background: none;
	padding-left: 0;
}

ul.listitem_redright_dotted_press li span {
	display:block;
	float:left;
	font-weight:normal;
	width:70px;
}

ul.listitem_redright_dotted_press li a {
	background-image:url(../img/misc/listitem_arrowright_red_dotted.gif);
	background-position:10px 4px;
	background-repeat:no-repeat;
	border:0 solid red;
	display:block;
	float:left;
	font-weight:normal;
	padding:0 0 3px 18px;
	text-decoration:none;
	width:358px;
}

ul.listitem_redright_dotted_press li a:hover{
	text-decoration: underline;
}

div.attachedtext{
	margin-top: 20px;
	padding: 0 10px;
	border: solid 1px #dadada;
	font-size: 0.9em;
	color: #909090;
}

div.attachedtext h4{
	color: #909090;	
}

/*  ---------------------------------------- form input ------------------------------------*/

.asterisk{
	color: #cc0000;
}

form.formcontent{
	margin: 0;
	padding: 0;
}

.formcontent fieldset {
	background:#F7F7F7 none repeat scroll 0 0;
	border-top-color:#E2E2E2;
	border-bottom-color: #cacaca;
	border-style:solid none;
	border-width:1px medium;
	margin:0;
	padding:10px 0 10px 10px;
}

.formcontent fieldset.submit {
	background:#C1C1C1 url(../img/misc/bg_submit.gif) repeat-x scroll center top;
	border:medium none;
	color:black;
	font-weight:bold;
	height:50px;
	padding:0;
}

.formcontent fieldset.submit .buttonblockright {
	margin:17px 15px 0 0;
	padding:1px 0;
	float:right;
}

.formcontent .line {
	clear:left;
}

.formcontent .biglineheight {
	padding-bottom:10px;
}

.formcontent .labelleft.biglineheight label {
	padding-top:3px;
}
.formcontent .labelleft label {
	display:block;
	float:left;
	width:140px;
}

.formcontent .labelleft input {
	width:277px;
}

.formcontent input {
	font-size:1em;
	padding-left:0;
	padding-right:0;
}

.formcontent textarea {
	width: 277px;
}

.formcontent .interest{
	margin-left: 135px;
	margin-bottom: 10px;
}

.formcontent .interest input{
	position: relative;
	top: 3px;
}

ul.exclamationmark {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.exclamationmark li {
	background:transparent url(../img/misc/listitem_exclamationmark_red.gif) no-repeat scroll left top;
	color:#CC0000;
	margin-top:6px;
	padding:0 10px 0 19px;
}

/*  ---------------------------------------- buttons ---------------------------------------*/

.button_white3dwithredtext {
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}

.button_white3dwithredtext .spacerleft {
	border-right:1px solid #D0D0D0;
	width:1px;
}

.button_white3dwithredtext .bg_gradient_greywhite {
	background:#FFFFFF url(../img/misc/gradient_greywhite.gif) repeat-x scroll left bottom;
}

.button_white3dwithredtext .button_textred {
	color:#CC0000;
	text-decoration:none;
}

.button_white3dwithredtext .button_textred {
	background:transparent url(../img/misc/arrow_redright.gif) no-repeat scroll left center;
	border-bottom:1px solid #B0B0B0;
	border-top:1px solid #D0D0D0;
	padding-left:30px;
	padding-right:15px;
}

.submitbutton_white3dwithredtext {
	background:#FFFFFF url(../img/misc/gradient_greywhite.gif) repeat-x scroll left bottom;
	display:block;
	padding:0;
	position:relative;
	white-space:nowrap;
	width:auto;
}

.submitbutton_redtext {
	background:transparent url(../img/misc/arrow_redright.gif) no-repeat scroll left center;
	border:medium none;
	color:#CC0000;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0 15px 0 30px !important;
	width:auto;
}

/*  ---------------------------------------- gallery ---------------------------------------*/

.contentpage .gallerythumbs{
	width: 455px;
}

.contentpage .gallerythumbs li{
	background: none;
	padding: 0;
	display: block;
	float: left;
	width: 58px;
	height: 58px;
	margin: 0 7px 7px 0;
}

/*  ---------------------------------------- conditions ------------------------------------*/

table.baggage{
	border-collapse: cololapse;
}

table.baggage th{
	background: #f0f0f0;
}

table.baggage td, table.baggage th{
	vertical-align: top;
	border: solid 1px black;
	padding: 3px;
}