/* Credit: http://www.templatemo.com */

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
	background-color: #fff; 
	background-image: url(images/header.png);
	background-position: top;
	background-repeat: repeat-x
}

h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-weight:400;
	padding: 14px;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

h1 { font-size:32px; margin-bottom: 20px; }
h2 { font-size:26px; margin-bottom: 20px; line-height: 28px; color:#0095da !important;}
h3 { font-size:20px; margin-bottom: 20px; }
h4 { font-size:17px; margin-bottom: 10px; }
h5 { font-size:16px }
h6 { font-size:14px }
.header { display: block }
.halfl{
	width: 286px;
}
.halfr{
	
    padding-left: 0px;
    width: 465px;
	 float: right;
	   margin: 0px;
	
	
}
.distri{
	 float: left;
    height: 180px;
    margin: auto;
    top: 483px;
    width: 960px;
    
	}
.distrimage{
	margin-left:50px;
	}	
.text{
	float: left;
	margin-left:270px;
	margin-top:-45px;
	}	
	

.left { float: left }
.right { float: right }

img { margin: 0; padding: 0;}

.img_border { background: #ede8e8; padding: 4px; border: 1px solid #dcd5d5 }

.img_frame { position: relative; display: block; padding: 7px }

.img_frame span { position: absolute; top: 0; left: 0; z-index: 0 }

.img_frame img, .img_frame iframe { position: absolute; top: 7px; left: 7px; z-index: 10 }

.img_frame_13 { width: 280px; height: 157px }
.img_frame_13 span { background: url(images/image_frame_13.png); width: 300px; height: 177px }

.img_frame_14 { width: 203px; height: 108px }
.img_frame_14 span { background: url(images/image_frame_14.png); width: 217px; height: 122px }

.img_frame_23 { width: 616px; height: 216px }
.img_frame_23 span { background: url(images/image_frame_23.png); width: 630px; height: 230px }

.img_frame_12 { width: 451px; height: 245px }
.img_frame_12 span { background: url(images/image_frame_12.png); width: 465px; height: 260px;  }

.img_nom { display: block; margin-bottom: 15px }

.img_fl { float: left; margin: 3px 15px 5px 0 }

.img_fr { float: left; margin: 3px 0 5px 15px }

a:link, a:visited { color: #dc8924; text-decoration: none}
a:hover { color: #CC3300; text-decoration:underline }
a:hover,a:active { outline:none }

a.more, .submit_btn { clear: both; display: block; width: 80px; height: 24px; line-height: 24px; text-align: center; text-decoration: none; background: url(images/button.png) no-repeat }

.submit_btn { border: none; cursor: pointer }

em { color: #555 }
p { margin: 2px 5px 10px;
text-align: justify;
 }


.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/bullet.png) no-repeat scroll 0 5px  }
.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
.list_bullet li a:hover { color: #555 }

.col { float: left; margin: 0 30px 20px 0 }
.half {
	width: 465px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 10px;
}
.one_third { width: 300px }
#content, .two-third { width: 630px }
#sidebar { width: 300px }
.one_fourth { width: 210px }

.clear { clear: both; display: block; }
.h20 { height: 20px }
.h40 { height: 5px }

.no_bullet { margin: 0; padding: 0; list-style: none }
.no_bullet li { margin: 0 0 20px 0; padding: 0 }
a.header { display: block; font-weight: 700 }

#wrapper {
	width: 960px;
	padding: 0px 10px;
	margin:auto;
}
#shadow {
	width: 960px;
	padding: -1px 10px;
	margin: auto; width: 960px; height: auto ;
	 float: left;

border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px 2px 2px 2px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#header {
	height: 92px;
}

/*#menu {
	height: 54px;
	
	margin-top: 1px;
}*/
#menu{
height:60px;

}
	#menu ul {height: 50px;
	margin-left: -34px;
	list-style:none; 
	position: static;
    float: left;
    margin: 0;
    padding: 0;  
	z-index:9999;      
} 
#menu ul li {               
    position: relative;
    float: left;
    margin: 0;
    padding: 0;          
}  
#menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
	}  
	#menu ul ul li {
    float: none;
    width: 200px;
	
} 
#menu ul li:hover ul {
    display: block;
    position:absolute;
}                    
#menu ul li a {   
display: block;                              
    text-decoration: none;
    font-size: 12px;
    line-height: 43px;
    padding: 0 15px;               
color:#fff;               
margin-left: -5px;               
background-image:url(images/menubg1.PNG);               
background-position: left;               
-webkit-transition: all 0.7s ease-in-out;             
-moz-transition: all 0.7s ease-in-out;               
-o-transition: all 0.7s ease-in-out;           
}                         
#menu ul li a:hover {               
background-position:right;  
display: block;          
}
#slider {
	padding: 0px 0;
	height: 350px;
	
}

#main {
	padding: 0px 0 20px;
}

#bottom_wrapper {
	width: 100%;
	border-top: 5px solid #f7f5f3;
	background: #EBE7E4;
	clear: both;
}

#bottom {
	width: 960px;
	margin: 0 auto;
	/*padding: 20px 10px;*/
}

#footer_wrapper {
	width: 100%;
	border-top: 5px solid #000;
	background: #222222;
	clear:both;
}

#footer {
	width: 960px;
	margin: 0 auto;	
	padding: 10px 10px 5px;
	color: #dc8924;
}

#site_title { float: left; margin-top: 32px; }
#site_title a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 200px; height: 75px; margin-top:-28px; color: #acacac; text-indent: -10000px; background: url(images/logo.png) no-repeat top left }
#twitter { float: right; margin-top: 40px; }
#twitter a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 34px; height: 32px; color: #acacac; text-indent: -10000px; background: url(images/twitter.png) no-repeat top left }
#youtube { float: right; margin-top: 40px; }
#youtube a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 34px; height: 32px; color: #acacac; text-indent: -10000px; background: url(images/youtube.png) no-repeat top left }
#facebook { float: right; margin-top: 40px; margin-left: 20px; }
#facebook a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 34px; height: 32px; color: #acacac; text-indent: -10000px; background: url(images/facebook.png) no-repeat top left }
#ring { float: left; margin-top: 0px; margin-left: 290px; }
#ring a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 42px; height: 32px; color: #acacac; text-indent: -10000px; background: url(images/loadingc.gif) no-repeat top left }
#search { float: right; margin-top: 50px; width: 243px; height: 36px; background: url(images/search.png) }


#search form {
	margin: 0;
	padding: 0;
}

#search .txt_field {
	float: left;
	display: block;
	height: 25px;
	line-height: 16px;
	width: 190px;
	margin: 0px 5px 0px 0px;
	color: #999999;
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	font-variant: normal;
	border: none;	
	background: none;
}

#search .sub_btn {
	float: right;
	display: block;
	color: #fff;
 	height: 34px;
	width: 36px;
	font-size: 11px;
	font-weight: 700;
	line-height: 26px;
	cursor: pointer;
	border: none;
	background: none;	
}
#wrapper .recent_post,
#wrapper .recent_post:hover, 
h4 .recent_post, 
h4 .recent_post:hover {text-decoration:none; color:#555; cursor:text;}

.post { clear: both; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #eee }
.post h2 { font-size: 24px; margin-bottom: 10px }
.post_meta { margin-bottom: 30px; font-size: 9px; line-height: 10px }
.post_meta span { display: block; float: left; border-left: 1px solid #eee; margin-right: 20px; padding-left: 10px }
.post .img_fl { margin-right: 30px }
.comment_list { margin: 0; padding: 0; list-style: none }
.comment_list .comment_box { padding: 20px; border-bottom: 1px solid #efefef }
.comment_list li { margin-bottom: 20px }
.comment_list li ul { list-style: none; background: none }
.comment_list li ul li { }
.comment_list li ul li .comment_box { background: #efefef }
.comment_content { float: right; width: 480px }
.comment_list li ul li.depth_2 .comment_content  { width: 440px }
.comment_list li ul li.depth_3 .comment_box { background: #ccc }
.comment_list li ul li.depth_3 .comment_content  { width: 400px }


#comment_form { margin-top: 40px }

#comment_form textarea {
	background:#ffffff none repeat fixed 0 0;
	border: 1px solid #cccccc; 
	display: block;
	margin-top: 5px;
	width: 360px; 
	height: 150px;
	padding: 5px; 
	color: #555555; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	margin-top: 5px;
	padding: 5px;
	width: 200px;
	background:#fff none repeat fixed 0 0;
	border: 1px solid #ccc;
	color: #555555; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#comment_form .submit_btn {
	display: block; width: 70px; height: 30px; line-height: 30px; padding: 0 8px; text-align: center; text-decoration: none; font-weight: bold;  background-color: #524239; border: 1px solid #2f2f2f; color: #fff; font-size:11px; cursor: pointer 
}

#Products { margin: 0; padding: 0 }
#gallery .gallery_box {	padding-bottom: 30px; margin-bottom: 30px }

#contact_form { padding: 0; margin-bottom: 40px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 400px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form form label { display: block; width: 300px; margin-right: 12px; font-size: 11px }

#contact_form form textarea { 
	width: 400px; 
	height: 160px; 
	padding: 5px; 
	color: #555555; 
	background: #ffffff; 
	border: 1px solid #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar h3 { padding: 10px 0 10px 10px; height: 25px; background: url(images/sidebar_title.png) top no-repeat }

.sidebar_box { margin-bottom: 40px }
.sidebar_box_content {padding-left: 10px }

.footer_gallery { margin: 0; padding:0; list-style: none }
.footer_gallery li { margin: 0 10px 10px 0; padding: 0; display: block; float: left }

.pagging { margin: 0 0 20px; padding: 0 }
.pagging ul { margin: 0; padding: 0; list-style: none }
.pagging ul li { margin: 0; padding: 0; display: inline }
.pagging ul li a { float: left; display: block; color: #666; text-decoration: none; margin-right: 5px; padding: 5px 10px; background: #ebe7e4; border: 1px solid #d6d0cc}
.pagging ul li a:hover { color: #fff; background: #cfccc9; }

.no_margin_right { margin-right: 0 }
.last_box { margin-bottom: 0; background: none }


