/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #444444;
	text-align:center; /* centers the main content in IE */
	background-color: #E8E8E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#main {
	width:958px;
	height:auto;
	padding:0px;
	margin:0px auto; /* centers the main content in other browsers */
	font: 80%/1.2 Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #FFFFFF;
	}

a:link {
	color: #444444;
	text-decoration:none;
}
a:visited {
	color: #444444;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #444444;
	text-decoration:none;
}
				

/***********************************************/
/* Nav bar Layout Divs                         */
/***********************************************/

#navBar{
	margin: 0 685px 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.bars {
	padding-bottom:1px;
	width:270px;
	}
	
.bottombar {
	width:270px;
	padding-top: 50px;
	}
	
.bottombar2 {
	padding-top: 25px;
	padding-bottom:205px;	
	}	
	
.bottombar3 {
	padding-top: 15px;
	padding-bottom:15px;	
	}		
	
.logo {
	padding-bottom:60px;
	padding-top:45px;
	}
	
/***********************************************/
/* Main Content Divs                                 */
/***********************************************/

#content{
    float:right;
	width: 685px;
	margin: 0;
	padding: 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	text-align: right;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px;
	font-size: 90%;
	text-align: left;
}

.story p{
	padding: 0px;
}


/************* #footer styles ***************/

#footer {
	clear:both; /* puts the footer underneath the #ind and #bus divs */
	font: 75% Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	text-align:center;
	background-color: #E8E8E8;
	}
	#footer a { 
		color:#7f7f7f; 
		text-decoration:none; 
		}
		#footer a:hover { 
			color:#000000; 
			text-decoration:none; 
			}
		#footer a:visited { 
			color:#7f7f7f; 
			text-decoration:none; 
			}
		#footer a:visited:hover { 
			color:#000000; 
			text-decoration:none; 
			}

#greybox {
	width:300px;
	height:86px;
	background-color: #E8E8E8;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.greybox3 {
	text-align: center;
	width:655px;
	background-color: #E8E8E8;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	}
.greybox4 {
	text-align: center;
	background-color: #E8E8E8;
	}
.greybox5 {
	background-color: #F5F5F5;
	}
.greybox6 {
	background-color: #E8E8E8;
	text-align: center;
	padding-left:4px;
	padding-bottom:4px;
	padding-right:4px;
	padding-top:4px;
	}
	
#orderimage {
	width:90px;
	margin:10px;
	float: left;
	}
#ordertext {
	width:80%;
	float: left;
	margin: 10px 0px;
	height:66px;
	}
	
#ordertextsm {
	float: left;
	margin: 10px 0px;
	height:66px;
	}
	
#ordercont {
	width:auto;
	float: right;
	margin: 10px;
	text-align: right;
	padding-top: 48px;
	}
#greyboxedge {
	width:100%;
	height:86px;
	background-color: #E8E8E8;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
#greyboxupstands {
	width:100%;
	height:135px;
	background-color: #E8E8E8;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

input.btn{
	color:#B3BCC1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #FFFFFF;
	border: 1px solid #B3BCC1;
	cursor: default;
	width: 165px;
	height: 30px;
   }
 input.btn2{
	color:#B3BCC1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #FFFFFF;
	border: 1px solid #B3BCC1;
	padding: 4px;
	cursor: default;
	width: 100px;
   }
.textboxsmall {
	width : 50px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.textboxmedium {
	width : 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.textboxlarge {
	width : 175px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:#FF0000;
	font-size:14px;
	font-weight:normal;
   }
h2 {
	color:#FF0000;
	font-size:12px;
	font-weight:normal;
   }
h3 {
	color:#CCCCCC;
	font: 90%/1.2 Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight:bold;
   }
.box_outline {
	border: 1px solid #E8E8E8;
	text-align: center;
}
.titles {
	padding-bottom:0px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	}
form {
	margin: 0px;
}
