@font-face {
    font-family: 'colaborate-regularregular';
    src: url('fonts/colabreg_0-webfont-webfont.eot');
    src: url('fonts/colabreg_0-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabreg_0-webfont-webfont.woff') format('woff'),
         url('fonts/colabreg_0-webfont-webfont.ttf') format('truetype'),
         url('fonts/colabreg_0-webfont-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	margin:0;
	padding:0;
	background:url(images/header_bg.jpg) #f5f5f5 repeat-x;
}

.clear
{
	clear:both;
}

.header
{
	width:953px;
	margin:0 auto;
}

.logo
{
	float:left;
	margin:33px 0 0 11px;
}

.search
{
	float:right;
	margin:38px 29px 0 0;
}

.search_left
{
	float:left;
	width:160px;
}
.search_right
{
	float:left;
	width:40px;
}

.search input[type=text]
{
	background:url(images/search_input_bg.png) no-repeat;
	border:none;
	width:150px;
	height:34px;
	outline:0;
	padding:0 0 0 10px;
}

.contact_number
{
	margin: 32px 0 0 2px;
}


.nav
{
	width:953px;
	margin:0 auto;
	background:url(images/nav_bg.png) repeat-x;
	height:78px;
	border-radius:10px;
	-moz-border-radius:10px;
}

.nav ul
{	
	margin:0;
	padding:0;
}

.nav ul li
{
	list-style:none;
	float:left;
	height:67px;
	margin:24px 0 0 0;
}

.nav ul li a
{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:26px 25px 24px 30px;
	background:url(images/nav_seprator.png) no-repeat right top;
}

.nav ul li a:hover, .nav li.current a
{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/nav_hover.png) repeat-x;
	height:67px;
	color:#fff;
}

.banner
{
	width:950px;
	height:378px;
	margin:0 auto;
}







@font-face {
    font-family: 'melbourneregular';
    src: url('fonts/melbourne_reg-webfont.eot');
    src: url('fonts/melbourne_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/melbourne_reg-webfont.woff') format('woff'),
         url('fonts/melbourne_reg-webfont.ttf') format('truetype'),
         url('fonts/melbourne_reg-webfont.svg#melbourneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



.slider{
  width:950px;
  margin:10px auto;
 
  }
.slider_title{
	width:928px;
	height:40px;
	margin:0 auto;
	text-align:center;
	 color:#fff;
	 font-size:22px;
	 font-family:melbourneregular;
	 text-shadow:1px 1px 1px #000;
	 word-spacing:5px;
	 padding:10px 0 0 0;
	 background:url(images/slide_title.jpg) no-repeat;
	}
	
/*--------------top slider css Start-----------------------------*/
			
			#slider_wrapper{width:950px;  height:259px; float:left; padding:14px 0 0px 0; position:relative;}
			.arrow_left{width:26px; height:31px; float:left; position:absolute; z-index:5; top:-40px; left:15px;}
			.slide_image_wrapper{width:890px; margin:0 0 0 18px; height:259px; float:left;  text-align:left; padding:0 0 0 7px; overflow:hidden;}
			.arrow_right{width:26px; height:31px; float:left; padding:0; position:absolute; z-index:5; top:-40px; right:15px;}
			#slide_image_contener {width:890px; height:259px;  float:left; padding:0px;}
			#slide_image_contener ul#slide {margin:0; padding:0; list-style: none; float: left; width:950px;}
			#slide_image_contener ul#slide li {float: left; margin:0 10px 0 0; background:url(images/thums_bg.jpg) no-repeat; padding:0; width:213px; height:259px; color:#fff;}
		
			
/*--------------------------top slider css ends --------------------------*/

.slider_thumb_title{
	width:auto;
	padding:10px 0 0 0;
	height:55px;
	margin:0 0 8px 0;
	line-height:45px;
	text-align:center;
	font-family:melbourneregular,Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #000;
	}


.slider_thumb_img{
	width:148px;
	height:148px;
	margin:0 auto;
	border:1px solid #00509f;
	}

	
.content
{
	width:930px; 
	margin:0 auto;
	padding:15px 0 15px 0;
}

.content_left
{
	float:left;
}

.content_left_title
{
	background:url(images/content_left_menu_bg.jpg) repeat-x;
	height:22px;
	text-align:center;
	font-family:colaborate-regularregular;
	font-size:24px;
	padding:10px;
}

.content_left_menu
{
	width:223px;
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	background:#fff;
	margin:0 0 5px 0;
}

.content_left_menu ul
{
	margin:0;
	padding:0;
}

.content_left_menu ul li
{
	list-style:none;
	border-bottom:1px solid #d5d5d5;
	
	background:url(images/icon.jpg) no-repeat 10px 12px ;
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	padding:10px 0 10px 35px;
}
.content_left_menu ul li a:hover 
{
	text-decoration:none;
	color:#fff;
	background:url(images/icon_hover.jpg) no-repeat 10px 12px #155b9f;
}


.request_btn
{
	margin:0 auto;
	padding:5px 0 5px 0; 
}

.content_left_contact
{
	width:208px;
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	background:url(images/content_left_contact_bg.jpg) repeat-x;
	padding:5px 5px 5px 10px;
	margin:5px 0 10px 0;
    background-size: cover;
}

.content_left_contact h4
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:normal;
}

.content_left_contact p
{
	margin:0;
	padding:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}

.content_left_contact h3
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	font-weight:normal;
}

.content_right
{
	float:right;
	text-align:justify;
	width:680px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

.content_right a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	}

.content_right ul{
	margin:0;
	padding:0;
	}
	
.content_right li{
	list-style:none;
	padding:0 0 0 25px;
	line-height:22px;
	background:url(images/arrow.png) no-repeat left 5px;
	}

.content_right_title
{
	color:#155b9f;
	font-family:colaborate-regularregular;
	font-weight:normal;
	margin:0;
	padding:5px 0 10px 0;
	font-size:24px;
	border-bottom:1px dashed #000;
}

.footer_block
{
	width:100%;
	background:url(images/footer_bg.png) repeat-x;
	height:49px;
}

.footer
{
	width:900px;
	margin:0 auto;
}

.footer_nav
{
	float:left;
}

.footer_nav ul
{
	margin:0;
	padding:0;
}
.footer_nav ul li
{
	list-style:none;
	float:left;
	padding:15px 10px 0 10px;
	color:#fff;
}

.footer_nav ul li a
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_nav ul li a:hover
{
	color:#1493bb;
}


.contact_block
{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

.contact_block a{
	text-decoration:none;
	color:#000;
	font-size:14px;
	}
.contact_block a:hover{
	text-decoration:underline;
	color:#000;
	}

.contact_block h4
{
	text-align:justify;
	font-family:colaborate-regularregular;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:15px 0;
	color:#155b9f;
}

.contact_block p
{
	text-align:justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	padding:0;
	margin:5px 0;
}

.products_thumb_box
{
	width:675px;
	margin:10px 0;
	border-bottom:1px dashed #d5d5d5;
	padding:0 0 15px 0;
}

.products_thumb_box_left
{
	float:left;
	width:210px;
	border:1px solid #ccc;
	height:225px;
	border-radius:5px;
}

.products_thumb_box_left img
{
	width:210px;
	height:225px;
	border-radius:5px;
}

.products_thumb_box_right
{
	float:right;
	width:450px;
}

.products_thumb_box_right a
{
	float:right;
	text-transform:uppercase;
	color:#333;
}

.products_thumb_box_right a:hover
{
	color:#000099;
}

.products_thumb_box_right h3
{
	font-size:18px;
	font-family:colaborate-regularregular;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#FF0000;
	text-transform:uppercase;
}
.products_thumb_box_right p
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	line-height:24px;
	margin:5px 0;
	padding:0;
	color:#333333;
}

.products_thumb_box_right table
{
	border-spacing: 0;
	margin:10px 0 0 0;
	width:445px;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align:center;
	line-height:10px;
	font-size:11px;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.fixed{
	width:100px;
	height:100px;
	position:fixed;
	top:0;
	right:0;
}

.content_about p {
	text-transform:capitalize !important;
}

.product_ul {
	margin:20px 0 0 0 !important;
}


.label
	{
	width:65px;
	display:block;
	float:left;
	}
.input-btn
	{
	width:370px;
	height:35px;
	border:#dedede solid 1px;
	}
.textarea-btn
	{
	width:370px;
	height:135px;
	border:#dedede solid 1px;
	padding:0;
	}
.submit-btn
	{
	background:#155b9f;
	width:80px;
	height:30px;
	border:none;
	margin: 0 0 0 223px;
	cursor:pointer;
	color:#fff;
	}
.submit-btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}