@charset "utf-8";
/*=============STANDARD ELEMENTS=========*/
html, body {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  background: #FFFFFF;
  margin: 0; 
  padding: 0;
  color: #000000;
  vertical-align: baseline;
}

body {
  text-align: center;
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
} 

a, a:visited {
  color: #34BEEC;
  text-decoration: none;
} 

a:hover {
  color: #FF6609;
  text-decoration: underline;
}

.floatright { 
  float: right;
  margin-left: .8em;
}

.floatleft { 
  float: left;
  margin-right: .8em;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.clearleft {
  clear: left;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.clearright {
  clear: right;
  height:0;
  font-size: 1px;
  line-height: 0px;
}      

.textfloatright {
  text-align: right;
}  

p,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5em;
  margin-top: .5em;  
  margin-left: 0;  
  margin-right: 0;  
}

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  font-family: Century Gothic, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;  
}

h1 {
  font-size: 182%; /* 24px */
  color: #34BEEC;
}

h2 {
  font-size: 167%; /* 20px */
  color: #34BEEC;  
}

h3 {
  font-size: 152%; /* 18px */
  color: #34BEEC;  
}

h4 {
  font-size: 136%; /* 16px */
  color: #666666;
}

h5 {
  font-size: 122%; /* 14px */
  color: #34BEEC;
}

h6 {
  font-size: 122%; /* 14px */
  color: #FF6609;
  font-style: italic;
}

hr {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  text-align: center;
  border-bottom: 1px dotted #999999;
  border-top: 0px dotted #999999;
  border-left: 0px dotted #999999;
  border-right: 0px dotted #999999;      
}  

ul {
  list-style: none;
  position: relative; 
  margin: 0;
  padding: 0; 
}

ol {
  list-style: inside decimal;
  position: relative; 
  margin: 0;
  padding: 0; 
}

em {
  color: #FE670C;
  font-style: italic;
  font-weight: bold;
} 

input {
  padding: 5px;
  color: #666666;
  border: 1px solid #999999;  
}  

/*=============GENERAL SITE PAGE ELEMENTS=========*/

#container {
  background: #000000 url(images/headerbg.gif) top left repeat-x;
  text-align: center;
  font-size: 11px;
}

#header {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  height: 100px;
}

#topnavigation {
  margin: 0 auto;
  text-align: left;
  padding: 0;
  background: url(images/topnavig.gif) top center no-repeat;
  height: 165px;
}

#mininav {
  height: 23px;
  padding: 0;
  margin: 0;
  text-align: center;
} 

#logo {
  width: 472px;
  float: left;
}

.inner {
padding: 10px;
}

#search {
  width: 290px;
  float: right;
  background: url(images/searchbg.gif) top left no-repeat;
  height: 75px;
  margin-top: 5px;
  padding: 5px 0 0 0;  
} 

.searchform {
  border: none;
  background: none;
  padding: 8px 0 0 0;
  margin: 0 0 0 12px;
  width: 210px;
  vertical-align: top;
}

.mlforminput {
  width: 120px;
}

.formbutton {
  border: none;
  margin: 4px 0 0 0;
}

.formbutton2 {
  border: none;
  margin: 4px 0 0 0;
  padding: 5px 5px;
}

.siteimages {
  margin: 0 0 25px 0; 
}

.small {
  font-size: 9px;
} 

.orangetext {
  color: #FF6609;
}   

/*=============BLOCKQUOTES=========*/  

.quotesmall {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}

blockquote {
display: block;
padding: 0px 10px 30px 5px;
width: 400px;
background: #F4F4F4 url(images/blockquotebottom.gif) bottom center no-repeat;
}

blockquote.general {
display: block;
padding: 0px 10px 2px 5px;
width: 400px;
background: #F4F4F4;
font-style: italic;
}

/*=============MAIN NAVIGATION=========*/ 

#mainnavigation {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mainnav ul {
 position: relative;
 height: 50px;
 line-height: 2.4;
 margin: 0;
}

#mainnav li {
  display: inline;
  font-weight: bold;
  color: #333333;
  text-decoration: none; 
  text-transform: uppercase;
  margin: 0;
  padding: 0;  
}

#mainnav a, #mainnav a:visited {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding: 20px 20px 20px 20px;
  background: url(images/pipe.gif) right no-repeat;
}

#mainnav a:hover, #mainnav a:active {
  font-weight: bold;
  color: #FDFDFB;
  text-decoration: none;
  background: url(images/navigbghover.gif) top left repeat-x;
  padding: 20px 19px 20px 19px;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;    
}

/*=============HOMEPAGE ELEMENTS=========*/

#main {
  background: #FFF url(images/maingradient.jpg) top left repeat-x;  
}

#mainad {
  width: 960px;
  margin: 0 auto;
  padding: 3px 0 0 0;
  font-size: 12px;
}

#mainadleft{
  width: 614px;
  height:  290px;
  float: left;
  background: url(images/homead.jpg) top left no-repeat;
  text-align: left;
} 

#mainadright{
  width: 300px;
  height:  200px;
  float: right;
  background: url(images/samedayquotebg.gif) top left no-repeat;
  text-align: center;
  padding: 75px 0 0 0;
}

#additionalservices {
  height: 300px;
  background-color: #0D141C;
}

#additionalserinfo {
  width: 960px;
  background-color: #000; 
  margin: 0 auto;
  padding: 0;
  height: 300px;
  font-size: 10px;
  color: #333333;  
}

#additionalserinfo ul li {
  background: url(images/bullet.gif) center left no-repeat;
  padding: 5px 0 0 10px;
  margin: 0;
}

#additionalserinfo ul li a, #additionalserinfo ul li a:visited {
  color: #333333;
  text-decoration: none;
}

#additionalserinfo ul li a:hover {
  color: #333333;
  text-decoration: underline;
}

#adtext {
  width: 300px;
  margin-left: 300px;
  margin-top:  30px;
  color: #FFF;
}
  
.adtitle {
  color: #28728B;
  font-size: 167%;
  font-weight: bold;
}

.servicestitle {
  color: #999999;
  font-size: 136%; /* 16px */
  font-weight: bold;
  text-transform: capitalize;
}    

#adserleft {
  float: left;
  width: 300px;
  margin: 0 10px 0 10px;
  height: 283px;
  background: #000 url(images/serviceataglance.gif) top left no-repeat;
  text-align: left;
  padding: 0;      
}

#adsermiddle {
  float: left;
  width: 300px;
  margin: 0 10px 0 10px;
  height: 283px; 
  background: #000 url(images/mailinglist.gif) top left no-repeat; 
  text-align: left;
}

#adserright {
  float: right;
  width: 300px;
  margin-right: 10px;
  height: 283px; 
  background: #000 url(images/freshnews.gif) top left no-repeat;   
  text-align: left;    
}

.adsertitles {
  color: #999999;
  border-bottom: 1px solid #999999;
  text-transform: capitalize !important;
}

.servicesinner {
padding: 65px 30px 0 25px;
}

/*=============SITE PAGE ELEMENTS=========*/

#sitemain {
  width: 960px;
  margin: 0 auto;
  padding: 3px 0 0 0;
  font-size: 11px;
}

#leftsidebar {
  float: left; 
  width: 200px;
  padding: 15px 5px 15px 10px;
  text-align: left;
}

#rightsidebar {
  float: right;
  width: 200px;
  padding: 15px 5px 15px 10px;
  text-align: left;  	
}

.sidebartitle {
  padding: 0 0 0 25px;
  background: url(images/titleicon.gif) center left no-repeat;  
}

#leftsidebar ul li, #rightsidebar ul li {
  background: url(images/sidebarbullet.gif) 0px 10px no-repeat;
  padding: 5px 0 0 10px;
  margin: 0;
  font-weight: bold;
}

#maincontent { 
  margin: 0 220px;
  padding: 15px 10px;
  text-align: left;  	
}

#maincontent ul li {
  background: url(images/bullet.gif) center left no-repeat;
  padding: 5px 0 0 10px;
  margin: 0;
}

#testimonials {
  width: 193px;
  height: 234px;
  background: #FFF url(images/testimonialsbg.gif) top center no-repeat;
  text-align: left;
  margin: 10px 0 0 0;   
}

.testimonialstitle {
  text-align: center;
  line-height: 1.2em;
  color: #34BEEC;
  padding: 5px 0 0 0;  
} 

.testimonialstext {
  font-size: 10px;
  padding: 30px 0 0 0;
} 

/*=============FOOTER ELEMENTS=========*/

#footerleft {
  float: left;
  width: 470px;
  text-align: left;
}

#footerright {
  float: right;
  width: 470px;
  text-align: right;
}

.copyrightinner {
  padding: 45px 35px 0 35px;
  color: #999999;
}

#footermain {
  height: 137px;
  background: #FFFFFF url(images/footermainbg.jpg) bottom center repeat-x; 
}

#copyright {
  width: 960px;
  background: #FFFFFF url(images/footerbg.gif) bottom center no-repeat; 
  margin: 0 auto;
  padding: 0;
  height: 137px;
  font-size: 10px;
}

#homefootermain {
  height: 137px;
  background: #0D141C url(images/footermainbg.jpg) bottom center repeat-x; 
}

#homecopyright {
  width: 960px;
  background: #FFFFFF url(images/footerbghome.gif) top center no-repeat; 
  margin: 0 auto;
  padding: 0;
  height: 137px;
  font-size: 10px;
}

#homecopyright ul, #copyright ul {
 position: relative;
 display: block;
 padding: 0;
 margin: 0;
}

#homecopyright ul li, #copyright ul li {
  padding: 0 4px 0 4px;
  display: inline;
  border-right: 1px solid #999999;
}

#homecopyright a, #copyright a, #homecopyright a:visited, #copyright a:visited {
  color: #999999;
  text-decoration: none;
}

#homecopyright a:hover, #copyright a:hover {
  color: #999999;
  text-decoration: underline;
}

/*=========CONTACT FORM FORMATTING=======*/

#freshlaptopform {
width: 420px;
}

.cssform p {
margin: 0;
padding: 0px 0px 5px 0px;
padding-left: 155px; 
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px;
width: 150px;
}

.cssform input[type="text"]{ 
width: 180px;
margin: 0px;
border: 1px solid #CCC;
}

.cssform textarea{
width: 250px;
height: 150px;
border: 1px solid #CCC;
}

* html .threepxfix{
margin-left: 3px;
}

.formattable {
font-size: 12px;
}

.formbuttons {
margin-left: 155px;
}

.buttons {
color: #FFF;
font-weight: bold;
background-color: #FF6503;
text-align: center;
border: none;
}

.directions {
height: 300px;
margin: 10px 0 30px 0;
}

/*=========ADVANCE SEARCH FORM FORMATTING=======*/

.fieldset {
border:  1px solid #CCC;
}