/* Global
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 75%;
	line-height: 1.25em;
	color: #999999;
	text-align: center; /* IE/Win */
}

a {
	color: #6633CC;
	border-bottom: solid 1px #D1C1F0;
	text-decoration: none;
}

a:visited {
	border-bottom: none;
}

/* Header
----------------------------------------------- */

#header {
	position: relative;
	height: 135px;
	width: 750px;
	margin: 45px auto 5px auto;
	text-align: left; /* IE/Win */
}

h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 35px;
	left: 0px;
	width: 415px;
	height: 100px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/global/header.jpg) left top no-repeat;
}

#tagline {
	display: block;
	position: absolute;
	top: 35px;
	left: 420px;
	width: 163px;
	height: 100px;
	background: url(/images/global/tagline.gif) left top no-repeat;
}

#certified {
	display: block;
	position: absolute;
	top: 35px;
	left: 588px;
	width: 162px;
	height: 100px;
	background: url(/images/global/certified.gif) left top no-repeat;
}

h1 a span,
#tagline span,
#certified span {
	position: absolute;
	left: -3000px;
}

/* Navigation
----------------------------------------------- */

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: -1px;
	height: 35px;
	width: 752px;
	border-top: solid 3px #D4E7C0;
	list-style-type: none;
}

#nav li {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -3px;
	height: 20px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center 7px;
	background-repeat: no-repeat;
	border-bottom: none;
}

#nav li a span {
	position: absolute;
	left: -3000px;
}

#nav_home {
	left: 28px;
	width: 55px;
}

#nav_home a {
	background-image: url(/images/global/btn_home_off.gif);
}

#nav_home a:hover,
#nav_home a.current {
	background-image: url(/images/global/btn_home_on.gif);
	background-color: #A48FB8;
}

#nav_services {
	left: 102px;
	width: 70px;
}

#nav_services a {
	background-image: url(/images/global/btn_services_off.gif);
}

#nav_services a:hover,
#nav_services a.current {
	background-image: url(/images/global/btn_services_on.gif);
	background-color: #A48FB8;
}

#nav_hosting {
	left: 191px;
	width: 144px;
}

#nav_hosting a {
	background-image: url(/images/global/btn_hosting_off.gif);
}

#nav_hosting a:hover,
#nav_hosting a.current {
	background-image: url(/images/global/btn_hosting_on.gif);
	background-color: #A48FB8;
}

#nav_products {
	left: 354px;
	width: 73px;
}

#nav_products a {
	background-image: url(/images/global/btn_products_off.gif);
}

#nav_products a:hover,
#nav_products a.current {
	background-image: url(/images/global/btn_products_on.gif);
	background-color: #A48FB8;
}

#nav_membership {
	left: 446px;
	width: 97px;
}

#nav_membership a {
	background-image: url(/images/global/btn_membership_off.gif);
}

#nav_membership a:hover,
#nav_membership a.current {
	background-image: url(/images/global/btn_membership_on.gif);
	background-color: #A48FB8;
}

#nav_about {
	left: 562px;
	width: 77px;
}

#nav_about a {
	background-image: url(/images/global/btn_about_off.gif);
}

#nav_about a:hover,
#nav_about a.current {
	background-image: url(/images/global/btn_about_on.gif);
	background-color: #A48FB8;
}

#nav_contact {
	left: 658px;
	width: 66px;
}

#nav_contact a {
	background-image: url(/images/global/btn_contact_off.gif);
}

#nav_contact a:hover,
#nav_contact a.current {
	background-image: url(/images/global/btn_contact_on.gif);
	background-color: #A48FB8;
}

/* Body
----------------------------------------------- */

#body {
	position: relative;
	width: 750px;
	margin: 0 auto 35px auto;
	padding: 0;
	background: #FFFFFF url(/images/global/sidebar.gif) right bottom repeat-y;
	text-align: left; /* IE/Win */
}

p {
	margin: .83em 0;
}

#content {
	width: 400px;
	padding-top: 21px;
	height: 363px;
}

/* Hide from IE/Mac \*/
html>body #content {
	height: auto;
	min-height: 363px;
}
/* End hide from IE/Mac */

#ad {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	height: 205px;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: solid 5px #FFFFFF;
}

#ad * {
	position: absolute;
	left: -3000px;
}

h3 {
	font-size: 100%;
	margin-top: 2.5em;
	margin-bottom: .83em;
	color: #8C8C8C;
}

ul {
	margin: .83em 0 .83em 1.5em;
	padding-left: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	border-bottom: none;
}

/* Footer
----------------------------------------------- */

#footer {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	font-family: "Verdana", "Arial" "Helvetica", sans-serif;
	font-size: 80%;
	line-height: 1.2em;
	color: #B4B4B4;
	padding-bottom: 45px;
}

#footer a {
	color: #B4B4B4;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #6633CC;
	border-bottom: solid 1px #D1C1F0;
}
