@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-color: #EEF4FD;
	text-align: center;
}


html>body #outer {height:auto}


#outer-2 {
	
	background: url(../images/bg.gif) top repeat-x #fff;
	text-align: center;
}

#main {
	width: 750px;
	margin: 0px auto;
	padding: 0;
	text-align: center;

}

#logo {
display: none;
}

#nav {
	text-align: left;
	padding: 110px 0 0 215px;
	width: 100%;
	

}


#header {

	height: 178px;
	background-image: url(../images/header.jpg);
	margin: 0px 0 3px 0;
	padding: 0;
	clear: both;

}
#who {
	width: 228px;
	height: 272px;
	background-image: url(../images/who-over.gif);
	float: left;
	margin: 0 10px 0 0;
}

#who a {
	display: block;	
width: 228px;
	height: 272px;
	background-image: url(../images/who.gif);
}

#who a:hover {
	background-image: none;
}

#where {
	
width: 224px;
	height: 272px;
	background-image: url(../images/where-over.gif);
	float: left;
	margin: 0 10px 0 0;
}

#where a {
	display: block;	
width: 224px;
	height: 272px;
	background-image: url(../images/where.gif);
}

#where a:hover {
	background-image: none;
}


#products {
	width: 224px;
	height: 272px;
	background-image: url(../images/products-over.gif);
	float: left;
}
#products a {
	width: 224px;
	height: 272px;
	display: block;
	background-image: url(../images/products.gif);
}

#products a:hover {
	background-image: none;
}

#callouts {
	margin: 0 auto;
	width: 700px;
}

#home-tag {
	background-image: url(../images/home-quote.gif);
	width: 654px;
	height: 109px;
	margin: 10px auto;
}
#content-int {
	margin: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8A8A6D;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	
}
#content-int p {
	margin-bottom: 17px;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	margin: 0 auto;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#9ABFFC;
	font-size: 9px;
		background: url(../images/foot-bg.gif) top repeat-x;
	padding: 15px 0 0 0;

	
}
.footer p {
	width: 750px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#9ABFFC;
	font-size: 9px;
	margin: 0 auto;
	padding: 15px 0 0 0;


	
}
.footer a:link {
	color: #9ABFFC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #9ABFFC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.foot-nav {
	width: 750px;
	text-align: right;
	margin: 0 auto;
		border-bottom: 1px solid #9ABFFC;
}




#leftcol {
	width: 500px;
	text-align: left;
	float: left;
}
#rightcol {
	width: 100px;
	float: left;
}