/* dex audio main stylesheet */
/*
contents:
	general
	links
	main layout elements
	rollovers
	other layout elements
*/

/* general */

* {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
}
body {
	background-color: #BCBDC0;
	margin: 0;
	padding: 0;
	text-align:center;
}

dt a.underline:hover {
  text-decoration: underline !important;
}


/* links */
a, a:active, a:visited, a:link {
	color: #CCCCCC;
}
a.idm, a.idm:active, a.idm:visited, a.idm:link {
	color: black;
}
a:hover {
	color: #EC2028;
}
a.idm:hover {
	color: #EC2028;
}

#content div.textbox a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#content div.textbox a:hover {
  color: #EC2028;
}


a img {
	/* just annoying... */
	border: none;
}


/* main layout elements */
div#main-container {
	width: 950px;
	margin: 0px auto;
	background: white url("../images/container-top.png") top no-repeat;
	padding: 0;
	text-align: left;
	position: relative;
	top: 0;
}

div#content {
	padding: 0;
	position: relative;
	top: 251px;
	width: 608px;
	margin-left:175px;
	min-height: 400px;
}

div#left-menu {
	float: left;
	left: 0;
	margin:0 0 0;
	position: absolute;
	top: 25px;
	width: 171px;
	padding-right: 4px;
	text-align:right;
}

div#right-side {
	/* padding-right: 7px; */
	text-align: center;
	position: absolute;
	right: 0;
	top: 25px;
	width: 167px;
}

div#top-banner {
	float: left;
	height: 226px;
	left: 175px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 608px;
	text-align: center;
}

div#footer {
	background: url("../images/bg-footer.png") bottom no-repeat;
	background-color: #404041;
	text-align: center;
	color: white;
	font-size: 7pt;
	clear: both;
	margin-top:261px;
}

div#footer div#footer-area {
	color: black;
	background-color: white !important;
	text-align: left;
	padding-left: 24px;
}

/* rollovers */

a.rollover, a.srollover {
	font-weight: bold;
	background-repeat: no-repeat;
	display: block;
	width: 109px;
	height: 23px;
	margin: 4px 0 4px auto;
	padding-top: 10px;
	padding-right: 40px;
	text-align: right;
	text-decoration: none;
}
a.rollover,
a.rollover:active,
a.rollover:visited,
a.rollover:link {
	background-position: bottom;
	color: #AAAAAA;
}

a.rollover:hover,
body a.srollover,
body a.srollover:active,
body a.srollover:visited,
body a.srollover:link,
body a.srollover:hover {
	color: #EC2028 !important;
	background-position: top;
}

/*
usage:
html: <a class="rollover [myrolloverclass]">text</a>
css: .myrolloverclass {background-image: url(...);}
see menu.css for current ones
*/


/* other layout elements */

/* image formatting for bottom logos */
div#footer-area img {
	margin-bottom: 8px;
}


/* floating shortcuts */
#content .left {
	/* float: left; */
	clear: left;
}
#content .fleft {
	float: left;
	/* clear: left; */
}
#content .right {
	float: right;
	clear: right;
}


/* main/center content */

div#content div.container {
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#content .r-align {
	text-align: right
}


h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h2.nb {
  font-weight: normal;
}
h1,h2 {
	margin:0px;
	font-weight: normal;
	padding-top: 10px !important;
}
h1 *,h2 * {
  font-size: 1em;
}
form {margin:0;}
div.textbox {
	width: 392px;
	/* margin: 0 10px; */
	padding-top: 0px;
	background: url("../images/textbox-top.png") top no-repeat;
	background-color: #E7E7E8;
}
div[class~="textbox"] fieldset {
	border: 1px solid #BFB8BF;
}
div.textbox fieldset {
	margin: 10px 12px 0;
	-moz-border-radius: 5px;
}
div.textbox fieldset legend{
	font-weight: bold;
	color: black;
}
div.textbox p, div.textbox dt {
	/* font-size: 7pt; */
	margin: 10px 0 0 0;
}
div.textbox p, div.textbox h1, div.textbox h2, div.textbox dl {
	padding: 0 12px;
}

dt a {
  color: black !important;
}

div.textbox div.footer {
	height: 25px;
	background: url("../images/textbox-bottom.png") top no-repeat;
	background-color: #E7E7E8;
	text-align: right;
}
#content div.full {
  clear: both;
  background-image: url("../images/textbox-top-full.png");
  width: 598px;
  margin-left: auto;
  margin-right: auto;
}
#content div.full div.footer {
  background-image: url("../images/textbox-bottom-full.png");
  clear: both;
}
#content div.full img.left {
  float: left;
  margin-right: 4px;
}

div.textbox div.footer {
	height: 25px;
	background: url("../images/textbox-bottom.png") bottom no-repeat;
	background-color: #E7E7E8;
	text-align: right;
}
#content div.small {
  background-image: url("../images/textbox-top-small.png");
  width: 189px;
  margin-left: 5px;
  margin-right: 5px;
}
#content div.small div.footer {
  background-image: url("../images/textbox-bottom-small.png");
  text-align: center;
  clear: both;
}

ul, ol {
  margin: 10px 0 0 0;
  padding: 0;
  padding-left: 15px;

}
ul li, ol li {
  margin :0.5em 18px 0 18px;
   /* padding-left: 5px; */
}

