body, div, h1, h2, h3, h4, h5, h6, p, ul, img
{
margin:0px; padding:0px;
}
body
{
font-family: Arial, Helvetica, sans-serif;
background: white url(images/index/Body_BG.png) repeat-x;
}
.container
{  
width: 1000px;  
margin: 0 auto;  
}
#logo
{
background: url(images/index/Header.png) no-repeat;
height: 125px;
width: 1000px;
float: left;
}
#header
{  
padding-top: 0px;  
}
#footer
{
padding-top: 0px;
}
#logofooter
{
background: url(images/index/Footer.jpg) no-repeat;
height: 136px;
width: 1000px;
float: left;
}
#navigation
{
width: 100%;
float: left;
}
#navigation ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#navigation li
{
float:left;
}
#navigation a:link,#navigation a:visited
{
display:block;
width:192px;
font-weight:bold;
color:black;
background: white url(images/index/Top_Nav_Normal.png) repeat-x bottom left;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#navigation a:hover
{
background: white url(images/index/Top_Nav_Hover.png) repeat-x bottom left;
}
#navigation a:active
{
background: white url(images/index/Top_Nav_Normal.png) repeat-x bottom left;
}
#bottomnav
{
width: 100%;
float: left;
}
#bottomnav ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#bottomnav li
{
float:left;
}
#bottomnav a:link,#bottomnav a:visited
{
display:block;
width:192px;
font-weight:bold;
color:black;
background: white url(images/index/Bottom_Nav_Normal.png) repeat-x bottom left;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#bottomnav a:hover
{
background: white url(images/index/Bottom_Nav_Hover.png) repeat-x bottom left;
}
#bottomnav a:active
{
background: white url(images/index/Bottom_Nav_Normal.png) repeat-x bottom left;
}
#whatis
{
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
width: 480px;
height: 400px;
float: left;
background: white url(images/index/What_Is.png) repeat-x;
}
#examples
{
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
width: 480px;
height: 400px;
float: left;
background: white url(images/index/Examples.png) repeat-x;
}