@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto);
body{background-color:#343434; margin:0 auto; font-family:Roboto;}
.wrapper{width:990px; margin:0 auto;}
.wrapper-fluid{margin-left:15px; margin-right:15px;}
.logo img{margin-top:18px; border:none;}
.float_l{float:left;}
.float_r{float:right;}
.clear{clear:both;}
.content{background-image:url(../images/content-bg.jpg);}
.content-pages{padding-top:30px;}
h2{font-size:16px; color:#a54239; margin:0px; padding:0px;}
h2 i{margin-right:5px;}
.read-more{color:#a54239; text-decoration:none; font-size:14px; float:right; clear:both;}
.read-more:hover{text-decoration:underline;}
.left_side{width:25%; float:left; padding-bottom:15px;}
.left_side img{border:none;}
.left_side input{width:94%; padding:5px; margin:5px 0}
.left_side textarea{width:94%; height:50px; padding:5px; margin:5px 0}
.left_side button{background-color:#a54239; border:none; padding:5px 15px; color:#fff; cursor:pointer}
.right_side{width:72%; float:right; padding-bottom:15px;}
h1{font-size:18px; color:#a54239; margin:0px; padding:0px;}
h1 hr{border-color:#a54239;}

/*Header Css Start*/
.header{height:84px; background-image:url(../images/header-bg.jpg); position:relative;}
.header_right{float:right;}
.header_right .language{list-style-type:none; margin:0px; padding:0px; float:left; margin-right:20px;margin-top: 5px;}
.header_right .language li{display:inline; line-height:22px;}
.header_right .language li:last-child{border:none;}
.header_right .language li a{padding:0 10px; text-decoration:none; color:#343434; font-size:13px;}
.header_right .language li a:hover{text-decoration:none;}
.header_right .search{float:right; background-color:#fff; width:300px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; padding:5px;}
.header_right .search form input{width:260px;border:1 px solid #cccccc; float:left; margin:0px; padding:2px;}
.header_right .search form button{background-image:url(../images/search-button.png); border:none; width:31px; height:24px; cursor:pointer; float:left;}
.menu{position:absolute; bottom:-20px; right:15px; width:645px; height:40px; background-color:#070707; border-radius:6px; background-image:url(../images/menu-bg.png); z-index:999; overflow:hidden;}
.menu ul{list-style-type:none; margin:0px; padding:0px;}
.menu ul li{display:inline; margin:0px; padding:0px;}
.menu ul li a{padding:11px 20px; line-height:40px; font-size:14px; text-decoration:none; color:#fff;-webkit-transition: all 0.9s;
  -moz-transition: all 0.9s; -ms-transition: all 0.9s;-o-transition: all 0.9s;transition: all 0.9s;}
.menu ul li a:hover{background-color:#5a5a5a; background-image:url(../images/menu-hover.png);-webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;-ms-transition: all 0.9s;-o-transition: all 0.9s;transition: all 0.9s;}
.menu .active{background-color:#5a5a5a; background-image:url(../images/menu-hover.png);}
.menu ul li ul{display: none;}
.menu ul li:hover ul{display: block; position: absolute;}
.menu ul li:hover ul li{float:left;}
.menu ul li:hover ul li:hover{float: none;}

/*Banner Css Start*/

#slideshow {position:relative;height:300px;}
#slideshow IMG {position:absolute;top:0;left:0;z-index:8;opacity:0.0;}
#slideshow IMG.active {z-index:10;opacity:1.0;}
#slideshow IMG.last-active {z-index:9;}

/*Footer Css Start*/

.footer{height:60px; background-image:url(../images/header-bg.jpg);}
.footer .copyright{text-align:center; font-size:13px; padding:0px; margin:0px; line-height:60px; font-weight:normal;}

/*Home Page Css Start*/

.home_section{padding:10px 0px;}
.home_section > .sections{float:left; width:30%; margin-right:2%; padding:1%;}
.home_section > .sections2{float:right; margin:0px; width:30%; padding:1%;}
.home_section_img{margin-top:10px;}
.home_section_text p{font-size:13px;}

/*Product Page Css Start*/
.product_section{width:200px; padding:10px; margin-right:10px; float:left; margin-bottom:10px;}
.product_section img{margin-bottom:5px; border:none;}
.product_section a{color:#A54239; font-size:14px; text-decoration:none;}
.product_section a:hover{text-decoration:underline;}
.product_select_option{float:right; min-width:150px;}
.product_list li{float:left; width:40%;}
.product_list li a{color:#343434; text-decoration:none; font-size:18px; line-height:30px;}
.product_list li a:hover{text-decoration:underline;}

/*Contact Page Css Start*/
.contact_section{width:48%;margin-right:1%; float:left; margin-bottom:10px;}
.contact_section input{width:94%; padding:5px; margin:5px 0}
.contact_section textarea{width:94%; height:50px; padding:5px; margin:5px 0}
.contact_section button{background-color:#a54239; border:none; padding:5px 15px; color:#fff; cursor:pointer}
