/*css for www.lucidbusiness.co.za*/

/*zero settings for all browsers*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin:0; padding:0; border:0;
}

body{
background-color: #E3F4FA;
text-align:center;
font-family: Arial, Helvetica, Verdana, sans-serif;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
}

table{
margin-top: 19px;
}

p{
padding-top: 12px;
}

/*layout tags*/

div#container{
text-align:left;
width:990px;
margin: 5px auto; 
background-image:url(../images/container-bg.gif); 
background-repeat:repeat-y;
background-position:center;
}

div#header{
text-align:center;
}

div#content{
float:right;
width:669px;
margin-right:33px;
display:inline;
}

div#navigation{
float:left;
width:234px;
margin-left:23px;
background-image:url(../images/nav-top.jpg);
background-position:top;
background-repeat:no-repeat;
}

div#footer{
clear:both;
width:990px;
height:70px;
background-image:url(../images/footer-bg.jpg);
background-repeat:no-repeat;
}

/*used for page headings*/

h1{
color:#0782AF;
font-size:0.9em;
line-height:1em;
font-weight:normal;
background-image:url(../images/h1-bg.jpg);
background-repeat:no-repeat;
padding: 0 0 1px 20px;
margin:20px 0 15px 0;
}

/*H2 used for navigation*/

h2{
color:#0782AF;
font-size:0.95em;
font-weight:normal;
padding-bottom:10px;
margin:0;
}

/*H2 used for kaywords*/

h3{
color:#666666;
font-size:0.75em;
font-weight:normal;
padding: 70px 0 0 290px;
}

.main-text{
color:#666666;
font-size:0.8em;
font-style:normal;
font-weight:normal;
}

/*navigation links - rollover effects*/

a{
color:#B49961;
text-decoration:none;
}

a:link{
color:#0782AF;
text-decoration:none;
}

a:visited{
color:#0782AF;
text-decoration:none;
}

a:hover{
color:#4AB5E1;
text-decoration:none;
}

a:active{
color:#0782AF;
text-decoration:none;
}
