@charset "utf-8";
/* CSS Document */

body {
	font: 12px Tahoma, Verdana, Geneva, sans-serif;
	color: #000;
	text-align:center;
	background:#F4F2E5 url(../images/header.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
}

#book {
	background:url(../images/book.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
	width:392px;
	height:238px;
	z-index:1;
}

#shade {
	background:url(../images/shade.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	width:602px;
	height:116px;
	z-index:0;
}

#container {
	width:1000px;
	margin:0 auto;
	position:relative;
	padding: 0;
	text-align:left;
	z-index:2;
}

#header {
	width:1000px;
	height:215px;
	margin:0;
	padding:0;
	position:relative;
	z-index:4;
}
a#logo {
	position: absolute;
	top: 17px;
	left: 0px;
	height:139px;
	width:291px;
	border:none;
	z-index:999;
}
a#logo-asba {
	position: absolute;
	top: 17px;
	left: 291px;
	right: 0px;
	height:134px;
	width:120px;
	border:none;
	z-index:999;
}
#menu {
	margin:0;
	padding:173px 0 0 0;
	position:relative;
	top: 0;
	left: 0;
	z-index:1;
	width:1000px;
	display:block;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float:left;
	position:relative;
	margin-right:2px;
}

#menu ul li a{
	display:block;
	height:31px;
	width:117px;
	text-decoration:none;
}
#menu ul li a span {display:none;}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 215px;
	background: #fff;
	border: 1px solid #ccc;
}

#menu ul li ul li {
	float: none;
}

#menu ul li ul li a {
	margin: 0;
	padding: 5px 8px;
	font-size: 12px;
	height:20px;
	line-height:20px;
	color:#D2232A;
	width:199px;
}

#menu ul li ul li a:hover {
	color: #fff;
	background-color:#D2232A;
}

#menu ul li:hover ul {
	display: block;
}


#menu ul li a#homelink{background:url(../images/home.gif) no-repeat top left;}
#menu ul li a#productslink{background:url(../images/products.gif) no-repeat top left;}
#menu ul li a#serviceslink{background:url(../images/services.gif) no-repeat top left;}
#menu ul li a#testimonialslink{background:url(../images/testimonials.gif) no-repeat top left;}
#menu ul li a#resourceslink{background:url(../images/resources.gif) no-repeat top left;}
#menu ul li a#aboutlink{background:url(../images/about.gif) no-repeat top left;}
#menu ul li a#contactlink{background:url(../images/contact.gif) no-repeat top left;}

#home #menu ul li a#homelink, #menu ul li a#homelink:hover{background:url(../images/home_over.gif) no-repeat top left;}
#products #menu ul li a#productslink,#menu ul li a#productslink:hover{background:url(../images/products_over.gif) no-repeat top left;}
#services #menu ul li a#serviceslink,#menu ul li a#serviceslink:hover{background:url(../images/services_over.gif) no-repeat top left;}
#testimonials #menu ul li a#testimonialslink,#menu ul li a#testimonialslink:hover{background:url(../images/testimonials_over.gif) no-repeat top left;}
#resources #menu ul li a#resourceslink,#menu ul li a#resourceslink:hover{background:url(../images/resources_over.gif) no-repeat top left;}
#about #menu ul li a#aboutlink,#menu ul li a#aboutlink:hover {background:url(../images/about_over.gif) no-repeat top left;}
#contact #menu ul li a#contactlink,#menu ul li a#contactlink:hover {background:url(../images/contact_over.gif) no-repeat top left;}


#content {
	position:relative;
	margin: 0;
	padding: 0;
	width:1000px;
	float:left;
	display:inline;
	z-index:2;
}

#content p {line-height:20px;}

.column-1 {width:730px; float:left;}
.column-2 {width:245px; float:right;}

.column-1 p {clear:both;}
.column-2 #subscribe {
	background:url(http://benefitsbydesignaz.com/images/signup.jpg) no-repeat 0 0;
	height:124px;
	width:249px;
	text-align:center;
	padding:5px 0px;
}
#subscribe label {font-weight:bold;}

#footer-container {
	position:relative;
	bottom:0;
	background-color:#C4BFAF;
	border-top:1px solid #666;
	text-align:center;
	clear:both;
	min-height:80px;
	padding:20px 0;
}

#footer {
	margin:0 auto;
	width:1000px;
	text-align:left;
}

#footer ul {list-style:none; display:block; margin:0 0 15px 0; float:left;}
#footer li { float:left; display:inline-block; margin:0 20px 0 0;}
#footer p {clear:both;}

img{border:none;}
.left {float:left; display:block; margin:10px;}
.right {float:right; display:block; margin:10px; }
h2 {color:#D2232A; border-bottom:1px solid #ccc; font-weight:normal; }
a {color:#D2232A;}
a:hover {text-decoration:none;}

