html {
overflow: scroll;
}
.dots {
	background-image: url(images/vert_dots.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
}
.bodyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.smwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #313131;
}
.storm {
	background-image: url(images/storm_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-attachment: fixed;
}
.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bluebox {
	border: 1px solid #0D182E;
}
.titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3A648A;
}
a {
	color: #6699FF;
}
.chart {
	border: 1px solid #0000CC;
	margin:2em 0;
}
.subhead_blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #366289;
	text-decoration: none;	
}
.required {
	color:red;
}
td.frontpageimgs {
	text-align:center;
}
td.frontpageimgs img {
	margin-right:10px;
}
div#maelcontainer{
	text-align:center;
	width:680px;
	margin:30px 50px;
}
div.maelstrom_placeholder {
	width:200px;
	height:300px;
	border:#3d6786 solid 2px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin:0 10px;
	float:left;
	text-align:center;	
}
div.maelstrom_placeholder p {
	margin-top:80px;
}
div.maelstrom_placeholder span.subhead {
	font-size:large;
}
div.mael_descript {
	width:200px;
	float:left;
	margin:0 12px;
}
hr.hr_line {
	color:#3A648A;
	height:1px;
	width:50%;
	margin:2em auto;
}
.catalog_nothingforsale {
	color:#6d6d6d;
}
#botm {
	width:100%;
}
#botm td {
	text-align:center;
}
#botm_info {
	width:500px;
	margin:2em auto;
	text-align:center;
}
#botm_info td {
	border: 1px solid #0000CC;
}
/* MISC */
.header {
	font-family: 'Didact Gothic', sans-serif;
	font-variant:small-caps;
	color:#667588;
	font-size:22px;
	font-weight:bold;
	letter-spacing:3px;
	margin:10px 0 25px 0;
}
 
/* NAVIGATION */
#navs img {
	border:none;
}
#menu-main-menu-container {
	text-align:center;
}
#menu-main-menu {
	font-family: 'Didact Gothic', sans-serif;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
}

ul.menu {
	list-style: none;
	margin: 0 0 0 50px;
}
ul.menu li.menu-item {
	float: left;
	padding:0 16px 0 16px;
    cursor:pointer;	
}
#menu-main-menu a {
	text-decoration:none;
	display:block;
}
#menu-main-menu a:hover {
	color:#FFF;
	background-image:url(thunderstorm/wp-content/themes/thunderstorm/images/nav_lightning.jpg);
}
ul.sub-menu {
	display:none;
	list-style: none;
	margin:0 0 0 -30px;
	padding:5px 20px 10px 30px;
	background-color:#000;
	position:absolute;	
	z-index:3;
	min-width:100px;
}
ul.sub-menu li.menu-item {
	float:none;
	font-size:80%;
	line-height:1.5em;
	margin:0;
	padding:0;
	border:none;
    cursor:pointer;
}
ul.sub-menu li.menu-item a {
	display:block;
}
li.menu-item:hover > ul.sub-menu  {
	display:block;
}
ul.sub-menu li.menu-item ul.sub-menu {
	margin:-1.4em 0 0 0;
	padding:0 0 0 3em;
	width:100%;
	z-index:-1;
	text-align:right;
}
.quick-chat-history-container {
	outline:solid 1px blue;
}
