/* CSS Document */
body {
	background:#444444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a {
	color:#678DC5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	margin:0px;
	font-size:16px;
	margin-top:15px;
	margin-left:15px;
	color:#4A77BA;
}
h2 {
	margin:0px;
}
h3 {
	margin:0px;
}
h4 {
	margin:0px;
	font-weight:bold;
	margin-top:10px;
	color:#333333;
}
h4 a {
	color:#4A78BA;
}
p {
	margin:0px;
	margin-top:5px;
	font-size:14px;
	margin-left:15px;
	color:#333333;
}

/** CENTER ME! **/
.bodySurround {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}
.bodyMain {
	position:relative;
	top:0px;
	height:100%;
	width:950px;
	margin: 0 auto;
}
.bodyBox {
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	width:950px;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}

/** Container **/
.containerBackground {
	position:relative;
	width:950px;
	float:left;
	background:url(http://www.zooleo.com/graphics/background/footer.gif) #FFFFFF repeat-x bottom left;
}
.northEast {
	position:absolute;
	top:0px;
	right:0px;
	width:6px;
	height:6px;
	background:url(http://www.zooleo.com/graphics/background/corners/northeast.gif) no-repeat top right;
}
.southEast {
	position:absolute;
	bottom:0px;
	right:0px;
	width:6px;
	height:6px;
	background:url(http://www.zooleo.com/graphics/background/corners/southeast.gif) no-repeat bottom right;
}
.southWest {
	position:absolute;
	bottom:0px;
	left:0px;
	width:6px;
	height:6px;
	background:url(http://www.zooleo.com/graphics/background/corners/southwest.gif) no-repeat bottom left;
}

/** HEADER **/
.header {
	position:relative;
	float:left;
	width:950px;
	height:83px;
	background:url(http://www.zooleo.com/graphics/header/logo.gif) no-repeat top left;
}
.buttonBar {
	position:absolute;
	float:left;
	width:737px;
	height:35px;
	right:8px;
	top:34px;
	background:url(http://www.zooleo.com/graphics/header/backMenu.gif) repeat-x bottom left;
	overflow:visible;
}
.buttonBarLeft {
	position:absolute;
	float:left;
	left:0px;
	top:9px;
	width:5px;
	height:17px;
	background:url(http://www.zooleo.com/graphics/header/leftMenu.gif) no-repeat top left;
	overflow:visible;
}
.buttonBarRight {
	position:absolute;
	float:right;
	right:0px;
	top:9px;
	width:5px;
	height:17px;
	background:url(http://www.zooleo.com/graphics/header/rightMenu.gif) no-repeat top left;
	overflow:visible;
}
.button {
	position:relative;
	float:left;
	height:17px;
	background:#000099;
	top:9px;
	overflow:visible;
}
.button a{
	float:left;
	height:17px;
}
.buttonSpacer {
	position:relative;
	float:left;
	height:17px;
	width:48px;
}

.topButtonBar {
	position:relative;
	float:right;
	height:29px;
	top:2px;
}
.genericButton {
	position:relative;
	float:right;
	height:29px;
	width:97px;
	padding-right:8px;
}
.genericButtonText {
	position:absolute;
	top:5px;
	left:3px;
	width:89px;
	text-align:center;
	color:#F5F5F5;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.genericButtonBig {
	position:relative;
	float:right;
	height:36px;
	width:128px;
	padding-right:8px;
}
.genericButtonBigText {
	position:absolute;
	top:7px;
	left:3px;
	width:120px;
	text-align:center;
	cursor:pointer;
	color:#F5F5F5;
	font-weight:bold;
	font-size:13px;
}

.genericButtonBigText a{
	text-decoration:none;
}
.genericButtonBigText a:hover{
	text-decoration:none;
}
/** CONTENT **/
.contentWrap {
	position:relative;
	float:left;
	padding:10px;
	padding-top:5px;
	padding-bottom:20px;
	width:930px;
}
.content {
	position:relative;
	float:left;
	width:918px;
	border:1px #4774b6 solid;
	padding:5px;
	padding-top:20px;
}

.contentTitle {
	position:absolute;
	top:-10px;
	left:15px;
	height:21px;
	z-index:10;
}

/** COLUMNS **/
.columnLeft{
	position:relative;
	float:left;
	width:449px;
	padding:5px;
	border:1px #4a77ba solid;
}
.columnRight{
	position:relative;
	float:right;
	width:449px;
	padding:5px;
	border:1px #B9574B solid;
}
.columnFull {
	position:relative;
	float:left;
	width:918px;
	padding:5px;
	border:1px #4a77ba solid;
}

/** HOME **/
.newProductBox {
	position:relative;
	float:left;
	left:5px;
	margin-top:5px;
	margin-bottom:5px;
	width:437px;
	background:#fcfbfb;
	border:1px #e9e9e9 solid;
}
.newProductLogo {
	position:relative;
	float:left;
	padding-bottom:5px;
	padding-top:3px;
	left:7px;
}
.newProductQuote {
	position:relative;
	float:right;
	width:200px;
}
.newProductQuote h2 {
	font-size:12px;
	color:#888888;
}

.newProductBoxPic {
	position:relative;
	float:left;
	width:66px;
}
.newProductBoxText {
	position:relative;
	float:right;
	top:2px;
	right:3px;
	width:365px;
	padding-bottom:5px;
}
.newProductBox h1{
	margin:0px;
	font-size:18px;
	color:#cb756b;
}

.newProductBox h2{
	margin:0px;
	font-size:13px;
	color:#666666;
}

.newProductBox p{
	margin:0px;
	font-size:11px;
	color:#333333;
	padding-left:10px;
	padding-top:4px;
}
#homeLeftColumn {
	top:-15px;
	height:403px
	padding:0px;
	width:459px;
	border:none;
	
}
#homeLeftColumn h1{
	padding:0px;
	padding-top:10px;
	padding-bottom:13px;
	font-size:38px;
	text-align:center;
	color:#000000;
}
#homeLeftColumn h2{
	padding:0px;
	padding-top:18px;
	padding-bottom:10px;
	font-size:26px;
	text-align:center;
	color:#333333;
}
#homeLeftColumn h3{
	padding:0px;
	padding-top:17px;
	padding-bottom:10px;
	font-size:18px;
	text-align:center;
	color:#666666;
}
#homeLeftColumn p{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:15px;
	color:#333333;
}
#homeBottomBox {
	margin-top:10px;
	border:none;
	padding:0px;
	width:930px;
}
.homeTextColumn {
	position:relative;
	float:left;
	width:290px;
	padding:10px;
	text-align:justify;
}
.homeTextColumn h2{
	font-size:16px;
	color:#666666;
	
}
.homeTextColumn p{
	font-size:14px;
	color:#555555;
	margin-top:10px;
	text-indent:15px;
	
}

/** Products **/
#productColumn {
	border:1px #B9574B solid;
}
#productColumn h1{
	font-size:28px;
}
#productTitle {
	position:absolute;
	top:-20px;
	height:29px;
	z-index:10;
}
.productMenu {
	position:relative;
	float:right;
	top:1px;
	right:-2px;
	height:25px;
	text-align:right;
}
.productButtons {
	position:relative;
	float:right;
	height:25px;
	padding-top:3px;
}
.productMenu a {
	position:relative;
	color:#666666;
	font-weight:bold;
	margin-right:5px;
	margin-left:5px;
	margin-top:3px;
}
.productMenu a:active {
	color:#C45D50;
}
.productContent {
	position:relative;
	float:left;
	padding-top:10px;
}
.productContent h1 {
	margin:0px;
	text-align:center;
	color:#666666;
}
.productContent h2 {
	margin-top:20px;
	text-align:center;
	color:#666666;
}
.productContent h3 {
	margin-top:20px;
	text-align:center;
	color:#666666;
}
.productContent p {
	margin-top:20px;
	font-size:15px;
	color:#666666;
}
.productColumnLeft {
	position:relative;
	float:left;
	width:435px;
	padding:10px;
	padding-top:0px;
}
.productColumnRight {
	position:relative;
	float:left;
	width:431px;
	padding:5px;
	padding-right:14px;
}
.productColumnButtons {
	position:relative;
	float:left;
	width:408px;
	height:36px;
	padding-top:20px;
	left:14px;
}	
.productsFaq {
	border:1px #E9E9E9 solid;
	background:#FCFBFB;
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	width:895px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	padding-top:4px;
	padding-bottom:4px;
}
.productsFaq a {
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}

.productsFaq h1{
	margin:0px;
	margin-top:3px;
	color:#cb756b;
	font-size:16px;
	text-align:left;
}

.productsFaq h2{
	margin:0px;
	font-size:16px;
	color:#666666;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}
.productsFaq h3{
	margin:0px;
	font-size:14px;
	color:#666666;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
}
.productsFaq h4{
	margin:0px;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding-left:30px;
	padding-top:5px;
}

.productsFaq p{
	margin:0px;
	font-size:12px;
	color:#333333;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:10px;
	text-align:left;
}

/** FOOOTER **/
.footer {
	position:relative;
	float:left;
	height:31px;
	width:100%;
	padding-top:3px;
	padding-bottom:2px;
	text-align:center;
	color:#769ACA;
	font-size:9px;
}
.footer a {
	margin-left:7px;
	margin-right:7px;
	font-size:14px;
	color:#666666;
}
.footer a:hover {
	color:#36588C;
}


/** TEXT ALTS **/
.textColorRed {
	color:#BA544A;
}
.textColorBlue {
	color:#4A78BA;
}