* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #000000 url(../images/bkg2.jpg) no-repeat scroll center top;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


h1, h2, h3 {
	margin-top: 1.5em;
	color: #C45016;
}

h1 {
	font-size: 1.5em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #C45016;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #C45016;
}

a:hover {
	border: none;
	text-decoration: underline;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 885px;
	padding-top: 15px;
	margin: 0 auto;
	padding-left: 15px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background: #FFFFFF;
}

#menuContainer {
	background: #000 url("../images/menu/topBar.png") top left no-repeat;
	width: 865px;
	height: 48px; 
}

#menu {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 35px;
}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("../images/menu/bgLink.png") top left repeat-x;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 16px 25px 17px 25px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: url("../images/menu/bgLinkHover.png") top left repeat-x;
	color: #fff;
}                  
                    

#menu .current_page_item a {
	background: url("../images/menu/bgLinkCurrent.png") top left repeat-x;
	color: #fff;
}

/* Logo */
#logoContainer {
	background: #fff url("../images/menu/bgLogoBar.png") top left repeat-x;
	width: 865px;
	height: 71px;
	padding-bottom: 4px;
}

#origLogo {
	position: relative;
	top:-100px;
	left:760px;
	background: url("../images/menu/origLogo.png") top left no-repeat;
	border: 1px solid red;
}






#player {
	width: 885px;
	margin: 0 auto;
	padding-left: 15px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background: #FFFFFF;
	height:218px;
	
}






/* Page */

#page {
	width: 902px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url(../images/rough.png) repeat-x bottom center;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding: 5px 0px 0px 20px;
}

#contentFullWidth {
	float: left;
	width: 860px;
	padding: 5px 0px 0px 20px;
}

.mainBody {
	padding: 0 10px 30px 15px;
}



.title {
	margin: 0;
	font-weight: normal;
}

h1.title {
	padding: 15px 0  0 15px;
	font-size: 1.8em;
	color: #C45016;	
}

.entry {
	padding: 0 10px 30px 15px;
}

.meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.meta a {
	color: #CFCFCF;
}

.links {
	margin: 0;
}

.tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
	width: 219px;
	padding: 20px 0px 0px 0px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;
	background: url(../images/img07.gif) no-repeat left 70%;
	border-bottom: 1px dotted #98B42B;
	color: #C45016;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
	background: url(../images/img06.gif) no-repeat left 45%;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}



/* Footer */
#bottomBar {
	margin: 2px auto;
	padding: 20px 20px 20px 20px;
	width: 862px;
	color: #FFFFFF;		
	font-size: 12px;
	background: #c41616 url(../images/rough.png) repeat-x bottom center;
}

#bottomBar h4{

	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 20px;
	padding: 12px 12px 12px 15px;
	background-color: #af1414;
}

#bottomBar p{
	padding: 12px 12px 12px 15px;
	}


#bottomBar .col1{
	width: 33%;
	float: left;
	display: inline;
}
#bottomBar .col2{

	width: 60%;
	float: left;
	margin-left: 20px;
	display: inline;
}
#bottomBar ul {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
	list-style-type:square;
	list-style-position: outside;
}


#footer {
	padding: 0;
	width: 900px;
	margin: 0 auto;	
	height: 70px;
	background: #000000;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
}


/* ORDER SUMMARY STYLES */

table.orderSummary {
  margin-top:10px;
  border-collapse: collapse; 
  width:800px;
}

.tableHeader {
	padding: 15px 5px 5px 15px;
	border-top: 1px solid #e8e6e2;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
}

.tableData {
	vertical-align: top;
	padding: 8px 5px 8px 15px;
	background: #f3f1ed;
	border-bottom: 1px solid #fff;
}

.highlighted {
	background: #FBE3E4;	
}



.tableSubTotal {
	padding: 8px 5px 8px 15px;
	background: #fff;	
	font-weight: bold;
}

.alignRight {
	text-align: right;
}

.footerButtonPanel {
	width: 800px; height: 55px; border-bottom: 1px solid #d0d0d0; padding-top: 20px;
}

/* Nedt following order summary forms */
.formLabel {
	padding: 8px 5px 5px 15px;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
}

.tcError {
	vertical-align: top;
	padding: 8px 5px 8px 15px;
	background-color: #FFDFDF;
	border-bottom: 1px solid #fff;
}

.tc {
	vertical-align: top;
	padding: 8px 5px 8px 15px;
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* END ORDER SUMMARY STYLES */

/* START PLAYER GALLERY */
#player-gallery{
    width: 865px;
    height: 217px;
    overflow: hidden;
    position: relative;
}
#player-gallery img{
	position: absolute;
	left: 0px;
	top: 0px;
}
/* END PLAYER GALLERY */

.choice {
	font-size: 20px;padding: 12px 12px 12px 55px;  color: white
}

.choice a {
	color: white;
	text-decoration: none;
}

.choice a:hover {
	color: white;
	text-decoration: underline;
}

.choice1 {
	background: #af1414 url(../images/icons/1.png) no-repeat;
}

.choice2 {
	background: #af1414 url(../images/icons/2.png) no-repeat;
}

.choice3 {
	background: #af1414 url(../images/icons/3.png) no-repeat;
}

		ol.whyUs {
			font-size: 24px;
			font-weight: bold;
			color: #C45016;

		}
		
		ol.whyUs p {
			font-size: 13px;
			border-left: 1px solid #ccc;
			padding: 0px 0px 0px 20px;
			font-weight: normal;
			color: #666666;
		}