﻿@charset "UTF-8";
/* CSS Document for Surf My Ads v2 Oct 2007 */


/* ---- UNIVERSAL ---- */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 66.5%;
color: #747476;
background-color: #d1d2d4;
}


/* ---- STRUCTURE ---- */

#container {
width: 760px;
margin: 30px auto 20px auto;
}


/* ---- HEADER ---- */

#header {
width: 760px;
background-color: #fff;
}

#header img {
display: block;
margin: 0 auto;
}


/* ---- CONTENT BOX ---- */

#content {
background: url(../images/bg_content.gif) top left no-repeat;
width: 760px;
height: 550px;
margin-top: 7px;
font-size: 1.1em;
}

#contentsecondary {
background: url(../images/bg_content_second.gif) top left no-repeat;
width: 760px;
height: 550px;
margin-top: 7px;
font-size: 1.1em;
}

#contentsecondary {
background-color: #fff;
}

/* ---- MAIN MENU ---- */

#mainmenu {
float: left;
width: 180px;
margin: 0;
position: relative;
top: 10px;
left: 88px;
}

#mainmenu a:link, #mainmenu a:visited {
color: #000;
text-decoration: none;
}

#mainmenu a:hover {
text-decoration: none;
color: #00aeef;
}

.mainmenuselect {
background-color: #00aeef;
color: #fff;
display: block;
}

#mainmenulist {
list-style: none;
}

#mainmenulist li {
list-style: none;
padding: 6px 0;
}


/* ---- RIGHT CONTENT ---- */

#rightcontent {
float: right;
width: 350px;
margin: 90px 5px 0 0;
}

#rightcontent a:link, #rightcontent a:visited {
color: #004a65;
text-decoration: none;
}

#rightcontent a:hover {
color: #00aeef;
text-decoration: underline;
}

#rightcontent p {
line-height: 1.3em;
}

#rightcontentsecondary {
float: right;
width: 390px;
position: relative;
top: 7px;
right: 30px;
}

#rightcontentsecondary a:link, #rightcontentsecondary a:visited {
color: #004a65;
text-decoration: none;
}

#rightcontentsecondary a:hover {
color: #00aeef;
text-decoration:underline;
}

#rightcontentsecondary p {
line-height: 1.4em;
padding: 7px 0;
color: #000;
}


/* ---- FOOTER ---- */

#footer {
text-align: center;
color: #000;
margin: 40px 0 0 0;
}


/* ---- TESTIMONIAL PAGE ---- */

.testimonialname {
margin: -6px 0 5px 3px !important;
}

.testimonialname p {
padding: 0 !important;
color: #818181 !important;
}


/* ---- DOMAIN MANAGEMENT PAGE ---- */

#domainlist {
list-style: circle;
margin: 1px 0 1px 40px;
}

#domainlist li {
list-style: circle;
padding: 2px 0;
}

.contactitems {
margin-left: 15px;
}

.contactitems p {
padding: 2px 0 !important;
}

/* ---- LEADING PROJECTS PAGE ---- */

#projectlist {
list-style: none;
color: #000;
}

#projectlist li {
liststyle: none;
padding: 4px 0;
}

#pritems {
list-style: none;
color: #000;
}

#pritems li {
padding: 5px 0;
list-style: none;
}