/* General Styles */
body {
	text-align: center;
	min-width: 780px;
	background: #525552;
	/*font-family: Arial, Verdana, Tahoma, Geneva Sans-Serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 0 10px 10px 8px;
}

h1 {
	font-size: 13px;
}

h2 {
	margin: 0;
 	padding: 0px 10px 0 8px;
	font-size: 11px;
	font-weight: bold;
}


/* other defined elements (ids) */
#wrapper {
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	width: 780px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background: url("images/wrapper_bg.gif");
}


#header {
	width: 100%;
	height:  75px;
	margin: 0 0 0 0;
	text-align: left;
	background: #FFFFFF;
}
#header img {
	vertical-align: text-top;
}

#header a,a:visited,a:link {
	color: #0A50A1;
	font-size: 11px;
}
#header a:hover {
	color: #E70505;
	font-size: 11px;
}


#nav1 {
	width: 100%;
	min-height: 24px;
	height: 24px;
	text-align:center;
	font-size: 12px;
	background: #FFFFFF;
	border-bottom: medium solid #5384BD;
}
#nav1 ul {
	float: left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#nav1 li {
	display: inline;
}
#nav1 a {
	font-size:12px;
	float: left;
	width: 129px;
	height: 20px;
	background-image: url('images/leftcol_h1.png');
	text-decoration:none;
	color: white;
	background-color: #0a50a1;
	padding: 3px 0px 0 0;
	border-right: 1px solid white;
}
#nav1 a:hover {
	background-image: url('images/leftcol_h1_over.png');	
	background-color: #ff9900;
}


#nav2 {
	padding-left: 5px;
	height: 16px;
	font-size: 9px;
	color: #333333;
	background: #f2f2f2;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #5384BD;
}
#nav2 span {
	position: relative;
	top: 1px;
}
#nav2 a, a:link, a:visited {
	font-size: 9px;
	color: #0A50A1;
	text-decoration: none;
}
#nav2 a:hover {
	font-size: 9px;
	color: #E70505;
	text-decoration: none;
}


#leftcol {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 100%;
	min-height: 100%;
	min-height: 100%;
}
#leftcol h1 {
	margin: 0 0 0 0;
	padding: 8px 0 8px 8px;
	background-color: #0a50a1;
	color: #FFFFFF;
	background-image: url('images/leftcol_h1.png');
}
#leftcol ul {
	margin: 0;
	list-style-type:none;
	padding: 0px 0 0 0px;
}
#leftcol li {
	border-bottom: 1px solid #333;
}
#leftcol li a, #leftcol li a:link, #leftcol li a:visited {
	display: block;
	width:  195px;
	padding: 4px 0 4px 4px;
}
#leftcol li a:hover {
	background-image: url('images/leftcol_h1_over.png');	
	background-color: #ff9900;
}
#leftcol a, a:link, a:visited {
	font-size: 11px;
	color: #3f3f3f;
	text-decoration: no
}
#leftcol a:hover{
	color: #0A50A1;
	text-decoration: no
}


#content {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 580px;
	min-width: 570px;
	background: #FFFFFF;
}
#content h1 {
	margin: 0 0 0 0;
	padding: 8px 0 8px 8px;
	color: #0a50a1;
	background-color: #FFFFFF;
}
#content a,a:visited,a:link {
	color: #0A50A1;
	font-size: 11px;
}
#content a:hover {
	color: #E70505;
	font-size: 11px;
}


#footer {
	clear: both;
}
#footer ul {
	margin:0;
	list-style-type:none;
	padding: 0 8px 0 8px;
}
#footer li {
	display: inline;
	padding: 0 5px 0 8px;
	border-left: 1px solid black;
}
#footer li.noborder {
	border-left: none;
}
#footer a, a:link, a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #E70505;
	text-decoration: none;
}

#loginbox {
	display: none;
	position: absolute;
	padding: 20px;
	top: 99px;
	right: 0px;
	width: 200px;
	border:  2px dashed #333;
	background-color: #ffe;
}

#hostingplans {
	margin: 10px;
	margin-left: 10px;
	width: 90%;
}

/* Other elements (classes) */

div.form-container {
	position: relative;
	margin: 10px;
	padding: 15px;
	background-color: #D2D4FF;
	background-color: #F2F2F2;
	background-color: #f9f9f9;
	border: #EEE 1px solid;
	border: #f2f2f2 1px solid;
}
div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}
div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 4px;
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container div.buttonrow {
	margin-left: 124px;
}
div.form-container div.note {
	position: absolute;
	padding: 4px;
	font-size: 90%;
	width: 150px;
	top: 10px;
	right: 20px;
	background-color: #FFC;
	border: #000 1px solid;
}


.copyright {
	font-size: 10px;
}






