/* CSS Document */

a:link{color:#860c14;}
a:visited{color:#860c14;}
a:hover{color:#AA3333;}

a img{border:none;}

body
{
	background:#000000 url('images/background1.jpg') repeat-y center;
	color:#535353;
	font-family:Trebuchet MS;
	font-size:15px;
	line-height:23px;
	margin:0px;
	padding:0px;
}

#main
{
	background:#FFFFFF url('images/main.jpg') no-repeat;
	margin:auto;
	min-height:300px;
	margin-top:15px;
	width:852px;
	margin-bottom: 20px;
}

#header
{
	height:100px;
	width:100%;	
}

	#logo
	{
		float:left;
		height:100px;
		width:240px;
	}
	
	#menu
	{
		color:#FFFFFF;
		float:left;
		height:70px;
		margin-top:30px;
		text-align:center;
		width:600px;
	}
		#menu ul
		{
			padding:0px;
			margin:0px;
			list-style:none;
		
		}
		
		#menu ul li
		{
			display:inline;
		}
		
		#menu a
		{
			padding:2px;
			padding-left:10px;
			padding-right:10px;
			margin-left:4px;
			margin-right:4px;
			text-decoration:none;
		}	
		#menu a:link
		{
			color:#CCCCCC;
		}		
		#menu a:visited
		{
			color:#CCCCCC;
		}		
		#menu a:hover{color:#FFFFFF;}		
		#menu li.active a
		{
			background:#111111;
			color:#FFFFFF;	
		}
#banner
{
	border-bottom:10px solid #6b0a10;
	color:#ffffff;
	width:100%;
	height:210px;
}

	#quote
	{
		font-size:18px;
		float:left;
		padding-top:50px;
		padding-left:50px;
		text-align:center;
		width:250px;
	}
	
	#quoteby
	{
		font-size:14px;	
		padding-top:4px;
	}
	
		#quote .readmore
		{
			float:right;
			margin-top:4px;
		}
	
	#screenshot
	{
		font-size:20px;
		float:left;
		padding-left:30px;
		margin-top:-3px;
		width:280px;
	}
	#login
	{
		float:left;
		height:208px;
		width:210px;
		vertical-align: middle;
	}
	#login form
	{
		margin: 30px 0px 0px 5px;
	}
		#login .title div
		{
			font-size:21px;
		}
		
		#login .email div
		{
			background:url('images/username.gif') no-repeat; 
			border:none; 
			height:16px;
			padding:2px;
			width:109px;
		}
		
		#login .email div input
		{
			background:none; 
			border:none; 
			width:85px;
			height:16px;
			font-size:0.85em;
		}
		
		#login .password div
		{
			background:url('images/password.gif') no-repeat; 
			border:none; 
			height:16px;
			padding:2px;
			width:109px;
		}
		
		#login .password div input
		{
			background:none; 
			border:none; 
			width:85px;
			height:16px;
			font-size:0.85em;
		}

		#login .submit div
		{
			background:url('images/login.png') no-repeat;
			height: 25px;
		}

		#login .submit div input
		{
			background:none; 
			border:none; 
			width:85px;
			height: 25px;
			cursor: pointer;
		}
	
#sidebar
{
	float:right;
	min-height: 250px;
	height: 100%;
	width:230px;
}

#phonenumber
{
	color:#373737;
	font-size:29px;
}

#containerOLD
{
	background:#f9f9f8 url('images/content_bg.jpg') repeat-y;
}

#content
{	
	height:auto;
	min-height:350px;
	padding:20px;
	width:555px;
}

#footer
{
	background:#860c14;
	border-bottom:#6b0a10 solid 8px;
	height:36px;
	width:100%;
	font-size: 12px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#copyright
{
	background:url('images/footer_left.jpg') no-repeat;
	color:#ffffff;
	height:37px;
	width:600px;
	padding-top:7px;
    padding-left:20px;
	margin-bottom:-8px;
}

#cherry
{
	float:right;
	background:url('images/cherry.jpg') no-repeat;
	height:123px;
	margin-top:-123px;
	width:245px;
}


.latestproject
{
	background:url('images/greenarrow.gif') no-repeat left center;
	padding-left:20px;
}

.menubox
{
	background:url('images/menubox.gif') no-repeat;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	height:38px;
	margin-top:20px;
	padding:4px;
	padding-left:8px;
	width:191px; 
	
}

.readmore
{
	background:url('images/readmore.gif');
	height:24px;
	width:99px;
}

