/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #000 url(../images/bg.jpg) repeat;
	margin: 0px auto;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;		
}

/*a {
	color: #FFCC00;
}

a:hover {
	color: #FFF;
	text-decoration: none;

}*/

a:focus {
	outline: 0;

}

#wrap {
	background: #e5852f;
	border: 5px solid #EFEFEF;
	width: 798px;
	height: 100% auto;
	margin: 0px auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	width: 798px;
	height: 375px;
	background: url(../images/abm-1b_02c.jpg);
	
}
#nav {
	height: 50px;
	width: auto;
	padding: 0px;
}
#nav a img {padding: 0px;margin: 0px;
}

/* content elements */



#content {
	padding: 5px;
	color:#FFF;
	width: 95%;
}

#content p {
	font-size: 1.0em;
	
}

#content a {
	color: #FFCC00;
	padding: 1.0em;
	text-decoration:underline;
}

#content a:hover {
	color: #FFF;
	text-decoration:none;
	/*background: #FFF;*/
}

#trailer_content {
	padding: 20px;
	text-align: justify;
	color:#FFF;
	width: 95%;
}

blockquote {
	font-size: 1.0em;
	margin-left: 10px;
	text-align: justify;
	width: 350px;
	padding: 1em;
	margin-bottom: 2em;
	margin-right: 5px;
}

.blockquote2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-left: 100px;
	text-align: justify;
	width: 525px;
	padding: 1em;
	margin-bottom: 2em;
	margin-right: 5px;
}

.bqopen {
	background: url(../images/quotes_open.jpg) no-repeat;
	height: 22px;
	width: 25px;
	z-index: -5;
	float: left;
}

.bqsource {
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

.bqclose {
	background: url(../images/quotes_close.jpg) no-repeat;
	height: 22px;
	width: 25px;
	z-index: -5;
	float: right;
}

ul {
	display:block;
	list-style: none;
	left: 5px;
	padding-left: 10px;
	padding-top: 15px;
}
li.pdf {
	background: url(../images/PDF-16.png) 0% 50% no-repeat ;
	padding-top: 6px;
	padding-bottom: 6px;
}
li.doc {
	background: url(../images/DOC-16.png) 0% 50% no-repeat ;
	padding-top: 6px;
	padding-bottom: 6px;
}

li.pdf a, li.doc a {
	margin-left: 10px;
	color: #FFCC00;
	padding: .6em;
}

li.pdf a:hover, li.doc a:hover {
	color: #CC6600;
	text-decoration:none;
	
}

h1 {
	font-size: 1.3em;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#orders {
	width: 500px;
}

.domestic {
	float: left;
}

.international {
	float: right;
}

.ordbtn {
	padding: 20px;
}

.ordbtn:hover {
	background: #CC6600;
}

.emailform {
	margin-left: 210px;
}

input {
	background: #e5852f;
	border: 1px solid #FFF;
	color: #FFF;
	font: Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	background: #e5852f;
	border: 1px solid #FFF;
	color: #FFF;
	font: Geneva, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color:#e5852f;
    scrollbar-arrow-color:#FFF;
    scrollbar-base-color:#e5852f;
    scrollbar-darkshadow-color:#e5852f;
    scrollbar-face-color:#e5852f;
    scrollbar-highlight-color:#e5852f;
    scrollbar-shadow-color:#e5852f;
}

select, .selectdrop {
	background: #e5852f;
	border: 1px solid #FFF;
	color: #FFF;
	font: Geneva, Arial, Helvetica, sans-serif;

}

.video_embed {
	width: 400px;
	height: 280px;
	float: right;
	margin-left: 10px;
}

.video_embed_hi {
	width: 642px;
	height: 335px;
	margin: 10px;
	margin-left: 60px;
}

.media_dl {
	width: 180px;
	max-height: 120px;
	margin-left: 280px;
	margin-top: 30px;
}
.ext-tools {
	padding: 3.0em;
	width: 200px;
	
}

#footer {
	color: #FFF;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

#footer a {
	color: #FFF;
	padding: .35em;
	
}

#footer a:hover {
	color: #CC6600;
	background: #FFF;
	text-decoration: none;
	
}

.info {
	margin: .75em;
	margin-bottom: .5em;
	color: #FFF;
}

.info a {
	color: #FFF;
}

.info a:hover {
	color: #CC6600;
	background: #FFF;
	text-decoration: none;
}
