body{
	background:url(images/bg.jpg) repeat-x; font-family:verdana; font-size:11px; color:#000000; margin:0px 13px 0px 13px;
}

/******* ID *******/
#header{
	background:url(images/header-bg.jpg) left no-repeat; width:100%; display:table;
}
#rtheader{
	background:url(images/home-right.jpg) no-repeat; width:437px; height:120px;
}
#rightheader{
	width:437px; float:right;
}
#graycolor{
	height:41px; background:#3a4751; width:437px; display:table;
}
#graylinkbg{
	background:url(images/linkbg.jpg) no-repeat; width:437px; display:table; height:52px; 
}
#midarea{
	background:#ffffff url(images/mid-areabg.jpg) top repeat-x; width:100%; display:table;
}
#midleft{
	width:33%; display:table; float:left;
}
#payment{
	width:210px; text-align:justify; margin:auto;
}
#midright{
	width:66%; display:table; float:right; text-align:justify;
}
#aboutus{
	width:66%; display:table; float:right; margin-top:20px;
}
#acceptedcards{
	text-align:center; margin-top:20px;
}
#footer{
	border-top:1px solid #9d9a97; clear:both; margin:10px 0px 10px 0px; text-align:center; color:#524f48; padding-top:10px;
}
/******* Class *******/

.fleft{
	float:left;
}
.fright{
	float:right;
}
.absmid{
	vertical-align:middle;
}
.pageheading{
	font-size:17px; font-family:"Trebuchet MS",Arial;
}
.orange{
	color:#d74e18;
}
.graphicdesign{
	width:151px; padding-top:5px; float:left;
}
.webhosting{
	width:151px; padding-top:5px; float:right; margin-right:28px; _margin-right:14px;
}
.webdevelopmentouter{
	margin:10px 151px 0px 151px; text-align:center;
}
.webdevelopment{
	width:151px; margin:auto; text-align:justify;
}
.red{
	color:#FF0000;
}
.input{
	font-size:11px; font-family:Tahoma,Arial; border:1px solid #cccccc;
}
.padding{
	padding:7px;
}

/******* Link classes *******/

a.link1{
	font-family:arial; font-weight:bold; color:#000000; font-size:12px; text-decoration:none;
}
a.link1:hover{
	font-family:arial; font-weight:bold; color:#ffffff; font-size:12px; text-decoration:none;
}
a.link2{
	color:#000000; text-decoration:none;
}
a.link2:hover{
	color:#0099FF; text-decoration:none;
}
a.link3{
	color:#000000; text-decoration:none;
}
a.link3:hover{
	color:#ffffff; text-decoration:none;
}
