* { padding: 0; margin: 0; }

body
{         
    background: url(/images/pages/bg.body.gif) repeat-x #2d78ac;                                                             
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	font-size: 62.5%;
    line-height: 165%;
}

a
{                            
    -moz-outline-style: none;
    color: #A6DBFF;    
    text-decoration: underline;
}
                    
a:hover
{     
    text-decoration: none;                           
}

a img
{
    border: none;
}

/* ###################################################################################### */

#container
{
    position: relative; 
    width: 780px;  
    margin: 0 auto;             
    font-size: 1.3em;
    text-align: left;       
}

/* ###################################################################################### */

#navigation
{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
}

#navigation ul
{
	position: relative;
	float: left;
	list-style: none;
}

#navigation ul li
{
	display: inline;
	margin-right: 15px;
	line-height: 40px;
}

#navigation ul li a
{
	color: #c4e7fe;
}

#navigation ul li a.sel
{
	text-decoration: none;
	color: #FFFFFF;
}

#navigation ul.user
{
	float: right;
}

#navigation ul.user li
{
	margin-right: 0px;
	margin-left: 15px;
}

/* ###################################################################################### */

#header
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#header h1
{
	
	text-indent: -1000em;
	float: left;
	width: 100%;
	margin-top: 30px;
	height: 90px;
	border-top: 1px solid #3f8abe;
	border-bottom: 1px solid #3f8abe;
}

#header h1.home
{
	background: url(/images/pages/home.gif) 0px 15px no-repeat;
}

#header h1.about
{
	background: url(/images/pages/about.gif) 0px 15px no-repeat;
}

#header h1.price
{
	background: url(/images/pages/price.gif) 0px 15px no-repeat;
}

#header h1.faq
{
	background: url(/images/pages/faq.gif) 0px 15px no-repeat;
}

#header h1.signup
{
	background: url(/images/pages/signup.gif) 0px 15px no-repeat;
}

#header h1.signin
{
	background: url(/images/pages/signin.gif) 0px 15px no-repeat;
}

/* ###################################################################################### */

#content
{
	position: relative;
	float: left;
	padding: 30px 0px;
	width: 100%;
}

#content h2
{
	font-size: 1.3em;
	line-height: 170%;
	padding-bottom: 10px;
}

#content h3
{
	font-size: 1.3em;
	line-height: 130%;
	padding-bottom: 5px;
	color: #c4e7fe;
}

#content p
{
	line-height: 170%;
	padding-bottom: 10px;
}

#content p.faq
{
	padding-bottom: 25px;
	line-height: 150%;
}

#content p.faq2
{
	padding-bottom: 0px;
	line-height: 150%;
}

#content ul 
{
	position: relative;
	float: left;
	padding-left: 30px;
	list-style: circle;
	padding-bottom: 10px;
}

#content li
{
	padding-bottom: 10px;
	list-style: circle;	
}

#content table
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content table td
{
	background: #3f8abe;
	padding: 5px;
	border: 1px solid #2d78ac;
}

#content table th
{
	background: #0e5788;
	padding: 5px;
	border: 1px solid #2d78ac;
}

#content table th span
{
	font-size: 17px;
}

#content a.signup
{
	position: relative;
	float: left;
	padding: 15px 10px 15px 10px;
	background: #176294;
	width: 340px;
	text-decoration: none;
}

#content a.signup:hover
{
	background: #0c4c77;
}

#content a.signup h1
{
	color: #c4e7fe;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#content a.signup:hover h1
{
	text-decoration: none;
}

#content a.signup span
{
	text-decoration: none;
	color: #FFFFFF;
	float: left;
}


/* ###################################################################################### */

#content div.left
{
	position: relative;
	float: left;
	width: 360px;
}

#content div.right
{
	position: relative;
	float: right;
	width: 360px;
}

#content div.center
{
	position: relative;
	float: left;
	width: 360px;
	padding-left: 210px;
}

/* ###################################################################################### */

#error
{
	float: left;
	width: 340px;
	display: none;
	background: #FF0000;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

fieldset
{
	float: left;
	border: none;
	width: 100%;
	padding-bottom: 15px;
}

fieldset label
{
	float: left;
	width: 100%;
	margin-bottom: 3px
}

fieldset input
{
	float: left;
	width: 350px;
	padding: 3px;
	margin-bottom: 15px
}

fieldset input#subdomain
{
	width: 160px;
}

fieldset span
{
	float: left;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	color: #cfebff; 
}

fieldset span.status_free
{
	float: right;
	color: #00FF00;
}

fieldset span.status_taken
{
	float: right;
	color: #FF0000;
}

fieldset.terms label
{
	width: auto;
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: normal;
	margin-right: 15px;
	line-height: 20px;
}

fieldset.terms input
{
	width: 15px;
	margin-right: 5px;
	margin-top: 4px;
	height: 13px;
	padding: 0px;
	float: left;
}

fieldset div.info
{
	width: 100%;
	float: left;
	font-size: 11px;
}

button
{
	padding: 5px;
	float: right;
}

/* ###################################################################################### */

#footer
{
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #1a6598;
	line-height: 60px;
	font-size: 1.3em;
	color: #0e4468;
	text-align: center;
	margin-bottom: 10px;
}

#footer span
{
	color: #A6DBFF;
}

/* ###################################################################################### */

#terms p
{
	line-height: 130%;
}

#terms h1
{
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}