/* CSS Document */
body{
	padding:0px; 
	margin:0px;
	background-color: #F1F1F1;
	color: #161616; 
	font-size: small;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
a{ text-decoration: none; color: #11B9CC; }
a:ctive{ text-decoration: none; color: #11B9CC; }
a:visited{ text-decoration: none; color: #11B9CC; }
a:hover{ color: #11B9CC; text-decoration: underline; }
a img{ border: none; }
div, p, ul, h2, h3, h4, h5, img{padding:0px; margin:0px;}
.smalltext{ font-size: x-small; }
.metatext{ font-size: 11px; }

.banner_area{
	height: 120px;
	color: #FAFAFA;
	background-color: #838280;
}

.menu_slider_wrapper{
	background: url(../images/menu_slider_bg.png);
	height: 432px;
	overflow: hidden;
}

.container_1{
	width: 1000px;
	margin: auto;
	height: 120px;
	background-color: #838280;
}

.container_2{
	width: 1000px;
	margin: auto;
	height: 30px;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.container_2 a, .container_2 a:visited{
	color: #FFFFFF;
}

.container_3{
	width: 1000px;
	margin: auto;
	height: 370px;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}

.banner{
	height: 120px;
	margin: auto;
	margin-top: 7px;
	width: 1000px;
}

.top_menu{
	height: 26px;
	width: 1000px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	margin-top: 3px;
	color: #FFFFFF;
	padding-top: 5px;
}

.top_menu a{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.top_menu a:visited, .top_menu a:hover{
	text-decoration: none;
	color: #FFFFFF;
}




.slider_container{
	width: 1000px;
	height: 260px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 4px solid #CB2F00;
	margin: auto;
	margin-top: 2px;
}

.slider_slab{
	height: 14px;
	background-color: #090200;
	width: 1000px;
	margin: auto;
} 

.general_site_wrapper{
	width: 980px;
	height: auto;
	min-height: 300px;
	margin: auto;
	margin-top: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

.services_container{
	width: 730px;
	height: auto;
	min-height: 100px;
	float: left;
}

.main_caption{
	width: 230px;
	height: auto;
	min-height: 100px;
	float: right;
}

.service_tabs{
	width: 235px;
	margin-right: 10px;
	height: 200px;
	float: left;
}

.service_slab{
	height: 42px;
	overflow: hidden;
	background: url(../images/slab_bg.png) repeat-x;
	padding: 10px;
	padding-top: 5px;
}

.clearfloat{
	clear: both;
}

.myh2{
	color: #39B9D6;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
	text-shadow: 0px 1px 0px #6E6E6E;
}

.img_div{
	margin: 0px;
	margin-top: 5px;
}

.content_div{
	padding: 15px;
	height: auto;
	border: 1px solid #DDDDDD;
	margin-top: 15px;
	min-height: 350px;
}

.mainh2{
	color: #39B9D6;
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
	text-shadow: 0px 1px 0px #6E6E6E;
	margin-bottom: 20px;
}

.logo_area{
	width: 400px;
	height: auto;
	float: left;
}

.top_contact{
	width: 500px;
	height: auto;
	float: right;
	text-align: left;
}

.top_450{
	width: 260px;
	float: right;
	min-height: 50px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #000000;
	font-size: 11px;
}

.footer{
	margin: auto;
	height: 175px;
	margin-bottom: 10px;
	background: url(../images/footer_bg.png) repeat-x;
	color: #000000;
	width: 1000px;
}

.footer_boxes{
	width: 247px;
	height: 150px;
	border-right: dotted 1px #000;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}

.footer_boxes p{
	padding: 10px;
	padding-left: 15px;
}

.footer_boxes .title{
	padding: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.footer_boxes .content{
	height: auto;
	font-size: 11px;
}


.copyright{
	margin: auto;
	width: 1000px;
	color: #999999;
	font-size: 11px;
	margin-bottom: 15px;
	text-align: right;
}

.navigation_container{
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: auto;
	overflow: hidden;
}
.navigation_container .headerbar{
font: bold 13px Verdana;
color: white;
background: #f55501 no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.navigation_container ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.navigation_container ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.navigation_container ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.navigation_container ul li a:visited{
color: black;
}

.navigation_container ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.product_img{
	margin-right: 10px;
	margin-bottom: 10px;
}

.top_phone{
	margin-right: 5px;
}

.sidebar_container{
	height: auto;
}

.sidebar_container ul{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 12px;
}

.sidebar_container ul li{
	text-indent: 0px;
	margin: 0px;
	list-style-image: url(../images/big_bullet.png);
	list-style-position: inside;
	margin-bottom: 4px;
	line-height: 16px;
}

.sidebar_container ul li#nobullet{
	list-style-image: none;
	list-style: none;
	color: #8E8E8E;
	
}

.page_content{
	margin-bottom: 25px;
	height: auto;
}

.page_content p{
	margin-bottom: 15px;
}

.page_content ul{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 12px;
}

.page_content ul li{
	text-indent: 0px;
	margin: 0px;
	list-style-image: url(../images/big_bullet.png);
	list-style-position: inside;
	margin-bottom: 4px;
	line-height: 16px;
}

.page_content ul li#nobullet{
	list-style-image: none;
	list-style: none;
	color: #8E8E8E;
	
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #39B9D6;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
}

.page_content h2, .page_content h3, .page_content h4{
	font-size: 20px;
}

.status_report{
	padding: 10px;
	border: dotted 1px #999999;
	margin: 10px 0px 10px 0px;
	height: auto;
	overflow: hidden;
	text-align: left;
}

.status_bold{
	padding: 10px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.error_report{
	padding: 10px;
	border: dotted 1px #FF0000;
	margin: 10px 0px 10px 0px;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.status{
	padding: 10px;
	border: dotted 1px #F1ECA5;
	margin: 10px 0px 10px 0px;
	height: auto;
	overflow: hidden;
	background-color: #FFFDDD;
	text-align: left;
}
.error{
	padding: 10px;
	border: dotted 1px #FF0000;
	margin: 10px 0px 10px 0px;
	height: auto;
	overflow: hidden;
	background-color: #FFF2F2;
	text-align: left;
}

.status ul, .error ul, .status_report ul{
	margin-left: 20px;
}

/* --------------------------------------- Pagination ---------------------------------- */
.pagination_container{
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 25px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
}

div.pagination {
	font-family: Calibri, Arial;
	font-size: 1em;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 0px 2px;
	text-decoration: none; /* no underline */
	color: #000;
	display: inline-block;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
	display: inline-block;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	display: inline-block;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 0px 2px;
	color: #DDD;
	display: inline-block;
}
.paginationtr{
	background-color: #FBFBFB;
	padding: 0px;
	margin: 0px;
}

.img_thumbnail{
	max-width: 50px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 2px solid #FE5710;
}


.media-gallery{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.gallery_img_bg{
	float: left;
	width: 152px;
	height: 98px;
	-moz-box-shadow: -5px -5px #FE5710;
	-webkit-box-shadow: -5px -5px #FE560E;
	box-shadow: -5px -5px #FE5710;
	margin: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.contact_field{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: helvetica, arial, sans serif;
	padding-left: 0px;
	width: 250px;
	margin-top: 3px;
}


.submitbut_div{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left; 
	margin-top: 17px; 
	border-top: dotted #E4E4E4 1px;
}

.submit_button{
	padding: 3px 15px;
	font-weight: bold;
	background-color: #FE5710;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.compulsory{
	color: #FF0000;
}

.mainh2 a, .mainh2 a:visited{
	color: #39B9D6;
}

.subh2{
	color: #39B9D6;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

.subh2 a, .subh2 a:visited{
	color: #39B9D6;
}

.left_menu{
	border: 1px dotted #CCCCCC;
	padding: 3px 10px;
	color: #555;
	margin-bottom: 5px;
}

.left_menu a, .left_menu a:visited{
	text-decoration: none;
	color: #555;
}

.left_menu a:hover{
	text-decoration: none;
	color: #1992BF;
}

.page_content{
	margin-bottom: 25px;
	height: auto;
}

.page_content p{
	margin-bottom: 15px;
}

.page_content ul{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 12px;
}


.page_content ul li{
	text-indent: 0px;
	margin: 0px;
	list-style-image: url(../images/big_bullet.png);
	list-style-position: inside;
	margin-bottom: 4px;
	line-height: 16px;
}

.page_content ul li#nobullet{
	list-style-image: none;
	list-style: none;
	color: #8E8E8E;
	
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
}

.page_content h2, .page_content h3, .page_content h4{
	font-size: 20px;
}


.img_box{
	width: 119px;
	height: 90px;
	overflow: hidden;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.img_box img{
		width: 119px;
	height: 90px;
	overflow: hidden;
}

.small_button{
	height: 18px;
	background: url(../images/small_but_bg.png) repeat-x;
	border: 1px solid #A6A6A6;
	border-radius: 3px;
	text-align: center;
	width: 180px;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 2px;
}

.general_txtfld{
	width: 350px;
	height: 22px;
	border: 1px solid #A3A4A7;
	overflow: hidden;
	margin-bottom: 12px;
	margin-top: 5px;
	color: #606060;
	padding-left: 5px;
	padding-right: 5px;
}

