
/* |||||||||||| Zero down marg-pad on all elements |||||||||||||||||||||||||||||||||||||||||||||||||||| basic */



body {
  font-family: verdana, sans-serif;
  font-size: 62.5%;
  background:#000; 
  text-align:left;
}

img {
	margin:20px 0 0 30px;
}



/* ||||||||||||||||| typography |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


h1 {
  font-size:18px;
  line-height:24px;
  color: #fff;
  font-weight:bold;
  margin:30px 0 10px 0;
}

h2 {
  font-size:18px;
  line-height:24px;
  color: #fff;
  font-weight:bold;
  margin:12px 0 10px 0;
}

h3 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom:.25em;
}

p {
  font-size:13px;
  color: #fff;
  line-height:1.5em;
  margin: 0 0 15px 0;
}

ul {
  margin-bottom:13px;
  list-style-type:disc;
  margin-left:20px;
}

li {
  color:#fff;
  font-size: 1.3em;
  line-height:1.3em;
  margin-left:1em;
}

.marg {

  margin-bottom: 55px;
}



/* -||||||||||||||||| layout |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


#wrapper_header {
  margin: 0;
  padding:0;
  width:100%;
  height:100px;
  background:#000;  
  overflow: hidden;
}

#wrapper_content {
  margin: 0 auto 0 auto;
  padding-bottom:35px;
  width: 100%;
  height:auto; 
  background:transparent url(../images/bg.gif) repeat;   
  overflow: hidden;
}

#wrapper_footer {
  margin:0 auto 0 auto;
  width:100%;
  height:auto;
  background:#000;  
  overflow: hidden;
}

.wrapper {
  margin: 0 auto 0 auto;
  width:900px;
  height:auto; 
  background:transparent;   
  overflow: hidden;
}

.fifty {
  margin: 0 30px 0 30px;
  width: 390px;
  height:auto; 
  background:transparent;     
  overflow: hidden;
  float:left;
  color:#fff;
  display:inline;
}










/* ||||||||||||||||| links |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */




/* ||||||||||||||||| form  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

fieldset {
  border: 0 transparent;
}

label {
  display: block;
  color: #fff;
  font-size:10px;
  margin: 6px 0 3px 0;
}

input, textarea {
  font-size:12px;
  font-family: verdana, sans-serif;
  width: 200px;
  color: #000;
  background: #9cf;
  border:1px solid #5187a0;
  padding: 4px;
}

input {
  width: 250px;
}

form {
  margin-top: 30px;
}

textarea {
  width: 280px;
  height: 150px;
  border:1px solid #000;
}

input:focus, textarea:focus{
  background-color: #fff;
}

input.submit {
  margin-top:20px;
  width: 100px;
  text-align: center;
  background-color: #9cf;
  background-image: none;
  border:1px solid #5187a0;
  cursor: pointer;
}















#mainnav {



}

#mainnav ul {
margin:0;
  text-align:left;
    list-style: none;
	float:left;

}

#mainnav ul li {
margin:0 5px 0 0;
  text-align:left;
    display: block;
  float:left;
}

#mainnav ul li a {
  height: 20px;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 20px; height: 0 !important;
  height /**/: 20px; overflow: hidden;
  float: left;
}



li.ppcsearch a {
  width: 80px;
  background: url(../images/ppcsearch.gif) left top;
}

li.emails a {
  width: 80px;
  background: url(../images/emails.gif) left top;
}

li.soap a {
  width: 80px;
  background: url(../images/soap.gif) left top;
}

li.other a {
  width: 80px;
  background: url(../images/other.gif) left top;
}

li.back a {
  width: 80px;
  background: url(../images/back.gif) left top;
}

li.ppcsearch a:hover,
li.emails a:hover,
li.back a:hover,
li.soap a:hover,
li.other a:hover {
  background-position: right top;
}

