body {
	
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #525253;
	font-family: Arial, sans-serif;
	background-color:#FFFFFF;
	background-image:url("images/body_bg.png");
	background-size:100%;
	background-position:top;
	background-repeat:no-repeat;
}

@font-face {
    font-family: 'oswald';
    src: url('fonts/Oswald.eot');
    src: url('fonts/Oswald.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald.woff') format('woff'),
         url('fonts/Oswald.ttf') format('truetype'),
         url('fonts/Oswald.svg#oswald') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/myriadwebpro-webfont.eot');
    src: url('fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadwebpro-webfont.woff') format('woff'),
         url('fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#ContinuumMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/Oswald-Light.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
}
img {
	border:none;
}
.clear {
	font-size:0;
	padding:0;
	margin:0;
	line-height:0px;
	height:0px;
	clear:both;
}
h1, h2, h3, h4, h5, h6, span, p, img, form {
	padding:0;
	margin:0;
}
img {
	border:0;
}

p{ padding:0px; margin:0px; }

.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; margin:0px; padding:0px; }

.padding1{ clear:both; height:8px; }
.padding2{ clear:both; height:15px; }
.padding3{ clear:both; height:18px; }
.padding4{ clear:both; height:30px; }
.padding5{ clear:both; height:12px; }
.padding6{ clear:both; height:20px; }

.container{ width:940px; margin:0px auto; }

h1{ color:#525253; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin:0px; padding:0px; text-transform:none; }

/******************************Header*************************************/
.logo{ float:left; display:inline-block; margin-top:14px; }
.logo_r{ float:right; margin-top:17px; width:250px; text-align:right; }
.con_txt{ color:; font-size:14px; color:#363636; font-weight:bold; padding-bottom:10px; }
.con_txt1{ color:#898989; font-size:16px; font-family:"MyriadPro"; }
.con_txt1 span{ color:#363636; }
.con_txt1 a{ color:#898989; text-decoration:none; }
.con_txt1 a:hover{ color:#222222; text-decoration:none; }

/******************************Menu***********************************/
.menu{
/*background-color:#cc0000; */
background-color:#cc0000;
height:31px;
border-radius:7px;
-moz-border-top-left-radius:7px;
-moz-border-top-right-radius:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-khtml-border-top-left-radius:7px;
-khtml-border-top-right-radius:7px;
-o-border-top-left-radius:7px;
-o-border-top-right-radius:7px;
}
.menu ul{ margin:0px; padding:0px; }
.menu ul li{ list-style-type:none; float:left; line-height:31px; width:156px; text-align:center; background-image:url("images/seperatorr.png"); background-repeat:no-repeat; background-position:top right; }
.menu ul li a,.menu ul li a:hover{ color:#FFFFFF; font-size:17px; font-family:"oswaldregular"; text-decoration:none; }
.menu ul li:last-child{ background-image:none; }

/****************************Search*******************************/
.search_box{ border:1px solid #cccccc; height:19px; padding:8px; border-right:0px; float:left; width:596px; color:#646464; font-family:"oswaldregular"; font-size:12px; }
.search_butt{ float:left; }
.social_links{ float:left; }
.social_links img{ float:left; margin-left:0px; height:37px; width:37px; margin-left:4px; }
.yell_butt{ background-color:#cc0000; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; padding:0px; margin:0px; height:36px; padding-left:20px; padding-right:20px; color:#FFFFFF; font-size:14px; font-family:"oswaldregular"; border:0px; font-weight:normal; cursor:pointer; }
.enquiry_list{ float:left; margin-top:0px; margin-left:7px; }

/******************************Menu2***********************************/
.menu2{ background-image:url("images/menu_bg.jpg"); background-repeat:repeat-x; height:39px; }
.menu2 ul{ margin:0px; padding:0px; }
.menu2 ul li{ list-style-type:none; float:left; line-height:39px; text-align:center; background-image:url("images/menu_line.jpg"); background-repeat:no-repeat; background-position:top right; }
.menu2 ul li a,.menu2 ul li a:hover{ color:#646464; 
font-size: 13px;
padding-left: 10px;
padding-right: 11px;
/*font-size:16px; padding-left:22px; padding-right:26px;*/

 font-family:"oswaldregular"; text-decoration:none; }
.menu2 ul li:last-child{ background-image:none; }

/****************************Left section***************************/
.left_sec{ width:225px; float:left; }
.right_sec{ 
	width:695px;
    float:right;
    word-wrap: break-word;
    padding-bottom: 10px;
	line-height: 18px;
	font-weight: normal;
	}
.right_sec p {
	margin: 10px 0px;
}
.right_sec h2 {
	margin-bottom: 13px!important;
}
h2 {
font-family: oswaldregular;
font-size: 17px;
font-weight: normal;
margin: 0!important;
padding: 0 0 4px!important;
}

td{
	word-wrap:break-word;
}
.left_title{ color:#525253; font-size:18px; font-family:"oswaldbold"; padding-top:18px; padding-bottom:2px; text-align:center; }
.sub_sec{ border:1px solid #cccccc; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px; -o-border-radius:7px; background-color:#f8f8f8; padding:15px 10px; }
.sub_sec_txt1{ color:#525253; font-size:12px; font-family:"oswaldregular"; }
.sub_form label{ float:left; display:inline-block; color:#525253; font-size:12px; font-family:"oswaldregular"; width:37px; padding-top:4px; margin-top:10px; }
.sub_form input{ float:left; display:inline-block; color:#525253; font-size:12px; border:1px solid #cccccc; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px; -o-border-radius:6px; padding:5px; width:150px; margin-top:10px; }
.sub_form button{ margin-top:10px; padding-left:12px; padding-right:12px; }
.left_pro_sec{ border:1px solid #cccccc; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px; -o-border-radius:7px; }
.left_pro_sec .img_sec{ height:200px; overflow:hidden; }
.left_pro_sec .img_sec img{ width:100%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -o-border-radius:5px;  }
.left_pro_sec h1{ color:#000000; font-size:12px; font-family:"oswaldregular"; font-weight:normal; margin:0px; padding:0px; text-transform:uppercase; text-align:center; }
.left_pro_sec p{ color:#000000; font-size:12px; font-family:"oswaldregular"; font-weight:normal; margin:0px; padding:0px; text-transform:none; text-align:center; padding-top:5px; padding-bottom:5px; }
.left_pro_sec p span{ color:#cc0000; }

/**********************************Right section*******************************/
.slider_sec{ padding-top:15px; width:695px; }
.index_pro{ margin:0px; padding:0px; padding-top:12px; }
.index_pro li{ list-style-type:none;
float:left;
text-align: center;
margin-bottom: 15px;
margin-left: 10px;
width: 161px;
border: 1px solid #cccccc;
background-image: none; }
.index_pro li a,.index_pro li a:hover{ text-transform:uppercase; font-size:11px; text-decoration:none; }
.index_pro li a img{ margin-top:10px; width:151px; height:151px; padding-top:4px; }
.index_pro li a div{ margin:10px; color:#666666; }

/********************************Footer***************************************/
.footer{ border-top:5px solid #d8d9db; padding-top:10px; padding-bottom:14px; text-align:center; color:#525253; font-size:12px; }
.footer a{ color:#525253; font-size:12px; text-decoration:none; }
.footer a:hover{ color:#000000; text-decoration:none; }


textarea{ resize:none; margin:0px; padding:0px; }
input{ margin:0px; padding:0px; }



/*****************************Category menu********************************/
.category_menu{ background-color:#FFFFFF; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px; -o-border-radius:7px; padding-top:10px; padding-bottom:10px; }
.category_menu ul{ margin:0px; padding:0px; }
.category_menu ul li{  background-image:url("images/list_border.png"); background-repeat:repeat-x; background-position:top; list-style-type:none; padding:2px 0px 2px 12px; text-transform:uppercase; }
.category_menu li li{ background-image:none; }
.VmOpen a{ background-image:url("images/down_arrow.png"); background-repeat:no-repeat; background-position:left; color:#666666; padding-left:9px; display:block; text-decoration:none; font-size:11px; }
.VmOpen a:hover{ color:#cc0000; text-decoration:none; }

.VmClose a{ background-image:url("images/horrizontal_arrow.png"); background-repeat:no-repeat; background-position:left; color:#666666; padding-left:9px; display:block; text-decoration:none; font-size:11px; }
.VmClose a:hover{ color:#cc0000; text-decoration:none; }

.cate_detail{ margin:0px; padding:0px; } 
.cate_detail li{ width:31.5%; float:left; margin-right:10px; margin-bottom:10px;border:1px solid #cccccc; list-style-type:none; } 
.cate_detail li a,.cate_detail li a:hover{ padding:10px 12px 13px 12px; display:block; text-decoration:none; }
.cate_detail li img{ width:100%; }
.cate_detail li div{ text-align:center; color:#000000; font-size:14px; text-align:center; font-family:"oswaldregular"; padding-bottom:5px; }
.cate_detail li.cat_detail_sep{ width:auto; float:inherit; clear:both; margin-right:0px; border:0px; height:18px; }

.blue_link,.blue_link:hover{ color:#0000FF; font-size:13px; font-family:"oswaldregular"; text-decoration:none; }
.link_gap{ margin-top:5px; margin-bottom:8px; display:inline-block; }
.cate2_detail{ margin:0px; padding:0px; background-color:#f8f8f8; padding:10px; } 
.cate2_detail li{ width:31.5%; float:left; margin-right:10px; border:1px solid #cccccc; list-style-type:none; background-color:#FFFFFF; } 
.cate2_detail li a,.cate2_detail li a:hover{ padding:10px 12px 0px 12px; display:block; text-decoration:none; }
.cate2_detail li img{ width:100%; }
.cate2_detail li.cat_detail_sep{ width:auto; float:inherit; clear:both; margin-right:0px; border:0px; height:18px; }
.cate2_detail:after{ clear: both;
content: " ";
display: block;
font-size: 0px;
line-height: 0;
visibility: hidden;
width: 0px;
height: 0px; }
.cate2_detail h1 a,.cate2_detail h1 a:hover{ color:#000000; font-size:13px; font-family:"oswaldregular"; font-weight:normal; margin:0px; padding:0px; text-transform:none; text-align:center; padding-top:10px; text-decoration:none; }
.cate2_detail p{ color:#000000; font-size:14px; font-family:"oswaldregular"; font-weight:normal; margin:0px; padding:0px; text-transform:none; text-align:center; padding-top:0px; padding-bottom:18px;  }
.cate2_detail p span{ color:#cc0000; }
.cate2_detail li p a,.cate2_detail li p a:hover{ padding:0px; display:inline-block; color:#000000; }

.page_nav{ margin:0px; padding:0px; display:table; margin:0px auto; }
.page_nav li{ list-style-type:none; float:left; border:1px solid #ffffff; }
.page_nav li a,.page_nav li a:hover{ display:inline-block; background-color:#cc0000; padding:5px 10px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:none; }
.page_nav li#page_active a,.page_nav li#page_active a:hover{ background-color:#ff0000; }

.pro_enq_l{ float:left; }
.pro_enq_l img{ width:250px; padding-right:15px; }
.pro_enq_r{ float:left; }
.pro_enq_r p{ color:#525253; font-size:22px; padding-bottom:6px; line-height:32px; }
.add_enq_butt{ border-radius: 4px;
font-size: 14px;
cursor: pointer;
height: 34px;
text-align: center;
letter-spacing: 1px;
padding: 4px 5px; cursor:pointer; width: 170px !important;
background-image: url("images/AddtoCart.png") !important;
border: 0px solid rgb(204, 204, 204) !important; color:#FFFFFF; margin-left:8px; margin-top:8px; }




.edit_add_form label{ display:inline-block; float:left; width:250px; padding-left:15px; width:180px; color:#525253; font-size:12px; padding-top:8px; }
.edit_add_form input{ float:left; border:1px solid #cccccc; background-image:url("images/edit_add_box.jpg"); background-repeat:repeat-x; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; background-position:bottom; padding:5px; width:200px; }
.edit_add_form select{ float:left; border:1px solid #cccccc; background-color:#FFFFFF; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; background-position:bottom; padding:5px; width:210px; }
.green_butt{ background-color:#cc0000; border:1px solid #cac9c9; font-size:14px; color:#FFFFFF; padding:5px 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; }
.green_butt_gap{ margin-left:18px; }
.gray_top{ height:37px; line-height:37px; background-color:#d8d9db; }



/*h2{ color:#525253; font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin:0px; padding:0px; text-transform:none; }*/
.green_butt2{ background-color:#cc0000; border:0px; font-size:14px; color:#FFFFFF; padding:7px 18px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; cursor:pointer; }
.enquiry_head{ border-bottom:1px solid #e9e8e8; padding-bottom:7px; color: #525253; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.enquiry_head_sec1{ width:85%; float:left; }
.enquiry_head_sec2{ width:15%; float:left; text-align:center; }
.enquiry_row1{ background-color:#f3f3f4; padding-top:15px; padding-bottom:15px; }
.enquiry_row2{ background-color:#e1e2e4; padding-top:15px; padding-bottom:15px; }

.red_butt{ background-color:#d90910; border:0px; font-size:14px; color:#FFFFFF; padding:3px 14px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; font-family:"oswaldregular"; cursor:pointer; }
.yell_butt2{ background-color:#cc0000; border:0px; font-size:14px; color:#FFFFFF; padding:6px 16px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; -o-border-radius:4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; cursor:pointer; }

.enquiry_pro img{ float:left; width:45px; padding-left:20px; }
.enquiry_pro p{ float:left; padding-left:10px; color:#666666; font-size:12px; text-transform:uppercase; font-weight:bold; padding-top:8px;  }

.enquiry_pro a{ color:#666666; font-size:12px; text-transform:uppercase; display:inline-block; text-decoration:none; }
.enquiry_pro a:hover{ color:#000000; text-decoration:none; }
.enquiry_gap{ height:12px; }
.enquiry_gap1{ height:12px; border-bottom:1px solid #e9e8e8; margin-bottom:12px; }
/*********subscribe form on left sec*****************/
 .suscribe_form
{
width: 152px;
height: 24px;
margin-left: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #ccc;
padding-left: 4px;
}
.suscribe_subm
{
margin-left: 10px;
}

.suscribe_bg
{
background-color: #f8f8f8;
padding: 15px 10px;
border-radius: 7px;
border: 1px solid #ccc;
}

.ns2-row
{
	background-color: #f8f8f8;
	padding: 20px 10px 20px 20px;
}

.module_new1 .ns2-row ,.module_hot1 .ns2-row 
{
	background: none;
	padding: 0px;
}
.subscribe_txt
{
	font-family: oswaldregular;
	margin-bottom: 15px;
}

th, td {
outline: 0;
font-size: 100%;
background: transparent;
margin: 0;
padding: 0;
}
/*****link on product listing*******/
.category_description {
color: blue;
font-size: 13px;
font-family: oswaldregular;
text-decoration: none;
}
.category_description1 {
	clear:both;
	height:10px
}

.category_description3 {
	clear: both;
	height: 20px;
}
a {
color: #666;
text-decoration: none;
}


.category_description2{
color: blue;
font-size: 13px;
font-family: oswaldregular;
text-decoration: none;
float:left;
}

.category_description2 p a{
color: blue;

text-decoration: none;
}
.category_description2 p a:hover{
color: blue;

text-decoration: underline;
}