@charset "UTF-8";
html,body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/bg.jpg);
	color: #FFFFFF;
	height:100%; /* needed for container min-height */
	background-color: #000000;
}
#container {
	width: 780px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#heading {
}
#menu {
	float: left;
	width: 200px;
	padding-top: 25px;
	padding-left: 10px;
}
#content {
	float: right;
	width: 555px;
	padding: 5px 5px 50px;
}
#bottom_banner {
	clear: both;
	height: 284px;
	background-image: url(images/dpc.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer_above {
	clear: both;
	text-align: center;
	height: 50px;
	margin: 0px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	padding: 10px;
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	width: 780px;
}
h1 {
	color: #FF0066;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 30px;
}
h2 {
	color: #FF0066;
	font-size: medium;
	font-style: italic;
}










#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 170px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF0066;
	background-color: #000000;
	padding: 6px;
	font-size: small;
}

#menu a:hover {
	background-color: #666666;
}

#menu li {
	position: relative;
	font-size: 0.9em;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #9966FF;
}

/* 2ND COLUMN */
div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

/* 3RD COLUMN */
div#menu ul ul,
div#menu ul  li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 200px;
}










.pink_text {
	color: #FF0066;
	font-weight: bold;
}
.product_image {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
a:link {
	color: #FF0066;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #CCCCCC;
}
.form_input {
	border: 1px solid #CCCCCC;
}
.latest_sites {
	padding-right: 7px;
}
.product_table {
	padding-bottom: 20px;
}
h3 {
	color: #FBBB17;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: large;
}
