/* CONTAINER */
 
		#container {
			position: relative;
			width: 910px;
			/* Lucida Grande for the Macs, Tahoma for the PCs */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			line-height: 1.5em;
			color: #000000;
			background-image:url('../images/background3.png');
			left: 0px;
			top: 0px;
			right: 905px;
			bottom: 0px;
		}
		
/* GENERAL */
		body {
			background-color: #717a62; /*change to #296647*/
      background-image:url('../images/background.png');
			height:100%;
		}
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: Green;
			margin-bottom: 30px;
		}
		
		h2 {
			color: #333333;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		a {
			color:#006600;
			text-decoration: none;
		}

		a:hover {
			color: #0000cc;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFFFFF;
			color: #999999;
			border: 1px solid #666666;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			/*border-bottom: 4px solid #a3b08d; */
			padding-top: 14px;
			clear: both;
			padding-bottom: 60px;
			background-image:url('../images/austin_skyline3.png');
		}
		

		/* the slogan */
		#header p { 
			position:relative;
			font-style:italic;			
			margin-top: 0px;
			margin-left: 0px;
			left: 48px; 
			top: 0px;
			color: #000000;
		}

		/* Legal subnav Styles */
#legalsubnav {
	position:absolute;
				font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 9px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top: 7px;
	margin-bottom: 0px;
}


#legalsubnav ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#legalsubnav li {
	float: left;
}
#legalsubnav a {
	text-decoration: none;
	color: #333333;
	display: block;
	margin: 0 1px;
	padding: 2px;
	border: 1px solid #444444;
	background-color: #94AA74;
	font-weight:normal;
}
#legalsubnav a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #cccc99;
	border: 1px solid #000000;
	font-weight:normal;
}
		
/*   Horizontal  Superfish CSS MENU        */

#hmenu {		
	position:absolute; 
	left:14px; 
	margin-top:-44px;
	}		

/*        VERTICAL CSS MENU        */

.outer{
	margin:0px;
	padding:0px;
	}	
	
#menu {
	margin-top:8px;
	margin-left:8px;
	float: left;
	width: 200px;
	border-style: solid solid solid solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}

#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(../images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #006600;
	background: url(../images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	font-weight: bold;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(../images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
		
#info {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}		
		
/* CONTENT ELEMENTS */

	#content {
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		width: 648px;
		margin-top: 14px;
		margin-left: 23px;
		/* margin-bottom:23px; */
		padding-left: 8px;
		height:100%;
		min-height:567px;		
	}
		
	#content p {
		padding-bottom: 10px;
	}


/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			top: -190px;
			text-align: center;
			padding-left:14px;
			margin-top:14px;
			margin-right: 23px;
			border-left: 1px dotted #999999;
		}
		
		#sidebar p {
			border-top: 1px solid #444444;
			padding-top: 4px;
			padding-bottom: 4px;
			border-bottom: 1px solid #444444;
			margin-bottom: 10px;
		}
		
		#sidebar img{
			margin-top: 10px;
			margin-bottom: 10px;
		}

/* DEDICATED SERVER ORDER FORM ELEMENTS */
.itemname {		
		font-size: 15px;
		color: #000000;
		margin-top: 10px;
		margin-left: 5px;
		font-weight: bold;
}

.serverbadge { position:absolute; left:576px; }
.serverdesc { list-style-type: square; }

a.rollover {
	display: block;
	margin: 8px;
	width: 141px;
	height: 37px;
	text-decoration: none;
	background: url("../images/orderbutton.png");
	background-repeat: no-repeat;
	}

a.rollover:hover {	background-position:  0 -37px; }

.displace {	position: absolute;	left: -5000px;	}
	
.orderform_item { text-align:left;padding-left:10px;font-weight:bold;font-size:11px; }
.orderform_chead { text-align:right;font-weight:bold;font-size:9px; }
.orderform_def { font-weight:bold;color: #006600; }

#recaptcha {
	padding-left: 200px;
	}
		
/* General styles */
/*body { margin: 0; padding: 0; font: 80%/1.5 Arial,Helvetica,sans-serif; color: #111; background-color: #FFF; }
 h2 { margin: 0px; padding: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 200%; font-weight: normal; color: #FFF; background-color: #CCC; border-bottom: #BBB 2px solid; }
p#copyright { margin: 20px 10px; font-size: 90%; color: #999; } */

/* Form styles */
div.form-container { margin: 10px; padding: 5px; font: 80%/1.5 Arial,Helvetica,sans-serif; background-color: #cccc99; border: #999999 0px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 150px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
/* div.form-container form fieldset div { padding: 0.25em 0; } */
div.form-container form fieldset div { margin: 1px; }  
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 130px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #ccff99; border-color: #006600; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 150px; }
div.form-container div.buttonrow { margin-left: 140px; }

 input.button { 
	color:#ffffff; 
	font: bold 120% Arial,Helvetica,sans-serif;
	background-color: #006600; 
	border-color: #000000;
	}


		
/* FOOTER ELEMENTS */

#footer {
	position: relative;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	top: -53px;  
	width: 876px;
	/* clear: both; */
	background-color: #a3b08d;
	margin-left: 12px;
	margin-right: 2px;
	padding: 0px 5px 0px 5px;
}
		
#footer p {
	color:#000000;
	padding: 10px;
}
		
#footer p a {
	color: #000000;
	border-bottom: 1px dotted #89817f;
}
		
#footer p a:hover {
	color: #000000;
	background-color:#575352;
}

#bottom {		
	position: relative;
}
/* The End. */
