/*** GENERAL & FORMATTING TEXT ***/

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
html {

}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 75px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Garamond, 'Times New Roman', Times, serif;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
h1 {
	color:#bbc4f6;
	font-size:22px;
	background-image:url(images/h1_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:34px; 
}
h2 { 
	color:#bbc4f6; 
	font-size:18px; 
	font-family:Garamond, 'Times New Roman', Times, serif;
	padding-top:70px;
}
h3 { 
	color:#bbc4f6; 
	font-size:18px; 
	font-family:Garamond, 'Times New Roman', Times, serif;
	padding-top:30px;
}
a:link {
	color: #6699ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6699ff;
}
a:hover {
	text-decoration: none;
	color: #1c20ea;
}
a:active {
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.bgLeather {
	background-image:url(images/leather_bg.jpg);
}
.bgGradient { 
	background-repeat:repeat-x; 
	background-position:bottom;
	width:100%;
}
.bgGradientInterior {
	background-image:url(images/leather_bg_int.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	width:100%;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bgGradient[class] {
	background-image:url(images/black_gradient.png);
}

.highlightText {
	color: #6699ff;
}
.marquee {

	width:996px; 

}
.mainContainer {
	padding:25px;
}


/*** HEADER TAGS ***/

.headerSpotlight { 
	background-repeat:no-repeat; 
	background-position:center; 
	height:104px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerSpotlight[class] {

}
.headerText {
	text-align:center; 
	color:#bbc4f6; 
	font-size:18px; 
	font-family:Garamond, 'Times New Roman', Times, serif;
}
.headerTextPosition {
	padding-top:40px;
}

/*** MENU & NAVIGATION TAGS ***/

.navBG { 
	height:39px; 
	text-align:center; 
	padding-top:0px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.navBG[class] {
	background-image: url(images/menu_bg.png);
}
#navcontainer {
	text-align:center;
}
#navlist ul {
	padding:0px;
	margin:0px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
#navlist a {
	color:#FFFFFF;
	text-decoration:none;
	position: relative;
	padding:0px;
	margin:0 15px;
	display:block;
	float:left;
}
#navlist a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#navlist a:hover {
	color:#8c8dc9;
	text-decoration:underline;
}


/*** HOME PAGE TAGS ***/

.homeMarquee {
	background-image: url(images/marquee_bg.jpg); 
	background-repeat:no-repeat; 
	width:996px; 
	height:260px;
}
.homeCol1 {
	float:left; 
	width:306px; 
	height:260px;
}
.homeCol2 {
	float:left; 
	width:378px; 
	height:260px; 
	text-align:center;
}
.homeCol3 {
	float:left; 
	width:312px; 
	height:260px;
}
.featureTitle {
	font-family:Garamond, 'Times New Roman', Times, serif; 
	font-size:18px;
	line-height:16px; 
	text-align:center; 
	margin-top:30px;
	margin-bottom:13px;
	font-weight:bold;
}
.featureTitle a {
	color:#FFFFFF;
	text-decoration:none;
}
.featureTitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.homeTextBR {
	margin-top:17px;  
	background-position:bottom right; 
	background-repeat:no-repeat; 
	padding:0 25px 25px 0;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.homeTextBR[class] {
	background-image:url(images/seo_br.png);
}
.homeTextTL {
	background-position:top left; 
	background-repeat:no-repeat; 
	line-height:14px; 
	padding:20px 0 0 25px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.homeTextTL[class] {
	background-image:url(images/seo_tl.png); 
}


/***** BESTSELLER PAGE ****/
.bestsellerContainer {
	border-top:1px dotted #1d1d2e;
}


/*** FOOTER TAGS ***/

.footerText {
	width: 986px; 
	margin:auto; 
	text-align:left; 
	color:#1d21f2; 
	padding:20px 0 0 10px;
	position:relative;
}
.footerText a {
	color:#1d21f2;
}
.footerText a:visited {
	color:#1d21f2;
}
.footerText a:hover {
	color:#ffffff;
	text-decoration:none;
}
/* CONTACT FORM */

.contactInfo {
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #0e0e15;
}
.contactContainerColor a {
	font-size:12px;
	color:#ffffff;
}
.contactCopy {

}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	color:#bbc4f6; 
	font-size:18px; 
	font-family:Garamond, 'Times New Roman', Times, serif;
	padding-top:30px;
	padding-bottom: 5px;
}
.fields {

	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {

	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}
