/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#000;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family:Tahoma, Geneva, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	color:#2D2D2D;
}
/* Redefines the p tag */
p {
	font-size: 13px;
	padding-bottom:10px;
	line-height:1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
}
h1 {
	font-size:28px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
h2 {
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
}
h3 {
	font-size:26px;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
}

address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* ----------------- WRAPPER / HEADER ----------------- */
div#wrapper {
	width:761px;
	margin:0 auto;
	padding-top:20px;
}
div#header {
	width:761px;
	height:151px;
	background:url(images/header-bkg.jpg) top left no-repeat;
}
div#flash {
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	width:761px;
	height:25px;
	clear:both;
	background:url(images/nav-bkg.jpg) top left no-repeat;
}
div#topnav ul {
	padding-left:5px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#000;
	padding:4px 20px 3px 20px;
	display:block;
	float:left;
	font-weight:bold;
}
div#topnav ul li a:hover {
	color:#bf2424;
}
div#topnav ul li .current {
	color:#FFF;
}
div#topnav img {
	padding-top:4px;
}
/* ----------------- CONTENT CONTAINER ----------------- */
div#container {
	width:761px;
	background:url(images/content-bkg.jpg) top left no-repeat #FFF;
	float:left;
}
div#content {
	width:544px;
	float:left;
	padding:10px 5px 30px 15px;
}
div#content2 {
	width:721px;
	padding:10px 20px 30px 20px;
	float:left;

}

/* -- RIGHT COL -- */
div#rightcol {
	width:187px;
	float:right;
	padding:40px 0px 10px 0px;
	text-align:center;
}
/* ----------------- FOOTER/ BOTTOM NAV ----------------- */
div#footer {
	width:761px;
	clear:both;
	margin:0 auto;
}
div#bottomnav {
	padding:20px 0px;
	border-top:1px solid #d6cead;
}
div#bottomnav a {
	font-size:11px;
	padding:0px 20px;
	color:#CCC;
}
div#bottomnav a:hover {
	color:#FFF;
}
/* ----------------- OWNER SIGNIN LINK/ COPYRIGHT ----------------- */
div#ownerlink {
	clear:both;
	margin:10px 0px;
}
div#ownerlink a {
	text-transform:uppercase;
	font-size:10px;
	color:#FFF;
	margin-bottom:15px;
}
div#ownerlink a:hover {
	color:#CCC;
}
/*COPYRIGHT*/
div#copyright {
	clear:both;
	width:761px;
	margin:0 auto;
	font-size:10px;
	color:#CCC;
}
div#copyright a {
	font-size:10px;
	color:#CCC;
}
div#copyright a:hover {
	color:#FFF;
}
/* -- MAP -- */

div#map {
	margin-top:20px;
}
div#map iframe {
	border:1px solid #8d8564;
}
/* -- WEB AUDIO APPLET -- */
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;
}
div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
img.border {
	border:1px solid #000;
	margin:10px;
}
.larger { font-size:16px;}

table { margin-bottom:15px;}

table td { padding:3px 5px 3px 0px; text-align:center; font-size:16px; color:#000;}

div#block { width:275px; height:353px; background:#000; padding:10px 15px; float:left;}

div#blockimg {width:399px;float:left;}

div#block p {
	color:#FFFFFF;
	line-height:normal;
	padding:2px 0px 5px 0px;
	font-size:15px;
}

div#block h2 { font-size:21px;}

div#block h2.larger { font-size:17px;}

div#block h2 {
	color:#FFFFFF;
}

div#imgset { padding-top:5px;}

div#imgset img { margin:0px 1px;}

div#leftColumn {
	float:left;
	clear:left;
}

div#rightColumn{
	float:left;
	clear:right;
	margin-left: 140px;
}div#rightColumn p{
	font-size:30px;
	color:#FF0000;
	padding-right: 25px;
	text-align: center;
}


div#buy

{
  margin-left:119px;	
	
}
