/* 	This is an open source XHTML/CSS website template created by Manjeet Singh Sawhney (http://www.manjeetss.com)
	You can use this template, but a reference to my website (www.manjeetss.com) would be appreciated. If you need 
	any help or would like me to develop a website for you then please contact me via my website or e-mail me at manjeetss@gmail.com
*/

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
{ 
	margin-top: 15px;
	margin-bottom: 15px;
	width: 730px; 
	padding: 25px 15px; 
	background: #FFF; 
	margin-left: auto; 
	margin-right: auto; 
	border-radius: 10px 10px 10px 10px;
}

#header 
{ 
	height: 60px;
}

#header img {
	margin-top: -10px;	
}

#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; 
	padding-right: 300px;
	text-align: right;
	background-color: #D0D0D0;
}

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

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

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

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

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

.content ul 
{  
	padding : 0; 
	list-style-type: circle; 
	margin-bottom: 0px;
}

.content li {
	margin-left: 35px;
	padding-top: 5px;	
}
h1
{
	font-size: 200%;
	color: #FF2B8F;	
}

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

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

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

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

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

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

#navbar #download 
{
	background-color: #9999FF;	
	padding: 8px 14px 2px 14px;
}

#navbar #download  a
{
	background-color: #9999FF;	
	padding: 8px 22px 2px 21px;
}


#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;
}
