@charset "utf-8";
/* CSS Document */

body {
	width:800px;
	height:auto;
	background-color:#EEE;
	background-image: url(../images/bodybg1.png);
	background-repeat: repeat;
}
h2{
	color:#039;
	padding:10px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
h3{
	color:#039;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 35%;
}
.container {
	background-image:url(../images/backgd.png);
	background-repeat:no-repeat;
	width: 800px;
	background-color: #F8F8F8;
	margin-left: 200px;
}
.header {
	text-indent : -9999px;
	position: relative; /*An element with position: relative moves an element relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position*/
	height: 150px; /*sets a background behind our header and sets our header image onto the page*/
	padding: 0; /*no padding is needed*/
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	background-position: center center;
 }  
 .clear{
 width:auto; height:auto; padding-left:50px;}
 .clear h1{
	text-indent:-9999px;
	background-image: url(../images/clear.png);
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #009dff;
	font-size:15px;
} 
.menu { height:40px;}
 .main {
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	background-image: url(../images/backgd2.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
.main h1{
	text-indent:-9999px;
	background-image: url(../images/Web-designer.png);
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #009dff;
	font-size:50px;
}
 
.main p{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000;
	font-size:12px;
}
		
 .main2 {
	padding-left: 20px;
	padding-right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	background-image: url(../images/backgg.png);
	background-repeat: no-repeat;
}
.main2 h1{
	text-indent:-9999px;
	background-image: url(../images/solution.png);
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #009dff;
	font-size:50px;
}
 
.main2 p{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000;
	font-size:12px;
}
		
.main3 {
	padding-left: 20px;
	padding-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	text-align: left;
}
.main3 h1{
	text-indent:-9999px;
	background-image: url(../images/Portfolio.png);
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #009dff;
	font-size:50px;
}
 
.main3 p{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000;
	font-size:12px;
}
		
.imgbord{padding:5px; border:1px solid #EEE; background-color:#FFF;}

.footer {
	height: 40px;
	padding-left: 20px;
	padding-right:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	padding-bottom: 10px;
}
.footer a { text-decoration:none; border:0;}
.main5 {
	padding-left: 20px;
	padding-right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	background-image: url(../images/backgg.png);
	background-repeat: no-repeat;
}
.main5 h1{
	text-indent:-9999px;
	background-image: url(../images/contact.png);
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #009dff;
	font-size:50px;
}
.evidence{
	font-weight: bold;
	color: #F00;
}
