* {padding: 0; margin:0;}

/** Body formatting: This part format the background color, font types **/

body {
	background: #680016 url(images/Background.jpg) no-repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	font-size:13px;
	line-height: 20px;
}

p {margin: 0 0 1em; padding: 0}

a {
	font-size: 12px;
	color: #680016;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7f7c3c;
}
a:hover {
	text-decoration: none;
	color: #680016;
}
a:active {
	text-decoration: none;
	color: #3c5038;
}

@font-face {
  font-family: "Cooper Std Black";
  src: url (font/CooperBlackStd.otf) format("opentype");
}


h1 {
	font-size: 24px;
	color: #000000;
	font-family: "Cooper Std Black", Georgia, "Times New Roman", Times, serif ;
}

h2 {
	font-size: 20px;
	color: #000000;
	font-family: "Cooper Std Black", Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 13px;
	color: #3c5038;
	font-family: "Cooper Std Black", Georgia, "Times New Roman", Times, serif;
	text-align:right;
}

h4 {
	font-size: 15px;
	color: #3c5038;
	font-family: "Cooper Std Black", Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
	
.purchasetext {
	font-size:11px;
	line-height: 1.2em;
	margin-top: 5px;
}

.pricetag {
	font-family: Georgia, "Times New Roman", Times, serif, "Cooper Std Black"; 
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.buttonholder {
	margin-top: 7px;
	clear:both;
}

.buttonholder1 {
	margin-top: 10px;
	clear:both;
}

.button {
	float: left;
	width: 65px;
}

.redtext {
	color: #680016;
	text-align: right;
}

.red {
	color: #680016;
}

.red_small {
	color: #680016;
	font-size:11px;
}

.redb {
	color: #680016;
	font-weight:bold;
}

.small {
	font-size:10px;
}

.note {
	font-size:18px;
	font-weight: bold;
	color: #fff;
	margin-top: 16px;
}

#leftcolumn span p {
	color:#666;
}

.contact_title {
	font-size: 16px;
	font-weight: bold;
}

.clearH {
	clear:both;
}

/** Sets the body width and makes sure that the sites sits in the middle of the page **/
#wrapper {
	margin: 0 auto;
	width: 672px;	
}

/** The header **/
#header {
 	background-image:url(images/header.jpg);
	height: 301px;
	width: 672px;
	margin: 95px auto 0;
}

/** This holds the middle/text and picture part of the site **/

#contentwrapper {
	background-image: url(images/middle.jpg);
	width: 672px;
	float: left;
	text-align:left;
}

/** Styles the left column of the site - with the images **/
#leftcolumn {
	padding: 0 0 0 36px ;
	float: left;
	width: 420px;
}

#leftcolumncontact {
	padding: 0 0 0 36px ;
	float: left;
	width: 600px;
}
#leftcolumnA {
	padding: 0 0 0 36px ;
	width: 610px;
	overflow:hidden;
}

.getCode {
	width:202px;
	float:left;
}

/** Styles the pictures in the left column **/
.pic {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 35px;
	padding-left: 0px;
	float: left;
	width: 182px;
	clear: left;
}

.pic2 {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	width: 182px;
	clear: left;
}


/** Styles the 2nd to left column which will be called leftcolum**/
#leftmiddle {
	margin: 0 0 0 0;
	float: left;
	width: 234px;
}

/** The 3rd colum from the left - called rightmiddle, this contains the vertical line **/
#rightmiddle {
	background:url(images/Vertical_Divider.jpg) center repeat-y;
	margin: 50px 0 0 0 ;
	float: left;
	width: 8px;
	height: 550px;
}

#rightmiddle_ll {
	background:url(images/Vertical_Divider.jpg) center repeat-y;
	margin: 50px 0 0 0 ;
	float: left;
	width: 8px;
	height: 650px;
}

/** The 4th column which will hold the Playlist and the mp3 player **/
#rightcolumn {
	margin: 0 0 0 0;
	float: left;
	width: 200px;
}

/** puts spaces between the page titles and the actual text **/
.pagetitles {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#leftcolumn .pagetitles {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 150px;
}

.subpagetitles {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.highlight {
	width: 400px;
	color: #ffffff;
	font-size:14px;
	clear:both;
	background-color:#0CF;
}

.highlight_header {
	background-image:url(images/highlight_header.jpg);
	height: 39px;
}

.highlight_filler {
	background-image:url(images/highlight_filler.jpg);
}

.higlight_bottom {
	background-image:url(images/highlight_bottom.jpg);
	height: 14px;
}

.highlight_header div {
	font-size: 18px;
	padding-top:10px;
	padding-left: 10px;
}

.highlight_filler div {
	padding-top:10px;
	padding-left: 10px;
}


/** Shifts the play list text away from the edge of the page **/
.playlist {
	padding: 0 20px 15px 0px;
}

/** Sets the color and puts line under the items in the playlist **/
#list {
	color: #543e2d;
	padding-left: 0px;
	margin-left: 0px;
	width: 180px;
}

#list li {
	list-style: none;
	border-bottom: 1px solid #c3a7ad;
	margin: 0;
	padding: 0.2em;
}

ul li {
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 .5em; 
	padding: 0;
}

.listR{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.list2 ul{
padding:5px 0 0 10px;
}
.list2 li{
list-style-type:none;
}
.listR span{
color:#680016;
display:block;
float:left;
width:29px;
}
.list2 p{
display:block;
color:#545353;
width:560px;
float:left;
padding:0 5px 2px 0
}


/** This section conatins the styling for the purchase section of the website **/
#purchase {
	clear:both;
	background: url(images/hori_divider.jpg) top repeat-x;
	float: left;
	height: auto;
	width: 636px;
	margin-top: 7px;
	margin-left: 18px;
	overflow: hidden;
}

.digital {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 212px;
	border-right: 1px solid #c3a7ad;
}

.shipcd {
	margin-top:15px;
	margin-left: 10px;
	float: left;
	width: 212px;
	border-right: 1px solid #c3a7ad;
}

.intl {
	padding-left: 10px;
	margin-top: 15px;
	float: left;
	width: 178px;
}
/** Footer styling **/
#footer {
	background: #fff url(images/footer.jpg) top no-repeat;
	clear: both;
	height: 85px;
	margin: 0 0 10px 0;
}

#link {
	padding-top: 25px;
	margin-right: 47px;
	color: #680016;
	font-size: 12px;
	font-weight: bold;
}



/** This is the layout Style for the contact us page **/

#leftmiddle_other {
	margin: 0 0 0 0;
	float: right;
	width: 400px;
}

#def {
	width: 100px;
	float: left;
	text-align:right;
	padding: 2px;
}

#userinput {
	float: left;
	width: 285px;
}

.cells {
	height: 25px;
}

.ta {
	height:60px;
}

#formarea {
	border: 1px solid #c3a7ad;
	padding: 0.2em;
	margin-top: 10px;
	width:390px;
	float:left;
}

.ui {
	border: 1px solid #c3a7ad;
	background-color: #fff;
	width: 250px;
	padding: 2px;	
}

textarea {
	border: 1px solid #c3a7ad;
	background-color: #fff;
	width: 250px;
	height: 53px;
	padding: 2px;	
}

.cells .btn {
	width: 60px;
	margin-left: 195px;
}

.support {
	width: 170px;
	padding: .5em;
	color: #ffffff;
	border: solid thin #58562a;
	background-color: #7f7c3c;
}
