.main_bg {
	background:url(header_bg_repeat.jpg) #ffffff;
	background-repeat:repeat-x;
	background-position:center top;
}
#page_bg{
	background:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:center 133px;
}
#page{
	width:960px;
	margin:0px auto;
}
a, a:active, a:focus {
   outline: 0;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images {
	display:none;
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5{
	display:none;
}
a img, img {
	border: 0;
	vertical-align:middle;
}
a {
	text-decoration: none;
}
a.linkopac img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopac:hover img {
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6; 
}




/*** Common Style Starts ***/
#credit_link{
	height:25px;
	text-align:right;
	color:#888888;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#credit_link .credit_text{
	padding:0px;
}
#header{
	height:193px;
}
#header_top{
	height:118px;
}
#header_top_left{
	float:left;
	width:205px;
	padding-top:30px;
}
#header_top_right{
	float:left;
	padding:35px 0 0 130px;
}
.usp_content{
	padding:0px;
	text-align:left;
}
.usp_icon{
	display:inline-block;
}
.usp_icon > img {
    vertical-align:middle;
	padding:0px 8px 0 0px;
	position:relative;
	top:-10px;
}
.usp_text{
	display:inline-block;
	text-align:left;
	line-height:15px;
	font-family:"Century Gothic";
}
.usp_main_text{
	color:#5d5f62;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}
.usp_sub_text{
	color:#00aaa9;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#header_menu{
	height:40px;
}
.header_menu{
	padding:0;
	margin:0;
	display:inline-block;
}
.header_menu li{
	float:left;
	list-style:none;
}
.header_menu li a{
	color:#5d5f62;
	font-size:15px;
	font-family:"Century Gothic";
	font-weight:bold;
	display:block;
	text-align:left;
	background:url(menu_3dline.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	text-transform:uppercase;
	padding:10px 70px;
	letter-spacing:1px;
	height:40px;
	box-sizing:border-box;
}
.header_menu li:first-child a{
	padding:10px 70px 10px 0px;
}
.header_menu li:last-child a{
	background-image:none;
	padding:10px 0px 10px 70px;
}
.header_menu li:hover a{
	color:#00aaa9;
}
#banner_text{
	height:15px;
	padding:10px 0;
	color:#ffffff;
	font-size:13px;
	letter-spacing:2px;
	font-weight:normal;
	font-family:"Century Gothic";
	text-align:center;
	text-transform:uppercase;
}
#banner_text span{
	font-weight:bold;
}
#item_title{
	font-size:18px;
	color:#5d5f62;
	font-weight:700;
	padding:18px 0 15px;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	line-height:24px;
	text-align:left;
	text-transform:uppercase;
}
/**** Pc Image Module Style Starts ****/
#x-gall-thmb div[rel=""],
#x-gall-thmb div[rel="#?DescriptionDefaultImageURL?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL01?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL02?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL03?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL04?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL05?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL06?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL07?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL08?#"],
#x-gall-thmb div[rel="#?SupplementalImageURL09?#"]{
	display: none !important;
}
.titlebg{
	background:url(desc_bg.jpg) #5d5f62;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	font-family:"Century Gothic";
	display:block;
	text-transform:capitalize;
	text-align:left;
	padding:10px 0 10px 12px;
	margin:20px 0 0 0;
}
.desc{
	font-size:13px;
	color:#5d5f62;
	text-align:left;
	padding:18px 2px 5px;
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border-bottom:5px solid #e6e6e6;
}
.desc a, .tab_content a{
	word-wrap: break-word;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0px;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0px;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:7px 0 7px 30px;
}
.desc ul li, .tab_content ul li{
	margin:7px 0 7px 30px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -15px;
	top: -5px;
	color: #6e6e6e;
	font-size: 22px;
}
.desc table{
	width:100%;
}
.desc img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table td, .tab_content table td{
	font-size:13px;
	color:#5d5f62;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	font-weight:400;
}
#footer{
	padding:22px 0;
	border-top:5px solid #5d5f62;
}
#footer_menu {
	margin: 0;
    padding: 0;
}
.footer_menu{
	padding:0px;
	margin:0px auto;
    width: 700px;
	display:inline-block;
}
.footer_menu li{
	float:left;
	list-style:none;
}
.footer_menu li a{
	font-size:15px;
	color:#5d5f62;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:0 32px;
	text-transform:uppercase;
	text-decoration:none;
}
.footer_menu li a:hover{
	color:#00aaa9;
	text-decoration:none;
}
.copyright{
	font-size:13px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding:8px 5px 0;
	text-align:center;
}
/*** Common Style Ends ***/




/*** PC Styles Starts ***/
@media screen and (min-width:996px){
#storebg{
	width:100%;
	padding:5px 0;
}
#right_panel{
	float:right;
	width:737px;
	margin:0px 0px 0 13px;
}
#left_panel{
	float:left;
	width:210px;
}
.panelbg{
	background:url(panelbg.jpg) #5d5f62;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:"Century Gothic";
	text-align:left;
	padding:10px 0 10px 12px;
	margin:25px 0 0 0;
}
.panel_list{
	margin:0px;
	padding:0px;
	width:210px;
}
.panel_list li{
	list-style-type:none;
}
.panel_list li.list_head a:link, .panel_list li.list_head a:active, .panel_list li.list_head a:visited{
	background-image:none;
	text-transform:uppercase;
	text-align:left;
	padding:10px 5px 5px 0px;
	margin:0px;
	font-weight:700;
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	border-bottom:2px solid #e6e6e6;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited{
	text-decoration:none;
	display:block;
	color:#5d5f62;
	font-size:13px;
	background:url(panel_bullet.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	text-transform:capitalize;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	padding:5px 5px 5px 15px;
	margin:0px;
	font-weight:400;
	word-wrap: break-word;
	border-bottom:1px solid #e6e6e6;
}
.panel_list li.list_head:last-child a{
	border-bottom:none;
}
.panel_list li a:hover, .panel_list li a:focus{
	color:#00aaa9;
}
.news_section{
	padding:11px 2px 0;
}
.news_text{
	color:#5d5f62;
	font-size:13px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	line-height:18px;
	font-weight:400;
	padding-bottom:8px;
	border-bottom:1px solid #e6e6e6;
}
.signup{
	margin:0px auto;
	padding:10px 0;
	border-bottom:5px solid #e6e6e6;
}
.signup a{
	display:block;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	width:80px;
	font-family:"Century Gothic";
	text-align:center;
	background:#00aaa9;
	padding:6px 0;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #00aaa9;
	border-radius:20px;
}
.signup a:hover{
	background:#ffffff;
	border:1px solid #00aaa9;
	color:#00aaa9;
}
}
/*** PC Styles Ends ***/





/*** Mobile Styles Starts ***/
@media screen and (max-width:995px){
a img, div img, img, .video embed{
	max-width:100%;
}
a img, img {
	border:0;
}
a{
	text-decoration:none;
}
#page{
	width:100%;
	margin:0px auto;
	padding:0px;
}

#header_menu{
	visibility:hidden;
}
#left_panel{
	display:none;
}
#right_panel{
	width:98%;
	margin:0 auto;
	float:none;
	padding:0;
}
#storebg{
	width:100%;
	padding:1% 0;
}
#item_title{
	text-align:center;
	padding:15px 0 20px;
}
}
/*** Mobile Styles Ends ***/




@media screen and (min-width:766px){
#mob_banner, .mob_brdr{
	display:none;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
	margin:30px auto 10px;
	width:100%;
	border-bottom:5px solid #e6e6e6;
}
.tab_title{
	color: #ffffff;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	font-family:"Century Gothic";
	margin:0px;
	padding:10px 0px;
	width:23%;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform:capitalize;
}
.tab_top{
	background:url(desc_bg.jpg) #5d5f62;
	background-repeat:no-repeat;
	background-position:center center;
}
.tab_title:hover{
	color:#00aaa9;
}
.tab_content{
	padding:15px 2px;
	clear:both;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#5d5f62;
	font-size: 13px;
	text-decoration: none;
}
.tab_content table{
	width:100%;
}
.mob_tab{
	display:none;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4{
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4{
	color:#00aaa9;
}
/**** Bottom Tabs Style Ends ****/
}





@media screen and (max-width:765px){
/**** Mobile Tab Starts ****/
.bottom_tab {
	width:100%;
	margin:13px auto 0;
}
.tab_top{
	display:none;
}
.mob_tab {
	display:block;
}
.tab_title{
	background:url(desc_bg.jpg) #5d5f62;
	background-repeat:no-repeat;
	background-position:center center;
	color: #ffffff;
	font-size: 17px;
	font-weight:bold;
	font-family:"Century Gothic";
	text-decoration: none;
	text-align:left;
	margin:5px 0 0;
	padding:10px 0 10px 12px;
	display:block;
	cursor:pointer;
	text-transform:capitalize;
}
.tab_content {
	clear:both;
	font-size:13px;
	color:#5d5f62;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4{
	margin:0px;
	padding:15px 2px;
	background:#ffffff;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4{
	background:url(desc_bg.jpg) #5d5f62;
	background-repeat:no-repeat;
	background-position:center center;
	color:#00aaa9;
	margin-bottom:0;
}
/**** Mobile Tab Ends ****/
}



@media screen and (max-width:790px){
.main_bg, #page_bg{
	background:none;
}
#header{
	height:auto;
	padding-bottom:15px;
	border-bottom:2px solid #545659;
}
#header_top{
	height:auto;
}
#header_menu, #banner_text{
	display:none;
}
}




@media screen and (max-width:640px){
#header_top_left{
	float:none;
}
#header_top_right{
	display:none;
}
#mob_usp_content{
	margin:30px 0 0;
	width:290px;
}
}



@media screen and (min-width:641px){
#mob_usp_content{
	display:none;
}
#mob_banner{
	display:none;
}
}




@media screen and (max-width:730px){
#footer_menu {
	margin: 0 auto;
    width: 100%;
}
.footer_menu{
	width:100%;
}
.footer_menu li {
    float: none;
    list-style: none;
    display: inline-block;
    margin: 8px 0;
}
.footer_menu li a{
	padding:0 10px;
}
}