* { padding: 0; margin: 0; }

body
{
	background: url(/images/bg.body_index.gif) repeat-x #ff7800;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
	line-height: 150%;
}

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

a img
{
    border: none;
}

fieldset
{
	border: none;
}

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

#container
{
    position: relative;
    width: 860px;  
    margin: 0 auto;
}

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

#header
{
	position: relative;
	float: left;
	width: 860px;
	padding: 30px 0px 0px 0px;
	height: 270px;
	margin-bottom: 15px;
}

#header h1
{
	position: relative;
	float: left;
	line-height: 50px;
	text-indent: -1000em;
	width: 860px;
	background: url(/images/logo_index.gif) no-repeat;
}

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

div.content
{
	position: relative;
	float: left;
	width: 270px;
	margin-right: 25px;
	margin-bottom: 15px;
}

div.right
{
	float: right;
	margin-right: 0px;
}

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

div.content h2
{
	font-size: 20px;
	margin-bottom: 15px;
	color: #000000;
}

div.content p
{
	padding-bottom: 5px;
}

div.content ul
{
	position: relative;
	float: left;
	width: 270px;
	list-style: none;
	margin-bottom: 10px;
}

div.content ul li
{
	position: relative;
	float: left;
	display: inline;
	padding: 3px 5px;
	background: #ed4e00;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	white-space: nowrap;
}

div.content ul.features
{
	margin-bottom: 0px;
}

div.content ul.features li
{
	background: #666666;
}

div.content ul.examples
{
	margin-top: 10px;
}

div.content ul.examples li
{
	background: #FFFFFF;
}

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

#create
{
	position: relative;
	float: left;
	width: 500px;
	padding: 15px 180px 15px 180px;
	margin-bottom: 15px;
	background: #ed4e00;
}

#create h2
{
	font-size: 20px;
	text-align: center;
	width: 490px;
	margin-bottom: 15px;
	color: #ffdaa9;
	background: #dc1a00;
	padding: 5px;
	line-height: 150%;
}

#create div.error
{
	margin-bottom: 15px;
	background: #FFFFFF;
	padding: 5px;
	width: 490px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#create fieldset
{
	position: relative;
	float: left;
	width: 500px;
}

#create fieldset label
{
	position: relative;
	float: left;
	width: 500px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

#create fieldset input
{
	position: relative;
	float: left;
	width: 487px;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#create fieldset input.subdomain
{
	width: 280px;
	margin-right: 5px;
}

#create fieldset span
{
	position: relative;
	float: left;
	line-height: 32px;
	margin-right: 5px;
	color: #ffdaa9;
	font-weight: bold;
}

#create fieldset span.check
{
	float: right;
	color: #FFFFFF;
}

#create fieldset button
{
	position: relative;
	float: right;
	height: 40px;
	width: 200px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}

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

#footer
{
	position: relative;
	float: left;
	width: 860px;
	height: 60px;
}

#footer span.contact
{
	position: relative;
	float: left;
	background: #FFFFFF;
	padding: 3px 5px;
	font-size: 16px;
}

#footer span.contact a
{
	font-weight: bold;
}

#footer span.copyright
{
	position: relative;
	float: right;
}