﻿body	{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: 16px;
	color:#003399;
	text-align:left;
	font-size: 11px;
	margin:0px;
	background-color:#FFFF;
}

h1 {
	color: #FB15D2;
	font-weight: normal;
	font-size: 20px;
}

a:link,  a:visited{
	text-decoration: none;
	color:#003399;
}

 a:hover{
	text-decoration: none;
	color: #FB15D2;
}

li	{
	margin-top:12px;
	font-size:11px;
}

div	{
	border:0px solid #ddd;
}

img	{
	border:0px;
}

h2	{
	text-transform:uppercase;
}

.content	{
	width:100%;
	margin: 0 auto; 
	margin-top:0px;
	margin-bottom:0px;
	background-color:#fff;
}

.content_inside	{
	margin: 0 auto; 
	width:867px;
	text-align:left;
}

#left	{
	float:left;
	width:167px;
	color:#000;
}

#top	{

}

#logo	{

}

#right	{
	float:right;
	text-align: right;
	width: 680px;
	margin-left:10px;
	margin-right:10px;
	margin-top:38px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FB15D2;
}

#right h2	{
	color: #000;
}

.clear	{
	clear:both;
	height:0px;
}

#middle	{
	padding:0px;
	margin-top:6px;
}

img.empty	{
	margin-left:250px;
	margin-top:100px;
	margin-bottom:100px;
}

#middle	 p	{
	text-align:justify;
}

#middle p span	{
	font-weight:bold;
	color:#000;
}

#footer	{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 9px;
	padding-top: 8px;
	border-top: 1px solid #FB15D2;
	text-align:center;
}

.testimonials	{
	float:left;
	width:300px;
	border:1px dotted #ddd;
	background-color:#fafafa;
}

.testimonials p	{
	font-style:italic;
	font-size:12px;
	margin:0px;
}

.tags	{
	margin-left:30px;
	float:left;
	width:250px;
	border:1px dotted #ddd;
	background-color:#fafafa;
}

.contact_form label	{
	display: block;
	float: left;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

.contact_form input, .contact_form textarea	{
	float: left;
	color: #333;
	margin-bottom: 7px;
	background: #fff;
	border:1px solid #ccc;
	padding: 5px;
	width: 60%;
}

.contact_form input.red	{
	border: 1px solid #FF0000;
}

.contact_form input:focus {
	background-color: #FAFAFA;
}

.contact_form textarea:focus {
	background-color: #FAFAFA;
}

.contact_form span	{
	font-size:80%;
	color:#ff0000;
}

.contact_form br {
	clear: left;
}

#contact a:link, #contact a:visited{
	color: #009999;
}

#contact a:hover{
	color: #FB15D2;
}

#company_ul {
	list-style-type: disc;
	padding: 0px;
	text-align:justify;
	line-height:20px;
}

#company_ul li{
	display: inline;
}