#dz div,
#dz table,
#dz table td,
#dz a,
#dz span,
#dz p,
#dz li,
#dz li a,
#dz input,
#dz select{
	font-family: 'Khand', sans-serif;
}
.main_bg {
	background:url(header_bg.jpg) #000000;
	background-repeat:repeat-x;
	background-position:center top;
}
#page_bg{
	background:url(footer.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
}
#page{
	width:960px;
	margin:0px auto;
}
a, a:active, a:focus {
   outline: 0;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images {
	display:none;
}
.tab_content > div {
	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 Styles Starts *****/
#credit_link{
	height:24px;
	text-align:right;
	background:#ffffff;
}
.credit_text{
	color:#888888;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}
.item_title{
	font-size:19px;
	color:#000000;
	font-weight:500;
	padding:15px 15px 0px 0px;
	line-height:24px;
	letter-spacing:0.5px;
	text-align:left;
	text-transform:uppercase;
}
#image_content{
	padding:15px 0 0 0;
}
.desc{
	font-size:15px;
	color:#000000;
	text-align:left;
	line-height:20px;
	padding:10px 15px 10px 0;
	word-wrap: break-word;
	font-weight:400;
}
.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 p, .tab_content p{
	margin: 8px 0;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:1px 0 1px 35px;
}
.desc ul li, .tab_content ul li{
	margin:1px 0 1px 35px;
	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: -12px;
	top: 2px;
	color: #000000;
	font-size: 35px;
}
.desc table td, .tab_content table td{
	font-size:15px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
}
/***** Common Styles Ends *****/





/*** PC Styles Starts ***/
@media screen and (min-width:1001px){

#mob_header, #mob_title, #mob_footer{display:none;}

#header{
	height:223px;
}
#header_top{
	height:100px;
	text-align:left;
}
.logo{
	padding:10px 0;
}
#header_menu{
	height:50px;
	padding:0px;
}
.header_menu{
	padding:0;
	margin:0 auto;
	width:960px;
	display:inline-block;
	height:50px;
	background:url(menu_normal.jpg);
	background-repeat:repeat-x;
}
.header_menu li{
	float:left;
	list-style:none;
	background:url(menu_normal.jpg);
	background-repeat:repeat-x;
}
.header_menu li a{
	display:block;
	color:#ffffff;
	font-size:18px;
	padding:12px 23px;
	margin:0px;
	letter-spacing:2px;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	height:50px;
	box-sizing: border-box;
}
.header_menu li:hover a{
	color:#ff8f47;
}
.header_menu li:first-child a{
	padding:13px 25px;
	background:url(home.png);
	background-repeat:no-repeat;
	background-position:center center;
	color:transparent;
	text-indent:-99999px;
}
.header_menu li:first-child a:hover{
	background:url(home_hover.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.header_menu li:nth-child(2){
	background:url(menu_hover.jpg);
	background-repeat:repeat-x;
}
.header_menu li:nth-child(2) a{
	background:url(menu_dropdown.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding:12px 30px 12px 22px;
}
.header_menu li:nth-child(2):hover a{
	color:#333333;
}
.header_menu li:hover > ul, .header_menu li a:hover > ul{
	display:block
}
.header_menu li ul,.header_menu li ul > li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.header_menu li ul {
	display:none;
}
.header_menu li:hover > ul {
	position:relative;
	display:block;
	top:-4px;
	left: 0px;
	z-index:999;
	padding:0px;
	margin:0px;
	background:#DC5310;
	border-bottom:4px solid #ffffff;
	border-top:4px solid #ffffff;
}
.header_menu li:hover > ul li{
	text-indent:12px;
	float:none;
	height:28px;
	line-height:28px;
}
.header_menu li:hover > ul > li a {
	display:block;
	font-weight:500;
	color:#ffffff !important;
	font-size:16px;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	padding:0px;
	text-transform:none;
    background: #DC5310 url(x-head-lev2.png) 10px 10px no-repeat !important;
    padding: 1px 0 0px 22px;
	height:28px;
	text-indent:0;
}
.header_menu li:hover > ul > li:hover a{
	color:#ffffff;
	background:#FF8F47 url(x-head-lev2.png) 10px 10px no-repeat !important;
}
#warranty_usp_content{
	background:url(usp_right.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}
#warranty_text{
	color:#000000;
	font-size:24px;
	padding-left:185px;
	margin:13px 0 0 0;
	letter-spacing:2px;
	font-weight:700;
	text-decoration:none;
	text-align:left;
	height:30px;
	text-transform:uppercase;
}
#usp_content{
	height:30px;
	padding:0 0 0 30px;
}
#usp_content ul{
	padding:0;
	margin:0;
}
#usp_content ul li{
	float:left;
	list-style:none;
	font-weight:400;
	color:#000000;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	padding:3px 20px;
	height:29px;
	box-sizing:border-box;
}
#usp_content ul li:nth-child(2){
	color:#e6853e;
}
#storebg{
	background:#ffffff;
	margin:13px 0 20px;
}
#image_content{
	float:left;
	width:510px;
}
#image_content video{
	width:80%;
	height:auto;
}
#desc_content{
	float:right;
	margin-left:15px;
	width:435px;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
	margin:20px auto 0;
	padding-bottom:20px;
}
.tab_title{
	color: #ffffff;
	background:url(tab_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	margin:0px;
	letter-spacing:2px;
	padding:6px 52px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	height:37px;
	box-sizing:border-box;
	text-transform:uppercase;
}
.tab_top{
	background:url(tab_bg.jpg) #212121;
	background-repeat:repeat-x;
}
.tab_title:hover{
	color:#ffa94b;
}
.tab_content{
	padding:10px;
	clear:both;
	background:#ffffff;
	text-align:left;
	color:#000000;
	font-size: 15px;
	text-decoration: none;
	line-height:20px;
}
.tab_content table td{
	font-size:14px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
}
.mob_tab{
	display:none;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5{
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5{
	color:#ffa94b;
}
/**** Bottom Tabs Style Ends ****/
#footer{
	padding:10px 0 50px;
}
#footer_menu {
	margin: 0;
    padding: 12px 0 0 0;
	background:url(footer_bg.jpg) #393939;
	background-repeat:repeat-x;
	height:38px;
}
.footer_menu{
	padding:0px;
	margin:0px auto;
    width: 800px;
	display:inline-block;
}
.footer_menu li{
	float:left;
	list-style:none;
}
.footer_menu li a{
	font-size:18px;
	color:#ffffff;
	list-style:none;
	letter-spacing:2px;
	font-weight:600;
	padding:0 25px;
	text-transform:uppercase;
	text-decoration:none;
}
.footer_menu li a:hover{
	color:#ff9632;
	text-decoration:none;
}
.copyright{
	font-size:16px;
	color:#ff9632;
	letter-spacing:1px;
	font-weight:300;
	padding:10px 0;
	text-align:center;
}
#payment_icon{
	text-align:center;
}
}
/*** PC Styles Ends ***/





/*** Mobile Styles Starts ***/
@media screen and (max-width:1000px){
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;
	background:#ffffff;
}

/***** Pc Styles Display None *****/
#header, #pc_title, .tab_top, #footer{display:none;}

#mob_header{
	background:#000000;
	text-align:center;
	padding:12px 0;
}
.item_title{
	padding:20px 5px;
	text-align:center;
}
#image_content video{
	width:90%;
	height:auto;
}
/**** Mobile Tab Starts ****/
.bottom_tab {
	width:98%;
	margin:0px auto;
	padding:1%;
	background:#ffffff;
}
.mob_tab {
	display:block;
}
.tab_title{
	background:url(tab_bg.jpg) #212121;
	background-repeat:repeat-x;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing:2px;
	text-decoration: none;
	text-align:left;
	margin:2px 0;
	padding:0;
	text-indent:12px;
	display:block;
	cursor:pointer;
	height:37px;
	line-height:40px;
	box-sizing:border-box;
	text-transform:uppercase;
}
.tab_content {
	clear:both;
	font-size:15px;
	color:#000000;
	text-align:left;
	line-height:20px;
	word-wrap: break-all;
	font-weight:400;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content table td{
	font-size:14px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5{
	margin:0px;
	padding:10px 5px;
	background:#ffffff;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5{
	background:url(tab_bg.jpg) #212121;
	background-repeat:repeat-x;
	color:#ffa94b;
	margin-bottom:0;
}
/**** Mobile Tab Ends ****/
#mob_footer{
	background:#000000;
	padding-top:10px;
}
}
/*** Mobile Styles Ends ***/