body {
	margin: 0;
	padding: 0;
	background-color: #FDF1C9;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	font: 14px arial, sans-serif;
	color: #333;
}

div#page {
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top {
	position: relative;
	height: 102px;
	margin: 0;
	padding: 0;
}

div#topContact {
	float: right;
	padding: 25px 2px 0 90px;
	color: #fff;
	text-align: right;
	line-height: 20px;
}

div#topContact a{
	color: #fff;
}

div#topContact a:hover {
	color: #fbefcd;
}

/*Menu*/
ul#menu {
	height: 34px;
	width: 784px;
	margin: 0;
	border: 1px solid #FED26A;
	padding: 0;
	background: #fff;
}

ul#menu li{
	float: left;
	height: 26px;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	text-align: center;
}

/*Set each LI width--only necessary for IE6*/
li#home{
	width: 93px;
}

li#about{
	width: 113px;
}

li#websitedesign{
	width: 159px;
}

li#hosting{
	width: 98px;
}

li#portfolio{
	width: 103px;
}

li#faq{
	width: 78px;
}

li#contact{
	width: 130px;
}

ul#menu li ul { 
	display: none; 
}

/*Drop-Downs*/
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	margin: 0 0 0 17px; 
	border-right: 1px solid #FED26A;
	border-left: 1px solid #FED26A;
	padding: 0;
	background: #fff;
	z-index: 5;
}

ul#menu li:hover > ul li {
	float: none;
	height: auto;
	width: 164px;
	border-bottom: 1px solid #FED26A;
}

ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	width: 164px;
	top: 34px;
	left: 0; 
	width: 170px;
	margin: 0 0 0 17px; 
	border-right: 1px solid #FED26A;
	border-left: 1px solid #FED26A;
	background: #fff;
	z-index: 7;
}

ul#menu li.over ul li {
	float: none;
	height: auto;
	border-bottom: 1px solid #FED26A;
}


/* Menu Hyperlinks*/
.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	height: 18px;
	padding: 8px 23px 8px 23px;
	text-align: center;
	color: #333;
	font: bold 15px "century gothic", sans-serif;
}

.menulink:hover {
	color: #666;
}

.submenu:link, .submenu:visited, .submenu:active{
	display: block;
	width: 158px;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	color: #333;
	text-align: left;
}

.submenu:hover{
	color: #666;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #FFBD27;
}
/*CONTENT*/
div#content {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	margin: 15px 0 0 0;
	font:  35px "century gothic", serif;
	color: #F3A900;
}

h2 {
	margin: 18px 0 -9px 0;
	font: 24px "century gothic", serif;
	color: #444;
}

h3 {
	margin: 15px 0 -16px 0;
	font: bold 17px arial, sans-serif;
	color: #444;
}

p {
	margin: 17px 0 0 0;
	line-height: 20px;
}

table {
	margin: 15px 0 0 0;
	line-height: 20px;
}

td {
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul, ol {
	margin: 15px 0 0 22px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 21px;
}

ul li {
	list-style-image: url("images/star.gif");
}

li ul {
	margin-top: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #66A930;
}

a:hover {
	color: #85CC4B;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.center{
	text-align: center;
}

/*Home*/
h1.home {
	margin-left: 2px;
	font-size: 32px;
}

h1.home span {
	font-size: 34px;
}

div#slideshow {
	float: right;
	position: relative;
	width: 360px;
	height: 325px;
	margin: 15px 0 0 15px;
	padding: 0;
}

div#slideshow a {
	display: block;
	height: 271px;
}

div#slideshow a img {
	display: block;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	border: 1px solid #bbb;
	padding: 4px;
	background: #fff;
}

p#caption {
	margin: 5px 5px 0 5px;
	font: 12px arial, sans-serif;
	color: #555;
	text-align: center;
}

ul.homeList {
	margin: 10px 0 10px 30px;
}

ul.homeList li {
	line-height: 26px;
}

/*Website Packages*/
img#package{
	float: right;
	margin: 15px 0 0 0;
}

table.pricing {
	width: 784px;
	border: 1px solid #AEDB7D;
	background: #fff;
	text-align: center;
}

table.pricing th{
	padding: 6px 21px 6px 21px;
	background: #6EB336;
	font: 22px "century gothic", serif;
	color: #fff;
}

table.pricing h2, table.pricing h3{
	margin: 0;
}

table.pricing p{
	margin: 0 0 10px 0;
	font: italic 12px arial, sans-serif;
	color: #666;
}

table.pricing td{
	width: 250px;
	border: 1px solid #AEDB7D;
	padding: 10px 10px 10px 10px;
}

table.pricing ul{
	margin-top: 0;
}

table.pricing li{
	list-style-image: url("images/starWhite.gif");
	text-align: left;
}

table.pricing li li{
	list-style-image: none;
	font-size: 12px;
}

/* Hosting */
img#free{
	float: right;
	margin: 5px 0 0 0;
}

table#hostingFeatures {
	clear: both;
	margin: 0;
	
}

/*Portfolio*/
div.portfolio {
	float: left;
	width: 139px;
	height: 230px;
	padding: 15px 9px 0 8px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

div.portfolio img, table#redesign img {
	border: 1px solid #bbb;
	padding: 3px;
	background: #fff;
}

p.valid {
	float: right;
	margin-right: 9px;
	font: italic 12px arial, sans-serif;
}

div.portfoliomenu {
	clear: both;
	height: 110px;
	margin: 30px 0 0 0;
	border: 1px solid #bbb;
	padding: 5px 5px 15px 5px;
	background: #fff;
}

div.portfoliomenu h3 {
	margin-top: 0;
	padding: 5px;
	background: #6EB336;
	color: #fff;
}

div.portfoliomenu div {
	float: left;
	width: 175px;
	padding: 21px 0 0 0;
}

.portfolioLink:link, .portfolioLink:visited, .portfolioLink:hover, .portfolioLink:active {
	display: block;
	line-height: 21px;
}

h2.mtna {
	clear: both;
	color: #95164d;
}

img.generator{
	float: right;
	margin: 0 20px 15px 20px;
	border: 1px solid #bbb;
	padding: 3px;
	background: #fff;
}

table#redesign{
	width: 784px;
}

td.redesign {
	width: 170px;
}

table#redesign h3 {
	margin-bottom: 0;
}

h2.database{
	clear: both;
	border: 1px solid #AEDB7D;
	padding: 5px 0 5px 0;
	background: #6EB336;
	text-align: center;
	color: #fff;
}

/* New Client Registration */
div#website-section, div#hostingsvc-section, div#domain-section, div#other-section {
	display: none;
}

div#terms p, div#terms li {
	margin-top: 10px;
	font-size: 12px;
	text-align: justify;
}

div#terms h3 {
	margin-bottom: -4px;
	font-size: 14px;
}

/*Contact Us*/
div#contact {
	float: right;
	width: 350px;
	margin: 10px 0 0 20px;
	border: 1px solid #bbb;
	padding: 5px 5px 10px 5px;
	background: #fff;
	font-size: 13px;
}

div#contact h2 {
	margin-top: 0;
	padding: 5px 0 5px 0;
	background: #6EB336;
	text-align: center;
	color: #fff;
}

div#contact fieldset{
	margin-left: 10px;
}

div#contact h3 {
	margin: 10px 0 0 0;
}

.red {
	color: red;
}

td#tollfree {
	width: 95px;
}

/*Online Billpay*/
div#pay{
	float: right;
	width: 215px;
	text-align: center;
}

/* Footers */
div#footer {
	clear: both;
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 25px 0 25px 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.sitemap:link, .sitemap:visited, .sitemap:hover, .sitemap:active{
	padding: 0 12px 0 12px;
}

div#footer img{
	margin: 0 15px 15px 3px;
}