@charset "utf-8";
/* layoutstyles.css */

/* Universal style rule */
*{
  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /* Temporary borders */
 /* border:dashed 1px #f00;*/
}

/*A measure of 40em is equivalent to 640 pixels because 1em equals 16px.*/


#wrapper{
	position:relative;
	width: 65em;
	margin-right: auto;
	margin-left: auto;

}

#centr {
	text-align:center;
	list-style:none;
	padding-left: 120px;
}


#centr li{display:inline}


/* Navbar division */
#navbar{
	/* Left margin must match leftcolumn width */	
	height:1.7em;
	width: 100%;
	position:absolute;
	top:100px;
	left:130px;
}

#navbar ul {
	list-style-type: none;
}

/* List items in the navbar */
#navbar li{
	float: left;
	/* Required for drop-down menus */
position:relative;

}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
	text-decoration:none;
	font-family:Verdana, Geneva, Arial, Sans-Serif;
	font-size:86%;
	color:#CCC;
	display:block;
	height:2em;
	width:10em;
	border-right:solid 1px #ffcda6;
	line-height:2em;
	text-align:center;
	background-color: #666;
	background-repeat: repeat-x;
	background-position: center;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
	color:#CCC;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: center;
}


/* just did */
/*#navbar a:hover,
#navbar a:active,*/
#navbar li.selected2 a:link,
#navbar li.selected2 a:visited{
	color:#CCC;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: center;
}



/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:auto;
  left: auto;
}

/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
	background: #3b2101; /* Removes background image */
	color:#CCC;
	text-align:left;
	display:block;
	width: 10em;
	padding:0 0 0 1em;
	height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
	background: #b96703;
	color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px; 
  border-collapse:collapse; 
  position: absolute;
  top:auto;
  left:auto;
  z-index:100;
}

body {
	background-image:url(../bkgrd2.jpg);

}

#branding {
	position:absolute;
	top:10px;
	left:20px;
}

#branding2 {
	top:10px;
	left:170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.125em;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	text-align: center;
	color: #B3582D;
	padding-left: .7em;
}


#txtcontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	position:absolute;
	top:160px;
	left:80px;
	line-height: 1.45em;
	font-size: 1em;
	width:23em;
}


#txtcontact {
	position:absolute;
	top:160px;
	left:80px;
	background-image:url(../images/contact_box.gif);
	background-repeat:no-repeat;
	width:26em;
	height:340px;
}

#txtcontact .txt{
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	line-height: 1.45em;
	font-size: 1em;
	margin-left:30px;
	margin-top:30px;
	
}

#code_con1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	position:absolute;
	top:180px;
	left:50px;
	line-height: 1.45em;
	font-size: 1em;
	width:52em;
}



#code_con {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	position:absolute;
	top:230px;
	left:105px;
	line-height: 1.45em;
	font-size: 1em;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:20px;
	width:50em;
	background-image:url(../images/code_bk.jpg);
	background-repeat:repeat-x;
}

#code_con ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 1.2em;
	font-size: 1em;
	margin-left:60px;
	margin-top: 8px;
	list-style-type: lower-roman;
}

#code_con li{
	padding-bottom: 16px;	
}


#uniforms1 {
	position:absolute;
	top:180px;
	left:20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#uniforms2 {
	position:absolute;
	top:180px;
	right:20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}


#facttxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	position:absolute;
	top:180px;
	left:40px;
	line-height: 1.45em;
	font-size: 1em;
	width:37em;
}


#facttxt ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #606;
	line-height: 1.45em;
	font-size: 1em;
	margin-left:40px;
	list-style-type: disc;
	margin-top: 8px;
}

#facts_flash {
	position:absolute;
	top:410px;
	left:10px;
}




#info_txt h5{
	position:absolute;
	color:#B3582D;
	font-size: 17px;
	letter-spacing: .1em;
	top:140px;
	left:130px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
}

#info_txt h5 .colortxt{
	color: #CCC;
	font-size: 17px;
	letter-spacing: .1em;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#about_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c7c7;
	position:absolute;
	top:180px;
	left:80px;
	line-height: 1.45em;
	font-size: 1em;
	width:46em;
}

#about2_txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	position:absolute;
	top:380px;
	left:220px;
	line-height: 1.45em;
	font-size: 1em;
	width:38em;
}




#txtcontent1 {
	position:absolute;
	top:170px;
	left:70px;
}


#boximage {
	position:absolute;
	top:160px;
	right:5em;

}

#hmImage {
	position:absolute;
	top:160px;
	left:30em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#credits{
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color: #000;
	top:630px;
	right:12px;
}

#bikevan {
		position:absolute;
	top:150px;
	right:1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#mt_image {
	position:absolute;
	top:150px;
	right:3em;
	border: 2px solid #0166ce;
}



#ir_image {
	position:absolute;
	top:350px;
	left:3em;
	border: thin solid #0166ce;
}

#facebkimg {
	position:absolute;
	bottom:45px;
	left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;	
}

#bike_img {
	position:absolute;
	bottom:35px;
	left:240px;

}

#mainflash {
	display:block;
	position:absolute;
	bottom:37px;
	left:0px;
}

#footers {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
}



#branding a{
	position:absolute;
	text-decoration:none;
	color: #66482B;
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Unvisited and visited links in branding bar */
#branding a:link, #branding a:visited {
  color:#000;
}

/* Hover links in branding bar */
#branding a:hover{
	color:#50606c;
}

/* Active link in branding bar */
#branding a:active{
  color:#50606c;
}


#box {
	/*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 2px solid #26493c;
	position: absolute;
	width: 700px;
	top:170px;
	left:40px;

}

#box p{
	background-color:transparent;
	position: relative;
	font-weight:normal;
	color:#83A3AF;
	font-size:16px;
	z-index: 101;
	padding-right: 15px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#boxbackgrd {
	background-color: #CCC;
	height: 100%;
	/*   filter:alpha(opacity=75); IE's opacity*/
     filter:alpha(opacity=5); /* IE's opacity*/
	left: 0px;
	opacity: 0.05;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

#box h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:lighter;
/*	color: #EDC393;*/
    color:#FC0;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}

bike_img {
	position:absolute;
	top:170px;
	right:10px;
	}
