/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style: disc;list-style-position: outside; margin: 0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

strong { font-weight: bold; }
em { font-style:italic; }

html {
	background-color: #820a32;
	}

body{
	background-color: #820a32;
	padding: 20px 0 10px 0;
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	}

.cssgradients body {
	background: -moz-linear-gradient(top, #000000 0%, #820932 250px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(250px,#820932));
	background: -webkit-linear-gradient(top, #000000 0%,#820932 250px);
	background: -o-linear-gradient(top, #000000 0%,#820932 250px);
	background: -ms-linear-gradient(top, #000000 0%,#820932 250px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#820932',GradientType=0 );
	background: linear-gradient(top, #000000 0%,#820932 250px);
}

.no-cssgradients body {
	background-image:url(/images/bg_html.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

a, a:hover, a:visited {
	color: #333;
	}

h1 {

	}

h2 {
	color: #000000;
	font: 30px bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
	margin: 0 0 10px;
	text-shadow: red;
	}

h3 {
	color: #000;
	font: 24px bold;
	margin: 0 0 10px;
	text-align: center;
	font-weight: bold;
	}


li {
	padding: 5px 0;
	}

p {
	padding: 3px 0 10px;
	}

iframe, #vidBox {
	border: 1px solid #999;
	padding: 5px;
	}

#vidBox, #mapBox {
float: right;
width: 400px;
margin: 10px 0 10px 20px;
}

#contentBox {
	margin: 0px auto;
	width: 924px;\
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 5px 10px #590421;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

header {
	display: block;
	padding: 0px;
	height: 193px;
	position: relative;
	}

#contactBox {
	position: absolute;
	text-align: left;
	bottom: -36px;
	color: #555; 
	right: 10px;
	font-size: 12px;
}

#content {
	padding: 0 ;
}

.ebay {
	float: right;
	display: block;
	margin: 20px 10px 30px;
	}
	
.ebay2 {
	float: left;
	display: block;
	margin: 40px 30px 50px 0px;
	}

.imageBox {
	margin: 0 20px 0;
	display: block; 
	clear: both;
	}

.imageBox img {
	padding: 5px;
	background-color: #e9e9e7;
	border: 1px solid #820932;
	margin: 0 2px 10px;
	}
	
	

section {
display: block;
padding: 0 0 10px;
}

nav {
	}

nav ul {
list-style: none;
width: 150px;
}

nav.main li {
	float: left;

}

nav.main a{
	width: 150px;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #F2F2F2;
	border: 1px solid #999;
	border-left-width: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	
	box-shadow: 0px 3px 5px #DEDEDE;
	}


nav.main a:hover{
	background-color: #E6E6E6; 
	}




section {
	overflow: hidden;
	padding: 0 20px;
	}

section ul {
	float: left;
margin: 0 0 20px;
	}



section li {
	background-color: #820932;
	background: -moz-linear-gradient(top, #820932 0%, #3a0405 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#820932), color-stop(100%,#3a0405));
	background: -webkit-linear-gradient(top, #820932 0%,#3a0405 100%);
	background: -o-linear-gradient(top, #820932 0%,#3a0405 100%);
	background: -ms-linear-gradient(top, #820932 0%,#3a0405 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820932', endColorstr='#3A0405',GradientType=0 );
	background: linear-gradient(top, #820932 0%,#3a0405 100%);
	
	
font-family:"Times New Roman",Georgia,Serif;
font-weight: bold;
	border: 1px solid #000;
	padding: 10px;
	color: #FFF;
	letter-spacing: 2px;
	margin: 3px;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	width: 330px;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 3px 4px #d4d4d4;
	-moz-box-shadow: 0px 3px 4px #d4d4d4;
	box-shadow: 0px 3px 4px #d4d4d4;

	}


/* 848 */
.columnBox {
	}

.columnA, .columnB {
	width: 410px;
	}

.columnA {
	float: left;
	}

.columnB {
	float: right;
	}

footer {
	clear: both;
	font-size: 12px;
	padding: 10px 10px 20px;
	text-align: right;
	-webkit-background-clip: padding-box;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DBDBDB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#DBDBDB));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#DBDBDB 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#DBDBDB 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#DBDBDB 100%);
	background: linear-gradient(top, #FFFFFF 0%,#DBDBDB 100%);
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	}

.clearMe {
	clear: both;
	position: relative;
	}

#vidBox {
	clear: both;
	}

.copy {
	float: left;
	}

.madeBy {
	}

.bbb {
clear: both;
margin: 15px auto 10px;
width: 200px;
  }

.fb-like {
	width: 150px;
	display: block;
	position: relative;
	top: 190px;
	left: -160px;
}
