/* 
 
*/

body 
{ 
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-family: arial; 
	background: #CDCDCD; 
	color: #777; 
}

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

a:hover
{
	text-decoration: underline;
}

#main
{ 
	width: 730px; 
	padding: 25px 15px; 
	background: #FFF; 
	margin-left: auto; 
	margin-right: auto; 
}

#header 
{ 
	height: 60px;
}

#header #right 
{ 
	float: right; 
	text-align: right; 
	width: 300px; 
}

.companyname 
{	
	font-size: 20px;
	float: left;
}

#banner 
{ 
	background: url("../images/header.jpg") 100% 0 no-repeat; 
	height: 200px; 
	background-color: #CDCDCD;
}

#banner h1 
{ 
	color: #FFF; 
	padding: 40px 0 0 25px; 
	line-height: 120%;
}

#maincontent 
{ 
	clear: both; 
	margin: 15px 0; 	
}

div.content_mid {
height:240px;  
background-image:url("../images/flower2.jpg"); 
background-repeat:no-repeat;
background-position:center;
margin:0px;
padding:0px;
}

div.content_img1 {
height:240px;  
background-image:url("../images/flower1.jpg"); 
background-repeat:no-repeat;
background-position:center;
margin:0px;
padding:0px;
}

div.content_img2 {
height:240px;  
background-image:url("../images/rose.jpg"); 
background-repeat:no-repeat;
background-position:center;
margin:0px;
padding:0px;
}

div.content
{ 
	padding: 2px 20px 12px; 
}

div.content:hover
{
	background-color: #DDD;
}

p 
{	
	margin-bottom: 5px; 
	line-height: 200%;
}

ul 
{ 
	margin-bottom: -30px; 
	padding : 0; 
	list-style : none; 
}

h1
{
	font-size: 200%;
	color: #FF2B8F;	
}

h2 
{ 
	font-size: 170%; 
	color: #FF2B8F;	
}

h3
{
	font-size: 140%;
	color: #FF2B8F;
}

#navbar 
{	
	background-color: #CDCDCD; 
	height: 30px; 
	margin-bottom: 1px;
}

#navbar li
{  	
	padding: 8px 14px 2px 14px;
	border-right: 1px solid #FFF;
	float: left; 
	font-weight: bold;
	height: 20px;
}

#navbar li.active
{ 
	background-color: #FF2B8F;
}

#navbar li:hover
{
	background-color: #FF2B8F;
}

#navbar a:link, #navbar a:active, #navbar a:visited
{ 
	color: #FFF; 
	text-decoration: none;	
	padding: 8px 14px 2px 14px;
}

#footer
{ 	
	border-top: 1px solid #CDCDCD;
	height: 15px;			
	padding: 15px 25px 25px;		
	font-size: 11px; 
	text-align: center;
}

#footer p 
{	
	clear: both; 
	color: #777; 
	font-size: 11px; 
	padding-top: 5px;
}

#footer  #bottomnavbar a
{
	padding-left: 15px;
}
