/*  
-----------------------
Basic Styles
-----------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

p {
	padding: 12px 0px 0px 0px;
}

ul {
	padding-left: 15px;
}

blockquote {
	padding-left: 15px;
}

body {
	background: #006599 center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

input,textarea,select {
	background: #d6ecf8;
	border: solid 1px #006599;
	padding: 2px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table,td,th,tr {
	background: #d6ecf8;
	border: solid #006599 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #006599;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006599;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4bc0ff;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #4bc0ff;
	text-decoration: none;
	font-weight: bold;
}


h1 {
	font-size: 18px;
}

.altbody {
	color: #006599;
	font-weight: bold;
}

.message {
	color: #006599;
	font-size: 13px;
	font-weight: bold;
}

.large {
	color: #006599;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.large a {
	color: #4bc0ff;
	text-decoration: none;
}

.large a:visited {
	color: #4bc0ff;
	text-decoration: none;
}

.large a:hover {
	color: #006599;
	text-decoration: none;
}

.large a:active {
	color: #006599;
	text-decoration: none;
}

.altbody a {
	color: #4bc0ff;
	text-decoration: none;
}

.altbody a:visited {
	color: #4bc0ff;
	text-decoration: none;
}

.altbody a:hover {
	color: #006599;
	text-decoration: none;
}

.altbody a:active {
	color: #006599;
	text-decoration: none;
}

/*
-----------------------
Various Fixes
-----------------------
*/

html>body #main {
    height: auto;
}

#bodyfix {
	width: 98%;
}

/*
-----------------------
Home Promos
-----------------------
*/

.promoleft {
	width: 291px;
	float: left;
}

#promogreen {
	background: #7df0a3 url(images/background-green.jpg) top no-repeat;
	width: 548px;
	color: #000;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

.promoright {
	width: 245px;
	float: right;
}

.promoleft2 {
	width: 245px;
	float: left;
}

.promoright2 {
	width: 291px;
	float: right;
}

#promocontainer {
	width: 100%;
	background: url(images/background-promo.jpg) repeat-y;
	clear: both;
}

#webdesign {
	width: 181px;
	color: #fff;
	float: left;
	padding: 3px 2px 8px 5px;
	margin-right: -6px;
	background: #006599;
}

#webdesignfix {
	width: 179px;
}

#webdesign a {
	color: #fff;
	text-decoration: underline;
}
#webdesign a visited {
	color: #fff;
	text-decoration: underline;
}

#webdesign a:hover {
	color: #d6ecf8;
	text-decoration: underline;
}

#webdesign a:active {
	color: #d6ecf8;
	text-decoration: underline;
}

#graphdesign {
	width: 181px;
	color: #006599;
	float: left;
	padding: 3px 0px 8px 5px;
	background: #d6ecf8;
	margin-left: 3px;
}

#graphdesign a:link {
	color: #006599;
	text-decoration: underline;
}

#graphdesign a:visited {
	color: #006599;
	text-decoration: underline;
}

#graphdesign a:hover {
	color: #4bc0ff;
	text-decoration: underline;
}

#graphdesign a:active {
	color: #4bc0ff;
	text-decoration: underline;
}

#webhosting {
	width: 181px;
	color: #fff;
	float: left;
	padding: 3px 0px 8px 5px;
	background: #006599;
}

#webhosting a {
	color: #fff;
	text-decoration: underline;
}
#webhosting a visited {
	color: #fff;
	text-decoration: underline;
}

#webhosting a:hover {
	color: #d6ecf8;
	text-decoration: underline;
}

#webhosting a:active {
	color: #d6ecf8;
	text-decoration: underline;
}

/*
-----------------------
Main Containers
-----------------------
*/

#main {
	width: 767px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	text-align: left;
	background: url(images/background-body.jpg) repeat-y;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto !important;
}

#main-content {
	width: 100%;
	padding: 5px 5px 100px 5px;
	margin-bottom: 60px;
}

#main-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/*
-----------------------
Header Styles
-----------------------
*/

#headcontainer {
	background: #d6ecf8 url(images/background-header.jpg) top no-repeat;
	width: 767px;
	height: 100px;
	padding: 38px 0px 0px 0px;
}

#header {
	padding-left: 35px;
	float: left;
}

#headernav1 {
	text-align: left;
	padding-left: 10px;
	float: left;
}

#headernav2 {
	text-align: left;
	padding-left: 25px;
	float: left;
}

#headernav3 {
	text-align: left;
	padding-left: 25px;
	float: left;
}

/*
-----------------------
Top Navigation
-----------------------
*/

#topnav {
	width: 767px;
	height: 33px;
	text-align: center;
	background: url(images/background-nav.jpg) repeat-x;
}

/*
-----------------------
Left Navigation
-----------------------
*/

#leftnav {
	width: 196px;
	float: left;
}

#leftnavlinks {
	padding-left: 25px;
}

/*
-----------------------
Body Styles
-----------------------
*/

#bodyContent {
	float: right;
	width: 571px;
}

.topleft {
	float: left;
	width: 44%;
}

.topright {
	float: right;
	width: 56%;
	text-align: right;
	padding-top: 6%;
}

.pricecontainer {
	clear: both;
}

.pricetable {
	float: left;
	width: 70%;
}

.priceinfo {
	float: right;
	width: 30%
}

.wallettable {
	float: right;
	width: 50%;
}

.walletcustom {
	float: left;
	width: 50%;
}

.contactright {
	float: left;
	width: 50%;
}

.contactleft {
	float: left;
	width: 15%;
}

.contactother {
	float: left;
	width: 20%;
}

.contactleft p {
	padding-top: 3px;
}

#testimonials {
	background: #006599 url(images/background-testimonial.jpg) center no-repeat;
	width: 400px;
	clear: both;
	margin-top: 15px;
}

#testimonialtext {
	color: #fff;
	text-align: center;
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#template-popup li {
	background: #fff;
	padding: 10px 0 0px 0px;
	line-height: 2px;
}

#template-popup h1 {
	background: #fff;
	padding: 5px 0 0px 10px;
}




/*
-----------------------
Footer Styles
-----------------------
*/

#footer {
	background: #d6ecf8 url(images/background-footer.jpg) bottom no-repeat;
	width: 100%;
	height: 68px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}

#footercopyright {
	width: 225px;
	position: absolute;
	left: 100px;
	top: 13px;
}
#footernav {
	width: 542px;
	top: 13px;
	left: 245px;
	position: absolute;
}