body {
	background-color: #000000;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 100%; 
	margin-bottom: 1px; 
}
td {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
}	

A:link {text-decoration: none; color: #CC0000;}
A:visited {text-decoration: none; color: #CC0000;}
A:active {text-decoration: none; color: #CC0000;}
A:hover {
	/*text-decoration: underline; */
	/*color: #CC0000;*/
	color: #FFFFFF;
}			

/* HEADER / TOP NAV ---------- */
#page_header {
	width: 760px;
	/*background-image: url('../graphics/talisman_header.gif');*/
	background-image: url('../graphics/talismanheader.jpg');
	background-repeat: no-repeat;
}
#page_banner {
	height: 70px;
	/*border: 1px solid #333333;*/
}
#page_top_nav {
	height: 30px;
}	
.page_top_nav_link {
	width: 125px;
	text-align: center;
	vertical-align: middle;
}	

#page_top_nav A:link {text-decoration: none; color: #CC0000;}
#page_top_nav A:visited {text-decoration: none; color: #CC0000;}
#page_top_nav A:active {text-decoration: none; color: #CC0000;}
#page_top_nav A:hover {
	/*text-decoration: underline; */
	/*color: #CC0000;*/
	color: #FFFFFF;
}

/* ========== CONTENT ========== */

#page_content {
	width: 760px;
}
#page_content_left {
	width: 380px;
	background-image: url(graphics/bg_skull_left.gif);
	background-repeat: no-repeat; 
	background-position: top right;
	vertical-align: top;
	line-height: 20px;
	
}
#page_content_right {
	width: 380px;
	padding-left: 5px; 
	text-align: center;
	/*border-left: 1px solid #333333;*/
	vertical-align: top;
	min-height: 350px;
}

#page_prev_next {
	width: 100px;
	text-align: left;
}
#page_sub_header {
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
	width: 640px;
}

/* ========== TEXT =========== */

.error {
	color: #CC0000;
	font-weight: bold;
}

/* ========== TITLES ========== */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}		

/* ========== LISTS ========== */
/*.artist_list {
	font-size: 16px; 
	font-weight: bold;
}*/

.artist_list {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.links_list {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
	line-height: 14px;
}
.merch_categories_list {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}		
/*.artist_list li {
	line-height: 20px;
	font-size: 16px; 
	font-weight: bold;
}*/

.artist_list A:link {text-decoration: none; color: #CC0000;}
.artist_list A:visited {text-decoration: none; color: #CC0000;}
.artist_list A:active {text-decoration: none; color: #CC0000;}
.artist_list A:hover {
	/*text-decoration: underline; */
	/*color: #CC0000;*/
	color: #FFFFFF;
}

/* CONTACT FORM ********** */
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}	

.talisman_contact {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}

.contact_input {
	width: 325px;
	height: 30px;
}
.contact_textarea {
	width: 325px;
	height: 225px;
}
.contact_select {
	height: 30px;
}
.contact_submit {
 	background-color: #333333; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 6px;
	font-size: 16px; 
	border: 1px solid #CC0000;
}


/* ========== FORM ELEMENTS ========== */
.btnAddToCart {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

.btnGreen {
	background-color: #00CC00;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btnRed {
	background-color: #CC0000;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

/* FOOTER ---------- */
#page_footer {
	width: 760px;
	text-align: center;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}

#page_footer A:link {text-decoration: underline; color: #333333;}
#page_footer A:visited {text-decoration: underline; color: #333333;}
#page_footer A:active {text-decoration: underline; color: #333333;}
#page_footer A:hover {text-decoration: underline; color: #CC0000;}

