body {
	color: #000;
	font-size: 12px;
	font-family: verdana, arail, georgia, times, "times new roman", serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #fff;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
}
#container {
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
	width: 790px;
}
#banner {
	height: 95px;
	border-bottom: 1px solid silver;
}
#banner h1 {
	margin: 0;
	padding: .5em;
}
#nav {
	margin-top: 15px;
	margin-left: 10px;
	padding-top: 1em;
	width: 160px;
	float: left;
	border: solid 1px silver;
}
#nav td {
	color: #444;
	font-size: 12px;
	font-weight: bold;
}
#nav p { margin-top: 0; }
#content {
	padding-top: 1em;
	margin: 0 2em 0 200px;
}
#content h2 { margin-top: 0; }
#footer {
	text-align: center;
	font-size: 10px;
	background-color: #fff;
	text-align: right;
	position: relative;
	top: 10px;
	clear: both;
}

/*********PAGE STYLES ***************/
fieldset { margin-top: 8px; }
legend { color: #165bA0; font-weight: bold; }
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	top: 8px;
}
a {color: #000}
a:visited {color: #666}
h2.packages {padding-top: 8px}
#navigation a  { color:#444;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	bottom: 16px;
	left: 10px }
.error {color: red}
#searchbox      { background-image: url(/images/searchbox.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	top: -35px;
	right: -37px;
	width: 550px;
	height: 85px }		
img.youspoke   { position: relative;
	top: 45px;
	left: -40px }
img.logo { position: relative;
	top: 15px;
	left: 10px}
div#alreadyhave  { background-image: url(/images/transfertous.jpg);
	background-repeat: no-repeat;
	height: 105px }
div#havetext {
	font-size: 12px;
	padding-top: 7px;
	position: relative;
	left: 150px;
	width: 160px;
}
div#havetext a {color: #000000}
div#intro    { color: #333;
	font-size: 14px;
	font-weight: bold;
	font-style: small-caps;
	margin-top: -5px;
	margin-bottom: 8px;
	position: relative;
	top: -7px ;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#intro b  { color: #B30101;
	font-size: 13px;
	font-weight: bold }
#packages td  { padding: 3px;
	border: dotted 1px silver }
div#breadcrumbs {}
div#questions  { background-image: url(/images/questions.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	height: 80px }
.questionstext   { color: #3F3F3F;
	position: relative;
	top: 45px;
	left: 13px }

div#transferto {color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	width: 322px;
	background-color: #165BA0}
.text  { margin-left: 10px;
	position: relative;
	top: 4px }
.smtext {
	margin-left: 10px;
	position: relative;
	top: 4px;
	font-size: 11px;
}
.box1 {
	height: 110px;
	background-image: url(/images/box1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.box2 {
	height: 110px;
	background-image: url(/images/box2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.box3 {
	height: 110px;
	background-image: url(/images/box3.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.box4 {
	height: 110px;
	background-image: url(/images/box4.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div#domaininfo {
	color: #404950;
	font-size: 13px;
	font-weight: bold;
	height: 100px;
	width: 100%;
	background-color: #DADDF0;
	margin-top: 18px;
}
img.anuad {
	position: relative;
	left: 2px;
}
img.contactustop {
	position: relative;
	top: 25px;
	left: 204px ;
	padding-bottom: 5px;
}
/***********FAQ STYLES****************/
.faqon { color: #165ba0;
	background-color: #e1e1e1;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 3px 3px 2px;
	border-color: silver;
	border-width: 1px;
}
.faqoff {color: #000000; }

/**************DROP SHADOW***********************/
.shadowcontainer {position: relative;
	left: 1px;
	top: 1px;
	color: silver;
}
.shadowtop {position: absolute;
	left: -1px;
	top: -1px;
	color: #000000;
}
