/* RESET & BODY */
* {
	margin:0;
	padding:0;
}
html, body {
	color:#666;
	margin: 0;
	padding: 0;
	border: 0;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.clear {
	clear:both;
}
body {
	height:100%;
    background: #333;
    background-image:url("../images/bg.jpg");
    background-repeat: repeat-x;
    background-color: #f8f8f8;
}

/****** ELEMENTS ******/
#wrapper {
	margin:0 auto;
	width:900px;
}
#header {
	margin:0 auto;
	background:#FFF;
}
#head {
	background-image: url("../images/head.jpg");
	height: 66px;
}
#random {
	height:258px;
}
#rotate {
	margin:0 auto;
	padding-bottom:20px;
}
#content {
	clear: both;
	margin:0 auto;
	width:100%;
	background:#FFF;
}
#usp {
	background-image: url("../images/usp.jpg");
	background-repeat: no-repeat;
	margin-top: 10px;
}
#usp h1 {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	color: #069cd2;
}
#usp h2 {
	color: #FFFFFF;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
#lp {
	float:left;
	width:20%;
	background:#c5cdcb;
}
#substance {
	float:left;
	width:538px;
	background:#FFFFFF;
}
#rp {
	float:right;
	width: 362px;
	padding-top: 10px;
	background:#FFFFFF;
}
#rp table {
	background-color: #f8f8f8;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	margin-left: 12px;
}
#rp table td {
	padding: 5px 0px 5px 30px;
}
#rp tr.odd td {
	background-color: #00282f;
	color:#FFFFFF;
}
#rp p {
	margin-left: 50px;
}
#rp a {
	margin-left: -5px;
	background-image: url("../images/click_here_off.gif");
	color: #FFFFFF;
	width: 84px;
	height: 22px;
	display: block;
	font-weight: bold;
	padding: 7px 0px 0px 25px;
}
#rp a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#contentspan {
	width:100%;
}
#contentspan ul {
	width:50%;
	float:left;
	list-style:none;
}
#contentspan li {
	background:#c5cdcb;
	padding:3px 0 3px 50px;
	margin-bottom:5px;
}
/* FOOTER */
#footer {
	margin:0 auto;
	width:100%;
	background-color: #006bb7; 
}
#footer_bar {
	background-image: url("../images/footer_background.gif");
	height: 27px;
	width: 100%;
}
#footer_bar_middle {
	background-image: url("../images/footer_middle.gif");
	height: 27px;
	background-repeat: no-repeat;
	margin:0 auto;
	width:900px;
}
#footer_middle {
	background-color: #006bb7;
	margin:0 auto;
	width:900px;
}
#footer p {
	font-size:90%;
	margin:0 0 10px 0;
	color: #FFF
}
.lcol {
	text-align:left;
	float:left;
	width:50%;
}
.rcol {
	text-align:right;
	float:right;
	width:50%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:none;
}
/* DATE */
#date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	float:right;
	font-weight:bold;
	padding:10px 20px 10px 0;
}

/* IMAGES */
img.border {
	border:1px solid #666;
	padding:2px;
	float:left;
	margin:5px;
}
/* LINKS */
a:link  {color: #006699; text-decoration:none;}
a:visited {color: #006699; text-decoration:none;}
a:hover {color: #FF0000; text-decoration:underline;}
a:active {color: #006699; text-decoration:none;}

/* NAV */
#nav {}
#nav ul {
	height: 34px;
	margin:0;
	padding:0;
	list-style:none;
	background-image: url("../images/nav.jpg");
}
#nav li {
	display:inline;
}
.rollover {}
.rollover a:link, .rollover a:visited, .rollover a:active {
	text-decoration: none;
	float:left;
	text-align:center;
	padding:10px 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
.rollover a:hover, .rollover a.active {
	background-color:#ed1c24;
	text-decoration: none;
	color:#FFF;
}
/* TEXT */
h1 {
	font-size:220%;
	margin:10px 10px;
	line-height:1.2em;
}
h2 {
	font-size:140%;
	font-weight:lighter;
	margin:10px 10px;
	line-height:1.4em
}
h3 {
	font-size:120%;
	font-weight:lighter;
	margin:10px 10px;
	line-height:1.4em
}
p {
	margin:5px 10px 5px 10px;
	line-height:1.4em;
}

/* GALLERY */
#gallerycontainer {
	margin:10px 10px;
}
/* PH MEDIA LOGO */
#ph_logo {
	margin:0 auto;
	width:900px;
}