.header, .menu, .dropdown, .dropdown dt, .dropdown dd, .dropdown ul, .dropdown li
{
	padding:0; 
	margin:0
}

body
{
	background:url(../images/back.jpg) repeat-x;
}

.menu
{
	position:absolute;
	margin-top:-46px;
	left:50%;
	margin-left:-485px;
	z-index:200;
	top: 316px;
}



/*============================================================================*/



.dropdown
{
	float:left;
	padding-right:0px
}

.dropdown dt 
{
	width:138px;
	border:0px;
	padding:0px;
	cursor:pointer;
}

.dropdown dd
{
	position:absolute; 
	overflow:hidden;
	margin-left:-7px; 
	margin-top:-5px;
	width:154px; 
	display:none;
	z-index:200;
	opacity:0
}

.dropdown ul 
{
	width:154px;
	border:0px; 
	list-style:none; 
	border-top:none
}

.dropdown li 
{
	display:inline
}

.dropdown a, .dropdown a:active, .dropdown a:visited
{
	display:block;
	padding:0px;
	text-decoration:none;
	width:154px
}

.testimonials
{
	font-family:Verdana, Geneva, sans-serif;
	align:left;
	color:#FFF;
	width:536;
}
	
/*=======================================================================*/


body {
	background-color: #030303;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

img
{border:none;}

a
{border:none;}



.testimonials {
	color: #FFF;
}
body table tr td table tr td h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* [disabled]font-style: normal; */
	color: #FFF;
	float: right;
	padding-right: 40px;
	padding-top: 0px;
}



