/* 
antec_01.css
author: nick-stone.com 
created: 2008/05/23
updated: 2008/06/06
updated: 2008/06/21

*/

* {padding: 0;margin: 0;border:none;list-style-type:none;}


body {
	position:relative;
	font: 80% Helvetica, Arial, sans-serif; 	
	background: url(../images/body.gif) 0 0;
	}

#wrap {
	position: relative;
	left: 50%;
	width: 770px; /* including pad = 790 */
	margin: 0 0 0 -395px; 
	padding: 0 10px 10px;
	z-index: 2;
 border:1px solid #033; /* fix MOZ Vista bug, eliminate large gap above header */

	}

/* ---------------------------- */
/* 	  HEADER			  */
/* ---------------------------- */


/* --------------------------------------- */
/* -----	nav all   ------------------	 */
/* --------------------------------------- */

#nav-primary {
	color: #fff;
	background: #033;
	width: 100px;
	float: right;
	}

#nav-primary a:link,
#nav-primary a:visited {
	text-decoration: none;
	display:block; 
	color: #fff;
	background: #033;
	margin-bottom: 1em;
	margin-right: 3px;
	}
#nav-primary a:hover {
	color:#ff0;
	background: #033;
	text-decoration:underline;
	}
	

/* ---------------------------- */
/* 	  HEADINGS			  */
/* ---------------------------- */

h1 {
	padding-bottom: 20px;
	background: url(../images/box_top.gif) no-repeat right bottom;}

h1 span { display:none;}

h1 img { padding-left: 353px;}

h2 {
	text-align:center;
	margin-bottom: 1.8em;
	}

h3 {margin-top: 1.25em;}

/* ---------------------------- */
/* 	  CONTENT			  */
/* ---------------------------- */




#content-wrap {
	width:770px;
	background: url(../images/antec_033_background_120x5.gif) repeat-y 652px 0; /* offset aligns with top of box */
	float: left; /* clears containing floats: nav & content */
	}


#content {
	margin: 20px 20px 0 20px;
	width: 620px;
	float:left;
	padding-bottom: 2em;
	}

#content p,
#content ul {margin: .75em 0;}

#content a:link {
	color: #550;
	font-weight:bold;
	}
#content a:visited {
	color: #033;
	font-weight:bold;
	}
#content a:hover {
	color: #900;
	font-weight:bold;
	}


#box-bottom {
clear: both;
	height: 61px;
	width: 770px;
	background: url(../images/box_bottom.gif) no-repeat right bottom; /* 749x61 */
	}


/* ---------------------------- */
/* 	  FOOTER			  */
/* ---------------------------- */


#footer{
	width: 770px;
	clear:both;
	margin: 10px 20px;
	}

#footer p {margin-bottom: 1em;}

#footer #site-credit a:link,
#footer #site-credit a:visited {color:#111;background:transparent;}
#footer #site-credit a:hover {color: #900; background:transparent;}

/* ---------------------------- */
/* 	  INDIVIDUAL PAGES	  */
/* ---------------------------- */


.contact #inquiry li {
	margin: 0 0 1em 0;
	}


.contact #inquiry label {
	padding-right: 3px;
	}

.contact select {
	width: 220px;
	border: 1px solid #033;
	}

.contact input { 
	width: 220px;
	border: 1px solid #033;
	}

.contact .ph input {
	width: 120px;
	}

.contact textarea {
	display:block;
	border: 1px solid #033;
	margin-top:-.25em; /* reduce spacing btwn label */
	}

.contact .control-button input {
	width: auto;
	padding: 2px;
	margin-left: 120px;
	}




 .legend #versatility img {
	float: right;
	margin: 0 20px 15px 15px;
	}


 .legend #decisions img {
	float:left;
	margin: 0 15px 15px 0;
	}

.rotary #opportunity img {
	float:right;
	margin: 0 3px 15px 15px;
	}
.rotary #load img {
	float:left;
	margin: 0 3px 15px 15px;
	}
.rotary #fixed-station img {
	float:right;
	margin: 4px 15px 15px 0;
	}


.rotary #off-contact img {
	float:left;
	margin: 0 15px 15px 0;
	}


