@charset "utf-8";

/* Reset code */
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:none; 
} 
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; 
} 
/* end Reset code */

body  {
	margin: 0;
	padding: 0;
	background-color: gray;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 7px;
}

p {
	margin-top:10px;
	margin-bottom: 7px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	width: 75%;
	color: #996600;
	margin-top:20px;
	margin-bottom: 20px;
}

.page_header {
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 174px;
}

.strongem {
	font-weight: bold;
	font-style: italic;
}

.page_body{
	margin-left: auto;
	margin-right: auto;
	background: #fff url('../images/page_bg.jpg') top left repeat-y;
	width:800px;
	text-align: center;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page_content{
	position: relative;
	float: right;
	width: 570px;
	margin-right: 10px;
	text-align: left;
}

.page_content_wide{
	position: relative;
	float: right;
	width: 570px;
	margin-right: 10px;
	text-align: left;
}

.page_content p {
	width: 65%;
}

.sidebar_left{
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #c1b13a;
	font-size:11px;
	overflow:hidden;
}

.sidebar_left a:hover {
	font-weight: bold;
}

.main_menu{
	height: 30px;
	padding-left: 11px;
	text-align: left;
	background:#817520 url('../images/main_menu-bg.jpg') left bottom repeat-x;
	border-top:solid 1px #a89933;
	border-bottom:solid 1px #fff;
	margin-bottom:20px;
}

.main_menu ul{
	list-style: none;
	display:block;

}

.main_menu li{
	float:left;
	padding:0px;
	line-height:30px;
}

.main_menu a{
	display: inline;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding:6px 13px;
	border-right:1px solid #413b10;
	border-left:1px solid #9c8e2e;
}


.main_menu a:hover,
.main_menu li.active a{
	background:#282611;
	color:#fff;
}

.footer{
	color: white;
	text-align: center;
	font-size: 11px;
}

.float_right {
	display: block;
	float: right;
	margin-left: 8px;
	border: thin outset #FFFFFF;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.dvd_item {
	margin-top:10px;
	margin-bottom: 15px;
	clear:both;
}

.dvd_item form {
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

.price {
	margin-top: 10px;
	margin-bottom: 5px;
}

.error {
	color: red;
	margin-left: 160px;
}


#pageinner{
	background:url('../images/corey-watermark.jpg') 250px bottom no-repeat;
}





form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#corey_paypal input, 
#corey_paypal textarea, 
#corey_paypal select {
	margin:0px;
}

#corey_paypal{
	margin-top:5px;
}

.youtube_vid{
	border:1px solid #ccc;
	background:#999;
}

.sidebar_image{
	margin-top:10px;
}

.bordered{border-top: solid 1px #837721; margin-top:25px; padding-top:25px;}

.dvd_item p{width:100%;}