@import url(http://fonts.googleapis.com/css?family=Verdana);/*font-family: 'Tahoma', sans-serif;*/

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0; height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif ; 	 
	font-size:12px; 
	color:#373331;
	background:#fff;
}

/*================================link-button===============================*/
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none;}
a:focus{
	outline:none;
}

li{ list-style:none;}

ul {
	margin:0; 
	padding:0;
	list-style-image:none;
	}
/******************************************************************/

.text img{
	border:3px solid #247bc0;
	float:left;
	margin-right:10px;
}

.text img:hover{
	border:3px solid #333;
}	

.products img{
	border:3px solid #247bc0;
	float:left;
}

.products img:hover{
	border:3px solid #333;
}	


.headerbg{
	background-image: url(../images/headerbg.jpg);
	height: 521px;
	background-repeat: no-repeat;
	background-position: center top;
}

.headerbgother{
	background-image: url(../images/headerbg.jpg);
	height: 212px;
	background-repeat: no-repeat;
	background-position: center top;
}	


.phonetext{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5adaf5;
	font-weight:bold;
	line-height:25px;
}	

.phonetextwhite{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}	

.heading{
	font-family: Verdana;
	font-size: 23px;
	color: #000000;
	background-image: url(../images/line-bg.jpg);
	background-repeat: repeat-x;
	height: 67px;
}

.text{
	font-family: Verdana;
	font-size:12px;
	color:#373331;
	line-height:25px;
	text-align:justify;
}

.testimonial{
	font-family: Verdana;
	font-size:12px;
	color:#373331;
	height:205px;
	line-height:25px;
	text-align:justify;
	background-image: url(../images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#marqueecontainer{
position: relative;
width: 316px; /*marquee width */
height: 205px; /*marquee height */
overflow: hidden;
}

.button{
	color:#1f71ba;
	cursor:pointer;
	display:inline-block;
	font: bold 15px Arial,Helvetica,sans-serif;
	margin-top:10px;
	padding-top: 14px;
	padding-bottom: 14px;
	width:113px;
	text-align:center;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.button:hover{
		background-image: url(../images/button-hover.jpg);
		color:#FFFFFF;
}

.scrollbg{
	background-image: url(../images/scroll-bg.jpg);
	background-repeat: repeat-x;
	height: 225px;
}

.heading1{
	font-family: Verdana;
	font-size: 22px;
	color: #000000;
	line-height:35px;
	padding-top:10px;
}

.heading3{
	font-family: Verdana;
	font-size: 18px;
	color: #2578be;
	line-height:35px;
	text-transform:capitalize;
}

.boxblue{
	font-size: 14px;
	line-height: 35px;
	font-weight:bold;
	text-transform:capitalize;
	color: #fff;
	text-decoration: none;
	background-color: #247bc0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.boxgray {
	font-size: 12px;
	line-height: 35px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	background-color: #E8E8E8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/* enquiry form */	
.enquiry-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#828282;
	font-weight:200px;
	line-height:25px;
	font-weight:bold;
}

.input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:5px;
	width:220px;
	height:25px;
	margin-bottom:7px;
	color:#666666;
	background-color:#e8e8e8;
	border:1px solid #d7d7d7;
}

.textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:5px;
	width:220px;
	height:63px;
	color:#666666;
	background-color:#e8e8e8;
	border:1px solid #d7d7d7;
}

.reset{
	font: bold 15px Arial,Helvetica,sans-serif;
	margin-top:10px;
	padding-top: 14px;
	padding-bottom: 8px;
	width:113px;
	text-align:center;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border:none;
	background-color:#FFFFFF;
	color:#1f71ba;
}

.reset:hover{
	background-image: url(../images/button-hover.jpg);
		color:#FFFFFF;
}

.vertical-line{
	background-image: url(../images/vertical-line.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/*=======================footer=========================*/
.footer-line{
	background-image: url(../images/footer-line.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.footer{
	background-color:#fff;
	padding:10px 0px 10px 0px;
}

#fooderlinks a{
	color:#777474; font-size:12px; 	text-decoration:none; line-height:20px;
}

#fooderlinks a:hover{
	text-decoration:underline;
}

.copyright{color:#777474; font-size:12px; text-align:center; line-height:20px;}

.webdesign a{color:#777474; font-size:12px; line-height:15px; text-decoration:none; line-height:20px; text-align:center;}
.webdesign a:hover{text-decoration:underline;}
