/* 
Using html>body hides the style from IE (which cannot understand child selection. See:
http://www.webcredible.co.uk/user-friendly-resources/css/hacks-browser-detection.shtml 
This is used as a work-around for IE's 3 pixel bug.
*/


/* Redefined */

body,td,th {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
}
body {
	text-align: center;
}
img {
	border: 0px;
}
ul {
	margin: 0 0 0 16px;
	padding: 0;
 }
li {
	text-align: left;
}
a:link	{
	text-decoration: underline;
	color: #FFFFFF;
	}
a:active	{
	text-decoration: none;
	}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
	}
a:hover {
	color: #B793DB;
}

/* New Classes */

.hdr {
	color: #D3AA75;
	font-size: 20px;
	font-weight: bold;
}
.ftr {
	color: #999999;
	font-size: 12px;
}
.cptn {
	font-size: 12px;
}
a.ftr:link {
	color: #339999;
}
.errors {
	color: #FF3300
}
/* New IDs */

#container {
	width: 744px;
	margin: 10px auto;
	text-align: left;
}
#flashmenu {
	height: 259px;
	width: 744px;
}
#centermargin {
	height: 3px;
	border-top: 10px solid white;
	border-bottom: 1px solid white;
	font-size: 1px;
}
#main {
	float: left;
	width: 733px;
	border-left: 1px solid white;
	border-right: 10px solid white;
	/* http://www.quirksmode.org/css/clearing.html */
}
#mainmenu {
	float: left;
	width: 150px;
	margin: 10px 0px 0px 5px;
}
html>body #mainmenu {
	float: left;
	width: 150px;
	margin: 10px;
}
#mainmenubrowse {
	width: 150px;
	height: 20px;
	background: black url(images/structure/headerBrowse.png) no-repeat;
}
#mainmenulist {
	width: 138px;
	border: 1px solid #999999;
	padding: 5px;
}
#mainmenunew {
	width: 150px;
	height: 35px;
	background: black url(images/structure/headerNew.png) no-repeat bottom;
}
#mainmenuimg {
	width: 148px;
	height: 56px;
	border: 1px solid #999999;
}
#mainmenucontact {
	width: 150px;
	height: 35px;
	margin-top: 20px;
	background: black url(images/structure/headerContact.png) no-repeat bottom;
}
#mainmenucontactinfo {
	width: 128px;
	padding: 10px;
	border: 1px solid #999999;
	line-height: 100%;
}
#maintext {
	margin-left: 180px;
	padding: 10px;
}
#footer {
	float: left;
	position: relative;
	width: 734px;
	height: 96px;
	border-right: 10px solid white;
	background: url(images/structure/sig.jpg) no-repeat;
	background-position: 292px 20px;
}
#footerRightText {
	width: 452px;
	line-height: 25px;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: 0px;
	left: 292px;
}
html>body #footerRightText {
	bottom: -6px;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
