/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	color: #572600;
	background-color: #d09258;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
a {
	color:inherit;
}
#bottom_info a { color:#572600; }
th {
	font-size:11px;
	color: #ffffff;
/*	background-color: #000000; */
}

.filter_header {
/*	background-image: url('http://www.paradoxlabs.com/images/filter_header.jpg');
	background-repeat: repeat-x;
*/	background-color: #fbcd2f;
}

td {
	font-size: 11px;
	font-family: Verdana;
	color: #572600;
}

.links {
	color: #572600;
	text-decoration:none;
}

h1 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	color:#993300;
}

.main_content {
	background-color: #ffffff;
	height: 100%;
}

.small {
	color: #6b5231;
}

a.menu:link {
	color: #909090;
	font-size: 10px;
	text-decoration: none;
}

a.menu:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.menu:hover {
	color: #303030;
	font-size:10px;
	text-decoration: underline;
}

a.feed:link {
	color: #909090;
	font-size: 10px;
	text-decoration: none;
}

a.feed:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.feed:hover {
	color: #303030;
	font-size:10px;
	text-decoration: underline;
}

.crumb {
	color: #909090;
	font-size:9px;
}

a.crumb:link {
	color: #909090;
	font-size: 9px;
	text-decoration: none;
}

a.crumb:visited {
	color: #909090;
	font-size:9px;
	text-decoration: none;
}

a.crumb:hover {
	color: #909090;
	font-size:9px;
	text-decoration: underline;
}

a.news_link:link {
	color: #909090;
	font-size: 12px;
}

a.news_link:visited {
	color: #909090;
	font-size:12px;
}

a.news_link:hover {
	color: #909090;
	font-size:12px;
	text-decoration: none;
}

.footer {
	font-size: 10px;
	color: #000000;
}

a.bottom_nav:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

a.bottom_nav:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.bottom_nav:hover {
	color: #909090;
	font-size:10px;
	text-decoration: underline;
}

a.sitemap:link {
	color: #909090;
	font-size: 10px;
	text-decoration: none;
}

a.sitemap:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.sitemap:hover {
	color: #909090;
	font-size:10px;
	text-decoration: underline;
}

.bottom_border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.bottom_border_gray {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
}

.box {
	padding: 2px;
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #fbcd2f;
}

/* this is for drop down menus...  you WILL need to add to go deeper */
.horizontal {
	width: 20px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	background-color: #ffffff;
}

#nav a:link {
	display: block;
	width: 15em;
	padding: 0 5 0 5;
	color: #000000;
	text-decoration: none;
}

#nav a:visited {
	display: block;
	width: 15em;
	padding: 0 5 0 5;
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	display: block;
	width: 15em;
	color: #000000;
	padding: 0 5 0 5;
	background-color: #D8EAED;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #D8EAED;
	border-width: 1px 1px; 

}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.childgrouptable {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	width:100%;
}

.childdiv {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	padding: 10px;
	float: left;
	font-size:10px;
	text-align:center;
}

.childgroup {
	font-size:12px;
}

.productgrouptable {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	width:100%;
}

.productdiv {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	padding: 10px;
	float: left;
	font-size:10px;
	text-align:center;
}

.product {
	font-size:12px;
}

#vsquiggle { /* Verticle Squiggles on bottom of index page */
	background-image:url(images/_index_vert_squiggle.gif);
	background-repeat:repeat-y;
}

#MSIE_go_to_hell {
	right: 0px !important;
	right: -2px;
}

#bottom_content {
	color : #993300;
	font-size:14px;
}

	#vertical, #vertical ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 15em;
	}
	
	#vertical li { /* all list items */
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#vertical li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
		z-index:10;
		background-color:#FFFFFF;
	}
	
	#vertical li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	/* TOP MENU */
	#vertical li a {
		width: 11em;
		display : block;
		color: #572600;
		font-weight : bold;
		text-decoration : none;
		background-color : none;
		border : none;
		padding :0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
	}
	
	/* MIDDLE AND BOTTOM MENUS */
	td#verticalMenu #vertical li a {
		width: 13em;
		display : block;
		color: #572600;
		font-weight:bold;
		font-style:italic;
		text-decoration: none;
		background-color : none;
		border : none;
		padding :0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
		
	/* TOP MENU */
	#vertical li a:hover {
		color: #FFFFFF;
		background-color: #993333; 
	}
	
	/* MIDDLE AND BOTTOM MENUS */
	td#verticalMenu #vertical li a:hover {
		color:#ffffff;
		background:transparent;
		
	}
	
	#vertical li:hover ul ul, #vertical li:hover ul ul ul, #vertical li.sfhhover ul ul, #vertical li.sfhhover ul ul ul {
		left: -999em;
	}
	
	#vertical li:hover ul, #vertical li li:hover ul, #vertical li li li:hover ul, #vertical li.sfhhover ul, #vertical li li.sfhhover ul, #vertical li li li.sfhhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	/* ONE GIRL STYLES */
	.module_title {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#999999;
		font-weight:bolder;
	}
	
	p {
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #572600;
	}
	
	td#bottom_content p {
		color : #993300;
	font-size:14px;
	}