*
{
	border: none;
}

body
{
	background-color: black;
	min-width: 900px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#header
{
	background: #000000 url('../images/logo1.jpg') no-repeat;
	width: 507px;
	height: 227px;
	margin: 0 auto 10px;
	position: relative;
}
#header a
{
	border: solid red;
}




#main1
{
	background: grey url('../images/main1.jpg') no-repeat;

}


#main2
{
	background: #000000 url('../images/main12.jpg') no-repeat		
}

#main3
{
	background: grey url('../images/main3.jpg') no-repeat 300px 0;
	height: 800px;
}

#main3 #intro
{
	height: 780px;
	z-index: 1;
}

#main4
{
	width: 630px;
	background: none;
}

#content
{
	position: relative;
}

#main1, #main2
{
	height: 500px;
	
}

#main1, #main2, #main3, #main4
{
	margin-left: auto;
	margin-right: auto;
}

#main1, #main2, #main3
{
	width: 800px;
}

#intro
{
	background: #000000;
	width: 680px;
	height: 460px;
	position: relative;
	padding: 2px 10px;
}
	
#main1 #intro
{
	overflow: scroll;
}
#main1 #intro, #main2 #intro, #main3 #intro
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	top: 30px;
	left: 20px;
	
}

p
{
	margin: 10px 0 0 20px;
}

p.header
{
	text-decoration: underline;
	font-size: 17px;
}

ul
{
	list-style-type: none;
}

a
{
	text-decoration: underline;
	color: #ffffff;
font-size: 17px;
}

#navMenu
{
	width: 100%;
	position: relative;
	height: 30px;
}

#navMenu ul
{
	width: 840px;
	margin-left: auto;
}


#navMenu ul li
{
	display: block;
	float: left;
	margin-left: 40px;
}

#servBG1, #servBG2, #servBG3
{
	position: absolute;
	top: 50px;
	width: 75px;
	height: 90%;
	z-index: -1;
	color: #000000;
	padding-left: 10px;
}

#servBG1
{
	left: 250px;
	background-color: rgb(200,200,230);
}

#servBG2
{
	left: 342px;
	background-color: rgb(170,170,200);
}

#servBG3
{
	left: 434px;
	background-color: rgb(140,140,180);
}

.servTitle, .servItem, .servItem p
{
	display: block;
	float: left;
}

.servTitle
{
	background-color: #ffffff;
	width: 98%;
	z-index: 100;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.servItem
{
	border-bottom: solid #ffffff 1px;
	margin: 0 0 15px 30px;
}

.servItem p.title
{
	width: 212px;
	margin: 0 0 0 0;
}

.servItem p.price
{
	color: #000000;
	width: 85px;
	margin: 0 7px 0px 0;
}

