body{
	padding: 0px;
	margin-top: 0px;
	font-family: verdana, arial, sans-serif;
	background-image:url(img/tile4.gif);
	background-repeat:repeat-x;
	background-color: #fff;
	font-size: 11px;
	color: #555;
}
#wrapper{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 750px;
}

p { line-height: 150% }

.list{ line-height: 180% }


#footer{
	border-top: 3px solid #b9d5f5;
	color: #aaa;
	font-size: 10px;
	padding-top: 6px;
	clear:both;
}

.header{
	
	font-size: 31px;
	color: #073a58;
	
	
}

#left{
	float: left;
	width: 300px;
	height: 210px;
	
}
#left img{
	border: 1px solid #000;
}

#right{

	position: relative;
	left: -17px;
	top: 18px;
	float: right;
	width: 268px;
	
}

.title{
	font-size: 18px;
	color: #b9d5f5;
	font-weight: bold;
}
.contact{
color: #b9d5f5;
}
.pointer{
	color:  #0079c2;
}
.dropcaps
{
	float: left;
    font-size:300%;
	font-family:Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	line-height:25px;
	padding-top:5px;
	padding-right:3px;
	
}

#blaa{
border-top: 1px dotted #b9d5f5;
padding-top: 25px;
}
#blaa a{
	text-decoration: none;
}

#front70{
	background-image:url('pics/concept70/front.jpg');
	background-repeat:no-repeat;
	height: 310px;
	color: #fff;
}
#front400{
	background-image:url('pics/concept400/front.jpg');
	background-repeat:no-repeat;
	height: 310px;
	color: #fff;
}
#frontContact{
	background-image:url('pics/contact.jpg');
	background-repeat:no-repeat;
	height: 310px;
	color: #fff;
}
.toggleborder img{
border: 1px solid #b9d5f5;
}
.toggleborder:hover img{
border: 1px solid #0079c2;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
#stuff{
padding: 0px;
margin: 0px;
text-align:left;
}
#stuff img{

margin-bottom: 2px;
}
#finishes{
clear:both;
background-image:url('img/finishBG2.gif');
background-repeat:no-repeat;
padding: 0px;
margin: 0px;
text-align:left;
}
#finishes img{

margin-bottom: 0px;
}

#top{
	text-align: right;
	
}
#top a{
	text-decoration:none;
	font-weight:bold;
	color: #073a58;
}

#top a:hover{
	
	color: #0079c2;
}
/*-------------------------------------subMenu---------------------------------------------------*/


#links {
	width: 100%;
	border-top: 1px dotted #b9d5f5;
	border-bottom: 1px dotted #b9d5f5;
	
	float:left;
	text-align: left;
	padding: 0;
	margin: 15px 0px 16px 0px;
	overflow: hidden;

	
	line-height: 26px;

	}
	
	#links ul {
		margin: 0;
		padding: 0;
	}

	#links li {
		margin:0;
		padding: 0 20px 0 0px;
		list-style-type: none;
		display: inline;
	}

	#links li.first {
		margin:0;
		padding: 0 0px 0 0;
	}
	
	#links li a, a:visited {
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		color: #073a58;
		text-decoration: none;
		border-bottom: none;
		
	}

	#links a.active {
		color:  #0079c2;
	}
	
	#links li.active a {
		color:  #0079c2;
	}
	
	#links a:hover {
		color:  #0079c2;
	}
		


/*-------------------------------------nav---------------------------------------------------*/
#nav {

	float:left;
	position:relative;
	top: -2px;
}
#nav a {
	
	color: #fff;
	display:block;
	line-height:36px;
	font-weight: bold;
	font-size: 11px;
	padding:0px 14px 0px 14px;
	float:left;
	text-align:center;
	text-decoration:none;
	height: 38px;
	border-top: 10px solid #00578b;
	border-left: 1px solid #00578b;
		
	
}
li.right{
border-right: 1px solid #00578b;
}

#nav a:hover {
	background-color: #072537;
	color: #fff;
	border-top: 10px solid #000;
}
#nav ul {
	margin:0;
	padding:0;
	
}
#nav li {
	
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav a.on
{
	background-color: #072537;
	display:block;
    color:#fff;
	border-top: 10px solid #000;
 
	
}

