* {
  margin:0px;
  padding:0px; 
}

body {	
	text-align: left;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	font-size: .8em;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

img
{
	border: 0px;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px;
	min-height: 100%;
	height: auto;
}

#top {
  width: 800px;
  height: 120px;
  background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#top img
{
	float:left;
}

#top p
{
	float:left;
	font-size: 9px;
	text-align:right;
	margin-left:70px;
	margin-top:24px;
	margin-bottom:-20px;
	width:350px;
	color: #303030;
}

.orange {
  color:#ea9c17;
}

.small {
  font-size:6px;
}

#left {
  width: 200px;
  height: 415px;
  background-image: url(../images/left-bg.png);
	background-repeat: no-repeat;
	float:left;
	_margin-top:-3px;
	padding-left:30px;
	padding-right:10px;
}

#left ul{
  list-style-type:none;  
  margin-left:10px;
  margin-top:6px;
  margin-bottom:30px;
}

#left ul li{
	font-size: 13px;
  width:160px;
  height:33px;
	text-align: left;
	padding-top:17px;
}

#left .ico1 {	background: url(../images/icons/ico1.png) right center no-repeat;}
#left .ico2 {	background: url(../images/icons/ico2.png) right center no-repeat;}
#left .ico3 {	background: url(../images/icons/ico3.png) right center no-repeat;}
#left .ico4 {	background: url(../images/icons/ico4.png) right center no-repeat;}
#left .ico5 {	background: url(../images/icons/ico5.png) right center no-repeat;}

#left a{
  color:#5c5c5c;
  text-decoration:none;  
	font-weight: bold;
}

#left a:visited{
  color:#5c5c5c;
  text-decoration:none;  
	font-weight: bold;
}

#left a:hover{
  color:black;
  text-decoration:none;  
	font-weight: bold;
}

#right {
  padding: 25px 50px 25px 30px;
  width: 480px;
  background-image: url(../images/right-bg.png);
	background-repeat: no-repeat;
	float:left;
	_margin-top:-3px;
}

h1 {
  display:none;
}

h2 {
  font-size: 16px;
}

h3 {
  padding-top:10px;
  padding-bottom:3px;
  font-size: 13px;
}

#right ul {
  font-size: 11px;
  list-style-image: url(../images/arrow.png);
  _list-style-image: url(../images/arrow-ie.png);
}

#right li {
  margin-left:20px;
}

#box {
  margin-top: 15px;
  margin-right: 20px;
  float:left;
}

.domains {
  width:200px;
}

label {
  width:150px;
  float:left;
}

input {
  margin-bottom:6px;
}

select {
  margin-bottom:6px;
}

a{
  color:#5c5c5c;
  text-decoration:underline;
}

a:visited{
  color:#5c5c5c;
  text-decoration:underline;
}

a:hover{
  color:black;
  text-decoration:none;  
}
