@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background:url(../images/slider_bg.jpg) no-repeat fixed top center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	line-height: 26px;
}
.clear {
	clear: both;
}
.header_holder {
	width: 100%;
	background: url(../images/header_bg.jpg) repeat-x bottom left #ffffff;
	box-shadow: 0 0 4px 0 #000000;
	position: relative;
	padding: 26px 0;
	z-index: 1;
}
.header {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.logo {
	float: left;
}
.call_us {
	background: url(../images/phone_icon.png) no-repeat left center;
	float: right;
	color: #444444;
	font-family: Calibri;
	font-size: 25px;
	line-height: 25px;
	padding-left: 18px;
	margin-top:20px;
}
.nav_holder {
	width: 100%;
	position: absolute;
	top: 154px;
	z-index: 9;
}
.nav {
	background: rgba(32, 124, 171, 0.6);
	max-width: 1000px;
	margin: auto;
	padding: 5px 0;
}

.nav ul {
	margin: 5px 0 0 25px;
	padding: 0 0 0 10px;
	list-style-type: none;
	float:left;
}
.nav ul li {
	display: block;
	float: left;
	font-family: 'Gudea', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	margin-right: 30px;
}
.nav ul li a {
	color: #ffffff;
	text-decoration: none;
}
.nav ul li a:hover {
	border-bottom: 2px solid #175b7e;
}
.nav ul ul ul {
	margin-left:100%;
	top:0px;
	float:left;
}
.nav ul ul {
	display:none;
	position:absolute;
	width:200px;
	z-index:99;
	margin-left:-10px;
	margin-top:-1px;
}
.nav ul li:hover ul {
	display: block;
}
.nav ul:hover ul ul {
	display:none;
	position:absolute;
}
.nav ul ul li:hover ul {
	display:block;
}
.nav ul li:hover ul {
	display:block;
}
.nav ul ul li a {
	background-color:#175b7e;
	color:#fff;
	padding:7px 10px 7px 10px;
	width:200px;
	display:block;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#002538 solid 1px;
	border-top:#006ca2 solid 1px;
}
.nav ul ul li a:hover {
	background-color:#428cb2;
	color:#fff;
	border-bottom:#006ca2 dotted 1px;
}
.nav ul:hover ul ul {
	display:none;
}
.nav ul li a img {
	vertical-align: middle;
}
.left_ctalouge{
	background:rgba(32, 124, 171,0.75);
	width:250px;
	border:inset 1px solid #CCC;
	float:right;
	margin:0 10px 0px 0px; 
}
.left_ctalouge a {
	text-align:center;
	text-decoration:none;
	border:inset 1px solid #CCC;
	font-family: Calibri;
	font-size: 18px;
	color:#fff;
	display:block;
	padding:6px 0px 6px 0px;
}
.left_ctalouge a:hover {
	text-decoration:none;
	background:rgba(32, 124, 171, 0.95);
}
.slider_holder {
	width: 100%;
	min-height: 460px;
	padding-top: 84px;
}
.middle_content {
	font-family:Calibri;
	line-height:26px;
	font-size:16px;
	text-align:justify;
}
.left_content {
	width:650px;
	float:right;
}
.left_content h1 {  width:auto;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:24px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#5C98C1;
}
.left_content h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:18px;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
}
.right_content {
	width:280px;
	float:left;
}
.right_content h2 {
	border-bottom: 1px solid #CCCCCC;
    color: #5C98C1;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	text-transform:uppercase;
}
.align_left {
	text-align:left !important;
	padding-left:15px !important;
}
.chnage_bg {
	background:#eee !important;
}
.inner_middle {
	max-width:950px;
	margin:auto;
	background:#fff;
	margin-top: 84px;
	padding:25px;
	overflow:hidden;
}
.content_holder {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px dashed #cccccc;
}
.contents {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.left_box {
	width: 520px;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #cccccc;
}
.left_box p {
	font-family: calibri;
	font-size: 15px;
	margin-bottom: 12px;
	text-align: justify;
}
.master_titles {
	font-weight: normal;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed',sans-serif;
	color: #444444;
	margin-bottom: 16px;
}
.read_more {
	margin-top: 20px;
}
.read_more a {
	color: #ffffff;
	font-family: Calibri;
	text-decoration: none;
	font-size: 15px;
	font-style: italic;
	background: #2a93c9;
	padding: 7px 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.read_more a:hover {
	background: #1e6b92;
}
.right_box {
	width: 520px;
	float: right;
}
.text_fields {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.text_fields input[type="text"], .text_fields select, .text_fields textarea {
	width: 235px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 9px;
}
.select_box {
	width: 255px!important;
	padding: 8px!important;
}
.textarea_box {
	width: 495px!important;
}
.text_fields2 {
	width: 100%;
	float: left;
	text-align: right;
}
.text_fields2 input[type="submit"] {
	color: #ffffff;
	font-family: Calibri;
	text-decoration: none;
	font-size: 15px;
	font-style: italic;
	background: #2a93c9;
	padding: 7px 20px;
	border: 0px none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.pro_holder_main {
	width: 100%;
	padding: 25px 0;
}
.product_holder {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.pro_title {
	width: 270px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 60px;
	float: left;
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 15px;
}
.pro_holder {
	float: right;
	width: 780px;
}
.pro_image {
	float: left;
	margin-right: 10px;
}
.pro_matter {
	float: left;
	width: 450px;
	margin-top: 15px;
}
.pro_matter p {
	font-size: 16px;
	line-height: 26px;	
}
.pro_titles {
	font-weight: normal;
	font-size: 25px;
	font-family: 'Gudea', sans-serif;
	color: #444444;
	margin-bottom: 5px;
}
.more_info {
	text-align: right;
	margin-top: 10px;
	font-family: Calibri;
	font-size: 18px;
}
.more_info a {
	color: #ffffff;
	font-family: Calibri;
	text-decoration: none;
	font-size: 15px;
	font-style: italic;
	background: #e23939;
	padding: 7px 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.more_info a:hover {
	background: #a81d1d;
}

.footer_holder {
	width: 100%;
	background: #2e2e2e;
	padding: 12px 0;
}
.footer {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	color: #ffffff;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
	margin-top: 6px;
}
.footer_right ul {
	list-style-type: none;
	margin-right: -7px
}
.footer_right ul li {
	display: inline;
	float: left;
	line-height: 13px;
	border-right: 1px solid #ffffff;
	padding: 0 7px; 
}
.footer_right ul li:last-child {
	border-right: 0px none;
}
.footer_right ul li a {
	color: #ffffff;
	text-decoration: none;
}
.footer_right ul li a:hover {
	text-decoration: underline;
}
.contact_details_holder {
	width: 100%;
	background: #f6f6f6;
	border-top: 1px dashed #cccccc;
}
.contact_details {
	width: 70%;
	max-width: 1000px;
	margin: auto;
	color: #7e7e7e;
	padding: 25px;
}
.catalouge_holder {
	width: 437px;
	float: left;
	margin-right: 80px;
	background: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 0 #cccccc;
	   -moz-box-shadow: 0 0 5px 0 #cccccc;
	        box-shadow: 0 0 5px 0 #cccccc;
}
.location_matter {
	float: left;
	width: 450px;
	margin-top: 10px;
	color: #666666;
}
.location_matter a {
	color: #666666;
	text-decoration: none;
}
.location_matter a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}
.bright_titles {
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #333333;
	text-shadow: 0 0 1px #333333;
	margin-bottom: 6px;
}
.small_titles {
	font-weight: normal;
	font-family: Calibri;
	font-size: 16px;
	color: #666666;
	padding-bottom: 9px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.header_right {
	width: 250px;
	float: right;
}
.social_icons {
	float: right;
}
.social_icons span {
	font-family: Calibri;
	font-size: 18px;
	font-style: italic;
	display: block;
	float: left;
	margin-top: 5px;
	padding-right: 8px;
}
.form_space {
	margin-bottom: 22px;
}
.text_catalouge {
	text-align:center;
	font-size:24px;
	margin:20px;
	color:#000;
	font-family:'Open Sans Condensed',sans-serif;
}
.cataloge_button {
	background-color:#2e2e2e;
	text-align:center;
	margin:20px auto;
	width:275px;
	border-radius:15px;
	
}
.cataloge_button a{
	display:block;
	padding:10px 15px 10px 10px;
	text-decoration:none;
	color:#fff;
	list-style:none;
	font-family:Calibri;
	border-radius:5px;
}
.cataloge_button a:hover{
	color:#fff;
	text-decoration:none;
	list-style:none;
}
.cataloge_button:hover{
	color:#FFF;
	text-decoration:none;
	background:#900;
}
.titles {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:24px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#5C98C1;
}
.map_holder {
	margin-top:35px;
	width:450px;
	float:right;

}
.content_contact {
	float:left;
	width:480px;
}
.sub_titles {
	font-family:Calibri;
	color:#333;
	font-size:16px;
}
.prod2 {
	width:650px;
	margin:auto;
	text-align:center;
	
}
.prod {

	float:left;
}

.prodtext3 {
	width:650px;
	
}

.prodtext3 h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:25px;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
	text-align:left;
}

.prodtext2 {
	width:320px;
	float:right;
}

.prodtext2 h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:25px;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
	text-align:left;
}

.prodtext {
	width:420px;
	float:right;
}

.prodtext h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:25px;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
	text-align:left;
}
.pname  {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:25px;
	padding-bottom:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
	text-align:left;
}
.tb8{
	background-color:#dbdbdb;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	padding:3px 3px 3px 10px;
	font-weight:bold;
	text-align:left;
}
.tb_60 {
	border-bottom:#dbdbdb solid 1px;
	background-color:#f8f8f8;
	border-right:#dbdbdb solid 1px;
	padding:3px 3px 3px 10px;
	text-align:center;
}
.tb_6 {
	background-color:#f8f8f8;
	border-right:#dbdbdb solid 1px;
	padding:3px 3px 3px 10px;
	text-align:center;
}
.tb7 {
	background-color:#f8f8f8;
	border-right:#dbdbdb solid 1px;
	text-align:center;
	border-top:#dbdbdb solid 1px;
	padding:3px 3px 3px 3px;
}
.tb1 {
	background-color:#dbdbdb;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	padding:3px 3px 3px 3px;
	text-align:center;
	font-weight:bold;
}
.tb2 {
	background-color:#f8f8f8;
	border-right:#dbdbdb solid 1px;
	text-align:center;
	border-bottom:#dbdbdb solid 1px;
	padding:3px 3px 3px 3px;
}

.tb3 {
	background-color:#f8f8f8;
	text-align:center;
	border-bottom:#dbdbdb solid 1px;
	padding:3px 3px 3px 3px;
}

.tb4 {
	background-color:#5c98c1;
	padding:3px 3px 3px 3px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.numbering {
	float:left;
	
}

.numbering ul {
	padding:0px;
	margin:0px;
}

.numbering ul li {
	float:left;
}
.numbering ul li a {
	background-color:#2d84b0;
	padding:5px 10px 5px 10px;
	color:#FFF;
	margin-right:3px;
	text-decoration:none;
	border-radius:3px;
}
.numbering ul li a:hover {
	background-color:#333;

}



.bn {
	float:right;
}

.bn a {
	background-color:#2d84b0;
	padding:5px 13px 5px 13px;
	color:#FFF;

	text-decoration:none;
	border-radius:3px;
}
.bn a:hover {
	background-color:#333;
	
}

.line {
	border-top:#999 dotted 1px;
	margin-top:15px;
	margin-bottom:15px;
	
}

.prodicons {
	padding:0px;
}

.prodicons ul {
	padding:0px;
	margin:0px;
}

.prodicons ul li {
	float:left;
	
}

.prodicons ul li a {
	text-align:center;
	width:196px;
	display:block;
	background-color:#f3f3f3;
	margin-right:2px;
	margin-left:2px;
	padding:8px;
	height:218px;
	text-decoration:none;
	border-radius:5px;
	margin-bottom:10px;
	
}
.prodicons ul li a:hover {
	background-color:#e7e7e7;
	
}

.prodicons ul li span {
	text-align:center;
	width:195px;
	display:block;
	padding-top:4px;
	color:#000;
	z-index:99;
	font-size:13px;
	padding-bottom:10px;

}
.main_heading {
	text-align:center;
	width:195px;
	display:block;
	padding-top:4px;
	color:#000;
	z-index:99;
	font-size:18px !important;
	padding-bottom:10px;
	
}


.woodicons {
	padding:0px;
}

.woodicons ul {
	padding:0px;
	margin:0px;
}

.woodicons ul li {
	float:left;
	
	
}

.woodicons ul li a {
	text-align:center;
	width:300px;
	display:block;
	background-color:#f3f3f3;
	margin-right:2px;
	margin-left:2px;
	padding:8px;	
	height:320px;
	text-decoration:none;
	border-radius:5px;
	margin-bottom:10px;
}
.woodicons ul li a:hover {
	background-color:#e7e7e7;
	
}

.woodicons ul li span {
	text-align:center;
	width:295px;
	display:block;
	padding-top:4px;
	color:#000;
	z-index:99;
	font-size:13px;

}

.img {
	border:none;
}
.view_all_products {
	background:#4993BB !important;
	width:auto !important;
	border-radius:5px;
	font-family:Calibri;
	font-size:18px;
	color:#ffffff;
	padding:5px 5px 5px 5px;
}
.view_all_products:hover {
	background:#000 !important;
	width:auto !important;
	border-radius:5px;
	font-family:Calibri;
	font-size:18px;
	color:#fff;
	padding:5px 5px 5px 5px;
}
.resized_width {
	width:950px !important;
}
.increased_width ul li a {
	text-align:center;
	width:296px !important;
	display:block;
	background-color:#f3f3f3;
	margin-right:2px;
	margin-left:2px;
	padding:8px;
	min-height:248px !important;
	text-decoration:none;
	border-radius:5px;
	margin-bottom:10px;
}
.increased_width ul li span {
	text-align:center !important;
	width:100%;
	display:block;
	padding-top:4px;
	color:#000;
	z-index:99;
	font-size:13px;
	padding-bottom:10px;

}
.increased_width ul li img {
	border:1px solid #eee;
}