body {
	background: #89B5C1;
	text-align: center;
	margin: 20px 0 0;
	font: 11px/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#wrap {
	position: relative;
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

#top {
	position: relative;
	height: 61px;	
	background: #255373;
	margin-bottom: 55px;
	background: url(/gfx/top-bg.gif) 0 0 repeat-x;
}

#logo {
	position: absolute;
	top: -9px;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(/gfx/logo.gif);
}

#logo a {
	display: block;
	width: 80px;
	height: 80px;
}

#menu {
	position: absolute;
	top: 18px;
	left: 122px;
}

#galmenu {
	position: absolute;
	top: 22px;
	left: 285px;
}



#splashmenu {
	position: absolute;
	top: 22px;
	left: 300px;
}


#menu .primary {
	background: lime;
}

#galmenu .alighright {

}


#menu .secondary {
	position: absolute;
	top: 54px;
	left: 0px;
}

body.about #menu .secondary {
	position: absolute;
	top: 54px;
	left: 519px;
}


#menu a {
	position: relative;
	float: left;
	margin-right: 21px;
	
}

#menu a img {
	border: none;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 375px;
	_height: 375px;	
	/* background: lime; */
	margin-bottom: 22px;
	margin-left: 40px;
}

#content h1 {
	font-size: 14px;
	margin: 0 0 12px;
}

#content h2 {
	font-size: 12px;
	margin: 0 0 20px;
}


#content p {
	margin: 0 0 12px;
}

#content a {
	color: #fff;
}

#product-focus {
	position: relative;
	float: left;
	color: #fff;
	background: #255373;
	width: 480px;
	border: 2px solid #255373;
	margin-right: 74px;
	min-height: 400px;
	_height: 400px;
}

#product-focus img {
	display: block;
	margin-bottom: 15px;
}

#product-focus .description {
	padding: 0 36px;
}

#splash-h .description {
	padding-top:15px; 
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

#splash-l .description {
	padding-top:15px; 
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}


#splash-l {
	position: relative;
	float: left;
	color: #fff;
	background: #255373;
	width: 450px;
	border: 2px solid #255373;
	margin-right: 42px;
	min-height: 400px;
	_height: 400px;
}

#splash-h {
	position: relative;
	float: right;
	color: #fff;
	background: #255373;
	width: 450px;
	border: 2px solid #255373;
	min-height: 400px;
	_height: 400px;
}

#right-content {
	float: left;
	width: 390px; /*375 */
}

#product-selector {
	float: left;
	margin-left:6px;
	margin-top:6px;
	margin-bottom: 20px;
}

#product-selector .product {
	float: left;
	width: 120px;
	_width: 122px;
	height: 100px; /* 57 */
	_height: 102px;
	background: #6F949E;
	margin-bottom:6px;
	margin-right:6px;
	
	border-left: 1px solid #255373;;
	border-top: 1px solid #255373;;
	border-bottom: 1px solid #255373;;
	border-right: 1px solid #255373;;
}

#product-selector .product img {
	display: block;
	cursor: pointer;
}

#ab-connect-logo {
	clear: both;
	text-align: center;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	background: url(/gfx/footer-bg.gif) 0 0 repeat-x;
	margin-left: 40px;
}



/*********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */