body {
	margin:10px 0 0 0;
	padding:0;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
}
h1, h2{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#333333;
	margin:0;
	padding:0;
}
a:link {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#019294;
	text-decoration:none;
}

a:visited{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#019294;
	text-decoration:none;
}

a:hover{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#019294;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.nav {
	background-image:url(../images/bg-nav.gif);
	background-repeat:repeat-x;
}
.mid {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
}
.gap{
	height:10px;
}
.subhead{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#019294;
	padding: 5px 0 5px 0;
}

.imgbox {
	border:1px solid #cccccc;
	padding:5px;
	background-color:#FFFFFF;
}

/* ---------->>> ROUNDED CORNERS <<<-----------*/
.bgtl {
	background-image:url(../images/bg-tl.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:10px;
}

.bgtr {
	background-image:url(../images/bg-tr.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:10px;
}

.bgbl {
	background-image:url(../images/bg-bl.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:10px;
}

.bgbr {
	background-image:url(../images/bg-br.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:10px;
}

.bgtm {
	background-image:url(../images/bg-tm.gif); 
	background-repeat:repeat-x; 
	height:10px;
}
.bgbm {
	background-image:url(../images/bg-bm.gif); 
	background-repeat:repeat-x; 
	height:10px;
}
.bglm {
	background-image:url(../images/bg-lm.gif); 
	background-repeat:repeat-y; 
	width:10px;
}
.bgrm {
	background-image:url(../images/bg-rm.gif); 
	background-repeat:repeat-y; 
	width:10px;
}

.bgbandleft{
	background-image:url(../images/bg-band-left.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:35px;
}

.bgbandright{
	background-image:url(../images/bg-band-right.gif); 
	background-repeat:no-repeat; 
	width:10px; 
	height:35px;
}

.bgbandmid{ 
	background-color:#00ced1;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

/* ---------->>> ROUNDED CORNERS <<<-----------*/




/* ---------->>> LIST <<<-----------*/
.list {
	width: 100%;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #666666;
	text-align:left;
}
.list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.list li {
	margin: 0px;
	padding: 0px 5px 5px 10px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
/* ---------->>> LIST <<<-----------*/



.footerleft {
	background-image:url(../images/bg-footer-left.gif);
	background-repeat:no-repeat;
	width:10px;
	height:66px;
}
.footermid {
	background-color:#333333;
	color:#cccccc;
}
.footer {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.footer ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}

.footer li{
	display:inline;
	padding:0 0 0 0;
	margin:0;
	text-align:center;
}
.footer li a:link {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.footer li a:active {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.footer li a:visited {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

.footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerright{
	background-image:url(../images/bg-footer-right.gif);
	background-repeat:no-repeat;
	width:10px;
	height:66px;
}


/** Products Page **/

#product_display {
	margin-top:10px;
}

#product_display h2.subhead {
	font-size:18px;
	margin-bottom:0;
	padding-bottom:0;
}

#product_display ul {
	margin-top:5px;
}

.product_wrap {
	width:100%;
	float:left;
	margin:0 15px 10px 0;
}
	.product_wrap h3 { 
		margin:5px 15px 5px 10px;
		font-size:14px;
		color:#444;
		padding-bottom:2px;
		border-bottom:1px dashed #999;
		font-weight:normal;
	}
	.product_wrap img, .product_desc { margin:0 5px 5px 0px; border:0; float:left; }
	.product_desc { width:300px; }
	.product_desc p { margin-top:5px; }
	.product_desc span { font-weight:bold; }
	
	dt { font-weight:bold; }

.left {
	float:left;
	margin:10px 10px 0 0;
}

.nomargin {
	margin:6px 0 0 0;
}

/** "FAKER" Content Areas, stretch to have even edges on bottom **/

#content_home {
	padding-bottom:10px;
}

#content_award {
	padding-bottom:119px;
}

#content_contact {
	padding-bottom:10px;
}




