/* CSS Screen = for layout purposes only */
* {
font-size: inherit;
margin: 0;
padding: 0;
}
body {
font-size: 100%;
margin: 10px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
font-family:Arial, Helvetica, sans-serif;
line-height: 150%;
margin-bottom:10px;
}

/* ABC */

#frame{
background:white url(../images/bg_frame.jpg) bottom center no-repeat;
float: left;
left: 50%;
margin-left: -373px;
margin-top:40px;
position: absolute;
width: 745px;
padding-bottom:25px;
}

#image {
float:left;
width:526px;
height:210px;
}

#nav {
background:#006557;
float:left;
width:165px;
height:210px;
margin-left:27px;
}


		#nav a img {
		border:none;
		margin-bottom:2px;
		float:left;
		}

#text {
background: url(../images/bg_text.jpg) bottom left no-repeat;
float:left;
width:526px;
padding-bottom:10px;
}

		#text h1 {
		color:#006557;
		font-size:0.9em;
		}

		#text p {
		color:#ab9e84;
		font-size:0.8em;
		line-height:130%;
		}
		
		#text ul li {
		color:#ab9e84;
		font-weight:bold;
		list-style:square;
		margin-left:15px;
		font-size:0.8em;
		line-height:120%;

		}
		
	

#undernav {
width:165px;
margin-left:27px;
margin-top:5px;
float:left;
}

		#undernav p {
		font-size:0.7em;
		color:#f8ae00;
		line-height:100%;
		}

/* CLASSES */

.border {
border:1px solid black;
}

.col {
float:left;
background:url(../images/bg_col.jpg) top left no-repeat;
width:175px;
margin-top:10px;
}

		.col p {
		color:#ab9e84;
		font-size:0.7em;
		line-height:120%;
		margin-left:20px;
		margin-right:5px;
		}

		.col a {
		color:#ab9e84;
		text-decoration:none;
		font-weight:bold;
		}

.col2 {
float:left;
background:url(../images/bg_col2.jpg) top left no-repeat;
width:175px;
margin-top:10px;
}

		.col2 p {
		color:#ab9e84;
		font-size:0.7em;
		line-height:110%;
		margin-left:20px;
		margin-right:5px;
		}

		.col2 a {
		color:#ab9e84;
		text-decoration:none;
		font-weight:bold;		
		}

.col3 {
float:left;
width:175px;
margin-top:10px;
}

		.col3 p {
		color:#ab9e84;
		font-size:0.7em;
		line-height:110%;
		margin-left:10px;
		margin-right:5px;
		}
		
.fleft {
float:left;
margin-right:10px;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}

.handyes {
display: none;
}

.offers {
background:url(../images/bg_offers2.jpg) top left no-repeat;
width:250px;
height:250px;
float:left;
margin-bottom:25px;
}

.offers h1 {
margin-top:10px;
margin-left:15px;
}

.offers p {
margin-left:15px;
}
