@charset "utf-8";
/* CSS Document */





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #000;
	line-height: 20px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #F16495;
	text-decoration: none;
}
a:visited {
	color: #F16495;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}



ul.links {
  margin-left:0em;
  padding-left:0.2em;
  margin-bottom:1em;
}

li.links  {
  background:url(images/bullet.gif) 0em 0.5em no-repeat; 
  padding-left: 10px;
  margin-left:0;
  list-style: none;
}

ul.links_notop_margin {
  margin-top:0px;
  margin-left:0em;
  padding-left:0.2em;
  margin-bottom:1em;
}

.mainbox {
	width:982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	overflow: visible;
	
	
}

.headerbox {
	width:980px;
	height:175px;
	float:left;


	
}
.headerspacer {
	float:right;
	width:500px;
	height:100px;
}
.contact {
	float:right;
	padding:10px 30px 10px 10px;
	width:500px;
	height:38px;
	text-align:right;
}
.navbox {
	float:right;
	width:270px;
}
.topmargin {
	width:980px;
	height:60px;
	float:left;
	
	
}
.maincontentbox {
	float:left;
	width:855px;
	
}

h1 {
	margin-top:25px;
	margin-bottom:18px;
	font-size: 18px;
	font-weight:bold;
	color: #999;
}

h2 {
	margin-top:25px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight:bold;
	color: #F16495;
}
.footer {
	width:980px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	
	padding: 0;
}
.contentbox {
	float:left;
	padding: 0;
	width:980px;
	overflow: visible;
}
.leftcolumn {
	width:380px;
	float:left;
	
}
.sectiontitle {
	float:left;
	width:933px;
	height:70px;
	font-size: 16px;
	
	color: #FFF;
	padding-left: 25px;
	line-height: 25px;
	font-weight: bold;
}
.sectiontitle_wide {
	float:left;
	width:150px;
	height:25px;
	font-size: 16px;
	background-color: #F16F91;
	color: #000;
	padding-left: 50px;
	line-height: 25px;
	font-weight: bold;
}

.outbox {
	float:left;
	width:17px;
	position: relative;
	left: -157px;
	z-index: auto;
	overflow: visible;
	visibility: visible;
}
.outbox_wide {
	float:left;
	width:17px;
	position: relative;
	left: -217px;
	z-index: auto;
	overflow: visible;
	visibility: visible;
}
.divide {
	background-color: #F16F91;
	height: 15px;
	width: 1px;
	float: left;
	margin-top: 8px;
}
.bold {
	color: #FFF;
	font-weight: bold;
}
.divline {
	border-bottom:dotted; 
	border-bottom-color:#333;
	border-bottom-width:1px;
	margin: 15px 0 15px 0;
}

object { outline:none; }

table.prices{
	background-color:#000;
	color:#FFF;
}

tr.pricesgray{
	background-color:#000;
	color:#999;
}


