@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'CousineRegular';
    src: url('../fonts/Cousine-Regular-Latin-webfont.eot');
    src: url('../fonts/Cousine-Regular-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cousine-Regular-Latin-webfont.woff') format('woff'),
         url('../fonts/Cousine-Regular-Latin-webfont.ttf') format('truetype'),
         url('../fonts/Cousine-Regular-Latin-webfont.svg#CousineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'Conv_rockwell regular';
	src: url('../fonts/rockwell regular.eot');
	src: local('☺'), url('../fonts/rockwell regular.woff') format('woff'), 
	     url('../fonts/rockwell regular.ttf') format('truetype'), 
		 url('../fonts/rockwell regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body{
	margin:0px;
	padding:0px;
	background:#fff;	
}

#top_bg_div{
	border:0px solid red;
	margin:auto;
	height:36px;
	background:url(../images/top_bg_pattern.jpg) repeat-x;
}

#top_div{
	border:0px solid red;
	margin:auto;
	width:970px;
	height:33px;
}

#social_icon_div{
	border:0px solid red;
	float:right;
	margin-top:7px;
	margin-right:11px;
}

#file{
	border:0px solid red;
	display:block;
	float:left;
	margin-right:43px;
}

#login{
	border:0px solid red;
	display:block;
	float:left;
}

.social_text{
	font-family: 'Conv_rockwell regular';
	font-size:15px;
	color:#505050;
	text-decoration:none;
	cursor:pointer;
	text-align:left;
	float:left;
}

.social_text:hover{
	font-style:normal;
	text-decoration:underline;
}

#phone_div{
	border:0px solid red;
	height:31px;
	float:right;
	margin-right:14px;
	margin-top:30px;
}

.phone_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#676767;
}

.header_div{
	border:0px solid red;
	margin:auto;
	width:970px;
	height:102px;	
}

#logo_div{
	width:280px;
	height:47px;
	float:left;
	margin-top:25px;
	margin-left:4px;	
}

#logo_div a{
	text-decoration:none;
}

#logo_div a:hover{
	opacity:0.8;
}

#menu_outer_div{
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin:auto;
	width:970px;
	height:38px;
}


/* Slider  */

#slider_outer_div{
	border:0px solid red;
	width:970px;
	height:330px;
	margin:auto;
	margin-top:15px;
	/*background:#e4e3e0;	*/
	background:url(../images/slider_bg.jpg) no-repeat;
}

#slider_inner_div{
	border:0px solid red;
	width:950px;
	height:310px;
	float:left;
	margin:10px 10px 10px 10px;
	box-shadow:0px 0px 6px #c8c8c6;
}


/* Content  */

#welcome_msg{
	/*border:1px solid red;*/
	border-bottom:1px solid #6c6c6c;
	width:970px;
	height:42px;	
	margin:auto;
}

.page_heading{
	/*font-family: 'JuraDemiBold';*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#313131;
	text-align:left;
	float:left;
	margin:10px 0px 0px 0px;
}

.content_wrap{
	border:0px solid red;
	font-family: 'Conv_rockwell regular';
	width:970px;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:24px;
	color:#282828;
	font-size:15px;
	text-align:justify;
	letter-spacing:0.7px;
}

.content_inner_div{
	border:0px solid red;
	width:940px;
	height:auto;
	margin:auto;
}

.galleryhead_box{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:219px;
	height:auto;
	padding:7px;
	margin:0px auto;
	margin-top:13px;
	margin-bottom:10px;
}

.gallery_text{
	border:0px solid red;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	text-align:center;
	color:#252525;
}

.exclusive_gallery_div{
	border:0px solid red;
	width:940px;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding-bottom:10px;
}

.gallery_product_shadow{
	width:313px;
	height:279px;
	background:url(../images/gallerybox_shadow.png) no-repeat;
	float:left;
}

.gallery_product{
	border:0px solid red;
	width:270px;
	height:215px;
	margin:30px 26px;
}


/* Footer */

#footer_top_div1{
	border-top:1px solid #6c6c6c;
	border-bottom:1px solid #6c6c6c;
	margin:auto;
	width:970px;
	height:38px;
}

.footer_bootom_text{
	margin:11px 18.5px 8px 10px;
	font-family: 'CousineRegular';
	font-size:14px;
	color:#383737;
	line-height:17px;
}

.footer_links_ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.footer_links_ul li{
	float:left;
	position:relative;
	display:inline-block;	
}

.footer_links_ul li a{
	border:0px solid red;
	display:inline-block;	
	text-decoration:none;
	margin:11px 20.5px 8px 10px;
	font-family: 'CousineRegular';
	color:#383737;
	line-height:17px;
	font-size:14px;
}

.footer_links_ul li a:hover{
	/*color:#000;	*/
	text-decoration:underline;
}


#footer_top_div2{
	border:0px solid red;
	margin:auto;
	width:970px;
	height:50px;
}

#social_link_div{
	border:0px solid red;
	height:24px;
	float:right;
	margin:15px 9px 0px 0px;
}

#social_link_div a{
	border:0px solid red;
	text-decoration:none;
	display:block;
	width:24px;
	height:25px;
	float:left;
	position:relative;
	margin-left:8px;	
}

#social_link_div a:hover{
	opacity:0.8;	
}

#social_link_div #fb{
	background:url(../images/social_icon.png);
	background-position:0px 1px;
}

#social_link_div #skype{
	background:url(../images/social_icon.png);
	background-position:80px 1px;
}

#social_link_div #youtube{
	background:url(../images/social_icon.png);
	background-position:52px 1px;
}

#social_link_div #linkedin{
	background:url(../images/social_icon.png);
	background-position:24px 1px;
}

#footer_bottom_div{
	border:0px solid red;
	width:100%;
	margin:auto;
	height:33px;
	background:#282828;
}




/* Product Page Stylesheet */

.productinner_link{
	text-decoration:none;
	cursor:pointer;
}

#product_top_div1{
	border:0px solid red;
	width:970px;
	height:260px;
	margin:auto;
	margin-top:18px;
}

#left_block_div{
	border:0px solid red;
	width:329px;
	height:220px;
	float:left;
	position:relative;
	left:0px;
	position:relative;
	left:0px;
}

#left_block_inner_div{
	border:0px solid red;
	width:329px;
	height:250px;
	float:left;
	background:#e8e8e8;
	z-index:1;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#3e3e3e;
}

.left_block_inner_text{
	border:0px solid red;
	float:right;
	text-align:right; 
	display:block; 
	margin:75px 16px;
	width:295px;
	line-height:34px;
	height:65px;
}

#left_block_shadow{
	border:0px solid red;
	display:block;
	background:url(../images/block_shadow.png) no-repeat;
	width:319px;
	height:60px;
	float:left;
	margin-left:10px;
	margin-top:207px;
	z-index:-1;
	position:absolute;
	left:0px;
}

#right_block_div{
	border:0px solid red;
	width:624px;
	height:250px;
	float:right;
	margin-right:2px;
	background:#e8e8e8;	
	/*box-shadow:0px 0px 3px #d0d0d0;*/
}

#rightblock_inner_div{
	border:0px solid red;
	width:608px;
	height:233px;
	padding:3px;
	margin:5px;
}

.product_top_div2{
	border:0px solid red;
	width:970px;
	height:316px;
	margin:auto;
	margin-top:12px;
}

.product_top_div2 a{
	text-decoration:none;
	cursor:pointer;
}

.product_top_div2 a:hover{
	color:#787878;
}

.product_div{
	border:0px solid red;
	width:304px;
	height:316px;
	float:left;
	margin-right:18px;
}

.product_bg_div{
	border:1px solid #b2b2b2;
	background:#d4d4d4;
	width:302px;
	height:253px;
}

.product_bg_inner_div{
	border:1px solid #a7a3a3;
	background: url(../images/productbg_shadow.png) no-repeat center #a6a3a2;
	width:286px;
	height:236px;
	float:left;
	margin-left:7px;
	margin-top:7px;
}

.product_shadow_pos{
	position:absolute;
	z-index:-1;
	margin-top:-34px;
}

.product_text{
	border:0px solid red;
	color:#787878;
	font-family: 'Conv_rockwell regular';
	font-size:15px;
	text-align:center;
	text-decoration:none;
}

.product_text:hover{
	color:#1b1b1b;
}

.product_text a:hover{
	color:#2c2c2c;
}




/* Product Detail Page Stylesheet */

.product_detail_div1{
	border:0px solid red;
	width:970px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:15px;
}

.product_wrap_div{
	border:0px solid red;
	width:500px;
	height:535px;
	float:left;
}

.product_wrap_bg_div{
	border:1px solid #b2b2b2;
	background:#d4d4d4;
	width:498px;
	height:498px;
}

.product_wrap_bg_inner_div{
	border:1px solid #b1afae;
	background: url(../images/product_shadow2.png) no-repeat center #a4a19f;
	width:484px;
	height:484px;
	float:left;
	margin-left:6px;
	margin-top:6px;
}

.product_shadow_pos2{
	position:absolute;
	z-index:-1;
	margin-top:-50px;
	
}

.about_product_div{
	border:0px solid red;
	width:430px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:20px; margin-bottom:20px;
}

.about_product_inner_div{
	/*border:1px solid #aaa;*/
	border-bottom:1px solid #aaa;
	width:430px;
	height:auto;
	overflow:hidden;
	color:#535252;
	font-size:13px;
	line-height:22px;
	font-family: 'Conv_rockwell regular';
	text-align:left;
}

.product_name{
	font-size:22px;
	margin-bottom:6px;
}

.product_code{
	font-size:14px;
	text-transform:uppercase;
}

.code_pos{
	margin-bottom:12px;
}

.dimension_pos{
	margin-bottom:3px;
}

.detail_title_pos{
	margin-top:8px;
}

.product_description{
	font-size:14px;
	color:#656363;
}

.cart_btn_pos{
	margin-top:16px;
	margin-bottom:14px;
}

.cart_btn{
	border:0px;
	background:url(../images/cart_normal.png) center no-repeat;
	width:129px;
	height:36px;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#535252;
	cursor:pointer;
}

.cart_btn:hover{
	background:url(../images/cart_hover.png) center no-repeat;
}

.related_products_div{
	margin-top:18px;
}

.related_products_div a{
	text-decoration:underline;
	cursor:pointer;
}

.related_product_bg{
	border:1px solid #b2b2b2;
	width:76px;
	height:76px;
	padding:1px;
	float:left;
	margin-right:10px;
}

.related_product_inner{
	background:url(../images/related_product_shadow.png) no-repeat #989593;
	width:76px;
	height:76px;
}

.signup_block{
	border:0px solid #000; height:auto; overflow:hidden;
}

.signup_left_block{
	border:0px solid #ccc; height:auto; float:left; width:420px; margin-right:20px;
}

.signup_right_block{
	border:0px solid #000; height:auto; float:left; width:500px;
}

.left_top_block{
	height:auto; border:1px solid #ccc;
}

div.heading{ 
color:#666;
font-size:18px;
text-transform:uppercase;
padding:5px 0 8px 8px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc; background:#E5E5E5 
}

div.login_block{
	 background:#F7F7F7; height:auto; padding:10px 0px;
}

.member_table{
	border-collapse:collapse;
}

.button{
padding:4px 7px;
background:#666; color:#fff; font-family:Arial, Helvetica, sans-serif; cursor:pointer;
border:0px;
width:100px;
border-bottom: 1px double #333;
border-top: 1px double #333;
border-left:1px double #333;
border-right:1px double #333;
}

.button:hover{
	background:#939393;
}

.input_text{
padding:10px 10px;
width:200px;
background:#D4D4D4;
border-bottom: 1px double #B7B7B7;
border-top: 1px double #B7B7B7;
border-left:1px double #B7B7B7;
border-right:1px double #B7B7B7;
}

.message{
padding:7px 7px;
width:205px;
height:100px;
background:#D4D4D4;
border-bottom: 1px double #B7B7B7;
border-top: 1px double #B7B7B7;
border-left:1px double #B7B7B7;
border-right:1px double #B7B7B7;
overflow:hidden;
max-width:205px;

}

.txt{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; padding-left:10px;
}

label.error{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#C00; font-style:italic;
}

.mandatory{
	font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#C00;
}

.welcome_details{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; padding-left:10px;
}

a.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C52727;
	text-decoration:none:
}

a.links:hover {
	text-decoration:underline;
}

.subcat_block{
	border:0px solid #000; height:auto; overflow:hidden; margin:20px 0px; border-bottom:4px double #999;

}

.subcat_name{
	float:left; width:auto; font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#3e3e3e; margin-top:25px;
}

.subcat_img_bg{
	border:1px solid #b2b2b2;
	background:#d4d4d4;
	width:302px;
	height:253px;
}

.subcat_img{
	float:left; width:auto; margin:5px 15px; border:1px solid #b2b2b2;background:#d4d4d4; width:82px;height:63px; padding:2px;
}