body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #4d4d4d;
	margin: 0px;
}

img {
	border:none;
}

input[type='text'],input[type='password'], textarea, select {
  border:1px solid #000;
  padding:5px;
  margin:3px 0px 3px 0px;
}

input[type='text']:focus,input[type='password']:focus, textarea:focus, select:focus {
	border:1px solid red;
}

a {
  text-decoration:none;
  color:#006699;
}

a:hover {
  color:#ff6699;
}

#container {
	padding: 10px 0px 0px 0px;
	background: #777777 url(../images/pagebg.jpg) repeat-x 0 0;

}

#wrapper {
	width: 920px;
	margin:auto;
	padding-bottom:20px;
}
#header {
	height: 90px;
	width: 920px;
}
#logo {
	float:left;
}
#topmenu {
	float:right;
	padding-top:10px;
	color:#999;
}
#topmenu a {
	color:#999;
	font-size:10px;
	text-decoration:none;
}
#topmenu p {
	font-size:20px;
	text-align:right;
	color:#006699;
}
#navigation {
	height: 35px;
	width: 920px;
	background: url(../images/navbg.jpg) no-repeat;
}
#navigation ul {
	margin:0;
	list-style: none;
	padding:1px 0px 0px 10px;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	text-decoration:none;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 8px 10px 10px 10px;
}
#navigation ul li a:hover {
	background: url(../images/navhover.jpg);
}
#specials {
	height: 100px;
	width: 920px;
	margin:10px 0px 10px 0px;
}
#slidebar {
	height: 130px;
	width: 920px;
}
#content {
	width: 920px;
	margin:10px 0px 10px 0px;
}
#content #left {
	float: left;
	width: 657px;
}
#content #left #main {

}
#content #left #main h1 {
	background:url(../images/titlebg.png) no-repeat;
	height:86px;
	margin:0px 0px 10px 0px;
	padding:55px 0px 0px 20px;
	color:#fff;
}
#content #left #main div {
	margin-top:0px;
	background:#fff;
	width:615px;
	padding:20px;
	color:#666;
	min-height:250px;
	border-bottom:solid 5px #006699;
	border-top:solid 3px #006699;
}
#content #left #main div p {
	text-align:justify;
	line-height:20px;
}
#content #left #main div h2 {
	color:#006699;
}
#content #left #main div li {
	line-height:20px
}
#content #left #main #homepage {
	width:645px;
	margin:0;
	padding:5px;
}
#content #right {
	float: right;
	width: 255px;
}
#content #right #box1 {
	background: url(../images/rightbox.gif) no-repeat;
	width: 256px;
	height: 155px;
	padding: 0px 0px 0px 15px;
}
#content #right #box2 {
	background: url(../images/rightbox.gif) no-repeat;
	width: 256px;
	height: 155px;
	padding: 0px 0px 0px 15px;
}
#content #right #box1 h5,#box2 h5 {
	margin:0px;
	font-size:12px;
	color:#bb9966;
	padding: 5px 0px 5px 50px;
}

#footer {
	width: 100%;
	background: url(../images/bg_foote.jpg);
	text-align:center;
	color:#999;
	padding: 20px 0px 20px 0px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	border-top:solid 1px #006699;
	border-bottom:solid 1px #006699;
	color:#006699;
}

.hostingtable {

}
.hostingtable th {
	text-align:left;
}

.hostingtable .even {
	background:#EBEBEB;
}

.hostingtable .tick {
	background: url(../images/tick.png) no-repeat center;
}
.error {
  color:red;
  background:#ffee99;
  list-style:none;
}

.error ul {
  width:500px;
}
