/* CSS Document */

body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(images/bg-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

/*---------------------------------------------body layout divs ---------------------------------*/
#mainDiv
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------------------------------------------------------------------------------------*/

#headerDiv
{
	width:900px;
	height:107px;
	padding-top:45px;
	background:url(images/david-murray_01.jpg) top left no-repeat;
	text-align:center;
}
	
/*-------------------------------------------------------------------------------------------------------*/

#nav
{
	height:44px;
	background:url(images/david-murray_05.jpg) left top no-repeat;
	color:#000000;
	
}	

	#nav .container
	{
		width:480px;
		margin-left:auto;
		margin-right:auto;
	}

	#nav .container ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		font-size:15px;
		font-weight:bold;
		
	}
	
	#nav .container li
	{
		float:left;
		padding-top:15px;
		
	}
	
		.seperator
		{
			background:url(images/nav-seperator.jpg) top center no-repeat;
			width:1px;
			padding-left:10px;
			padding-right:10px;
		}

#nav a
{
	color:#000000;
	text-decoration:none;
}

#nav a:link
{
	color:#000000;
	text-decoration:none;
}

#nav a:hover
{
	color:#ffffff;
	text-decoration:none;
}
	
/*-------------------------------------------------------------------------------------------------------*/

#topSection
{
	padding-top:3px;
	padding-left:18px;
	padding-right:18px;
}

/*-------------------------------------------------------------------------------------------------------*/

	#topSection .left
	{
		width:481px;
		float:left;
		
	}

/*-------------------------------------------------------------------------------------------------------*/
	
	#topSection .right
	{
		width:352px;
		float:left;
		padding-left:20px;
	}

/*-------------------------------------------------------------------------------------------------------*/

		#topSection .right .heading
		{
			padding-top:17px;
			padding-bottom:13px;
		}

/*-------------------------------------------------------------------------------------------------------*/
		
		#topSection .right .bullets
		{
		
		}

/*-------------------------------------------------------------------------------------------------------*/

			#topSection .right .bullets ul
			{
				padding-top:0px;
				margin-top:0px;
				list-style-image:url(images/david-murray_15.jpg);
			
			}
			
			
			#topSection .right .bullets li
			{
				padding-bottom:15px;
				
				
			}
			
/*-------------------------------------------------------------------------------------------------------*/
#bottomSection
{
	background:#011700;
	height:193px;
	padding-top:23px;
	width:865px;
	margin-left:auto;
	margin-right:auto;

}			

	#bottomSection .boxcontainer
	{
		padding-left:17px;
		padding-right:17px;
		padding-bottom:15px;
		
	}

	#bottomSection .boxcontainer .box1
	{
		width:241px;
		float:left;
	
	}
	
	#bottomSection .boxcontainer .box2
	{
		width:241px;
		margin-left:52px;
		margin-right:52px;
		float:left;	
	}
/*-------------------------------------------------------------------------------------------------------*/

#footer
{
	background:url(images/david-murray_31.jpg) top left no-repeat;
	height:64px;
	width:865px;
	text-align:center;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}

	#footer .links
	{
		color:#04B800;
		font-size:12px;
	}
		
	#footer .address
	{
		color:#04B800;
		font-size:12px;
	}


	#footer .links a
	{
		color:#04B800;
		text-decoration:none;
	}

	#footer .links a:link
	{
		color:#04B800;
		text-decoration:none;
	}
	
	#footer .links a:hover
	{
		color:#ffffff;
		text-decoration:none;
	}
/*-------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------client pages--------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


.logoDiv
{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:809px;
}









/*-------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------gallery pages--------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#gallery-top
{
	padding-top:13px;
	padding-left:18px;
	padding-right:18px;
}

/*-------------------------------------------------------------------------------------------------------*/

	#gallery-top .left
	{
		width:600px;
		height:400px;
		float:left;
		
	}

/*-------------------------------------------------------------------------------------------------------*/
	
	#gallery-top .right
	{
		width:220px;
		float:left;
		padding-left:20px;
	}



/*-------------------------------------------------------------------------------------------------------*/

#gallery-bottomSection
{
	background:#011700;
	padding-top:23px;
	width:865px;
	margin-left:auto;
	margin-right:auto;

}			

	#gallery-bottomSection .boxcontainer
	{
		padding-left:17px;
		padding-right:17px;
		padding-bottom:15px;
		
	}




/*-------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------testimonial page--------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
.testimonialDiv
{
	width:818px;
	height:auto;
	background:url(images/testimonialbg.jpg) left top no-repeat;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	
}

.testimonialDiv2
{
	width:818px;
	height:69px;
	background:url(images/testimonialbg.jpg) left top no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	
}




.txtgreenbold
{
	color:#04C100;
	font-weight:bold;
}




.clear
{
	clear:both;
}



.contactbox{
margin-left:60px;
margin-top:10px;
}

.contactlabel{
color:#fff;
margin-left:100px;
}

.contactbutton{
margin-left:390px;
margin-top:20px;
}