/* CSS Document */

/* RESETS */

* {
margin:0px;
padding:0px;
}

a, a:hover, a:active, a img, a, a:hover img, a:active img  {
outline:none;
border:none;
}

/* END OF RESETS */

body {
background: #E7E7E7 url('images/back.gif') repeat-y top center;
height:100%;

}

#divOuterContainer {
width:940px;
margin:0 auto;
height:100%;

}

#divInnerContainer {
width:900px;
margin:0 auto;
background-color:#FFFFFF;
height:100%;

}

#divHeader {
width:900px;
height:259px;
background-image:url(images/head.jpg);
}

h1.logo {
position:relative;
margin-left:174px;
top:83px;
}

a.logo {
display:block;
text-indent:-5000px;
width:281px;
height:188px;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
}

h1 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif,;
font-size:14px;
color:#D82131;
padding-bottom:10px;
}

h2 {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif,;
font-size:13px;
color:#FF7D7D;
padding-bottom:10px;
}

p, a {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif,;
font-size:13px;
color:#7a7a7a;
padding-bottom:10px;
}

ul, li {
font-family:"Lucida Sans", Arial, Helvetica, sans-serif,;
font-size:13px;
color:#7a7a7a;
padding-bottom:10px;
margin-left:10px;
padding-left:10px;
}

p.footer {
color:#ffffff;
padding-top:20px;
padding-left:50px;
}

p.footer a {
text-decoration:none;
color:#ffffff;
font-weight:bold;
padding-bottom:0px;
}

p.footer a:hover {
border-bottom:1px dashed white;
}

#divNav {
width:900px;
height:40px;
background-image:url(images/nav.gif);
}

#divNav ul#divMenu {
position:relative;
margin:0;
padding:0;
width:900px;
height:40px;
}

#divNav ul#divMenu li {
list-style:none;
position:absolute;
padding:0;
margin:0;
}

ul#divMenu li, ul#divMenu a {
height:40px;
display:block;
top:0px;
}

#divNav ul#divMenu li a {
text-indent: -90000px;
text-decoration: none;
}

#home		{left: 26px; width: 145px;}
#products	{left: 173px; width: 145px;}
#benefits	{left: 320px; width: 145px;}
#offers		{left: 467px; width: 145px;}
#contact	{left: 614px; width: 145px;}

#home		a:hover	{background: transparent url(images/nav.gif) -26px -40px no-repeat;}
#products	a:hover	{background: transparent url(images/nav.gif) -173px -40px no-repeat;}
#benefits	a:hover	{background: transparent url(images/nav.gif) -320px -40px no-repeat;}
#offers		a:hover	{background: transparent url(images/nav.gif) -467px -40px no-repeat;}
#contact	a:hover	{background: transparent url(images/nav.gif) -614px -40px no-repeat;}

#home		a.on {background: transparent url(images/nav.gif) -26px -40px no-repeat; cursor: default;}
#products	a.on {background: transparent url(images/nav.gif) -173px -40px no-repeat; cursor: default;}
#benefits	a.on {background: transparent url(images/nav.gif) -320px -40px no-repeat; cursor: default;}
#offers		a.on {background: transparent url(images/nav.gif) -467px -40px no-repeat; cursor: default;}
#contact	a.on {background: transparent url(images/nav.gif) -614px -40px no-repeat; cursor: default;}

#divContent {
width:900px;
}

#divContentText {
margin:50px;
width:800px;
}

#divFooter {
clear:both;
position:relative;
z-index:10;
width:870px;
border-right:30px solid white;
height:70px;
background:#D82131 url('images/footer-bg.gif') no-repeat top right;
}