
html {
font-family:Ariel,Helvetica,Sans-Serif;
background-image:url(Images/background_texture.jpg);
background-repeat:repeat;
}

body {
margin:0;
padding:0;
}

div {border:1px dotted $00f;}

a, a:visited{
color:#fff;
text-decoration:none;
}
p {
color:#fff;
font-family:Times, TimesNR, "New Century Schoolbook";
font-weight:500;
}
h3 {
font-variant:small-caps;
}
img {
border:0;
}

#wrapper {
position:relative;
/*border:1px dotted #f00;*/
width:1000px;
margin:auto;
min-height:999px;
background-image:url(Images/background_3.jpg);
background-repeat:no-repeat;
background-position:top center;
}



#nav {
position:absolute;
top:50px;
width:100%;
height:50px;
background-image:url(Images/translucent_20.png);
background-repeat:repeat;
}

#nav table {
position:absolute;
right:0;
}

#nav td{
/*border:1px dotted #0f0;*/
color:#ffffff;
text-align:center;
font-variant:small-caps;
font-weight:bold;
width:100px;
height:50px;
padding:0px;
/*background-image:url(Images/translucent_20.png);*/
margin:5px;
}
#nav td:hover {
background-image:url(Images/translucent_60.png);
border-bottom:2px solid #8a2414;
}

#logo {
position:absolute;
top:150px;
left:60px;
}

#content {
/*border:1px dotted #f00;*/
position:absolute;
left:500px;
top:150px;
width:400px;
min-height:100px;
}

#briefboxes {
position:absolute;
top:600px;
min-height:200px;
}
#briefboxes table {
width:1000px;
}
#briefboxes td {
color:#fff;
vertical-align:top;
width:33%;
height:200px;
padding-left:10px;
}

#briefboxes li {
font-size:.75em;
width:200px;
}
#footer {
position:absolute;
top:800px;
color:#fff;
}

#footer td {
/*border:1px dotted red;*/
text-align:center;
width:1000px;
font-size:.7em;

}

/*Styles for popup*/
#aboutus, #rates, #clients, #contact, #quotes{
position:absolute;
display:none;
background-image:url("Images/translucent_60.png");
/*opacity:.8;*/
color:#fff;
border:1px solid black;
width:400px;
min-height:100px;
padding:10px;
}

#quotes{
background-image:url("Images/translucent_80.png");
left:-150px;
top: -50px;
width:650px;
}
#clients{
background-image:url("Images/translucent_80.png");
left:-50px;
top: -50px;
width:450px;
}

#quotes td {
font-family:Times, TimesNR, "New Century Schoolbook";
font-size: 0.8em;

//border:1px dotted red;
}
#clients table{
width:80%;
}

#clients td {
//font-family:Times, TimesNR, "New Century Schoolbook";
//font-size: 0.8em;
width:106px;
height:70px;
//border:1px dotted red;
}


.fadein {
background-image:url("Images/translucent_80.png");
position:relative;
top:100px;
left:-450px;
width:450px;
//height:
}
.fadein img {
position: absolute;
left:0; 
top:0;
}

#clients img {
//height:60px;

}
#clients li{
font-size:0.8em;
}
