body,td,th,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height:14pt;
}
body {
	background-color: #FFFFFF;
	margin:0;
	background-image:url(/images/builds/1/main/bg.png);
	background-position:center;
	background-repeat:repeat-y;	
}
caption {
	display:none;
}
th {
	text-align:left;
}
a:link {
	color: #000000;
	text-decoration: none;
	/*border-bottom:1px dotted #999999;*/
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	/*border-bottom:1px dotted #999999;*/
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom:none;
}
a:active {
	text-decoration: none;
	color: #999999;
	border-bottom:1px dotted #999999;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:lighter;
	text-decoration:none;
	text-transform:capitalize;
	line-height:normal;
}
img, a img {
	border:none;
}
.none {
	display:none;
}
input, textarea, select {
	border:1px solid #666666;
	background-color:#ffffff;
	color:#000000;
	font-size:9pt;
}
input:hover, textarea:hover, select:hover {
	background-color:#CCCCCC;
	color:#000000;
}
input:focus, textarea:focus, select:focus {
	background-color:#FFFFFF;
	color:#000000;
}
input.image {
	border:none;
	background:none;
	margin:0;
	padding:0;
}
.smalltext {
	font-size:8pt;
	line-height:normal;
}
.hr, hr {
	position:relative;
	width:220px;
	height:6px;
	margin:10px auto 10px auto;
	background-image:url(/images/builds/1/misc/hr.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
}
/*div.switchcontent {
	border: 1px solid #000000;
	padding:5px;
}*/
acronym {
	border-color:#000000;
}
li.list {
	list-style-position:outside;
	list-style-type:circle;
}
div.recommended {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 5px 0;
	border:1px solid #cccccc;
	background-color:#ffffff;
	color:#000000;
}
.backbutton {
	margin-right:40%;
}
/* start build */
/* header */
#header {
	position:relative;
	background-image:url(/images/builds/1/main/main_01.png);
	background-repeat:repeat-x;
	background-position:left;
	height:98px;
}
/* add logo */
#logo {
	background-image:url(/images/builds/1/main/main_02.png);
	background-repeat:no-repeat;
	background-position:left;
	width:780px;
	height:98px;
	position:relative;
	margin:0 auto 0 auto;
}
/* main container */
#maincontainer {
	position:relative;
	margin:0 auto 0 auto;
	width:780px;
	height:auto;
}
/* menu */
#menu {
	position:relative;
	width:auto;
	background-image:url(/images/builds/1/main/main_04.png);
	background-repeat:repeat-x;
	background-position:top;
	height:22px;
	text-align:right;
}
#menu_holder {
	position:relative;
	padding:0;
	width:780px;
	text-align:right;
	height:22px;
	margin:0 auto 0 auto;
}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
#menu li {
	padding:0;
	margin:0;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:inline;
}
#menu li a {
	padding:0px 10px 5px 10px;
	margin:0;
	height:15px;
	border:none;
	color:#FFFFFF;
	font-size:10pt;
	vertical-align:bottom;
	font-weight:normal;
}
#menu li a:hover {
	color:#333333;
	background-color:#FFFFFF;
}
/* right nav */
#rightnav {
	width:207px;
	position:absolute;
	height:auto;
	border:1px dotted #cccccc;
	right:3px;
	padding:5px;
	top:25px;
}
#rightnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	list-style-image:none;
}
#rightnav li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
#rightnav li.head {
	border-bottom:1px solid #cccccc;
	width:auto;
	height:auto;
	font-size:8pt;
	display:block;
	line-height:normal;
	/*padding: {css_submenupadding};*/
	margin:5px 0 2px 0;
	font-weight:bold;
	color:#666666;
}
#rightnav li a {
	border-bottom:1px solid #efefef;
	width:auto;
	height:16px;
	font-size:8pt;
	display:block;
	line-height:normal;
	margin:0;
	/*padding: {css_submenupadding};*/
	font-weight:lighter;
	text-decoration:none;
}
#rightnav li a:hover {
	background-color:#666666;
	color:#FFFFFF;
}
/* holder */
#holder {
	width:auto;
	height:auto;
	position:relative;
	padding:0;
}
/* padding */
#padding {
	width:540px;
	height:auto;
	position:relative;
	padding:10px;
}
/* services page */
#services_page {
	position:relative;
	height:560px;
	width:auto;
}
#services_page ul {
	margin:0;
	padding:0;
	list-style:none;
}
#services_page ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
}
.services_package {
	width:240px;
	height:190px;
	padding:0;
	margin: 0 0 10px 10px;
	display:block;
	/*background-image:url(/images/builds/1/pages/services/packagebg.png);
	background-position:bottom;
	background-repeat:no-repeat;*/
}
.services_package span {
	font-size:14pt;
	font-style:italic;
}
.services_package a:link, .services_package a:visited {
	font-weight:normal;
	display:block;
	width:230px;
	height:170px;
	padding:5px;
	border:solid 1px #cccccc;
	background-image:url(/images/builds/1/pages/services/packagebg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
}
.services_package a:hover {
	color:#FFFFFF;
	height:170px;
	background-image:url(/images/builds/1/pages/services/packagebg_over.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.services_package a:hover span {
	color:#333333;
}
#services_featuresbg, .alias3bg {
	background-image:url(/images/builds/1/pages/services/featuresbg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
	padding:10px;
	border:1px solid #cccccc;
}
#services_featuresbg h2 {
	margin:0;
}
/* signup page */
.signup_orderstatus {
	padding:2px;
	width:auto;
	height:auto;
	font-size:8pt;
	background-color:#FFFFFF;
	color:#666666;
	margin:2px;
	border:1px solid #cccccc;
}
.signup_additionalfeatures {
	padding:2px;
	width:auto;
	height:auto;
	background-color:#cccccc;
	margin:2px;
	border:1px solid #ffffff;
}
/* error div */
#error {
	position:relative;
	width:auto;
	height:auto;
	padding:20px;
	border: 1px solid #ff0000;
	background-color:#FFCCCC;
	background-image:url(/images/builds/1/misc/errorbg.png);
	background-position:left;
	background-repeat:no-repeat;
}
#error b {
	color:#CC0000;
}
#error li {
	color:#CC0000;
	list-style-type:disc;
}
#error a {
	color:#CC0000;
}
/* info div */
#info {
	position:relative;
	width:auto;
	height:auto;
	margin:10px;
	padding:5px;
	border: 1px solid #cccccc;
	background-image:url(/images/builds/1/pages/services/featuresbg.png);
	background-position:center;
	background-repeat:repeat-x;
}
/* footer */
#footer {
	padding: 10px 0 10px 0;
	border-top:1px solid #cccccc;
	font-size:8pt;
	text-align:center;
	font-weight:normal;
}
#footer a {
	font-weight:normal;
}
