/* CSS Document of website building */

body { 
		margin:0px;
		background-color:#000000;
		}
		
	/*images starts*/

.banner{
		background-image:url(../images/models.jpg);
		background-position:center;
		background-repeat:no-repeat;
		height:168px;
}
.contact-bg{
	background-image:url(../images/contact-us-bg.jpg);
	height:581px;
	background-repeat:no-repeat;
	background-position:top right;
	}
.about-head{
	background-image:url(../images/about-head.jpg);
	background-repeat:no-repeat;
	background-position:100px 95px;
	}
.clients{
	background-image:url(../images/clients.jpg);
	height:199px;
	background-position:center;
	background-repeat:no-repeat;
	}
	
	/* CONTACT */

.warning{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:12px;
}
	.text-field1{
	width:228px;
	height:18px;
	border:solid 1px #666666;
	background-color:#444444;
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size:15px; 
	font-weight: normal;
	color:#999999; 
}  
	.text-area{
	width:228px;
	height:115px;
	border:solid 1px #666666;
	background-color:#444444;
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size:15px; 
	color:#999999; 
} 
	.contact-text-white{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height:22px;
	color: #ffffff;
	text-decoration:none;
	}
.red-text{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	color:#d77330;
	font-size:22px;
	text-decoration:none;
	}
.mail-text{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	color:#2d56f2;
	font-size:20px;
	text-decoration:none;
	}
	
		/* TEXT CLASSES */
	
.maintext {
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: normal;
	line-height:19px;
	color: #999999;
	text-decoration:none;
	}
.heading1{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight:bold;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
	
			/* PRODUCT PAGE CLASSES */
}
.whitebgcolor{
background-color:#FFFFFF
}
.horwidth{
width:10px;
}
.white-times{
	font-family:Times New Roman, Times, serif;
	color:#FFFFFF;
	font-size:20px;
	line-height:26px;
	}
.red-times:hover{
	color:#fff;
	}
.mail-text:hover{
	color:#fff;
	}
.main-text-white{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 17px;
	font-weight: normal;
	line-height:22px;
	color: #ffffff;
	text-decoration:none;
	}
.client-text{
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	line-height:24px;
	color: #a7a7a7;
	text-decoration:none;
	}

	/* NAVIGATION CLASSES */
	
.menu-links {
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 22px;
	font-weight: normal;
	line-height:24px;
	color: #ffffff;
	text-decoration:none;
	}
a.menu-links:hover {
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 22px;
	font-weight: normal;
	line-height:24px;
	color: #E71401;
	text-decoration:none;
	}
.right-menu-links {
	font-family: Sans-serif, Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	line-height:20px;
	color: #ffffff;
	text-decoration:none;
	}

		
	
	
	
	
	
	
	
