/* CSS Document */

body {
	background: #17110D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #781d7e;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 26px; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }		

p { margin: 0px; margin-bottom: 10px; }

p.abfooter { padding-top: 5px; text-align: center; font-size: 11px;
	color: #83434D;
}
p.abfooter a:link { color: #DBCAA8; text-decoration: none; }

p.footer a:link { color: #DBCAA8;
	font-size: 10px;
}

p.footer a:hover { color: #d5e14d; text-decoration: underline;
	font-size: 10px;
	border-bottom-color: #d5e14d;
	border-bottom-width: 1px;
}
p.abfooter a:visited { color: #DBCAA8; text-decoration: none; }
p.abfooter a:hover { color: #DBCAA8; text-decoration: underline; }
p.abfooter a:active { color: #DBCAA8; text-decoration: underline; }

table { border: 0px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
form { margin: 0px; }
input, select, textarea { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
td { vertical-align: top; }
img { margin: 0px; padding: 0px; border: 0px; }
div { padding: 0px; margin: 0px; }
hr { size: 1px; width: 100%; }

table#layout { background: #17110D; margin: 0px auto; border: solid 8px #DBCAA8; }
	table#layout td { padding: 10px; }

table#header { width: 942px; font-size: 26px; border: 4px solid #DBCAA8; }
	table#header td { padding: 0px; margin: 0px; height: 115px; }
	table#header td.rightheader { padding-right: 30px; text-align: right; font-size: 22px;
	color: #DBCAA8;
}
	div#header_right { padding-top: 45px; }

	div#navigation { width: 110px; height: 465px; }
	div#navigation a { color: #31241A; font-size: 13px;
	font-weight: normal;
}
	div#navigation a div#selected { color: #6a207f; text-decoration: underline; }

	div#navigation table#nav { margin-top: 20px; width: 120px; }

.bold {
	font-weight: bold;
}
	div#navigation table#nav { text-align: right; margin-right: 10px; }
	div#navigation table#nav tr td.spacer { height:10px; }
	div#navigation table#nav tr td.spacer2 { height:20px; }
	div#navigation table#nav tr td#navlogo img { margin-right:10px; }
	
table#content { margin-top: 10px; border: 0px; width: 942px; height: 465px; }
	table#content td { padding: 0px; margin: 0px; }

table#content td.flash { width: 130px; font-size: 14px; font-weight: bold; background-color: #CBB37E; color: #6a207f;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.flash { width: 230px; font-size: 13px; font-weight: bold; color: #31241A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background: #DBCAA8  top;
	border-top: 2px solid #31241A;
	border-bottom: 2px solid #31241A;
}
	
div#abfooter { margin-top: 5px; }

table#footer_content { background-color: white; width: 942px; height: 35px; margin-top: 10px; }
	table#footer_content td { text-align:center; vertical-align: middle; padding-right: 5px; padding-top: 5px; padding-bottom: 0px; margin: 0px; font-size: 11px; }

/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/* typography
----------------------------------------------- */

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}

#lightboxCaption{ float: left; }

.caption{ font-size: 10px; padding-top: 0.2em ;
	color: #6a207f;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

table#content td.col1 { width: 230px; height: 465px; padding: 0px; margin: 0px; }

table#content td.col2 { width: 130px; height: 465px; font-size: 14px; font-weight: bold; background-color: #DBCAA8; color: #6a207f; }

table#content td.col3 { width: 320px; height: 465px; }

table#content td.col3_4 { width: 582px; height: 465px; }

/*	table#content td.col4 { width: 252px; background-color: #d5e14d; color: #6693bc; font-size: 11px; }*/

table#content td.col4 { width: 482px; background-color: #DBCAA8; color: #31241A; font-size: 11px; }

table#content td.col4disclaimer { width: 582px; background-color: #DBCAA8; color: #31241A; font-size: 11px; }

/*	table#content td.col4 a:link { color: #6693bc; text-decoration: underline; }
	table#content td.col4 a:visited { color: #6693bc; text-decoration: underline; }
	table#content td.col4 a:hover { color: #44719a; }
	table#content td.col4 a:active { color: #6693bc; text-decoration: underline; }		*/

table#content td.col4 a:link { color: #431450; text-decoration: underline; }

table#content td.col4 a:visited { color: #431450; text-decoration: underline; }

table#content td.col4 a:hover { color: #2a0c32; }

table#content td.col4 a:active { color: #431450; text-decoration: underline; }

div#content_col1 { }

div#content_col2 { }

div#content_col3 { }

div.content_col4 h1 { line-height: normal; }

div.content_col4 { line-height: 140%; height: 425px; margin-left: 20px; margin-top: 20px; padding-right: 20px; margin-bottom: 20px; margin-right: 10px; }

div.content_col4 { overflow: auto; overflow-y: scroll; overflow-x: hidden; }

div.content_col4 { scrollbar-base-color: #DBCAA8; }

div.content_col4_suppliers { height: 425px; margin-left: 20px; margin-top: 20px; padding-right: 20px; margin-bottom: 20px; margin-right: 10px; }

p.quotetop { text-align: left; font-size: 16px;
	color: #DBCAA8;
}

p.quotebottom { padding-top: 5px; text-align: left; font-size: 12px;
	color: #83434D;
	font-style: italic;
}

table#header td.leftheader { padding-left: 10px; }

div#header_left { padding-top: 0; }	

.bglogo {
width: 109px;
padding-top:400px;
margin-top: 200px;
background-image:url(/images/bglogo.gif);
background-repeat: no-repeat;
}
