/* CSS Document */

/* LAYOUT ---------------------------------- */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;	
	background-repeat: repeat-y;
	background-position: center;
	vertical-align:top;
	background-color:#484848;
}

#main_table { background-color:#ffffff;}

a {font-size:12px; color:#af0000;}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #af0000;
	text-decoration:underline;
	font-size:9pt;
	font-weight:bold;
}
a:hover {color: #000000;}

#footer a {color : #b5b5b5;}

.breadcrumbs {
	font-size: 9pt;
	color:#af0000;
	font-weight:bold;
	text-decoration:underline;
}

p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#313131;}
/* LAYOUT ---------------------------------- */

div#content_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding : 0px;
	border : none;
	vertical-align:top;
}

#content_area { padding-right:8px;}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

img, form, table, td, tr, tbody, #leftcol ul, #leftcol li {
	margin : 0px;
	padding : 0px;
	border : none
}

/*MIDDLE COLUMN ------------------------------------- */
#tableMain {
	width : 100%;
	border-collapse : collapse;
	border : none;
	clear : both;
	background-image: url(../images/pageBkg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#divMainColumn {width:640px;}

#divMainColumn p, #divMainColumn h1, #divMainColumn .nobullet li, #divMainColumn h2, #divMainColumn h3, #divMainColumn h4, #divMainColumn h5, #divMainColumn h6 {padding : 0 5px;}
#divMainColumn ul, #divMainColumn li {text-indent: 17px;}

div#infoBrowse {
	margin: 4px;
	text-align: center;
	border: 1px dashed #CCCCCC;
	padding: 4px;
}

/* BASIC TEXT FORMATTING -------------------------- */

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-weight: bold;
	text-decoration:underline;
	font-size:9pt;
	font-weight:bold;
}

a.breadcrumbs:hover {
	text-decoration: underline;
	font-weight:bold;
}

/* COLUMN FORMATTING -------------------------- */
.leftColumn {
	float: left;
	height: 290px;
	width: 180px;
	padding-left: 50px;
	padding-top: 10px;
	font-weight: bold;
}
.rightColumn {
	float: left;
	height: 100%;
	width: 820px;
	padding-left: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
/* HEADER FORMATTING -------------------------- */
#header {
	height : 100px;
	background-color: #FFFFFF;
	width:1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

.headerLinks{
	font-size : 9pt;
	color : #b5b5b5;
	text-decoration : underline;
	font-weight : bold;
	position : inherit;
	top : 5px;
	right : 5px;
	
}

a.headerLinks:link,a.headerLinks:active,a.headerLinks:visited {
	font-size : 9pt;
	text-decoration : underline;
	font-weight : bold;
	position : inherit;
	top : 5px;
	right : 5px;
	color : #b5b5b5;
}

a.headerLinks:hover {
	text-decoration:underline;
	font-weight : bold;
	font-size : 9pt;
	text-align: right;
}

/* FOOTER FORMATTING -------------------------- */
#topfooter {
	background-image: url();
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 50px;
	clear: both;
}
#topfooter p {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-align: center;
	padding-top:5px;
	color : #b5b5b5;
}

.copyright {font-size: 12px; color : #b5b5b5;}
.leftcats { padding-left:2px;}
.leftcats a { padding-left:4px;}
#main_content { padding-top:3px;}
#toplinks {background-color:#484848; color : #b5b5b5; padding-bottom:2px;}

.price { color:#F00; font-size:14px; font-weight:bold;}
.list_price {color:#666; font-style:italic;}