*
{
	padding: 0px;
	margin: 0px;
}

html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body
{
	background: url(images/bkg.jpg) repeat-x #f5f3ed;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 100%;
	font-family: arial;
	font-size: 14px;
}

p
{
	padding-bottom: 12px;
}

#contentBKG
{
	background: url(images/bkg-repeat.jpg) repeat-y;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-height:100%;
	height:auto !important;
}

#content
{
	background: url(images/bkg-fill.jpg) no-repeat top;
	height: 453px;
	width: 960px;
}

#contentInterior
{
	background: url(images/bkg-in.jpg) no-repeat top;
	height: 453px;
	padding-bottom:20px;
	height: auto !important;
	width: 960px;
	overflow:hidden;
}

#logoHolder
{
	width: 500px;
	height: 77px;	
}

#logoHolder h1
{
	display: inline;
}

#logoHolder h1 a
{
	width: 500px;
	height: 77px;
	text-indent: -5555px;
	float: left;
	display: inline;
}

#navBar
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 797px;
	height: 48px;
	position: relative;
}

#navBar li
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 0px;
	}
		
		#navBar a
		{
			height: 48px;
			text-indent: -5555px;
			display: block;
		}
	
	
		.clients
		{
			left: 0px;
			background: url(images/nav_clients-off.jpg);
			width: 142px;
		}
		
		.clients:hover
		{
			background: url(images/nav_clients-on.jpg);
		}
		
			.clientsON
			{
				left: 0px;
				background: url(images/nav_clients-on.jpg);
				width: 142px;
			}
		
		.services
		{
			left: 142px;
			background: url(images/nav_services-off.jpg);
			width: 161px;
		}
		
		.services:hover
		{
			background: url(images/nav_services-on.jpg);
		}
		
			.servicesON
			{
				left: 142px;
				background: url(images/nav_services-on.jpg);
				width: 161px;
			}
		
		.media
		{
			left: 303px;
			background: url(images/nav_media-off.jpg);
			width: 137px;
		}
		
		.media:hover
		{
			background: url(images/nav_media-on.jpg);
		}
		
			.mediaON
			{
				left: 303px;
				background: url(images/nav_media-on.jpg);
				width: 137px;
			}
		
		.gallery
		{
			left: 440px;
			background: url(images/nav_gallery-off.jpg);
			width: 158px;
		}
		
		.gallery:hover
		{
			background: url(images/nav_gallery-on.jpg);
		}
		
			.galleryON
			{
				left: 440px;
				background: url(images/nav_gallery-on.jpg);
				width: 158px;
			}
				
		.contact
		{
			left: 598px;
			background: url(images/nav_contact-off.jpg);
			width: 199px;
		}
		
		.contact:hover
		{
			background: url(images/nav_contact-on.jpg);
		}
		
			.contactON
			{
				left: 598px;
				background: url(images/nav_contact-on.jpg);
				width: 199px;
			}
		
#copyHolder
{
	width: 960px;
	padding-top: 182px;
	overflow:hidden;
}

#interiorTitle
{
	padding-left: 100px;
	padding-top: 113px;
}

#copyHolderInterior
{
	width: 730px;
	padding: 15px 115px 15px 115px;
	overflow:hidden;
}
	
	#copyHolderInterior ul
	{
		margin-bottom: 15px;
	}
	
	#copyHolderInterior li
	{
		margin-left: 25px;
	}

#leftColumn
{
	background: url(images/leftcolumn.jpg);
	width: 350px;
	float: left;
	display: inline;
	height: 260px;
	padding: 15px 30px 30px 100px;
}

h2
{
	color: #2b1959;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: normal;
}

h3
{
	color: #2b1959;
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#rightColumn-top
{
	background: url(images/righttop.jpg);
	width:  250px;
	float: left;
	display: inline;
	height: 129px;
	padding-top: 17px;
	padding-left: 180px;
}

#rightColumn-top ul
{
	margin-left: 15px;
}

#rightColumn-bottom
{
	background: url(images/rightbottom.jpg);
	width:  450px;
	float: left;
	display: inline;
	height: 120px;
	padding: 20px 15px 20px 7px;
}

#footer
{	
	clear:both;
	font-size: 12px;
	width: 100%;
	margin: -45px auto 0px auto;
	padding: 5px 0px;
	height: 35px;
	text-align: center;
	background: #2b1959;
	color: #FFF;
	line-height: 20px;
}

.textInput
{
	width: 90%;
	border: 1px solid #2b1959;
	padding: 5px;
}

.textArea
{
	width: 90%;
	border: 1px solid #2b1959;
	padding: 5px;
}

a 
{
	color: #2b1959;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.purple
{
	color: #2b1959;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#galleryBkg
{
	padding-top: 25px;
	width: 765px;
	height: 566px;
	background: url(images/gallerybkg.jpg) no-repeat;
	margin: 0px auto;
}

.morelineheight
{
	line-height: 20px;
}
