body, ul, h1, h2, table {
	margin:0;
	padding:0;
}
.spacer {
	line-height:0;
	font-size:0;
	clear:both;
}
#header {
	width:772px;
	height:264px;
}
#menu {
	width:772px;
	height:30px;
	background-color:#000;
}
#menu ul {
	font: bold 12px Verdana;
	list-style-type: none;
	padding-left:2px;
}
#menu li {
	display: inline;
	margin: 0;
}
#menu li a {
	float:left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 25px;
	border-right: 1px solid white;
	color: white;
	background: #fe664f;
}
#menu li a:visited {
	color: white;
}
#menu li a:hover, .mattblacktabs li.selected a {
	background: black;
}
#middle {
	width:772px;
	height:480px;
	margin-top:5px;
}
#left {
	width:490px;
	height:480px;
	float:left;
}
#left h1 {
	margin:0;
	padding:0;
	font:normal 20px Tahoma, Arial, sans-serif;
	text-align:left;
	color:#fe664f;
}
#right {
	width:272px;
	float:right;
	height:480px;
}
#right div.d1 {
	width:272px;
	float:right;
	height:190px;
}
#right ul {
	list-style:none;
}
#right li {
	display:block;
	margin-bottom:10px;
}
#right div.d2 {
	width:260px;
	float:right;
	height:177px;
	border:5px solid #6F9CBD;
}
#right div.t1 {
	width:260px;
	float:left;
	height:30px;
	background-color:#6F9CBD;
	text-align:center;
	font:bold 18px Arial, sans-serif;
	color:#fff;
}
#footer {
	width:772px;
	padding:7px 0;
	background:#666;
	color:#FFF;
	font:12px Arial, sans-serif;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*------------------------------------------Index Style----------------------------------*/
#left p {
	font:normal 13px Arial, sans-serif;
	color:#565656;
	margin:0;
	padding-top:5px;
	text-align:justify;
}
#left div.offer {
	width:490px;
	height:294px;
	margin-top:10px;
	background:url(../images/offer.gif) left top no-repeat;
}
/*------------------------------------------Web Designing Style----------------------------------*/
#left h2 {
	font:bold 13px Tahoma, Arial, sans-serif;
	text-align:left;
	color:#000;
}
#left div {
	width:490px;
	float:left;
	text-align:justify;
}
#left div.txt {
	margin:10px 0;
	font:13px Arial, sans-serif;
	line-height:20px;
}
#left div.d1, #left div.d2, #left div.d3 {
	margin-top:20px;
	width:480px;
	font:12px Arial, sans-serif;
}
#left .d1 div.left {
	width:220px;
	margin-top:5px;
}
#left .d1 div.right {
	width:260px;
	float:right;
}
#left .d2 div.left {
	width:260px;
}
#left .d2 div.right {
	width:200px;
	float:right;
}
#left .d3 div.left {
	width:220px;
}
#left .d3 div.right {
	width:260px;
	float:right;
}
/*------------------------------------------Web Hosting Style----------------------------------*/
#left table {
	margin-top:10px;
	width:480px;
	float:left;
	text-align:left;
	font:13px Arial, sans-serif;
	border-collapse:collapse;
}
#left table th {
	background-color:#E0E8F1;
	color:#333;
	padding:3px;
	border:1px solid #fff;
}
#left table td {
	background-color:#F8F8F8;
	font:12px Arial, sans-serif;
	color:#000;
	padding:3px;
	border:1px solid #D4D4D4;
}
#left div {
	margin-top:10px;
	font:13px Arial, sans-serif;
	text-align:left;
	width:490px;
	float:left;
}
#left div ul {
	padding-left:20px;
	list-style-image:url(../images/4.gif);
}
#left div ul li {
	margin-top:7px;
}
/*------------------------------------------Contact Style----------------------------------*/
#left div.add{
	height:130px;
}
.contentForm {
	width: 400px;
	float:left;
	overflow:hidden;
}
/* and now the form formatting itself */
label {
	float: left;
	Width: 150px;
	text-align:left;
	display: block;
	margin-top:10px;
	margin-left:20px;
}
input, textarea {
	margin-left: 10px;
	margin-top:10px;
	width:250px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}
input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
	margin-left: 150px;
}
span.required {
	font-size: 13px !important;
	color: red !important;
}
.errormsg {
	width: 250px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.msgSent {
	font-size: 20px;
	text-align: center;
}
