/* Typefaces
-----------------------------------------------*/
@font-face {
	font-family: "Museo Sans 500";
	src: url("../font/MuseoSans_500.eot");
	src: local("Museo Sans 500"), local("MuseoSans-500"),
		url("../font/MuseoSans_500.woff") format("woff"),
		url("../font/MuseoSans_500.otf") format("opentype"),
		url("../font/MuseoSans_500.svg#MuseoSans-500") format("svg");
	}
@font-face {
	font-family: "Museo Sans 500 Italic";
	src: url("../font/MuseoSans_500_Italic.eot");
	src: local("Museo Sans 500 Italic"), local("MuseoSans-500Italic"),
		url("../font/MuseoSans_500_Italic.woff") format("woff"),
		url("../font/MuseoSans_500_Italic.otf") format("opentype"),
		url("../font/MuseoSans_500_Italic.svg#MuseoSans-500Italic") format("svg");
	}
@font-face {
	font-family: "Museo 300";
	src: url("../font/Museo300-Regular.eot");
	src: local("Museo 300"), local("Museo-300"),
		url("../font/Museo300-Regular.woff") format("woff"),
		url("../font/Museo300-Regular.otf") format("opentype"),
		url("../font/Museo300-Regular.svg#Museo-300") format("svg");
	}
@font-face {
	font-family: "Museo 500";
	src: url("../font/Museo500-Regular.eot");
	src: local("Museo 500"), local("Museo-500"),
		url("../font/Museo500-Regular.woff") format("woff"),
		url("../font/Museo500-Regular.otf") format("opentype"),
		url("../font/Museo500-Regular.svg#Museo-500") format("svg");
	}
@font-face {
	font-family: "Museo 700";
	src: url("../font/Museo700-Regular.eot");
	src: local("Museo 700"), local("Museo-700"),
		url("../font/Museo700-Regular.woff") format("woff"),
		url("../font/Museo700-Regular.otf") format("opentype"),
		url("../font/Museo700-Regular.svg#Museo-700") format("svg");
	}



@font-face {
	
	font-family: 'Museo 900';
	
	src: url('museo900-regular-webfont.eot');
	
	src: local('Museo 900'), url('../font/museo900-regular-webfont.woff') format('woff'), url('../font/museo900-regular-webfont.ttf') format('truetype'), url('../font/museo900-regular-webfont.svg#webfontYhXzXyec') format('svg');
	
	font-weight: normal;
	
	font-style: normal;

}



@font-face {
	
	font-family: 'Museo 100';
	
	src: url('museo100-regular-webfont.eot');
	
	src: local('Museo 100'), url('../font/museo100-regular-webfont.woff') format('woff'), url('../font/museo100-regular-webfont.ttf') format('truetype'), url('../font/museo100-regular-webfont.svg#webfontyBnL84mi') format('svg');
	
	font-weight: normal;
	
	font-style: normal;

}






@font-face {
	
	font-family: 'HelveticaNeueLT55RomanRegular';
	
	src: url('../font/helvetica_lt_55_roman-webfont.eot');
	
	src: local('HelveticaNeueLT55RomanRegular'), url('../font/helvetica_lt_55_roman-webfont.woff') format('woff'), url('../font/helvetica_lt_55_roman-webfont.ttf') format('truetype'), url('../font/helvetica_lt_55_roman-webfont.svg#webfontdfFKgrD5') format('svg');
	
	font-weight: normal;
	
	font-style: normal;

}




@font-face {
	
	font-family: 'Futura Std';
	
	src: url('../font/futurastd-book-webfont.eot');
	
	src: local('Futura Std'), url('../font/futurastd-book-webfont.woff') format('woff'), url('../font/futurastd-book-webfont.ttf') format('truetype'), url('../font/futurastd-book-webfont.svg#webfonttMLdQsfm') format('svg');
	
	font-weight: normal;
	
	font-style: normal;

}



@font-face {
	font-family: "Quicksand Book";
	src: url("../font/Quicksand_Book.eot");
	src: local("Quicksand Book"), local("Quicksand-Book"),

		url("../font/Quicksand_Book.otf") format("opentype"),
		url("../font/Quicksand_Book.svg#Museo-700") format("svg");

	}


/* Generic Selectors */

body {
	margin: 0 0 0 0;
	font-family: 'Futura Std', 'HelveticaNeueLT55RomanRegular', 'Museo Sans 500', Tahoma, Franklin Gothic Book, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #757575;
	color: #666666;
	height: 100%;
	min-height: 100%;
	background-image:url('../img/mainbg.jpg');
	background-repeat:repeat-x;
	position: relative;
}


h1 {

	font-family: 'Museo 700';
	font-size: 26px;
	color: #000000;


}

h1 b {

	font-family: 'Museo 100';
	font-size: 26px;
	color: #838383;
	margin-left: 3px;


}

.pack {
	font-size: 20px;
}

h2 {
	font-size: 11px;

	background-color: #f3f3f3; 
	padding: 6px 6px 6px 6px;
	padding-left: 10px;
	padding-top: 6px;
	width: 95%;
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;


}

h2 a {

	color: #194080;


}

h2 a:link {

	color: #194080;


}

h2 a:hover {

	color: #000000;

}

h3 {

	background-color: #f3f3f3; 
	padding: 6px 6px 6px 6px;
	padding-left: 15px;
	padding-top: 6px;
	width: 95%;
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: "Museo 300";
	font-weight: bold;
	float: left; 
	width: 96%; 
	font-size: 15px; 
	margin-bottom: 2px;
	color: #373737;
	color: #486096;
	background: url('../img/arrow2.jpg') no-repeat top left;


}

h4 {

	background-color: #f3f3f3; 
	padding: 6px 6px 6px 6px;
	padding-left: 10px;
	padding-top: 6px;

	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	float: left; width: 96%; 
	font-size: 12px; 
	margin-bottom: 20px;


}

h4 a:link {

	color: #194080;

}

h4 a:hover {

	color: #000000;

}

h5 {

	font-size: 12px; 
	color: #486096;
	margin-bottom: -10px;

}

h6 {

	font-size: 16px; 
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;

}

#c1 {

	font-size: 14px;
	color: #486096;
	font-weight: bold;

}


.introtext {
	
	font-family: 'HelveticaNeueLT55RomanRegular', 'Museo 500'; 
	font-size: 13px; 
	color: #5f5f5f; 
	float: left; 
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 10px; 
	margin-top: 8px; 
	width: 710px;
	border-right: 1px dotted #666666;


}

.thumb {

	float: left;
	margin-right: 15px;
	margin-bottom: 15px;

}

.introtext b {
	
	color:#b7b7b7;
	font-weight: normal;

}


.infotitle {

	font-family: 'Museo 300', Franklin Gothic Book, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 12px;
	color: #000000;

}

.infoimg {

	border: 1px solid #bebebe;

}
.more {
	color: #218eca;

}
.t1 {
	position: absolute;
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 13px;
	color: black;
}
.t2 {
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 12px;
	color: #666666;
}
.textbox1{
	font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-size: 14px;
	border: 1px solid #7f9db9;
	background: url('../img/field_bg.jpg') no-repeat top left;

}
.textbox2{
	font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #7f9db9;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	padding-top: 2px;
	background: url('../img/field_bg.jpg') no-repeat top left;

}
.f12red{
	color: red;
	font-size: 15px;
}
.checkform {
	visibility:hidden;
	height: 1px;
}

.divider {

	background-image: url('../img/divider2.jpg'); 
	height: 10px; 
	width: 100%; 
	float: left;

}



#video tr td h2 {

	font-size: 14px;
	font-weight: normal;
	color: #486096;
	margin-bottom: 0px;

}

/*************************  ID's *************************/

#logo {

	float: left; 
	margin-top: 0px; 
	margin-left: 20px;
	background-image: url('../img/logo.png');
	width: 137px;
	height: 86px;


}

#pack {

	
	width: 670px; 
	height: 252px;
	margin-bottom: 20px;
	margin-top: -12px;



}

#pack ul li {

	font-size: 15px;
	font-family: 'Museo 500';
	color: #000000;
	font-weight: normal;


}

#pack ul li b {

	font-size: 13px;
	font-weight: normal;

}

#price {
	font-family: 'Museo 700';
	font-size: 20px;
	width: 97%;
	padding: 10px 0px 10px 10px;
	color: #ffffff;

}

#centerDoc {
	display: table;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 1000px;
	height:91.5%;
	min-height: 100%;
	clear: both;
		
}

#contact-form input, #contact-form textarea {

	font-family: 'Futura Std';
	font-size: 12px;
	color: #555555;
	padding-top: 0px;
}

.infocolumn {

	width: 192px;
	color: #515151;
	font-size: 12px;
	font-family: 'HelveticaNeueLT55RomanRegular', 'Museo Sans 500', Franklin Gothic Book, Tahoma, Arial, Helvetica, Verdana;
	line-height: 17px;
	float: left;
	margin-left: 58px;

}


.infocolumn a:link {
	
	color: #218eca;

}

.infocolumn a:hover {
	
	color: #218eca;
	text-decoration: underline;

}

.infocolumn a:visited {
	
	color: #218eca;
}

.pagebtn {
	border: 0px solid #000000;
	padding-left: 5px; 
	padding-right: 5px;
	margin-left: 5px;
	background-color:#EFEFEF;	
}

.pagebtn:hover {

	background-color:#CCCCCC;
}

.selected {	
	border: 0px solid #000000;
	padding-left: 5px; 
	padding-right: 5px;
	background-color:#CCCCCC;
	margin-left: 5px;
}



#video_column {

	background: url("../img/resources/video_bg.jpg") no-repeat top left;
	width: 189px;
	height: 235px;
	padding: 15px 15px 15px 15px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;

}
#video_column2 {

	background: url("../img/resources/video_bg.jpg") no-repeat top left;
	width: 189px;
	height: 235px;
	padding: 15px 15px 15px 15px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;

}

#video_img {

	margin-bottom: -10px;
	border: 1px solid #8e8e8e;

}



#video_link {

	color: #e10000;

}

img {
	border:0px;

}

#quote {

	float: right;
	border: 0;
	margin-right: 10px;
	cursor: hand;
	cursor: pointer;

}

#quote a:hover {

	cursor: hand;
	cursor: pointer;

}

#backtotop {
	float: right;
}

#profile {

	background-color:#555555; 
	width:250px; 
	height: 24px; 
	padding-top:6px; 
	text-align: center;


}


#top {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 1000px;
	height: 101px;
	background-image: url('../img/header_bg.jpg');
	background-repeat:no-repeat;
}

#banner {
	margin: auto auto auto auto;
	width: 862px;
	height: 207px;
		
}


#top_right bmenu ul li a:hover {
	color: #FFFFFF;
}
#top_right bmenu ul li {
	display: inline;


}
#top_right ul li a {
	display: inline;
	margin-top: 20px;
	border-bottom: 0;
	font-family: 'Futura Std', 'Museo 500', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #868686;
	text-decoration: none;
	padding: 0 11px 0 11px;


}

#top_right ul li last a {


}

#nav {

    font-size: 16px;
	
}


#top_right bmenu ul li.contact a {
	border: 0;
}
#top_right bmenu ul li.white {
	display: inline;
	float: left;
	padding-top: -20px;
	border-bottom: 0;
	font-family: "Museo 500", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	color: white;
}
#top_right bmenu ul li.white2 {
	display: inline;
	float: left;
	padding: 3px 0px;
	border-bottom: 0;
	font-family: "Museo 500";
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
	color: white;
	border: 0;
}

.dropm{
	background-color:#161616; 
	width: auto; 
	height: auto; 
	position: absolute; 
	margin-top: -15px; 
	-moz-box-shadow: 5px 5px 8px #343434;
	-webkit-box-shadow: 5px 5px 8px #343434;
	box-shadow: 5px 5px 8px #343434;

}

.dropm_main{

	width: 120px; 
	height: 100px; 
	position: absolute; 
	margin-top: -15px; 

}
#dropmm{
	background-color: #0b0b0b; 
	width: 130px; 
	height: 25px;
	border: 3px solid #161616;
	border-top:1.5px;
	padding-top: 10px;
	float: none;
}

#dropmenu {
	width: auto;
	
}

#dropmenu a {
	color: #868686;
	margin-left:10px;
	font-family: 'HelveticaNeueLT55RomanRegular', Tahoma;
}
#dropmenu a:hover {
	color: #ffffff;
}

#dropmenu2 a {
	color: #868686;
	margin-left:10px;
	font-family: 'HelveticaNeueLT55RomanRegular', Tahoma;
}
#dropmenu2 a:hover {
	color: #ffffff;
}

#flashObj {
	border: solid 0px; 
	border-color:#cbcbcb
}

#subNavi {
	width: 250px; 
	height: auto; 
 
	font-size: 10px; 
	font-family: Tahoma; 
	font-weight: normal;
	line-height: 25px; 
	text-align: left; 
	float: left; 
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
	display: block;
	min-height: 100%;
}
#subNavi a {
	font-family: 'Futura Std', 'Museo Sans 500';
	font-size: 13px;
	color: #848484;
	border:0px;
}
#subNavi a:hover {
	color: #000000;
}
#subNaviHeader {
	border-bottom: 0px solid #666666; 
	margin-bottom: 5px; 
	background-color: #d8d8d8; 
	background-image: url('../img/submenuBg.jpg'); 
	background-repeat: repeat-x;
}

#topp{
	float: right; 
	margin-right: 5px; 
	margin-top: 5px;
}	
#tx {
	padding-right: 113px; 
	margin-left: 340px; 
	width: 480px
}
#footer {
	position: relative; 
	height:80px; 
	width:auto;
	margin:0px auto auto auto;
	clear:both;
	background-color: black;
	z-index: 100;


	
}
#footer_container{
	width:1000px;
	margin: auto auto auto auto;
}
#footer1{
	float:left;
	position: relative; 
	font-family: 'HelveticaNeueLT55RomanRegular', Tahoma, Franklin Gothic Book, Arial, sans-serif;
	color: #424242;
	margin: auto auto auto auto;
	padding-top:20px;

	width:auto;


}


#footer1 a{

	font-size: 12px;
	color: #a3a3a3;
}
#footer1 a:hover{

	color:#ffffff;
}
#footer2{
 	text-align: right;
	font-family: 'HelveticaNeueLT55RomanRegular', Tahoma, Franklin Gothic Book, Arial, sans-serif;
	font-size: 10px;
	width:auto;
	color: #828282;
	margin: auto auto auto auto;
	padding-top:45px;
	padding-right: 30px;



}

ul#tabs li a h3 {
	margin-left: 65px;
	margin-right: 0px;

}

/*************************  Pseudo classes *************************/
.navi{
	margin:20px 0 0 0;
}
.logo{
	margin-top:17px;
	margin-left: 17px;
	float: left;
}
.slogan{
	margin-top:30px;
	margin-left: 15px;
	float: left;
}
.showcase{
	margin-left: 70px;
}
a:link {
	text-decoration: none;
	color: #757575;
	color: #666666;
}

a:visited { 
	color: #757575;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;

}  

