* {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
}

br {
	clear: both;
}

ul {
	list-style: none;
}	

strong {
	font-weight: bold;
}

body {
	text-align: center;
}

#all {
	margin: 0 auto;
	text-align:left;
	width: 820px;
}

#header {
	height: 70px;
	background: url('../pics/headerBg.png') no-repeat;
}

	#header ul li {
		float: left;
		height: 70px;
		margin: 0 5px 0 0;
	}
	
		#header li a {
			height: 100%;
			width: 100%;
			display: block;
		}
	
		#header #services {
			width: 170px;
		}
		
		#header #faq {
			width: 150px;
		}
		
		#header #contacts {
			width: 150px;
		}		

#middle {
	height: 226px;
	background: url('../pics/middleBg.png') no-repeat;
}

	#middle #middleMenu {
		position: relative;
		top: 140px;
		left: 685px;
		width: 110px;
		list-style: disc;
		list-style-type: circle;
		color: #fdd;
	}
	
	#middle a {
		color: #fdd;
		text-decoration: none;
		font-weight: bold;
	}
	
	#middle li {
		padding-top:2px;
	}
	

#searchBar {
	position: relative;	
	top: 15px;
	width: 100%;
	height: 60px;
	background: #E8F0FF;
}

	#searchBar li {
		float: left;
		width: 150px;
		margin: 20px 0 0 30px;
	}	

		#searchBar li select {
			width: 100%;
		}	

		#searchBar li input {
			width: 100%;
		}
		
		#searchBar  .button {			
			width: 50px;
			height: 22px;
			float: left;
			background: #116283;
			border: 0px;
			color: #fff;
			font: 8pt Times New Roman;
			font-weight: bold;
			margin: 20px 0 0 30px;			
			
			/* ho-ho-ho. Merry Christmas! */
			//margin: 0;
			//position: relative;
			//left: 160px;
			//top: -23px;
		}	
		

#smallMenu {
	position: relative;	
	top: 30px;
	left: 710px;
	width: 120px;
	height: 20px;
	background: url('../pics/smallMenu.png') no-repeat;
}

#smallMenu li {
	float: left;
	width: 20px;
	height: 11px;
	margin: 0 15px 0 0;
}	

#smallMenu a {
	display: block;
	width: 100%;
	height: 100%;
}	
	
	
#content {

}
	#content .innerpage {
		margin: 25px 30px;
		width: 550px;
	}
	
	#content .inner {
		margin: 25px 30px;
		width: 650px;
	}
	
		#content .inner .downtext a {
			font: 10pt Arial #000;
			padding: 3px 3px;
			border: 1px dashed #000;
			text-decoration: none;
		}
		
		#content .inner .downtext a:visited {
			font: 10pt Arial #000;
			padding: 3px 3px;
			border: 1px dashed #555;
			text-decoration: none;
		}

	
		#content .inner .faqbox {
			width: 550px;
			padding: 5px 5px 5px 5px;
			margin: 10px 0 5px 0;
			border-top: 1px dashed #bdd0ce;
			border-bottom: 1px dashed #bdd0ce;
		}
		
		#content .inner ul {
			float:left;
		}
		
		#content .inner li {
			font: 14 pt Arial #00d;
			//font: 10 pt Arial #00d;
		}
		
		#content .inner h2 {
		font: 16pt Tahoma;
		color: #A0A0A0;
		margin: 0 0 15px 0;
		}
	
	#content h1 {	
		font: 20pt Tahoma;
		color: #A0A0A0;
		margin: 0 0 15px 0;
	}
		
	#content p {
		margin: 0 0 15px 0;
	}
	
	#content .img {
		float: left;
		margin: 5px 0 5px 10px;
		padding-top:15px;
	}

	

#blocks {
	margin: 25px 30px 0 30px;
	height: 650px;
}

	#blocks .blockpage {
		position: relative;
		float: left;
		width: 200px;
		height: 150px;
		background: #F0F0F0;
		color: #5B5F63;	
		margin: 20px 40px 35px 0;
		text-align: center;
		font: 10pt Arial;
	}
	
	#blocks .blockpage img {
		padding: 5px 5px 0 5px;
		border: 0;
	}


	#blocks .block {
		position: relative;
		float: left;
		width: 210px;
		height: 300px;
		background: #E8FFFF;
		color: #5B5F63;	
		margin: 0 40px 35px 0;
	}
	
		#blocks  .block img {
			width: 190px;
			height: 135px;
			margin: 10px;
			border: 0;
		}
		
		#blocks .block h3 {
			font-weight: bold;
			position: absolute;
			top: 150px;
			left: 10px;
		}	
		
		#blocks  .block p {
			font: 8pt Arial;
			position: absolute;
			top: 170px;
			left: 10px;
		}
		
		#blocks  .block small {		
			font: 10pt Arial;
			font-weight: bold;			
			position: absolute;
			top: 255px;
			left: 10px;
		}
		
		#blocks .block .price {
			float: left;
			color: #086994;
			font: 18pt Arial;
			font-weight: bold;
			position: absolute;
			left: 10px;
			top: 270px;
		}

		#blocks .block .custom {
			float: left;
			width: 50px;
			
			height:30px;
			position: absolute;
			top: 260px;
			left: 155px;
		}
			
			.block .custom a {
				color: red;
				font-weight: bold;
			}

#footer {
	height: 50px;
	border-top: 1px solid #116283;
	margin: 0 0 0 30px;
	width: 750px;
	padding: 10px 0 0 0;
}
	
	#footer p {
		color: #116283;
		font: 8pt Arial;		
	}
	
.centerarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	width: 65%;
}

.menu {
	float: left;
	text-align: left;
	text-decoration: none; 
}

.menu li {
	list-style: none;
}

.menu a {
	text-decoration: none;
	color: #000;
}

.menu a:hover {
	border-bottom: 1px dashed #000;
}

.menu a:visited {
	text-decoration: none;
	color: black;
}