/*
Theme by EndangeredSpeciesOnline.org
http://www.endangeredspeciesonline.org
*/

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000000;
	background-image: url(Images/motorcycle-shipping-background.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;		
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;	
	
}

h1 {
	font-size: 20px;
	
}

h2 {
	text-transform: none;
	
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}



/* Header */

#header {
	width: 770px;
	height: 190px;
	background-image: url(Images/Eagle-One-header_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	border-bottom: 2px solid #000000;	
		
}


#header h1 {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 235px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #CC0000;
	
}
#header p {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 235px;
	padding-top: 0px;
	padding-right: 10px;
	
}

#header a {
	color: #FED772;
}


/* Menu */

#menu {
	height: 40px;
	width: 770px;
	background-color: #cccccc;
	padding-top: 10px;
	
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	float: left;
	font-size: 14px;
	color: #333333;	
	padding-top: 10px;
	
	padding-right: 10px;
	padding-left: 10px;
}

#menu a {
	display: inline;
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 16px;
	color: #cc0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	
}

#menu a:hover {
	color: #666666;
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #000000;
}


/* Content */

#content {
	float: left;
	width: 515px;
	padding: 15px;
	background-color: #FFFFFF;
	
 	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#content h1 {
	color: #000000;
	

}

#content h2 {
	color: #333333;
	

}
#content p {
	line-height: 130%;
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content ul, li {
	padding: 10px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60%;
}

hr {
	height: 1px;
	
	color: #666666;
}


/* Images */

.smallrightimage {
	width: 200px;
	float: right;
	clear: left;
	margin: 10px;
	text-align: center;
}

/* Flash objects */

#flashcontainerwide {
	width: 770px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

#flashcontainersmaller {
	width: 500px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

	
/* Left Sidebar */

#sidebarleft {
	float: left;
	clear: right;
	width: 198px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 10px;
	background: #ffffff;
	
	
}

#sidebarleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarleft li {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ffffff;
	
	font-size: 12px;
}



#sidebarleft h2 {
	margin: 0;
	padding-bottom: 5px;
	
}

#sidebarleft h3 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	background: #336699;
	
}

#sidebarleft a {
	text-decoration: none;
	color: #CC0000;
	display: block;
	padding-right: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}

#sidebarleft a:hover {
	color: #666666;
	text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	width: 750px;
	padding: 10px;
	text-align: center;
	font-size: smaller;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #666666;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}

