/* CSS Document */
* {
	margin:0;
	padding:0
}
/* containers */
body {
	margin: 0;
	padding: 0;
	color: #ff3300;
	background: #000 url(../images/bgpurple.jpg);
	text-align:center;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#container {
	background: url(../images/shadow.jpg) repeat-y;
	width: 860px;
	text-align: center;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
#holder {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	border:1px solid #211348;
}
#header {
	width: 780px;
	height: 92px;
	background: #000 url(../images/ravesafe_head.jpg) no-repeat;
}
#header02 {
	width: 780px;
	height: 73px;
	background: #000 url(../images/ravesafe_head_bg.jpg) no-repeat;
	text-align:left;
}
#pagehead {
	width: 780px;
	height: 116px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-indent:-10000px;
}

#footer{
	background: #000 url(../images/bg_footer.jpg) no-repeat;
	width: 860px;
	text-align: center;
	margin:0 auto;
	}
	
/* navigation */
 #nav {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background: #000 url(../images/menu_bg.jpg) no-repeat;
	height: 30px;
	width: 780px;
	text-align: left;
	margin: 0;
	padding:0;
	border-top:2px solid #211348;
	border-bottom:2px dotted #211348;
	overflow: hidden;
}
.menu {
	padding:2px 0 0 0;
	margin:0;
	list-style-type:none;
}
.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	float:left;
	margin:5px 0 0 10px;
	padding: 0;
	text-align:left;
}
.menu li a {
	font-size: 11px;
	font-weight: bold;
	padding:0 8px 0 8px;
	color:#000;
	text-decoration:none;
	border-left:1px solid #211348;
}
.menu li a:hover {
	color: #FFCCFF;
}
.menu li a.plain{border-left:none;}
.lefted {
	margin:0;
}
/* content */
#content {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 780px;
	background: #000;
	overflow:hidden;
}
#logos {
	width: 780px;
	height: 66px;
}
/* text styles*/
a {
	color: #FF9999;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
p {
	font-size: 12px;
	margin:0.7em 5%;
	color: #ff3300;
}
.peer {
	margin:0.7em 200px 0.7em 5%;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}
.sixteenpx {
	font-size: 16px;
}
.whiteBold {
	color: white;
	font-weight: bold;
}
.alignright {
	text-align: right;
	padding: 5px;
}
.divider {
	background: url(../images/divider.gif);
	padding: 5px 0 5px 0;
}
/* headings */
h1 {
}
h2 {
	font-size:  16px;
	color: #0099CC;
	padding: 8px 5px 8px 20px;
	margin: 0;
	background: #2b304d url(../images/bg05.jpg);
	border-bottom: 1px dotted #5F345E;
}
h3 {
	color: #0099CC;
	padding: 5px 5px 5px 20px;
	background: #2b304d url(../images/bg02.jpg);
	margin: 0;
	font-size:  14px;
}
h4 {
	margin:0.7em 5%;
}
/* list styles */	
ul {
	margin: 0px;
	padding: 5px 20px 5px 50px;
	list-style: none;
	font-size: 12px;
}
ol {
	margin-left: 60px;
	padding: 5px 200px 5px 40px;
	font-size: 12px;
	text-align: left;
}
ul.blueArrow {
	list-style: url(../images/little_blue_arrow.gif) outside;
	color:#fff;
}
ul.redArrow {
	list-style: url(../images/little_red_arrow.gif) outside;
}
ul.purpleArrow {
	list-style: url(../images/purple_arrow.gif) outside;
}
li {
	padding-bottom: 5px;
}
.drug {
	width: 400px;
	margin-left: 40px;
	padding: 5px 5px 5px 5px;
	background: url(../images/drug_info_box.gif);
	color: #fff;
}
.drug h3 {
	border: 1px solid #f96222;
	background: url(../images/drugs_box_head.jpg);
	padding: 2px 5px 2px 20px;
	color: #FFFFFF;
	margin:0;
	font-size: 14px;
}
.drug p {
	color: #fff;
	padding: 2px 5px 0 20px;
	margin:0;
}
/* background colors */

#dkpurple {
	background: #212438 url(../images/bg01.jpg);
}
#purple {
	background: #1A111E url(../images/bg04.jpg) no-repeat bottom;
}
.bg05 {
	background: #2b304d url(../images/bg05.jpg);
	border-bottom: 1px dotted #5F345E;
	margin: 0;
}
/* borders */
.borderLdot {
	border-left: 1px dotted #2b304d;
}
.borderBdot {
	border-bottom: 1px dotted #2b304d;
	margin: 10px 2px 10px 2px;
}
.floatRight {
	float: right;
	margin:10px;
}
/*------------------------------------------------------------clear floats*/
.clearer{
 	height:1px;
 	overflow:hidden;
 	margin-top:-1px;
 	clear:both;
}
