body{
	behavior:url("csshover.htc");
	background:url(images/bkg.jpg) repeat-x left top #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	min-width:100%;
	margin: 0;
	
}

/*html, body{
width: 100%;
height: 100%;
overflow:visible;
}*/
/*@font-face {
    font-family: HelveticaMedium;
    src: url('fonts/hv_____-webfont.eot');
    src: url('fonts/hv_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hv_____-webfont.woff') format('woff'),
         url('fonts/hv_____-webfont.ttf') format('truetype'),
         url('fonts/hv_____-webfont.svg#HelveticaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

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

}
.HelveticaNeueMediumCond
{
	font-family: HelveticaNeueMediumCond;
}
.HelveticaBold{
	font-family: HelveticaBold;
}
.HelveticaMedium{
	font-family: HelveticaMedium;
}*/
.shadow 
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(PIE.htc);
}
.grad{
background-image: linear-gradient(bottom, rgb(8,48,71) 18%, rgb(34,84,113) 59%, rgb(34,84,113) 80%);
background-image: -o-linear-gradient(bottom, rgb(8,48,71) 18%, rgb(34,84,113) 59%, rgb(34,84,113) 80%);
background-image: -moz-linear-gradient(bottom, rgb(8,48,71) 18%, rgb(34,84,113) 59%, rgb(34,84,113) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(8,48,71) 18%, rgb(34,84,113) 59%, rgb(34,84,113) 80%);
background-image: -ms-linear-gradient(bottom, rgb(8,48,71) 18%, rgb(34,84,113) 59%, rgb(34,84,113) 80%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.18, rgb(8,48,71)),
	color-stop(0.59, rgb(34,84,113)),
	color-stop(0.8, rgb(34,84,113)));
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	font-weight:normal;	
	font-family: Arial, Helvetica, sans serif;
}
p{
	margin:0px;
	font-family: Arial, Helvetica, sans serif;
}
table{
	border-collapse:collapse;
	vertical-align:middle;
}
/*----- Page Container ------*/
#page-container{
width:100%;
height:auto;
position:absolute;
top:0px;
left:0px;
right:0px;
z-index:99999;
}


/*#homecontainer{
	float:left;
	min-width:100%;*/
	/*background:url(images/bg.jpg) repeat #FFFFFF; */
	/*background:url(images/bg.jpg) repeat-x center top #FFFFFF;*/
}
#container{
	margin:0px auto;
	top: 0px;
	position:relative;
	width:100%;
	min-width:1100px;
}
#wrapper{
	
	width:1000px;
	margin:0px auto;
	padding:0px 30px;
	overflow:hidden;
border:0px solid red;
	
}
.flt{
	width:60px;
	height:35px;
	margin:0px 5px 0px 0px;
	float:left;
	position:relative;
	color:#9c9b9b;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	padding:0px 10px;
	font-family: Arial, Helvetica, sans serif;
}
.frt{
	float:right;
	font-family: Arial, Helvetica, sans serif;
}

.flt2{
float: left;
font-family: Arial, Helvetica, sans serif;
}

a{
	text-decoration:none;
}
a img{
	border:0px;
}
.button {
   border-top: 1px solid #f5571e;
   background: #f2a62c;
   background: -webkit-gradient(linear, left top, left bottom, from(#f7780a), to(#f2a62c));
   background: -webkit-linear-gradient(top, #f7780a, #f2a62c);
   background: -moz-linear-gradient(top, #f7780a, #f2a62c);
   background: -ms-linear-gradient(top, #f7780a, #f2a62c);
   background: -o-linear-gradient(top, #f7780a, #f2a62c);
   padding: 6.5px 13px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-weight: bold;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #faa803;
   background: #faa803;
   color: #0d0d0d;
   }
.button:active {
   border-top-color: #f0ca0c;
   background: #f0ca0c;
   }
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
/*----- FIXED NAVIGATION HEADER ------*/

#muscroller_top_header{
	background:#000000;
	min-width:100%;
	height:35px;
	position:fixed;
	top:0px;
	left:0px;
	background:url(images/iHip_Web_Concept_topnav.jpg) repeat-x;
	z-index:9000;
	text-align:center;
}

.muscroller_topnav_contentarea{
	margin:auto;
	width:1000px;
	height:30px;
	color:#b6b6b6;
	padding:5px;
	position: relative;
	text-align:center;
}

#top_header{
	background:#000000;
	min-width:100%;
	height:35px;
	position:fixed;
	top:0px;
	left:0px;
	/*background:url(images/iHip_Web_Concept_topnav.jpg) repeat-x;*/
	z-index:9000;	
}
/*#topnav_cont{
	float:left;
	width:100%;
	padding:0px 0px 20px 0px;
}*/
.topnav_contentarea{
	margin:auto;
	width:1000px;
	height:30px;
	color:#b6b6b6;
	padding:5px;
	position: relative;
}
#topnav{
	float:left;
	margin-left: 200px;
	padding:3px 0px 0px 0px;
	width: 300px;
}
#topnav a{
	color:#cecfcf;
	padding:0px 10px;
}
#topnav a.first{
	padding:0px 10px 0px 0px;
}
#social{
	float:right;
	width:50px;
}
#cart{
	float:right;
	width:50px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 10px;
	font-size:14px;
	color:#FFFFFF;
}


#logo{
	float:left;
	position:absolute;
	top:5px;
	left:20px;
}

/*==== Search ===*/
.search{
	float:right;
	border: 1px solid #ababab;
	/*background:url(images/search.png) no-repeat 5px 5px #FFFFFF;*/
	padding-right:10px;
	display: inline-block;
	width:190px;
	height:22px;
	margin:0px 0px 10px 0px;
}
.search input.txt{
	background:none;
	margin:0px 0px 0px 20px;
	padding:3px 0px;
	text-align:right;
	color:#ababab;
	font-weight:bold;
	font-size:12px;
	width:164px;
	border:0px;
	outline:none;
}
/*******************Navigation***************/
#main-nav{
	margin: 0px 0px 0px 0px;
	width:100%;
	min-width:1130px;
	position: relative;
	height:125px;
	/*order-bottom:1px solid;
	border-color: #3d3d3d;*/
	/*background-color:rgba(13,13,13,1);*/
}

.mainnav-contentarea{
	background: url(images/head_bkg.jpg) repeat-x;
	margin:auto;
	width:1000px;
	height:100px;
	color:#b6b6b6;
	padding:0px; 
	top:0;
	left:0;
	position:relative;
	border:0px solid red;

}

	
#nav{
	float:left;
	padding:50px 0px 0px 0px;
	width:650px;
	font-size:17px;
	color:#FFFFFF;
	font-family: Helvetica, Arial, Sans-Serif;
	margin-left:200px;
}
#nav ul{
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	float:left;
	text-transform:uppercase;
}
#nav ul li{
	float:left;
	margin:0px 25px 0px 0px;
	padding:0px 0px 0px 0px;	
	text-align:center;
}
#nav ul li.last{
	margin:0px;
}
#nav ul li a{
	color:#fff;
	float:left;
}

#nav ul li a:hover, #nav ul li.current a{
	color:#ffffff;
}

/**********************Homepage*************/
#avengers_viewcollection{
	float:right;	
	/*padding:200px 0px 100px 0px;*/
	padding:5px 0px 100px 0px;
	width: 100%;
	text-align: center;
}

#uasers{
	position:relative;
	float:left;
	z-index:10;
}

#homethirds_container{
	position:relative;
	height:330px;
	margin:10px 0px 10px 0px;
	/*z-index:20;
	float:left;
	/*background-color: #0d0d0d;*/
	width:100%;
}
/*.homethirds_wrapper{
	margin:15px 5px;
	margin:0px auto;
	width:1000px;
	height:325px;
	padding:10px;
}*/

#showbiz_container { 
	position:relative;
	width:1000px;
	height:260px;
	margin:0px auto;
}
#showbiz_intro{
	width:1000px;
	height:50px;
	float: right;
	position:relative;
	background: #000000;
	margin: 0px 0px 10px 0px;
	/*padding:10px 0px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
#showbiz_intro .p{
	
	font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:500;
	padding-top: 10px;
	margin-left: 10px;
	font-size:16px;
	line-height: 20px;
	color: #999;
}
#signup_banner{
	width:1000px;
	height:5px;
	float: right;
	position:relative;
	background: #FFA824;
	margin: 10px 0px 10px 0px;
	/*padding:10px 0px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.signup_button{
float:left;
}
/*#input_box{
	color:#FF9900;
	font-size:18px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	width:450px;
	margin:0px 0px 0px 0px;
}*/
.row_banners{
width:1000px;
margin:0px 35px 0px 0px;
}

.home_first{
width:327px;
float: left;
margin-right:10px;

}

.home_second{
width:327px;
float: left;
margin-right:10px;

}

.home_third{
width:326px;
float: left;
margin-right:0px;

}

.hb_1{
	margin:-30px 0px 0px 0px;
}
.signup_now{
	position:absolute;
	z-index:20;
	background:url(images/signup_now.png) no-repeat center top;
	width:197px;
	padding:88px 76px 0px 55px;
	height:169px;
	left:336px;
	top:-15px;

}
.signup_now h2{
	color:#FF9900;
	font-size:18px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	width:197px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.newsletter{
	float:right;
	padding:0px 0px 0px 0px;
}
.newsletter p{
	margin:20px 0px 0px 0px;
}


/*.newsletter input.txt{
	background:url(images/txtbox.png) no-repeat left top;
	width:187px;
	height:31px;
	border:0px;
	margin:0px;
	padding:0px 5px;
	 font-family: Helvetica, Arial, Sans-Serif;
}*/
/*#home_partners{
	float:left;
	width:950px;
	padding:20px;
	margin:-20px 5px 0px 5px;	
	background:url(images/partners_bg.png) no-repeat left top;
	height:221px;
}
#home_products{
	width:980px;
	padding:10px 10px;
	float:left;
	background: url(images/whitebg.png);
}
#home_products ul li{
	width:244px;
	background:#FFFFFF;
	text-align:center;
	position:relative;
	padding:20px 0px;
	z-index:10;
	font-family: 'HelveticaBold';
	float:left;
	border-top:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	margin:0px 0px 0px 0px;
	-webkit-box-shadow: -3px 3px 3px 0px #dbdbdb;
	-moz-box-shadow: -3px 3px 3px 0px #dbdbdb;
	box-shadow: -3px 3px 3px 0px #dbdbdb;
	behavior: url(PIE.htc);
}
#home_products ul li.last{
	margin:0px;
}
#home_products ul li img.product{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity:1;
}
#home_products ul li:hover img.product{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#home_products ul li .ratebox{
	display:none;
}
#home_products ul li:hover .ratebox{
	display:block;
	font-family: Helvetica, Arial, Sans-Serif;
	position:relative;
	z-index:30px;
	width:154px;
	text-align:center;
	left:0px;
	margin:20px 20px;
	padding:30px 20px;
	color:#FFFFFF;
	top:0px;
	background:#000000/*url(images/blackbg.png);
	opacity: 0.75;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
}
#home_products ul li:hover .ratebox p{
	margin:10px 0px;
}

#home_products ul li h2{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:15px;
}
#home_products ul li .rate{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:20px;
}*/

/********************Inner Page************/
.bredcrum_overall{
	float:left;
	width:1000px;
	padding:5px 0px 0px 0px;	
}

.bredcrum{
	float:left;
	padding:15px 0px 10px 0px;
	font-size:14px;
	color:#919292;
}
.bredcrum a{
	color:#919292;
}
.choose_styles{
	float:right;
	margin:5px 0px 0px 0px;
}
.choose_styles .dropdown{
	/*background:url(images/drop_in.png) no-repeat left top;*/
	width:144px;
	height:35px;
	margin:0px 5px 0px 0px;
	float:left;
	position:relative;
	color:#9c9b9b;
	font-size:14px;
	line-height:30px;
	padding:0px 10px;
	font-family: Arial, Helvetica, sans serif;
}

#inner_products{
	width:1000px;
	padding:10px 0px;
	float:left;
}
#inner_products ul li{
	width:330px;
	background:#FFFFFF;
	text-align:center;
	position:relative;
	padding:20px 0px;
	z-index:1;
	font-family: HelveticaBold;
	float:left;
	margin:0px 0px 0px 0px;
	border:1px solid #f2f2f2;
	
	/*-webkit-box-shadow: -3px 3px 3px 0px #dbdbdb;
	-moz-box-shadow: -3px 3px 3px 0px #dbdbdb;
	box-shadow: -3px 3px 3px 0px #dbdbdb;*/
	behavior: url(PIE.htc);
}
#inner_products ul li.last{
	margin:0px;
}
#inner_products ul li img.product{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity:1;
}
#inner_products ul li:hover img.product{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#inner_products ul li .ratebox{
	display:none;
}
#inner_products ul li:hover .ratebox{
	display:block;
	font-family: HelveticaMedium;
	position:absolute;
	z-index:30px;
	width:220px;
	text-align:center;
	left:0px;
	margin:40px 30px;
	padding:30px 20px;
	color:#FFFFFF;
	top:0px;
	background:url(images/blackbg.png);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
}
#inner_products ul li:hover .ratebox p{
	margin:10px 0px;
}

#inner_products ul li h2{
	font-family: 'HelveticaBold';
	font-size:15px;
}
#inner_products ul li .rate{
	font-family: 'HelveticaMedium';
	font-size:20px;
}
#page_in{
	background:#FFFFFF;
	width:1000px;
	float:left;
}
.inner_detail{
	float:left;
	width:1000px;
}

.h1 {font-family:[BentonSansComp]; font-size:40px; color:#000; font-weight:bold; padding:0px 0px 0px 0px;}
.h2 {font-family:[BentonSansComp]; font-size:23px; color:#000; font-weight:bold; padding:13px 0px 0px 18px; width:800px;}

.sidebar{
	float:right;
	width:350px;
}
.maincont{
	float:left;
	width:650px;
}
.product_big{
	float:left;
	padding:20px;
	width:610px;
}
.p_thumb{
	float:left;
	margin:10px 0px;
	padding:10px 0px;
	width:100%;
	display:inline;
	border-top:1px solid #c4c4c4;
}
.p_thumb ul{
	margin:0px 10px;
}
.p_thumb ul li{
	float:left;
	border:1px solid #c4c4c4;
	padding:5px;
	margin:0px 10px 0px 0px;
}
.p_thumb ul li img{
	float:left;
}
.product_spec{
	float:left;
	width:650px;
	background:#f2f2f2;
}
.product_spec ul.tab{
	background:#cbcbcb;
	width:650px;
	padding:10px 0px;
	text-transform:uppercase;
	font-size:22px;
	font-family: Arial, Helvetica, sans serif;
}
.product_spec ul.tab a{
	color:#818181;
}

.product_spec ul.tab li{
	float:left;
	padding:0px 10px;
	border-right:2px solid #fff;
}
.product_spec ul.tab li.last{
	border:0px;
}
.product_spec ul.tab li.current a, .product_spec ul.tab li:hover a{
	color:#00a2ff;
}
.spec_details{
	float:left;
	padding:20px;
	width:550px;
}
.overview{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.maincont h1{
	color:#000000;
	font-family:Arial, Helvetica, sans serif;;
	text-transform:uppercase;
	font-size:30px;
}
.maincont p.clr{
	font-size:20px;
	color:#bdbdbd;
}
/*******************Sidebar*****************/
.p_amt_cont{
	float:left;
	width:350px;
	padding:15px 0px;
}
.p_amt{
	color:#00aeef;
	font-size:40px;
	float:left;
	font-family: 'HelveticaBold';
}
.qty{
	float:right;
	font-family: 'HelveticaBold';
	font-size:16px;
	color:#676767;
	padding:0px 10px 0px 0px;
}
.qty .txt{
	border:1px solid #CCCCCC;
	padding:5px;
	width:30px;	
}
.other_colors{
	float:left;
	padding:10px 0px 0px 0px;
	width:350px;
	text-transform:uppercase;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.other_colors ul{
	margin:10px 0px;
}
.other_colors li{
	float:left;
	padding:0px 10px 0px 0px;
}
.other_colors li img{
	float:left;
}
.rate_comment_share{
	float:left;
	width:350px;
	padding:10px 0px;
}
.rate_comment_share p{
	margin:5px 0px;
}
.rate_in{
	float:left;
	border-right:1px solid #e6e6e6;
	padding:0px 10px 0px 0px;
}
.share{
	float:left;
	border-right:1px solid #e6e6e6;
	padding:0px 10px 0px 10px;
}
.comments{
	float:left;
	padding:0px 10px;
}
.com{
	background:url(images/comment-bg.jpg) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	line-height:16px;
	height:20px;
	width:20px;
}
.tweet{
	float:left;
	padding:10px 0px;
}
.addtocart{
	color:#FFFFFF;
	width:340px;
	margin:10px 0px;
	padding:15px 0px;
	float:left;	
	font-family: 'HelveticaBold';
	font-size:25px;
	text-transform:uppercase;
	text-align:center;
	background:#0096ff;
	position:relative;
	z-index:20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(PIE.htc);
}
.addtocart a{
	color:#FFFFFF;
	float:left;
	width:100%;
}
.freeshipping{
	float:left;
	padding:0px 0px;
	border-top:1px solid #e6e6e6;
	font-size:20px;
	width:350px;	
	font-family: Arial, Helvetica, sans serif;
}
.freeshipping ul li{
	border-bottom:1px solid #e6e6e6;
	padding:10px 0px;
	float:left;
	width:350px;
}
.freeshipping a{
	color:#878684;
	float:left;
	background:url(images/arrow.jpg) no-repeat right top;
	padding:0px 20px 0px 0px;
}
.related_products{
	float:left;
	width:350px;
}
.related_products th{
	font-size:20px;
	color:#818181;
	font-weight:normal;
	text-align:left;
	padding:10px;
	font-family: Arial, Helvetica, sans serif;
}
.related_products td{
	position:relative;
	padding:0px 0px;
	text-align:center;
}
.related_products td:hover{
}
.related_products td .ratebox{
	display:none;
}
.related_products td:hover .ratebox{
	display:block;
	font-family: 'HelveticaMedium';
	position:absolute;
	z-index:30px;
	width:160px;
	text-align:center;
	left:0px;
	margin:5px;
	padding:10px 0px;
	color:#FFFFFF;
	top:0px;
	background:url(images/blackbg.png);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
}
.related_products td:hover .ratebox p{
	margin:5px 0px;
}
.related_products td h2{
	font-family: 'HelveticaBold';
	font-size:15px;
}
.related_products td .rate{
	font-family: 'HelveticaMedium';
	font-size:20px;
}
/******************Checkout**********************/
.checkout_top{
	float:left;
	width:980px;
	padding:20px 10px;
	font-family: Arial, Helvetica, sans serif;
}
.checkout_top h1{
	font-family: Arial, Helvetica, sans serif;
	text-transform:uppercase;
	font-size:40px;
	color:#000000;
}
.chkoutlinks{
	float:left;
	padding:10px 20px;
	color:#939292;
}
.chkoutlinks a{
	color:#939292;
}
.chkout_list{
	float:left;
	width:980px;
	margin:0px 10px;
	padding:10px 0px;
	border-top:1px solid #a1a1a1;
}
.chkout_list tr{
	border-bottom:1px solid #a1a1a1;
}
.chkout_list th{
	background:#a1a1a1;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans serif;
	text-transform:uppercase;
	font-size:18px;
}
.chkout_list a{
	color:#007bff;
	padding:0px 10px;
}
.pcount{
	width:30px;
	padding:5px;
	text-align:center;
	font-size:17px;
	font-family: Arial, Helvetica, sans serif;
}
.chkout_list .amt{
	color:#000000;
	font-size:20px;
	font-family: Arial, Helvetica, sans serif;
}
.checkout_btm{
	float:left;
	width:1000px;
	padding:10px 0px 0px 0px;
}
#chk_related_items{
	float:left;
	border:10px solid #ededed;
	border-left:0px;
	padding:0px 10px 0px 10px;
	width:550px;
}
#chk_related_items h3{
	border-bottom:1px solid #ededed;
	font-size:17px;
	text-transform:uppercase;
	padding:10px 0px;
	font-family: Arial, Helvetica, sans serif;
}
#chk_related_items ul li{
	width:195px;
	background:#FFFFFF;
	text-align:center;
	position:relative;
	padding:20px 0px;
	z-index:10;
	font-family: Arial, Helvetica, sans serif, bold;
	float:left;
	margin:0px 10px 0px 0px;

}
#chk_related_items ul li.last{
	margin:0px;
}
#chk_related_items ul li img.product{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity:1;
	width:150px;
}
#chk_related_items ul li:hover img.product{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#chk_related_items ul li .ratebox{
	display:none;
}
#chk_related_items ul li:hover .ratebox{
	display:block;
	font-family: Arial, Helvetica, sans serif;
	position:absolute;
	z-index:30px;
	width:155px;
	text-align:center;
	left:0px;
	margin:10px 0px;
	padding:10px 20px;
	color:#FFFFFF;
	top:0px;
	background:url(images/blackbg.png);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
}
#chk_related_items ul li:hover .ratebox p{
	margin:10px 0px;
}

#chk_related_items ul li h2{
	font-family: Arial, Helvetica, sans serif, bold;
	font-size:15px;
}
#chk_related_items ul li .rate{
	font-family: Arial, Helvetica, sans serif;
	font-size:20px;
}
.product_total{
	float:left;
	width:340px;
	padding:0px 10px 0px 10px;
	
}
.discount_code{
	float:left;
	font-family: Arial, Helvetica, sans serif;
	width:400px;
	padding:0px 0px 10px 0px;
	border-bottom:3px solid #ececec;
}
.discount_code .flt{
	padding:10px 0px;
	font-family: Arial, Helvetica, sans serif;
	font-size:17px;
}
.discount_txt{
	float:right;
	background:url(images/discount_txt.gif) no-repeat right top;
	width:216px;
	height:34px;
	margin:0px 0px 0px 10px;
}
.discount_txt input.txt{
	border:0px;
	background:none;
	padding:7px 5px;
	margin:0px;
	width:150px;
	outline:0px;
}
.discount_txt input.btn{
	border:0px;
	height:34px;
	background:none;
	padding:0px 0px;
	margin:0px;
	width:56px;
	outline:0px;
}
.product_total tr{
	border-bottom:1px solid #ececec;
}
.product_total td{
	color:#000000;
	font-size:17px;
	text-transform:uppercase;
	padding:16px 0px;
	font-family: Arial, Helvetica, sans serif;
}
.product_total td p, .product_total td  select{
	margin:10px 0px 0px 0px;
}
.checkout_btm2{
	float:left;
	width:1000px;
	padding:0px 0px;
	border-bottom:10px solid #ededed;
}
.chkoutlinks2{
	float:left;
	padding:10px 10px;
	color:#939292;
	width:200px;
	border-right:10px solid #ededed;
}
.chkoutlinks2 a{
	color:#939292;
	line-height:18px;
}
.cards{
	float:right;
	width:750px;
	padding:10px 10px;
}

.checkout_container{
	border-top:1px solid #a1a1a1;
	padding:5px 0px;
	margin:0px 10px 30px 10px;
	float:left;
	width:980px;
}
.container980{
	float:left;
	width:940px;
	padding:10px 20px;
	font-family: Arial, Helvetica, sans serif;
}
.checkout_title{
	background:#a1a1a1;
	color:#FFFFFF;
	float:left;
	padding:5px;
	width:970px;
	text-transform:uppercase;
	font-size:18px;	
	vertical-align:middle;
	font-family: Arial, Helvetica, sans serif;
}
.checkout_title .flt{
	padding:2px 0px;
}
.checkout_title .count{
	float:left;
	width:20px;
	padding:2px 0px;
	font-family: Arial, Helvetica, sans serif;
	color:#000000;
	text-align:center;
	background:#FFFFFF;	
	margin:0px 10px 0px 0px;
}
.billingaddress{
	float:left;
	width:570px;
	font-family: Arial, Helvetica, sans serif;
}
.billingaddress b{
	font-size:11px;
	font-weight:bold;
	color:#a1a1a1;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}
.billingaddress td{
	padding:2px 10px;
	font-family: Arial, Helvetica, sans serif;
	font-size:14px;
	color:#000000;
}
.billingaddress span{
	color:#FF0000;
}
.billingaddress input.txt{	
	width:300px;
	padding:5px;
}
.billingaddress select.txt{	
	width:314px;
	padding:5px;
}
.billingaddress select.txt2{	
	width:150px;
	padding:5px;
}
.cartsummary{
	float:left;
	margin:0px -20px 0px 0px;
	border:10px solid #ececec;
	border-right:0px;
	padding:5px;
	width:325px;
	background:#FFFFFF;
}
.cartsummary h2{
	background:#000000;
	color:#FFFFFF;
	font-size:30px;
	padding:10px 0px;
	width:100%;
	text-indent:10px;
	font-family: Arial, Helvetica, sans serif;
}
.cartsummary th{
	color:#8f8f8f;
	font-family: Arial, Helvetica, sans serif, bold;
	font-size:14px;
}
.cartsummary span{
	color:#8f8f8f;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans serif;
	font-size:18px;
}
.cartsummary tr.bdr{
	border-bottom:1px solid #a1a1a1;
}
.riveworder th{
	color:#8f8f8f;
	text-transform:uppercase;
}
.riveworder span{
	color:#8f8f8f;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans serif;
	font-size:18px;
}

.riveworder td{
	border-bottom:1px solid #a1a1a1;
}
.riveworder td.bdr{
	border-bottom:1px solid #fff;
}
.riveworder td{
	color:#000000;
	font-family: Arial, Helvetica, sans serif, bold;
	font-size:14px;
}
/******************Footer**********************/
#footer_container{
	float:left;
	background:#001128;
	width: 100%;
	min-width:1130px;
	padding:10px 0px;
	z-index:9000;
/*-moz-box-shadow: 0 -5px 7px #111;
-webkit-box-shadow: 0 -5px 7px #111;
box-shadow: 0 -5px 7px #111;	*/
}
#footer_wrapper{
	background-image:url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
  background-position: center;
	margin:auto;
	width:1000px;
	border:0px solid red;
	overflow:hidden;
}
#footer{
	float:left;
	width:980px;
	/*background:url(images/footer_bg.gif) repeat-x;*/
	color:#b6b6b6;
	padding:10px;
	border:0px solid orange;
}
#f_lft{
	float:left;
	width:640px;
}
#f_video{
	float:right;
	padding:0px 10px 0px 0px;
	width: 400px;
	margin-right: 50px;
}
#footer .fnav{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	float:left;
	width:100px;
	font-family: Helvetica, Arial, Sans-Serif;
}
#footer .fnav li{
	margin:5px 0px;
	line-height:1.3em;
}
#footer .fnav a{
	color:#FFFFFF;
}
#f_rgt{
	float:right;
	background:#2C517E;
	padding:10px;
	width:320px;
}
#f_rgt h3{
	color:#FFFFFF;
	font-size:14px;
	margin:0px 0px 5px 0px;
	font-family: Helvetica, Arial, Sans-Serif;
}
.f_select{
	/*background:url(images/select_bg.png) no-repeat right;*/
	color:#9c9b9b;
	margin:10px 0px;
	font-size:16px;
	width:290px;
	font-family: Helvetica, Arial, Sans-Serif;
	padding:8px 0px;
	height:17px;
}
#f_rgt .newsltr{
	float:left;
	margin:0px 0px 10px 0px;	
}
#f_rgt .newsltr input.txt{
	background:url(images/txtbox_big.png) no-repeat left top;
	width:232px;
	height:34px;
	padding:0px 10px;
	border:0px;
	margin:0px;
	outline:0px;
}
#f_rgt .support{
	background:#232323;
	float:left;
	padding:15px 10px;
	width:300px;
}
#f_rgt .support a{
	color:#b8b8b8;
	font-size:12px;
	float:left;
	padding:2px 0px;
}
.copyright{
	float:left;
	width:620px;
	margin:10px 0px;
	padding:3px 10px;
	position:relative;
	font-size:11px;
	z-index:10;	
	background:#2C517E;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	behavior: url(PIE.htc);
}

.enlarge {
	float:right;
}

.tab_content {
	display: none;
}
#accordion {
	margin:0;
	padding:0;	
	list-style:none;
}
#accordion li {
    border-bottom: 1px solid #E6E6E6;
    float: left;
    padding: 10px 0;
    width: 350px;
}
#accordion li a {
	color:#878684;
	float:left;
	background:url(images/arrow.jpg) no-repeat right top;
	padding:0px 20px 0px 0px;
}
#accordion ul {
	width:268px;
	margin:0;
	padding:0;
	display:none;	
}
#accordion ul li {
	border:none;
}
#accordion ul li a {
	width:240px;
	height:25px;
	margin-left:15px;
	padding-top:5px;
	border-bottom: 1px dotted #777;
	text-indent:0;
	color:#ccc;
	text-decoration:none;
}
#accordion ul li a.last {
	border-bottom: none;
}		
	
.zoom_option {

float:right;

}	
.MagicToolboxContainer { 

margin:0px 0px 20px 0px;
}
.addto_cart{
float: left;
width: 100%;
margin: 0px 0px 10px 0px;
}	
.bluebtn
{
 background:#009bff;
 color:#FFFFFF;
 margin:0px;
 border:0px;
 text-transform:uppercase;
 font-size:18px;
 padding:5px 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 behavior: url(PIE.htc);
 cursor:pointer;
 font-family:Helvetica, Arial, Sans-Serif;
}
.addtocart{
	color:#FFFFFF;
	width:340px;
	margin:10px 0px;
	padding:15px 0px;
	float:left;	
	font-family: 'HelveticaBold';
	font-size:25px;
	text-transform:uppercase;
	text-align:center;
	background:#0096ff;
	position:relative;
	z-index:20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(PIE.htc);
}
.addtocart a{
	color:#FFFFFF;
	float:left;
	width:100%;
}
.MagicThumb-caption { display:none !important;}


a.linkk{
	color:#939292;
	line-height:18px;
	text-decoration:none;
}
a.linkk:hover{
	color:#939292;
	line-height:18px;
	text-decoration:underline;
}
/* -------------webdesk----------*/
.inner_detail-1{
	float:left;
	width:1000px;
}


.inner_detail-1 h1 {font-family:[BentonSansComp]; font-size:40px; color:#000; font-weight:bold; padding:0px 0px 0px 0px;}
.inner_detail-1 h2 {font-family:[BentonSansComp]; font-size:23px; color:#000; font-weight:bold; padding:13px 0px 0px 18px; width:800px;}
.inner_detail-1 ul { margin:0px; float:left; }
.inner_detail-1 ul li {font-family:[BentonSansComp]; font-size:12px; color:#0084ff;  padding:7px 20px 0;}
.inner_detail-1 ul li a {color:#0084ff; margin:0px 5px 0px 5px; }
.inner_detail-1 ul li a:hover {color:#3b3b3b;}
.inner_detail-1 h3 {font-family:[BentonSansComp]; font-size:14px; color:#3b3b3b; font-weight:bold; float:left; padding:13px 0 5px 18px;}
.inner_detail-1 p {font-family:[BentonSansComp]; font-size:14px; color:#525252;  padding:0 18px 0 18px; float:left; line-height:18px;}

.middal-left-con { width:230px; height:auto; float:left;}
.middal-right-con {width:750px; height:auto; float:right; }
.middal-right-con h1{font-family:[BentonSansComp]; font-size:40px; color:#000; font-weight:bold; padding:26px 0px 0px 18px;}

.news-middal-con { height:auto; width:750px; float:left; } 
.news-middal-con-left  {float: left;
    height: auto;
    width: 386px;
}
.news-middal-con-right { width:364px; height:auto; float:right; }
	
	
.news-middal-con-right h1 {font-family:[BentonSansComp]; font-size:17px; color:#3b3b3b; font-weight:bold; padding:10px 0 0 10px; float:left; width:100%;}
.news-middal-con-right p {font-family:[Helvetica]; /*font-style:Oblique;*/ font-size:12px; color:#959595;  padding-left:11px; float:left; margin-top:-4px; }
.news-middal-con-right h2 {font-family:[Helvetica]; font-style:normal; font-size:12px; color:#959595;   float:left;  font-weight:normal; width:332px; line-height:16px;}
.readmore {font-family:[Helvetica];  font-size:13px; color:#006cff;   float:left;  font-weight:bold; }

.middal-left-con ul {margin-top:80px; font-weight:bold; float:left; }
.middal-left-con ul li {font-family:[Helvetica]; font-size:17px; color:#3b3b3b;  padding:7px 20px 0;}
.middal-left-con ul li a  {color:#3b3b3b; margin:0px 5px 0px 5px; }
.middal-left-con ul li a:hover {color:#006cff;}

.font {font-family:[Helvetica]; font-style:Oblique; font-size:12px; color:#959595;   padding-left:5px; margin-top:-2px;}

.box1{ width:240px; height:auto; padding-bottom:12px; float:left; padding-right:10px; margin-top:21px;}
.box1 h1 {font-family:[Helvetica]; font-size:18px; color:#3b3b3b; font-weight:bold; padding:10px 0 0 0px; float:left; width:160px;}
.box1 a {font-family:[Helvetica]; font-size:18px; color:#3b3b3b; font-weight:bold; padding:10px 0 0 0px; float:left; width:160px;}
.box1 p {font-family:[Helvetica]; font-style:Oblique; font-size:12px; color:#959595;   padding-left:0px; margin-top:-2px;}

.fb-twitter{ float:right; margin-right:15px; margin-top:-28px; }
.news-fb-twitter{ float:left; margin-top:47px; margin-left:18px; }


/* 20 Dec */

/*.bg_img {
	float:left;
	width:100%;
	background:url(images/bg.jpg) repeat-x center top #FFFFFF;
}*/

.list { display: none; }


/*============= Normalize.css =========*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */



/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
==========================================================================
Michael Uy's form style
==========================================================================
*/
    .muformstyle input, textarea {   
        padding: 9px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
        font: normal 16px/100% Verdana, Tahoma, sans-serif;  
        width: 280px;  
        background: #FFFFFF url('bg_form.png') left top repeat-x;  
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
        background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
        box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        }  
    .muformstyle select {
        padding: 9px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
        font: normal 16px/100% Verdana, Tahoma, sans-serif;  
        width: 300px;  
        background: #FFFFFF url('bg_form.png') left top repeat-x;  
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
        background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
        box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        } 

    .muformstyle textarea {   
        width: 500px;  
        max-width: 500px;  
        height: 150px;  
        line-height: 150%;  
        }  
      
    .muformstyle input:hover, textarea:hover,  
    .muformstyle input:focus, textarea:focus {   
        border-color: #C9C9C9;   
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;  
        }  
      
    .muformstyle  label {   
        margin-left: 12px;   
        color: #999999;   
        } 
        
/* new design by miro */
div.mainWrapper {
	max-width:900px;
	height:auto;
	min-height:650px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:relative;
	top:0px;
	border:0px solid yellow;
	margin:0 auto;
	overflow: auto;
}


div.mainContainer {
	background-color:#ffffff;
	width:100%;
	min-height:634px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:relative;
	margin: 0 auto;
	border:0px solid red;
	overflow: hidden;
	padding-bottom:10px;
}

div.contentPage {
	overflow: auto;
}

/* http://www.w3.org/Style/Examples/007/center.en.html */
div.divCenter {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(0, -50%) 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.divCenterMiddle {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.divBox {
	float:left;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:left;
	border:0px solid pink;
}
div.divBoxWrapper {
	float:left;
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.divBoxWrapperPadding {
  padding:10px;
}

div.divBoxInner {
	background-color:#ffffff;
}

div.clrxx{
	clear:both;
}

.inner_center { 
  position: absolute;	
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.align_center { 
  position: relative;	
  width: auto;	
  height: auto;	
  left: 50%; 
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align:center;
}
.align_middle { 
  position: relative;	
  width: auto;	
  height: auto;	
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align:center;
}


.inner_middle { 
  height:auto;
  display:table-cell;
  vertical-align: middle;
}

/* header */
div.header {
	min-height:80px;
	border:0px solid red;
	position:relative;
}

div.topmenuWrapper {
	padding:0px;
	border:0px solid orange;
	position:absolute;
	right:0px;
	bottom:0px;
	width:auto;
	height:auto;
}

div.navIcons {
	float:left;
	position:absolute;
	left:300px;
	top:30px;
}

div.navMenu {
	color:#ffffff;
	float:left;
	position:absolute;
	right:20px;
	top:20px;
	background-image:url(images/menu_bkg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
  background-position: center;
	width:500px;
	height:60px;
	border:0px solid red;
	text-align:center;
	padding:20px 15px 0px 40px;
}

div.topMenu {
	float:left;
	padding:0px 15px 0px 15px;
		display: inline-block;

}
div.topMenu > a {
	font-size:1em;
	letter-spacing: 1px;
	color:#ffffff;
}


/*main content */

div.contentBox {
	background-color:#ffffff;
	font-family: "Futura Medium";
	color:#373737;
	letter-spacing: 1.5px;
	width:100%;
	height:auto;
	float:left;
	position:relative;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:0px solid pink;
	overflow:hidden;
	margin-top:10px;
}

div.boxHeading {
	font-size:1.5em;
	font-family: "FutuLt_";
	color:#373737;
	letter-spacing: 1.5px;
	text-align:center;
	width:100%;
}	

div.divBoxCol {
	float:left;
	width:20%;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.partnerBox {
	background-image:url('images/partner_bkg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 95% 95%;
    background-position: center;
	width:160px;
	height:160px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:0px solid red;
	margin:0 auto;
	overflow: auto;
	padding:12px 12px 12px 14px;
	position:relative;
}
div.imageBox {
	width:100%;
	height:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:0px solid red;
}
div.footerxx {
	background-color:#ffffff;
}

div.footermenuxx {
	float:left;
	width:50%;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:10px 30px 10px 10px;
}
div.footermenu > p {
	font-size:.8em;
	line-height:.5em;
}

.smallText {
	font-family: "FutuLt_";
	font-size:.7em;
	letter-spacing: 1.7px;
	text-align:center;
}

li {
	line-height:.5em;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


 