body { 
	text-align: center;
	font-family: Verdana, Arial; 
	font-size:13px;
	color: #2f3a3c; 
	background: url(images/bg.jpg) repeat;
	background-attachment:fixed;
	margin-top:0px;
	margin-left:0px; 
}

td {
	font-size:12px;
}

#whitetxt {
	font-size:11px;
	font-family:Arial,Verdana;
	color:#fff;
}

a { 
	color:navy; text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

#main {
	position: relative;
	width: 852px;/*sets the width for IE5.x's broken box model*/
	w\idth: 850px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;/* centers the wrapper.*/
	text-align: left; 
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:371px;
	height:103px;
}

#top-right {
	position:absolute;
	left:371px;
	top:0px;
	width:479px;
	height:103px;
}

#address {
	position:absolute;
	left:0px;
	top:103px;
	width:619px;
	height:60px;
}

#bike {
	position:absolute;
	left:619px;
	top:103px;
	width:231px;
	height:213px;
}

#conbike {
	position:absolute;
	left:619px;
	top:103px;
	width:231px;
	height:93px;
}

#left {
	position:absolute;
	left:0px;
	top:163px;
	width:71px;
	height:537px;
}

#graham {
	position:absolute;
	left:71px;
	top:163px;
	width:150px;
	height:205px;
}

#divider {
	position:absolute;
	left:221px;
	top:163px;
	width:122px;
	height:479px;
}

#welcome {
	position:absolute;
	left:343px;
	top:163px;
	width:276px;
	height:33px;
}

#welcome-text {
	position:absolute;
	left:343px;
	top:196px;
	width:276px;
	height:83px;
	background: url(images/welcome_text.jpg);
}

#sales {
	position:absolute;
	left:343px;
	top:279px;
	width:276px;
	height:37px;
}

#sales-text {
	position:absolute;
	left:343px;
	top:316px;
	width:439px;
	height:149px;
	background: url(images/sales_text.jpg);
	margin-top:0;
}

#right {
	position:absolute;
	left:782px;
	top:316px;
	width:68px;
	height:384px;
}

#conright {
	position:absolute;
	left:782px;
	top:196px;
	width:68px;
	height:504px;
}

#products {
	position:absolute;
	left:71px;
	top:368px;
	width:150px;
	height:140px;
	background: url(images/products.jpg);
}

#parts {
	position:absolute;
	left:343px;
	top:465px;
	width:439px;
	height:43px;
}

#counter {
	position:absolute;
	left:71px;
	top:508px;
	width:150px;
	height:134px;
	background: url(images/counter.jpg);
}

#parts-text {
	position:absolute;
	left:343px;
	top:508px;
	width:439px;
	height:99px;
	background: url(images/parts_text.jpg);
}

#space {
	position:absolute;
	left:343px;
	top:607px;
	width:439px;
	height:35px;
}

#footer {
	position:absolute;
	left:71px;
	top:642px;
	width:711px;
	height:58px;
	background: url(images/footer.jpg);
}

#contact {
	position:absolute;
	left:343px;
	top:163px;
	width:276px;
	height:33px;
}

#contact-form {
	position:absolute;
	left:343px;
	top:196px;
	width:439px;
	height:446px;
	background: url(images/contact_form.jpg);
}

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.1em; 
  color : #ffffff; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe;
  border : 0; 
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa;
  border : 0; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #669900; 
}

/* form label text */
label { 
  color : #669900;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 90% 'Microsoft Sans Serif', Arial; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #ffffff;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #ffffff;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #ffffff;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 90%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

/* hide the Why? text span */
small.whythis a span { 
  position : absolute; 
  top : -9000px; 
  left : -9000px; 
  display : inline; 
  width : 17.1em; 
  height : auto; 
  border : 1px solid #000; 
  background-color : #eecc11; 
  padding-left : 2px; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  position : absolute; 
  top : 0; 
  left : 6em; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#gb_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}