/* Typefaces
-----------------------------------------------*/
@font-face {
	font-family: "ensign";
    src: url('../font/ensign-webfont.eot');
    src: url('../font/ensign-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ensign-webfont.woff') format('woff'),
         url('../font/ensign-webfont.ttf') format('truetype'),
         url('../font/ensign-webfont.svg#ensignregular') format('svg');
	}
	
@font-face {
    font-family: 'FuturaLTMediumRegular';
    src: url('../font/futura_lt_medium-webfont.eot');
    src: url('../font/futura_lt_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futura_lt_medium-webfont.woff') format('woff'),
         url('../font/futura_lt_medium-webfont.ttf') format('truetype'),
         url('../font/futura_lt_medium-webfont.svg#FuturaLTMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
	
	font-family: 'HelveticaNeueLT55RomanRegular';
	src: url('../font/helvetica_lt_55_roman-webfont.eot'); /* IE9 Compat Modes */
	src: url('../font/helvetica_lt_55_roman-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		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'); /* IE9 Compat Modes */
	src: url('../font/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		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'); /* IE9 Compat Modes */
	src: url('../font/Quicksand_Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url("../font/Quicksand_Book.otf") format("opentype"),
		url("../font/Quicksand_Book.svg#Museo-700") format("svg");

	}
	
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../font/proximanova-regular-webfont.eot');
    src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-regular-webfont.woff') format('woff'),
         url('../font/proximanova-regular-webfont.ttf') format('truetype'),
         url('../font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* 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-family: 'proxima_nova_rgregular';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #666;
	height: 100%;
	min-height: 100%;
	background: url('../img/mainbg.jpg') repeat-x left -31px;
	-background-position: top !important;
	background-color: #fff;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #555; 
    -webkit-box-shadow: inset 0 0 6px #000; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


h1 {

	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	text-align: center;



}


.h1_main {


	font-family: 'proxima_nova_rgregular';
	font-size: 26px;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	text-align: center;


}


h1 b {

	-font-family: 'Museo 100';
	font-family: 'proxima_nova_rgregular';
	-font-size: 26px;
	color: #838383;
	margin-left: 0px;
	text-transform: uppercase;


}

b {
	color: #000;
	font-weight: normal;
}

.pack {
	font-size: 20px;
	height: auto;
	-border: 1px solid red;
}

h2{
	font-size: 11px;

	background-color: #f3f3f3; 
	padding: 6px 6px 6px 6px;
	padding-left: 10px;
	padding-top: 6px;
	width: 100%;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;


}

.page_h2 {
	border-bottom: 1px solid #000;
	font-size: 13px; 
	width: 100%; 
	text-align:right;	
}

hr {
	border: 0px;
	display: block;
	-background: url(../img/divider2.png) no-repeat center top;
	height: 25px;
}

#txt {
	font-size: 14px;
	-border:1px solid red;
	width: 958px !important;
	-text-align: center;
	margin: auto;
}
#txt ul {
	-margin: auto; 
	display: table;	
}
#txt .main_img {
	width: 100%;
	text-align: center;
	display: block;	
}




#keyword {
	-background: url('../img/searchbox_bg.jpg') repeat-x top left;
    background-color: #333;
	border: 1px solid #333;
	height: 15px;
	color: #ffffff;
	padding: 5px;
	-font-family: 'Futura Std';
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	float: left;
	width: 168px;
    transition: background .2s linear, color .2s linear;
    -web-transition: background .2s linear, color .2s linear;
	
}

#keyword:focus {
    background-color: #fff;
    color: #333;

}

.searchdiv {
	position: absolute; 
	margin-left: 305px; 
	margin-top: 2px;
	z-index: 200;
}

.searchdiv2 {
	position: fixed; 
	bottom: 35px;
	margin-left: 698px;
	z-index: 500;
	width: 340px;
}

.searchdiv2 #keyword {
	height: 27px;
}

.searchdiv .loading, .searchdiv2 .loading {
	float: left;
	background: url('../img/028.gif') no-repeat left center;
	width: 25px;
	height: 25px;
	visibility: hidden;
	position: absolute;
	margin-left: 187px;
}

.searchdiv2 .loading {
	margin-left: 175px;
}

#searchbtn {
	background: url('../img/searchbox_btn.png') no-repeat top right;
	border: 0;
	padding: 5px;
	padding-top: 3px;
	height: 30px;
	font-family: 'Futura Std';
	font-family: 'proxima_nova_rgregular';
	color: #999999;
	float: left;
	cursor: pointer;
	display: block;
	width: 95px !important;
	
}

.search_txt ol li {
	margin-bottom: 2px;
	margin-left: 0;
	background-color: #ffffff; 
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #cccccc;
}
.search_txt ol li a {
	float: right;
}

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: "Futura Std";
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	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;
	padding-bottom: 6px;
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	float: left; width: 96%; 
	font-size: 15px; 
	margin-bottom: 20px;
	-font-family: 'FuturaLTMediumRegular';
	font-family: 'proxima_nova_rgregular';
	display: block !important;
	width: 100%;
	-font-family: "ensign";
	font-weight: normal;
	text-align: center;
	clear: both;

}

h4 strong {
	color: #000;
	font-weight: normal;
}

.h4_faq {
	clear: both;
	font-size: 14px;
	color: #194080; 
	text-align: left;
	padding-left: 10px;
	width: 948px;
}

h4 a:link {

	color: #194080;

}

h4 a:hover {

	color: #000000;

}

h4 span {
	display: inline-block;
	-display: table;
	-float: left;
	width: 210px;
	width: 190px;
	padding-top: 3px;
	padding-bottom: 3px;
	-height: 30px;
	margin-right: -30px;
	font-size: 13px;
}

h4 .2lines {
	margin-top: 10px;	
}

h5 {

	font-size: 12px; 
	color: #486096;
	margin-bottom: -10px;

}

h6 {

	font-size: 16px;
	color: #000;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: "ensign";
	font-weight: normal;

}

strong {
	-font-family: 'FuturaLTMediumRegular';
	-font-weight: normal;
	color: #000;
}

#c1 {

	font-size: 14px;
	color: #486096;
	font-weight: bold;

}


.introtext {
	
	-font-family: 'HelveticaNeueLT55RomanRegular', 'Museo 500'; 
	-font-family: 'Futura Std';
	font-family: 'proxima_nova_rgregular';
	font-size: 12px; 
	color: #333; 
	float: left; 
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 0px; 
	margin-top: 45px; 
	width: 710px;
	-border-right: 1px dotted #333;
	line-height: 16px;
	clear: both;
	display: block;
	padding-bottom: 30px;


}

.thumb {

	float: left;
	margin-right: 15px;
	margin-bottom: 15px;

}

.introtext b {
	
	color:#000;
	font-weight: normal;

}

.introtext a {
	color: #fff !important;
}


.infotitle {


	font-family: 'proxima_nova_rgregular';
	-font-family: "ensign";
	font-size: 14px;
	-font-weight: bold;
	margin-bottom: 7px;
	margin-top: 12px;
	color: #000;

}


.more {
	color: #218eca;

}
.t1 {
	position: absolute;
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 14px;
	color: black;
}
.t2 {
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 12px;
	color: #666666;
}
.textbox1{
	-font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	border: 1px solid #7f9db9;
	background: url('../img/field_bg.jpg') no-repeat top left;

}
.textbox2{
	-font-family: 'HelveticaNeueLT55RomanRegular', Arial, Helvetica;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	background-color: #eeeeee !important;
	border: 0px solid #7f9db9;
	border-top: 1px solid #999999;
	-border-left: 1px solid #999999;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	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 {

	top: 10px;
	margin-top: 0px; 
	margin-left: -470px;
	background-image: url('../img/logo.png');
	width: 137px;
	height: 86px;
	position: absolute; 
	left: 50%;
	z-index: 1000;


}

#pack {

	
	width: 100%; 
	height: 252px;
	margin-bottom: 20px;
	margin-top: -12px;
	-border: 1px solid red;



}

#pack ul li {

	font-size: 18px;
	-font-family: 'Futura Std';
	font-family: 'ensign';
	color: #333;
	font-weight: normal;
	margin-left: 10px;


}

#pack ul li b {

	font-size: 14px;
	font-weight: normal;
	font-family: 'proxima_nova_rgregular';

}

#price {
	-font-family: 'Museo 700';
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	width: 100%;
	padding-top: 10px;
	color: #ffffff;
	display: table;

}

#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, textarea {

	-font-family: 'Futura Std';
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	color: #555;
	padding-top: 0px;
}

.infocolumn {

	width: 217px;
	color: #515151;
	font-size: 12px;
	font-family: 'HelveticaNeueLT55RomanRegular', 'Museo Sans 500', Franklin Gothic Book, Tahoma, Arial, Helvetica, Verdana;
	font-family: 'proxima_nova_rgregular';
	line-height: 17px;
	float: left;
	margin-left: 25px;
	position: relative;
	height: 290px;
	-border: 1px solid red;
}

.infoimg {
	width: 217px;	
}

.infocolumn a {
	
	position: absolute;
	bottom: 0;

}




.pagebtn {
	border: 0;
	padding: 3px;
	margin-left: 5px;
	background-color:#fff;
	width: 15px;
	text-align: center;
	display: inline-block;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;

}

.pagebtn:hover {

	background-color:#ccc;
	text-decoration: none !important;
}

.selected {	
	border: 0px solid #000000;
	padding: 3px;
	
	background-color:#333;
	margin-left: 5px;
	color: #fff;
	width: 15px;
	text-align: center;
	display: inline-block;
}



#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;
	height: 141px;
	background-image: url('../img/header_bg.jpg');
	background-repeat:no-repeat;
	-z-index: 100;
	-position: relative;
}

#banner {
	-margin: auto auto auto auto;
	-width: 862px;
	-height: 207px;
	width: 1000px;
	height: 280px;
		
}


#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;
	font-family: 'proxima_nova_rgregular';
	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-family: 'proxima_nova_rgregular';
	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-family: 'proxima_nova_rgregular';
	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;
	font-family: 'proxima_nova_rgregular';
}
#dropmenu a:hover {
	color: #ffffff;
}

#dropmenu2 a {
	color: #868686;
	margin-left:10px;
	-font-family: 'HelveticaNeueLT55RomanRegular', Tahoma;
	font-family: 'proxima_nova_rgregular';
}
#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-family: 'proxima_nova_rgregular';
	-font-size: 13px;
	font-size: 14px;
	color: #666;
	border:0px;
	padding-left: 10px;
}
#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: 400;


	
}
#footer_container{
	width:1000px;
	margin: auto auto auto auto;
}
#footer1{
	float:left;
	position: relative; 
	-font-family: 'HelveticaNeueLT55RomanRegular', Tahoma, Franklin Gothic Book, Arial, sans-serif;
	font-family: 'proxima_nova_rgregular';
	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-family: 'proxima_nova_rgregular';
	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;

}

.index_title {
	font-size: 15px;
	color: #131313;
	font-family: "ensign";
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.port_col {
	display: inline-block;
	width: 370px;
	height: 141px;
	height: 100px;
	-background: url(../img/port_outer_shadow.png) no-repeat left bottom;
	position: relative;	
	margin-right: -53px;
	margin-bottom: 20px;
	-border: 1px solid #000;
	

}

.port_more {
	display: block;
	padding: 10px;
	background-color: #000;
	padding-50px;
	float: right;	
}

.port_col_last {

	margin-right: -70px;

}




.port_col font {
	color: #131313;
	color: #000;
	-color: #333;
	font-size: 12px;
	width: 299px;
	-padding-left: 10px;
	display: table;
	text-align: left;
	margin-top: 110px;
	-background-color: #111;
}

.port_col a .overlay {
	background: url(../img/port_inner_shadow.png) repeat-x left bottom;	
	position: absolute;
	display: block;
	height: 40px;
	bottom: -15px;
	left: 0;
	width: 299px;
	z-index: 100;
	-border: 1px solid red;
}

.port_col a {
	display: block;
	width: 299px;
	height: 141px;
	height: 110px;
	overflow: hidden;
	position: relative;	
	background-color: #555;
	position: absolute;
	bottom: 0;
}

.port_col_more a {

	background-color: #333;
	margin-right: -70px;
	height: 80px !important;
	margin: auto;

}

.port_col_more a font {

	color: #fff !important;
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	background-color: transparent;
	display: table;

}

.port_col a img {
	position: absolute;
	bottom: -170px;
}

.port_col a .over {
	bottom: -31px;
	z-index: 99;
	display: none;
}

.port_col a span {
	bottom: 0;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #fff;
	z-index: 101;
	left: 0;
}

#mbmenu, #mbmenu2 {
	display: none !important;
}

#contactform label {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contactform input, #contactform select, #contactform textarea {
	padding: 5px;
	width: 550px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border: 0;
	border-top: 1px solid #999;
	background-color: #eee;
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-family: 'proxima_nova_rgregular';
    transition: background .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear, -moz-box-shadow .2s linear;
	
}

#contactform input:focus, #contactform select:focus, #contactform textarea:focus {
border-color: #000; 
background: #fff;
color: #000;
box-shadow: inset 0 1px #555, 0 1px #555, 0 0 14px #555; 
-moz-box-shadow: inset 0 1px #555, 0 1px #555, 0 0 14px #555; 
-webkit-box-shadow: inset 0 1px #555, 0 1px #555, 0 0 14px #555;
	
}
.btn:focus {
border: 0 !important; 
background-image: none !important;
background-color: #000 !important;

	
}
#contactform select, #contactform select option {
	-background-color: #555; 
	width: 562px;
	-color: #fff;

}
#contactform select option {
	padding-top: 3px;
	font-family: 'proxima_nova_rgregular';
}


#contactform .henzBtn {
	margin-top: 0px;
	width: 562px !important;
	height: 45px !important;
	padding: 0px !important;
	
}
#contactform #val1, #contactform #val2 {
	-float: left;
	width: 162px;
	font-size: 18px;
	font-size: bold;
}

#contactform h2 {
	clear: both !important;
	margin-top: 70px !important;
	display: block !important;
	width: 100%;
}

.portfolio_txt {
	float: left;
	clear: right;
	width: 540px;
	-border: 1px solid red;
}	

.portfolio_txt h2 a {
	-font-weight: 600;
	-color: #194080;
	color: #fff !important;
	padding: 5px;
	margin-right: -15px;
	margin-bottom: 3px;
	transition: color .2s linear, background .2s linear, padding .2s linear;
	display: inline-block;

	background: url(../img/icon_zoom.png) no-repeat -25px 5px #333;
	-background-color: #333;
	padding-left: 15px;
	padding-right: 15px;	
}
.portfolio_txt h2 a:hover {
	color: #194080 !important;
	text-decoration: none !important;

	
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(../img/icon_zoom.png) no-repeat 0px 5px #fff;
	-background-color: #fff;
	
	
}

.portfolio_txt h2 {
	background-color: transparent;
	padding-left: 0;
	margin-left: 10px;
	border-bottom: 1px solid #999;
	width: 530px;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
    line-height: 17px;
	
}

.portfolio_txt h2 b {

	-font-weight: bold;

	
}

.clientele_col {
	text-align: left;
	padding-left: 10px;	
	width: 948px;
}

.clientele_col span {
	text-align: left;
	padding-left: 10px;
	-border: 1px solid red;
	margin-right: 10px;
	width: 210px;
}

 h2 {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	-width: 100%;
	-display: block;
	-margin-left: 10px;
	border-bottom: 1px solid #999;
	
}


.brline {
	display: block; 
	clear: both;
}
#gallery2, #gallery3, #gallery4, #gallery5, #gallery6, #gallery7 {
	display: none;
}

.black {
	color: #000;	
}

.col_3 {
	width: 302px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;		
	border-right: 1px dotted #999;
}
.col_3_last {
	margin-right: 0;
	border-right: 0;
}

p {
	display: block;
	clear: both;
	height: 0px;
}

#main-container {
	-border: 1px solid red;
}

.btn_top {
	background: url('../img/btn_top.jpg') no-repeat center 50%;
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	z-index: 601;
	bottom: -10px;
	left: 50%;
	margin-left: 500px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-border: 1px solid #555;
	-border-bottom: 0;
}

#subject {
    height: 30px;
    color: #777;
}

#subject option, #subject optgroup {
    width: 100% !important;
    -padding-left: 10px;
    -overflow-x: hidden;
    -border-bottom: 1px solid #ccc;
    -height: auto;
    -display: block;
}

#subject option {
    width: 100% !important;
    -padding-left: 5px;
}

#subject option:hover, #subject optgroup:hover {
    -background-color: #eee;
    -color: #fff;
}








/*************************  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;

}  


@media (max-width:720px){
	

	

	body {
		height: auto !important;
		background-image: none !important;
		margin: 0 !important;

		
	}
	#henz_bg {
		-border: 5px solid blue;
		width: 100% !important;
		padding: 0 !important;
	}
	#centerDoc {
		width: 100% !important;	
		padding-left: 0px !important;
		display: block;
		
	}
	#henzCarousel {
		width: 100% !important;	
		display: none;
	}
	#mainlogo {
		width: 80px;
		margin-bottom: 0px !important;
        position: relative;
        z-index: 0;
	}
	.introtext {
		width: 94% !important;
		display: block;
		margin-bottom: -50px !important;
		
		
	}
	.mbintro {
		width: 100%;
		height: auto;
		display: block;
		padding-bottom: 30px;
		-background:url(../img/henzstudio_bg3.jpg) repeat-x center -290px !important;
	}
	.mbwidth {
		width: 100% !important;
	}
	.startwithus {
		margin-left: 8px !important;
		margin-bottom: -60px !important;
	}
	.clearboth {
		display: block;
		clear: both;	
	}
	.mbgone {
		display: none;
	}
	.port_col, .port_col_last {
		clear: both !important;
		float: none !important;
		overflow: hidden;
		height: 110px;
		display: block;
		margin-bottom: 5px !important;
	}
	.port_col, .port_col_last {
		width: 90% !important;
		-border: 1px solid blue;	
	}
	.port_col img, .port_col a {
		width: 100% !important;
	}
	.port_col img {
		top: 0px;
	}
	.port_col_more {
		margin-bottom: 0px !important;
		display: block;	
		clear: both !important;
	}
	.port_col a {
		bottom: 20px !important;	
		position: absolute !important;
		display: block !important;
	}
	.port_col font {
		bottom: 0px;
		position: absolute;	
	}
	.port_col_more a font {
		width: 100%;	
	}
	#feature {
		display: none;
	}
	.col {
		display: block !important;
		margin-top: 400px !important;
		margin-bottom: 70px !important;
		overflow: auto;	
	}
	.infocolumn {
		-overflow: auto;
		display: block;	
		clear: both;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		margin-left: 20px;
		width: 91%;
		border-top: 1px solid #999;
	}
	.infocolumn .infoimg {
		width: 120px !important;
		float: left;
		margin-top: 15px;
		margin-right: 10px;
	}
	
	#ad {
		display: none;	
	}
	
	#henzGallery img {
		width: 90%;	
	}
	#footer {
		-display: none !important;	
		bottom: 0px !important;
		height: 72px;
	}
	#footer_container{
		width:100%;
		margin: auto auto auto auto;
	}
	#footer .mbfb {
		position: absolute !important;
		bottom: 20px;
		right: 10px;
	}
	#footer1 {
		padding: 10px !important;
		margin-top: -25px !important;
	}
	
	#footer1 a {
		padding: 0px;
		line-height: 10px;
		display: inline-block;
		width: auto;
	}
	
	#footer2{
		display: none !important;	
	}
	
	#banner, #subNavi, .searchdiv, .shadow, .sub_container {
		display: none !important;
	}
	 #centerDoc {
		width: 100% !important;
		overflow: hidden;
	}
	
.henzNavi {
	margin-left: 0px !important;
	margin-top: -50px !important;
}
	
.henzNavi ul {
	padding-left: 0px !important;
	background: url(../img/henzNavi_bg2.jpg) no-repeat left bottom;
	background-image: none !important;
	padding-bottom: 0px;


}

.henzNavi ul li {
	display: block;
	clear: both;
	background-image: none !important;
	padding: 0px !important;
	width: 100% !important;
	position: relative !important;
	margin: 0 !important;
	

}
	
.henzNavi ul .main a {
	font-size: 12px !important;
	padding: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
	border-top: 1px solid #333;

}
.henzNavi br {
	display: none !important;
}

.henzNavi .sub {
	position: relative !important;
	z-index: 4000;
	padding: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;

	
}
#mbsub1, #mbsub2, #mbsub3, #mbsub4 {
	margin-top: -10px !important;
	z-index: 4000 !important;
	height: 104px !important;
}
#mbsub2 {
	z-index: 3000 !important;
	height: 78px !important;
}
#mbsub3 {
	z-index: 2000 !important;
	height: 78px !important;
}
#mbsub4 {
	z-index: 1000 !important;
	height: 53px !important;
}

#mbsub1 li, #mbsub2 li, #mbsub3 li, #mbsub4 li {
	height: 25px !important;
	padding: 0px !important;
	overflow: hidden !important;
	border-bottom: none !important;
	border-top: 1px solid #666 !important;
	width: 100% !important;
}
#mbsub1 li a, #mbsub2 li a, #mbsub3 li a, #mbsub4 li a {
	height: 30px !important;
	padding: 0px !important;
	padding-top: 5px !important;
	margin-top: -3px !important;
	width: 100% !important;
	text-align: center !important;
	background-color: #333 !important;
	
	
}


.henzNavi .sub li {
	padding: 0px !important;
	width: 100% !important;
	padding: 0px !important;
	
}

.henzNavi .sub li a {
	font-size: 12px !important;
	padding: 0px !important;
	width: 100% !important;
	border: 0 !important;
}

.henzNavi .sub .henzhover {
	display: none !important;
	height: 0 !important;	
}
.henzNavi span {
	padding: 0 !important;	
	margin: 0 !important;
	
}
.henzNavi {
	display: none !important;
}

#mbmenu, #mbmenu2 {
	position: absolute;
	display: block !important;
	width: 20px;
	z-index: 6000;
	background: url(../img/henzNavi_bg3.jpg) repeat-x center bottom;
	background-color: #000;
	color: #fff;
	text-align: center;	
	padding: 8px !important;
	top: 0;
	right: 0;
	border: 1px solid #555;
	border-bottom: 0;
	font-family: "ensign";
	font-size: 18px;
}
#mbmenu2 {
	display: none !important;
	-font-size: 26px;
}

#txt {
	padding: 0px !important;
	margin: 0px !important;
	-display: block !important;
	-clear: both !important;
	left: 0px !important;
	float: none !important;
	width: 94% !important;	
	border: 10px solid #fff !important;
	margin-top: -30px !important;
	-margin-left: 10px !important;
	font-size: 12px !important;	
	line-height: 15px !important;
	
}

body {
	width: 100% !important;
	-overflow: hidden !important;	

}

#txt h1, #txt h1 b {
	font-size: 16px !important;	
	margin: 0 !important;
	padding: 0 !important;
	line-height: 16px !important;
	height: auto !important;
	margin-bottom: 0px !important;
}

#txt h1 {
	display: table !important;
}

#txt h6 {
	font-size: 14px !important;
}

#txt h4 {
	font-size: 12px !important;
}

 #txt h4, #txt h4 strong, #txt img {
	width: 100% !important;	
}
.henzBtn_col, .henzBtn_col a, .henzBtn {
	width: 100% !important;	
	float: none !important;
}
.henzBtn {
	margin-bottom: 0px !important;	
}
 .henzBtn_col a {
	clear: both !important;
	display: block !important;	
}

#pack {
	-background-image: none !important;
	background-position: 0px 0px !important;
	background-size:100% !important;
	width: 100% !important;
	height: 160px !important;
	-border: 1px solid blue !important;
	-margin-top: 0px !important;

	
}
#pack ul {
	padding-top: 50px !important;
	padding-left: 40px !important;
}
#pack .mbpack_ul {
	float: right !important;
}
#pack ul li, #pack ul li b {
	font-size: 11px !important;
	margin-left: 0px;

}
#txt .pack {
	font-size: 14px !important;	
}



#txt #price {
	-margin-top: -20px !important;	
	height: 28px !important;
}

#txt #price h1 {
	text-align: left;
	margin-left: 10px !important;
}

#txt #price .henzBtn {
	padding-bottom: 16px !important;
}

#txt #box, #txt #box2, #txt #box3 {
	width: 73% !important;
	left: 0px !important;
	margin-top: -100px !important;	
}

#txt #box p, #txt #box2 p, #txt #box3 p {
	margin-top: 3px !important;
	margin-bottom: 0px !important;	
}


#txt #box input, #txt #box textarea, #txt #box2 input, #txt #box2 textarea, #txt #box3 input, #txt #box3 textarea {
	width: 280px !important;
	left: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	-float: none !important;			
}
#txt #box #boxtitle, #txt #box2 #boxtitle2, #txt #box3 #boxtitle3 {
	width: 100% !important;
}

#txt #box form, #txt #box2 form, #txt #box3 form {
	margin-top: -30px !important;
}

#txt #box .radio, #txt #box2 .radio, #txt #box3 .radio {
	margin-top: 7px !important;
	margin-bottom: -10px !important;
	width: 30px !important;	
}

#sliderContent, #sliderContent .sliderImage, #port {
	width: 100px !important;	
	-display: none !important;
	float: left !important;
	-border: 1px solid blue !important;
}

#sliderContent .sliderImage img {
	width: 100% !important;
}
.portfolio_txt {
	-width: 180px !important;
	-margin-left: -300px !important;
	-float: left !important;
	clear: both !important;
	width: 100% !important;
	margin-left: 0 !important;
	-border: 1px solid blue !important;
	height: auto !important;
}
.portfolio_txt h2 {
	font-size: 10px !important;
	line-height: 12px !important;
	width: 100% !important;
	margin-left: 0 !important;
	
}
.multislider {
	clear: both !important;
	width: 100% !important;
	height: 150px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	-border: 1px solid blue !important;
	overflow: hidden !important;
}

.multislider li, .multislider li img {
	width: 100% !important;
	-height: 100% !important;
	-display: table !important;
}


iframe {
	height: 250px !important;
	margin-top: 0px !important;
}


#contactform {
	margin-top: 15px;
}



#contactform input, #contactform select, #contactform textarea {
	padding: 3px;
	width: 97% !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border: 0;
	border-top: 1px solid #999;
	background-color: #eee;
	display: block;
	margin-bottom: 7px;
	font-size: 12px !important;
	margin-top: 5px;
	font-family: 'proxima_nova_rgregular';
}
#contactform select, #contactform select option {
	-background-color: #555; 
	width: 100% !important;
	-color: #fff;

}
#contactform select option {
	padding-top: 3px;
}


#contactform .henzBtn {
	margin-top: 0px;
	width: 100% !important;
	height: 45px !important;
	padding: 0px !important;
	
}
#contactform #val1, #contactform #val2 {
	-float: left;
	width: 162px;
	font-size: 18px;
	font-size: bold;
}

#contactform h2 {
	margin-top: 10px !important;
	margin-bottom: -10px !important;
	width: 95% !important;
}
#googlemap {
	margin-top: 20px;
	height: 170px;
}

#others_col2 {
	margin-top: -30px;
}

.logo {
	width: 90px !important;
}
.slogan {
	top: 20px;
	position: absolute;
	display: block;
	width: 180px;
}

.henzBtn_last {
	clear: both !important;	
	display: block !important;	
}

.col_3 {
	width: 100%;
	border: 0;
	margin: 0;
	margin-top: 10px;	
}

.henzBtn {
	clear: both !important;	
	display: block !important;		
}

.henzBtn_col {
	display: block !important;	
	height: auto !important;	
	overflow: auto !important;		
}

.other_services {
	margin-top: 15px !important;
}







	


	
}