/*********** STANDARD CSS FEATURES **************/
* {
margin: 0px;
padding: 0px;
}
body {
  	font-family:tahoma;
  	margin:0px;
  	padding:0px;
	background:url(../images/bg.gif) repeat-x #FFFFFF;
	
}
h1{
	display:block;
	font-family:tahoma;
	font-size:22px;
	width:363px;
	line-height:25px;
	margin-left:35px;
	margin-top:22px;
	margin-bottom:2px;
	color:#015da6;
	
	
}
h2{
	display:block;
	font-family:tahoma;
	font-size:15px;
	font-weight: normal;
	width:363px;
	line-height:22px;
	margin-left:37px;
	margin-top:10px;
	padding-right:14px;
	padding-top:5px;
	padding-bottom:3px;
	color:#015DA6;	
}

h3{
	height:45px;
	width: 343px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #015da6;
}
p{
	font-family:tahoma;
	font-size:13px;
	line-height:22px;
	color:#717274;
	margin-left:37px;
	margin-right:35px;
	margin-top:13px;	
}

#lang_bar_holder{
	margin:0 auto;
	width:764px;
}
#lang_bar_holder a{
	color:white;

}
#lang_bar{
	width:158px;
	height:18px;
	background:#1B6EAF;
	padding-left:14px;
	padding-top:4px;
	padding-bottom:8px;
}
.lang_german{
	background:url(../images/de_flag.gif) no-repeat 0px 2px;
	padding-left:22px;
	height:11px;
	padding-right:10px;
	color:white;
}
.lang_german a{
	color:white;
	margin-top:2px;
}
.lang_english a{
	color:white;
	margin-top:2px;
}
.lang_german a:hover{
	color:white;
	margin-top:2px;
	text-decoration:underline;
}
.lang_english a:hover{
	color:white;
	margin-top:2px;
	text-decoration:underline;
}
.lang_english{
	background:url(../images/en_flag.gif) no-repeat 0px 2px;
	color:white;
	padding-left:22px;
	
}	
#strapline {
	position:relative;
	width:764px;
	height: 13px;
}
#strapline p {
	line-height: 13px;
	font-style:italic;
	color: #015da6;
	margin-top: 0px;
	margin-left:223px;
}
a{	font-family:tahoma;
	font-size:13px;
	color:#F9A23F;	
	padding:0px;
	margin:0px;
	text-decoration:none;
}
a:hover{
	color:#015DA6; 
	text-decoration:underline;
}
#Form1{
	margin:0px;
	padding:0px;
	margin-left:45px;
	margin-top:17px;
}
#Form1 p{
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	line-height:22px;
	margin:0px;
	padding:0px;
}
input{
	margin:0px;
	padding:0px;
	width:230px;
	height:20px;
	border:1px solid #939598;
}
textarea{
	margin:0px;
	padding:0px;
	width:230px;
	height:60px;
	border:1px solid #7F9DB9;
}
.submitbutton{
	font-size:11px;
	font-weight:bold;
	height:20px;
	width:40px;
	border:0px;
	cursor:pointer;
	background-image: url(../images/send_btn.gif);
	background-repeat: no-repeat;
	display: block;
	color:#FFFFFF;
	margin-left: 195px;
}
td {
	width: 130px;
	height: 28px;
}
.mandatory{
	color: #005DA5;
}
.clearer{
	clear:both;
	overflow:hidden;
	height:1px;
	width:750px;
}
.miniclearer{
	clear: both;
	overflow: hidden;
	height: 1px;
	width: 460px;
}
.leftclearer {
	clear: both;
	overflow: hidden;
	height: 37px;
	width: 181px;
}
.sml_clearer{
	clear:both;
	overflow:hidden;
	background:#ededed;
	height:0px;
	width:475px;
	margin:0px;
	padding:0px;
	font-size:1px;
}	
/*************** MENU *******************/
#menu_wrap{
	position:relative;
	display: inline-block;
	width:181px;
	height:auto;
}
#menu_wrap ul.menu{
	float:left;
}
#menu_wrap li.menuitem{
	position:relative;
	width:178px;
	height:50px;
	list-style:none;
	font-family:Tahoma;
	font-size:15px;
	font-weight:normal;
	text-align:right;
}
#menu_wrap li.menuitem_sm{
	position:relative;
	width:178px;
	height:25px;
	list-style:none;
	font-family:Tahoma;
	font-size:13px;
	font-weight:normal;
	text-align:right;
}
#menu_wrap li.menuitem_sm a{
	font-family:tahoma;
	display:block;
	font-size:12px;
	line-height:24px;
	width:178px;
	font-weight:normal;
	color:#9EA0A4;
	text-decoration:none;
	background: url(../images/sm_menu.gif) no-repeat bottom;	
}
#menu_wrap li.menuitem_sm a#curr{
	display:block;
	color:#015DA6;
	font-weight:normal;
	background: url(../images/sm_menu_current_hover.gif) no-repeat bottom;
}
#menu_wrap li.menuitem_sm a:hover{
	display:block;
	color:#015DA6;
	text-decoration:none;
	background-image: url(../images/sm_menu_current_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_wrap a{
	font-family:tahoma;
	display:block;
	font-size:15px;
	line-height:50px;
	width:178px;
	font-weight:normal;
	color:#9EA0A4;
	text-decoration:none;
	background: url(../images/menu_up_dotted.gif) no-repeat bottom;	
}

#menu_wrap a#current{
	display:block;
	color:#015DA6;
	font-weight:bold;
	background: url(../images/menu_current_solid.gif) no-repeat bottom;
}
#menu_wrap a:link{	
	display:block;
}
#menu_wrap a:hover{
	display:block;
	color:#015DA6;
	text-decoration:none;
	background-image: url(../images/menu_over_dotted.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#gal_btn_wrap{
	position:relative;
	width:79px;
	height:auto;
	margin-left:29px;
	margin-top:35px;
	margin-bottom:10px;
}
#gal_btn_wrap a{
	font-family:tahoma;
	display:block;
	width:179px;
	height:159px;
	line-height:31px;
	background:url(../images/gallery_btn.gif) no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#gal_btn_wrap a:hover{ 
	text-decoration:none;
}
/*************** END OF MENU *******************/

#mainholder{
	position:relative;
	width:810px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding:0px;
}
#left_main_shaddow{
	position: relative;
	width:810px;
	height: auto;
	background: url(../images/left_shaddow_slice.png) repeat-y left top;
}
#right_main_shaddow{
	position: relative;
	width:810px;
	height: 100%;
	background:url(../images/right_shaddow_slice.png) repeat-y right top;
}
#main{
	position: relative;
	width:764px;
	height:auto;
	margin: 0px 23px 0px 23px;
	background: url(../images/main_bg.gif) no-repeat top #F2FBFF;

}
#header {
	position: relative;
	width:764px;
	height: 85px;
}
#dotted_header{
	position:relative;
	width:740px;
	height:40px;
	background-image: url(../images/long_dotted.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#link_box{
	position:relative;
	width:377px;
	height:auto;
	margin-left:35px;
	margin-top:20px;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
}
a.arrow{
	font-family:tahoma;
	font-size:12px;
	color:#bebebe;
	background-image: url(../images/sml_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:22px;
	text-decoration:none;
	line-height:18px;
}
#link_box a{
	font-family:tahoma;
	font-size:12px;
	color:#d67901;
	background-image: url(../images/sml_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:22px;
	text-decoration:none;
	line-height:18px;
}	
a.arrow{ 
	margin-left:30px;
}
#link_box a:hover, a.arrow:hover{ 
	text-decoration:underline; 
	color:#d67901;
}
#link_box p{
	font-family:tahoma;
	font-size:13px;
	color:#717274;
	text-decoration:none;
	line-height:22px;
	padding:0px;
	margin:0px;
}
#footer{
	position:relative;
	width:811px;
	height:19px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer_shadow2.png) no-repeat bottom ;
}
#address_footer{
	position:relative;
	width:764px;
	height:39px;
	margin:0px;
	padding:0px;
	background: #9B9DA0;
}
#address_footer p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:36px;
	margin:0px;
	padding:0px;
	padding-left:24px;
	color:#FFFFFF;
}
#address_footer p a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:36px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	color:#FFFFFF;
	overflow: hidden;
}
#logo{
	position:relative;
	width:257px;
	height:48px;
	margin:0px;
	padding:0px;	
}
#inner_left{
	position:relative;
	float:left;
	display:inline;
	width:181px;
	height:auto;
	margin:2px 29px 10px 38px;
}
#inner_right_wrap{
	position:relative;
	float:left;
	width:477px;
	height:auto;
	padding:0px;
	margin: 19px 0px 14px 0px;
	display:inline;
	background-color: #FFF;
}
#inner_right{
	position:relative;
	width:462px;
	height:auto;
	margin: 6px 6px 0px 6px;
	border-left:1px solid #74A9D4;
	border-top:1px solid #74A9D4;
	border-right:1px solid #74A9D4;
}
#inner_right ul{
	margin-left:35px;
	margin-top:10px;
	width:427px;
}
#inner_right li{
	font-family:tahoma;
	font-size:12px;
	color:#015da6;
	position:relative;
	line-height:20px;
	list-style-type:none;
	padding-left:10px;
	margin-bottom:10px;
	background: url(../images/blue_bullet.gif) no-repeat left center;
	overflow: hidden;
}
#inner_right_bottom{
	position:relative;
	width:477px;
	height:95px;
	padding:0px;
	background-image: url(../images/bottom_fade.gif);
	background-repeat: no-repeat;
}
#footer p{
	font-family:Verdana;
	font-size:9px;
	line-height:17px;
	color:#434343;
  	margin:0px;
  	padding:0px;
	margin-top:7px;
}
#address_footer a{
	font-family: tahoma;
	font-size:12px;
	line-height:15px;
	color:#E2E2E2; 
	text-decoration:none;  
	margin:0px; 
	padding:0px;
}
#address_footer a:hover{ 
	text-decoration:underline;
	color:#FFFFFF;	
}
#address_footer a#cur{
	font-weight: bold;
	color:#FFFFFF;	
}
#seo_footer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:760px;
	height:40px;
	text-align:center;
}
#seo_footer a{
	font-family:tahoma;
	font-size:11px;
	line-height:20px;
	color:#454545; 
	text-decoration:none;
	background:none;
	padding:0px;
	margin-left:15px; 
	margin-right:15px;	
}
#seo_footer a:link{ 
	margin:0px;
	padding:0px;
}
#seo_footer a:hover{ 
	text-decoration:underline; 
	color:#d67901;
}
#seo_footer p{
	color:#454545; 
}
/********* CLASSES ***********/

.logo img{
	float:left;
	height:48px;
	width:257px;
	margin: 25px 0px 0px 43px;
	border:none;
}
.call img{
	float:right;
	height: 30px;
	width: 151px;
	margin: 27px 40px 0px 0px;
	border: none;
}
#titleholder{
	padding:0px;
	margin: 0px 0px 9px 35px;
}
.separator{
	position:relative;
	height:8px;
	width:391px;
	margin-left:35px;
	overflow: hidden;
	background: url(../images/dotted_h.gif) no-repeat center top;
}	
.separator_bot{
	position:relative;
	height:7px;
	width:391px;
	margin-left:35px;
	margin-top: 7px;
	overflow: hidden;
	background: url(../images/dotted_h.gif) no-repeat center top;
}	
.rl{
	margin-left:1px;
	margin-bottom:5px;
}
#imageholder, .imageholder{
	position:relative;
	width:391px;
	height:260px;
	margin-left:35px;
}
#fixedimage{
	position:relative;
	width:391px;
	height:260px;
	margin-left:35px;
}
.note{
	font-family:tahoma;
	font-size:10px;
	font-style:italic;
	line-height:15px;
	color:#939598;
}
.cont_link{
	text-align:right;
}
.company_name {
	float: left;
	height:39px;
	width:382px;
}
.footer_nav {
	float: left;
	height:39px;
	width:358px;
	text-align: right;
	padding-right:24px;
}


.extra_box {
	position:relative;
	width: 178px;
	height: auto;
	background:#D8EEF9;
	overflow:hidden;
}
.extra_box h2 {
	margin-left: 18px;
	padding-top: 0px;
	line-height:18px;
	background: url(../images/small_menu_up_dotted.gif) no-repeat left bottom;
}
.extra_box p {
	margin: 10px 18px 18px 18px;
}
.extra_box ul {
	margin: 10px 18px 18px 18px;
}
.extra_box li {
	position:relative;
	width:178px;
	height:20px;
	list-style:none;
	font-family:Tahoma;
	font-size:13px;
	line-height:22px;
	color:#717274;
	font-weight:normal;
	padding-left:10px;
	background: url(../images/bullet.gif) no-repeat left center; 
}
#inner_box {
	position:relative;
	width: 178px;
	height: 265px;
	background:#D8EEF9;
	overflow:hidden;
}
.download{
	margin-bottom:13px;
}
.download img{
	border: none;
}
.bullet{
	background:url(../images/bullet.gif) no-repeat left center;
	padding-left: 15px;
}
.left_column {
	float:left;
	width: 200px;
	height: auto;
	margin-left:10px;
	overflow: hidden;
}
.right_column {
	float:left;
	display:inline;
	width: 200px;
	height: auto;
	overflow: hidden;
}
.zip_holder{
	position: relative;
	width: 395px;
	height: 59px;
	margin-left:35px;
	margin-bottom:26px;
}
.zip_holder img{
	float: left;
}
.zip_holder a{
	float: left;
	height:auto;
	width: 317px;
	font-size: 13px;
	line-height:22px;
	padding-top:20px;
	padding-left: 27px;
}
.quotationbox {
	position: relative;
	height: 65px;
	width: 427px;
	margin-top:14px;
}
.quotationbox img{
	height: 21px;
	width: 37px;
	float: left;
	margin-left: 35px;
	margin-right: 7px;
}
.error{
	width: 388px;
	height: auto;
	margin-left: 35px;
	margin-right: 7px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid red;
}
.error p{
	color:#015DA6;
	margin-left: 19px;
}


/*** Accordion script **/

.toggler{ cursor:pointer;}

/*cool generic*/
#cool_box{position:fixed;top:-100%;width:600px; height:427px;margin-top:60px; margin-left: 80px; opacity:.0;}
#cool_box a { margin-left: 380px;}
#cool_filter{position:fixed;top:-100%;left:0px;width:100%;background:#464646;opacity:.0;}

#lb{ 
	height: 520px;
	width: 475px;
	background: white;
	padding-top: 20px;
}
.smallscrolldiv{
	height:154px;
	width:380px;
	overflow:auto;
	overflow-x:hidden;
	padding:11px;
	margin: 15px 25px 15px 35px;
	border:1px solid #015da6;
	position:relative;
}
.smallscrolldiv ul {
	margin-left:15px;
}
.smallscrolldiv	li {
	font-family:tahoma;
	font-size:12px;
	color:#015da6;
	position:relative;
	line-height:20px;
	list-style-type:none;
	padding-left:10px;
	background: url(../images/blue_bullet.gif) no-repeat left center;
	overflow: hidden;
}

img.video {
	border:none;
}

.block-1{
	width:395px;
height:220px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;
}

.block-2{
width:395px;
height:280px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.block-3{
width:395px;
height:265px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.block-4{
width:395px;
height:245px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.block-5{
width:395px;
height:285px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.block-6{
width:395px;
height:290px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.block-7{
width:395px;
height:220px;
background:#eef9fd;
margin-left:34px;
padding-bottom:10px;

}
.details-block{
	margin-top:10px;

width:175px;
float:right;
}


.video-block-details{
font-size:12px;
line-height:15px;
margin-left:0;
margin-right:10px;
margin-top:10px;
padding-left:0;
width:155px;
}

.blue-underline{
border-bottom:1px solid #d9f1fb;	
width:170px;
margin-left:0px;
padding-right:0px;
padding-top:0px;
margin-top:0px;
}

.video img{
float:left;	
	
}
.duration{
color:#2DBFFF;	
}

.clear{
	
clear:both;
}

.orange{
	
	color:#F9A23F;
}

.video-ad-box{
	position:relative;
	width: 184px;
	height: auto;
	background:#F2FBFF;
	overflow:hidden;
}
.reels-text{
margin-top:0px;	
}
#places{background:#F2FBFF; padding:5px; margin:15px 15px 0px 15px;}
#places p{margin:0; padding:15px; }
#places h2{margin-left:15px;}








