body	{background-color:#1b2534;}
a img, img
	{border: none;}
p	{margin: 0; padding: 8px 0px 8px 0px;}
p.big	
	{
	padding: 13px 0px 5px 0px;
	font-size: 15px;
	font-weight:bold;
	}


a.download
	{
	float:left;
	padding: 7px 7px 7px 3px;
	}

a.link, a.link:visited	{
	text-decoration: none;
	border-bottom: 1px dotted white;
	color: white;
	background: url("images/link.png") no-repeat 100% 50%;
	padding-right: 9px; /* the width of your image */
	}

div.logo	
	{
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 227px;
	height: 73px;
	}

div.empresspedal
	{
	position: absolute;
	top: 107px;
	left: 18px;
	width: 362px;
	height: 356px;
	background: url("images/empresspedal.png") no-repeat top;
	}

div.contentbackground
	{
	width: 599px;
	height: 158px;
	background: url("images/contenttop.png") no-repeat top;
	}

div.wrap
	{
	position:absolute;
	top: 32px;
	left: 287px;
	width: 599px;
	height: auto;
	}

div.wrapmiddle
	{
	width: 599px;
	height: auto;
	background: url("images/contentmiddle.png") 0px;
	}

div.content
	{
	border: 1px solid transparent;
	position:relative;
	top: 0px;
	left: 100px;
	width: 450px;
	height: auto;
	display: block;
	}


img.headings
	{
	padding: 0px 0px 20px 0px;
	}

img.separate
	{
	padding: 3px 0px 5px 0px;
	}

div.readcontent, .trycontent, .hearcontent
	{
	position:relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: auto;
	display: none;
	}

.hearcontent ul	{
	list-style: none;
	padding: 2px 0px 3px 0px;
	}

.readcontent, p, dl, dt, dd, ol, li {
	padding: 3px 0px 3px 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: white;
	}

div.privacypolicyleft, .privacypolicyright
	{
	position: absolute;
	padding: 10px 10px 10px 20px;
	width: 450px;
	height: 599px;
	background-color:#1b2534;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: white;
	display:none;
	}
.privacypolicyleft
	{
	top: 20px;
	left: 20px;
	float: left;
	}

.privacypolicyright
	{
	top: 20px;
	left: 470px;
	float: right;
	}

p.heading	{
	font-weight:bold;
	font-size: 14px;
	padding-top: 7px;
	text-decoration: underline;
	}

.readcontent dt	{padding: 2px 0px 3px 15px;}

.readcontent dd	{padding: 2px 0px 3px 0px; display:none;}

.readcontent dt {
	font-weight:bold;
	}

dt	{
	background: url("images/list.png") no-repeat 0% 50%;
	padding-left: 15px;
	border-bottom:1px dotted white;
	cursor: pointer;
	}

dt.selected
	{
	background: url("images/listselected.png") no-repeat 0% 50%;
	padding-left: 15px; 
	}
	
dd.on	{
	display:block;
	}

