/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/header_bg.jpg);
	background-repeat: repeat-x;
	color: #404040;
}

h1
{
	font-size: 16pt;
	color: #bf1c1c;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2
{
	font-size: 14pt;
	color: #bf1c1c;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
}

h2.subtitle
{
	font-size: 10pt;
	color: #404040;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h3
{
	font-size: 11pt;
	color: #bf1c1c;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
}

p
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 20px;
}

a
{
	text-decoration: underline;
	color: #FF0000;
}

a:hover
{
	text-decoration: none;
}

.form_textfield
{
	border: 1px solid #2f2c2c;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
}

.form_textfield_wide
{
	border: 1px solid #2f2c2c;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 300px;
	padding: 2px;
}

.form_textarea
{
	border: 1px solid #2f2c2c;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 500px;
	padding: 2px;
}

.form_button
{
	border: 1px solid #2f2c2c;
	font-size: 8pt;
	background-color: #FFFFFF;
}

#main label
{
	width: 200px;
	display:block;
	margin-top: 10px;
	margin-bottom: 5px;
}

#header
{
	width: 760px;
	height: 119px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}

#header_part1
{
	height: 73px;
}

#header #logo
{
	margin-top: 14px;
	margin-left: 13px;
	margin-bottom:0px;
	padding: 0px;
	float:left;
}

#header .login_box
{
	float:right;
	width:400px;
	margin-top: 40px;
}

#header .login_box .form_textfield
{
	width: 100px;
	font-size: 8pt;
}

#header .login_box label
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left:5px;
}

#header .menu
{
	margin-left:25px;
	margin-right:10px;
	margin-top: 12px;
	margin-top: 12px !important;
	margin-bottom: 13px;
	padding: 0px;
}

#header .menu li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#header .menu li a
{
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}

#header .menu li a:hover
{
	background-image: url(/img/menu_over_bg.jpg);
}

#main
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}

#main #content
{
	padding: 0px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}

#main #content p
{
	text-align: justify;
}

.list
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.list li
{
	background-image: url(/img/bullet.jpg);
	padding-left: 15px;
	line-height: 250%;
	background-repeat: no-repeat;
	background-position: left center;
}

#main #content #plans_menu
{
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	height: 460px;
}

#main #content #plans_menu li
{
	padding: 0px;
	width: 340px;
	height: 114px;
	margin-bottom: 2px;
}

#main #content #plans_menu li .features
{
	color: #6b6969;
	position: relative;
	top: 10px;
	left: 190px;
	width: 200px;
	font-size: 8.7pt;
	line-height: 110%;
}

#main #content #plans_menu li .order
{
	color: #d41717;
	position: relative;
	top: 30px;
	left: 45px;
	width: 200px;
	font-size: 9pt;
	line-height: 150%;
	font-weight: bold;
}

#main #content #plans_menu li .compare
{
	color: #d41717;
	position: relative;
	top: 50px;
	left: -30px;
	width: 300px;
	font-size: 8pt;
	line-height: 150%;
}

#main #content #plans_menu li a
{
	text-decoration: none;
	color: #d41717;
}

.box
{
	width: 323px;
	background-image: url(/img/box_side_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f3f3f3;
	border: 1px solid #eaeaea;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 31px;
	margin-top: 20px;
}

.box:hover
{
	background-color: #EAEAEA;
}

.box label
{
	width: 70px;
	display: block;
	float: left;
}

.box_wide
{
	background-image: url(/img/box_side_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f3f3f3;
	border: 1px solid #eaeaea;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 31px;
	margin-top: 20px;
}

#main #content .box ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
}

#main #content .box ul li
{
	padding-bottom: 10px;
	background-image: none;
	padding-left: 0px;
	line-height: normal;
}

#footer
{
	background-image: url(/img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
}

#footer a
{
	color: gray;
}

#footer .menu
{
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#footer .menu li
{
	display: inline;
	margin-right: 5px;
	font-size: 9pt;
}

#footer .copyright
{
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 8pt;
	color: #FFFFFF;
}

#features_promo
{
	background-image:url(/img/web_hosting_features.jpg);
	width:760px;
	height:177px;
}

#features_promo ul
{
	width: 320px;
	list-style-type: none;
	margin-left: 420px;
	margin-top: 0px;
	padding-top: 54px;
	padding-left: 0px;
	font-size: 8pt;
}

#features_promo ul li
{
	float: left;
	width: 130px;
	padding-left: 15px;
	background-image: url(/img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 160%;
}

.back_top
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-size: 8pt;
}

.back_top a
{
	color: gray;
	text-decoration: none;
}

.plans tr td
{
	text-align: center;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;

}

.plans .head1
{
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;

}

.plans .head2
{
	background-color: #F1F1F1;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.plans .head3
{
	text-align: left;
}

.error{
	color: red;
	background-color: #F8F8F8;
	border: 1px solid #A89F9F;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#fullscreenbox{
	background-color: #000000;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	position: absolute;
	height: 100%;
	width: 100%;
}

#feedbackbox{
	position: absolute;
	background-image: url(img/feedback_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	width: 500px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	top: 120px;
	display: block;
	line-height: 100%;
	vertical-align: middle;
}
