/*
* style.css
* Copyright 2007 - www.webstaworks.com.au
* Last Updated: 21-Jan-07
*/

/* ---- LAYOUT ---- */
body {
	background: #d3cdb3 url(images/background.gif) repeat-x;
	margin-top: 5px;
	color: #4a4a49;
}
#doc3 {
	margin: auto;
}
#header, #main_content, #bottom, #footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#logo {
	width: 300px;
	height: 79px;
	float: left;
}
#top-nav {
	float: left;
	padding-top: 60px;
	padding-left: 20px;
	position: relative;
}
#top-nav li {
	display: inline;
	padding-right: 15px;
}
#top-nav li a {
	color: #01424a;
	text-decoration: none;
	border-bottom: 1px dotted #01424a;
}
#top-nav li a:hover {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}
#divider {
	width: 680px;
	clear: both;
	margin: auto;
	padding-bottom: 10px;
}
#main_content {
	/*height: 240px;
*/
	min-height:240px;
  padding-bottom: 20px;
}
#bottom_wrapper, #footer_wrapper {
	clear: both;
	background: #015862;
	color: #ffffff;
}
#bottom_wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ---- CONTENT ---- */
body {
	font-family: Tahoma;
}
p {
	line-height: 1.45em;
}
#main_content a {
	color: #01424a;
}
#bottom_wrapper a {
	color: #d3cdb3;
}
.hide-title {
	position: absolute;
	left: -3000px;
}
.title {
	padding-bottom: 5px;
}
strong {
	font-weight:bold;
}
.left-img {
	float: left;
	margin-right: 5px;
}
.right-img {
	float: right;
	margin-left: 5px;
}
table#points {
	border-collapse: separate;
	border-spacing: 0 2em;
}
table#points td {
	padding: 0.5em 1em;
}
table#points td.service {
	text-align: right;
	vertical-align: top;
}
table#points td.desc {
	border-left: 2px solid #015862;
	line-height: 1.45em;
}
table#hosting tr.head {
	text-align: center;
	font-weight: bold;
	background-color: #4a4a49;
	color: #ffffff;
}
table#hosting td.plan_features {
	text-align: right;
	font-weight: bold;
}
table#hosting td {
	text-align: center;
	padding: 5px;
}
table#hosting tr.odd {
}
table#hosting tr.even {
	background-color: #ccc6ae;
}
.port-description {
  text-align:left;
  width:500px;
}
#contact-left {
  text-align:right;
}
h2 {
	font-weight: bold;
}
#bottom_wrapper {
	font-size: 107%;
}
#bottom li {
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	padding-bottom: 12px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

/* Forms 
------------------------------------------------------------------------------- */
.error {
  color:#015862;
  font-weight:bold;
}
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
	margin:auto;
}

legend {
	color: #4a4a49;
  font-weight:bold;
  font-size:122%;	
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
	font-weight:bold;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    font-size: 122%;
    color:#015862;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #ffffff;
}
form input.checkbox,
form select {
    font-size: 122%;
    color:#015862;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	font-size: 122%;
	color:#015862;
  	margin-top: 3px;
	width: 350px;
	height: auto;
	display: block;
}

form input.button {
    font-size:122%;
    font-weight:bold;
    clear: left;    
    border-color:#015862;
    height: 25px;
}
.form_checkbox {
	display:inline;
	color:#015862;
	width:20px;
	position:relative;
}
.form-box-contact {
  border: 1px solid #4a4a49; /*015862*/
  padding-top:10px;
  margin-right:50px;
}
.form-box {
  border: 1px solid #4a4a49; /*015862*/
  padding-top:10px;
  margin-right:100px;
  margin-left:100px;
  /*background-color: #ccc6ae;*/
}
