@import url('/css/pages.css/');
@import "/css/pages.css";

*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{	
	margin:        0;
	margin-bottom: 0;
	margin-left:   0;
	margin-right:  0;
	margin-top:    0;
}

p
{
	font-size:   10px;	
}

form
{
	margin-bottom:0;
}

ul 
{
	list-style-image: url('/images/bullet_sm.gif');
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 2em;
	line-height: 125%;
}

.header
{
	background-color: #000000;
}

.mainBody
{
	background-color: #FFFFFF;
	padding:          0px;
	font-size:        12px;
	color:            #000000;
	margin:           0px;
	text-align:left;
}

.pageTitle
{
	font-size:   16px;
	font-weight: bold;
}

.footerText
{
	background-image:  url(/images/footer_black.gif);
	background-repeat: repeat-x; 
	height:            21px; 
	padding-left:      5px;
	color:             #FFFFFF;
	font-size:         9px;
}

.footerText a
{
	color:             #FFFFFF;
	font-size:         9px;
	text-decoration:   none;
}

.footerText a:hover
{
	color:             #990000;
}

.navgraphic
{ 
	font-size: 12px; 
	color: #000000;
}

.inputBox
{
	font-size : 14px;
}

.inputTextArea
{
	font-size : 14px;
	width: 360;
}

.productNav 
{
	border-top:    solid 0px #aaaaaa;
	border-left:   solid 1px #aaaaaa;
	border-right:  solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding:       8px 8px 12px 8px;
	margin:        0px;
	background:    #f0f0f0; 
}

.productNav A:LINK, .productNav A:VISITED 
{
	font-size: 12px; 
	color: #000000;
}

.productNav A:HOVER 
{
	color: #B00F37;
}

.productLink, .productLink:VISITED
{
	font-size: 12px; 
	color: #000000;
}

.productLink:HOVER
{
	color: #B00F37;
}

.outerBlack 
{
	background:#000000;
	padding:1px;
	margin: 0;
}

.innerBlack 
{
	background:#000000;
	color:#ffffff;
	border: 1px solid #f2f2f2;
	padding:3px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}
.outerDrkGrey
{
	background:#777777;
	padding:1px;
	margin: 0px;
}
.innerDrkGrey
{
	background:#777777;
	color:#ffffff;
	border: 1px solid #f2f2f2;
	padding:3px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}
.litBox
{
	border-top: 0px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding:8px;
	margin: 0px;
	background:#f0f0f0;
}
.book
{
	padding:0px;
	margin:0px;
}
.formBook
{
	padding:0px;
	margin: 0 0 8px 0;
}
.logo
{
	float:right;
	margin: 0 0 15px 15px;
	display: inline;
}
.newsImage
{
	float:right;
	margin: 0 0 15px 15px;
	display: inline;
}
.newsFix 
{
	clear:both;
	padding:0px;
	margin:0px;
}

.navBar
{
	background-image:  url('/images/nav_red.gif');
	background-repeat:                   repeat-x;
	height:      26px;
	line-height: 20px;
	font-size: .7em;
}

.navBar a
{
	font-size:  12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-variant:small-caps;
}
.navBar a:hover
{
	color:#000000;
	text-decoration:none;
}
.collapseable
{
	display:     none;
	margin-left: .2in;
}

.siteStandardFont
{
	color: #000000;
	font-size: 10px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
h2
{
	font-size:1em;
	margin-top:0;
}

a
{
	color:#000000;
}
a:hover
{
	color:#B00F37;
}

.linkish
{
	cursor:hand;
	cursor:pointer;
	color:#000000;
	text-decoration:underline;
}

.linkish_hover
{
	cursor:hand;
	cursor:pointer;
	color:#B00F37;
	text-decoration:underline;
}


.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}