/********************************************
   AUTHOR: Jonathan Gilbert
WEBSITE: http://www.pcoptimized.com			TEMPLATE NAME: PCOpt Blue

VERSION: 1.0
	
LAST MODIFIED:     Jan - 25, 2008 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #404040;
	font: 12px/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #1c1c4b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 972px;
	background: #ccc url(../images/content_bg.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap { clear: both; width: 890px; padding: 0; overflow:hidden; margin-top: 0; margin-right: auto; margin-left: auto; }
#header {
	width: 972px;
	position: relative;
	height: 132px;
	background: #ccc url(../images/mastheader.jpg) no-repeat center top;
	padding: 0;	
	color: #fff;	
}
#header h1#logo-text a { position: absolute; margin: 0; padding: 0; font: bolder 44px "Trebuchet MS", Arial, Sans-serif; letter-spacing: -2px; color: #fff; text-transform: none; text-decoration: none; background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px; width: 225px; height: 75px; }
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: 12px "Trebuchet MS", Arial, Sans-serif;
	text-transform: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(../images/menu_bg.gif) repeat-x;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 45px;
	width: 972px;	
}
#menu ul { float: right; margin-left: 200px; list-style: none; }
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #404040;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main { width: 655px; float: left; margin-top: 0; margin-right: 0; padding-left: 5px; display: inline; }
#main h2 { font: bold 140% "Trebuchet MS", Tahoma, Sans-serif; color: #1c1c4b; border-bottom: 1px solid #eff0f1; text-transform: none; padding-right: 0; padding-bottom: 5px; padding-left: 25px; }
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}
#main ul li {
	
}
#services_main { display: inline; width: 95%; float: left; margin-top: 5px; margin-left: 5px; }
#services_main h2 { color: #1c1c4b; font: bold 140% "Trebuchet MS", Tahoma, Sans-serif; text-transform: none; margin-top: 10px; padding: 5px 0 5px 25px; border-bottom: 1px solid #eff0f1; }
#services_main h2 a { color: #88ac0b; text-decoration: none; background: transparent; }
#services_main ul li { font-weight: bold; }
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar { float: right; color: #fff; background-color: #d74c00; width: 220px; margin-right: 1px; margin-left: 0; padding-left: 5px; }	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px; 
	font: bold 1.4em "Trebuchet MS", Tahoma, Sans-serif;
	color: #fff;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* Footer */	
#footer {
	color: #c6ddee;
	background: #ccc url(../images/footer_bg.gif) no-repeat center top;
	clear: both;
	width: 972px;
	height: 79px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
/*Captcha Begin*/
.content{ width:650px; margin:0 auto 15px; border:solid 1px #000; text-align:left; background-color:#ccc; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
.cpt{text-align:center}
.cpt img{margin:2px 15px 2px 2px;vertical-align:middle}
.inp{ text-align: center; margin:10px }
div.row{clear:both;margin:0;padding:3px 0}
div.row label{float:left;width:150px;padding:0 10px 0 0;text-align:right}
div.row label:hover{background-color:#666;color:#fff}
#scratch_submit{padding:2px 20px}
.error{text-align:center;color:#f00}
/*Captcha End
*/
h1 { font-size: 24px; font-family: "trebuchet ms", verdana, arial, sans-serif; font-weight: bold; }
#cont
{
	position:relative;
	margin:0 auto;
	width:760px;
	height:328px;
}
.contact_main{ width:500px; overflow:auto; color:#1c1c4b; font:11px tahoma, serif; }
.contact{ width:250px; margin-top: 30px; margin-right: auto; margin-left: auto; }
.contact_input { width:150px; float: left; margin-bottom: 3px; }
.contact_title { font: bold 11px tahoma, serif; width:75px; float: left; margin-top:4px; }
.font1{color:#d8d8d8; font: normal 11px Tahoma, serif; text-transform:uppercase;}
.thanks { color: #f00; font: 14px tahoma, serif; text-transform: uppercase; }
form2 { background-color: #fafafa; width: 400px; margin: 10px; padding: 0 5px; border: solid 1px #f2f2f2; }
.font2{color:#a6a7a7; font: bold 11px Tahoma, serif;}
/*.font1{color:#ec7800; font:11px Tahoma, serif;}*/
.widgetBox { font-size: 12px; font-family: tahoma, verdana, "trebuchet ms", sans-serif; background-image: url(../images/widgetBG.png); background-repeat: repeat-x; width: 200px; margin-bottom: 20px; margin-left: 10px; border: solid 1px #1c1c4b; }
.widgetTitle { font-size: 120%; font-weight: bold; margin-top: -5px; }
.temp_widgetBox { font-size: 12px; font-family: tahoma, verdana, "trebuchet ms", sans-serif; background-color: #fff; background-image: url(../images/widgetBG.png); background-repeat: repeat-x; text-align: center; margin-bottom: 20px; margin-left: 10px; width: 240px; padding-right: 5px; padding-left: 5px; border: solid 1px #1c1c4b; }
.temp_widgetTitle { color: #fff; font-size: 120%; font-weight: bold; text-align: center; margin-top: -5px; }
#service_content { width: 95%; margin-right: auto; margin-left: auto; }
#service_content_left { float: left; }
#service_content_middle { float: left; }
#service_content_right { float: left; }
.main_summary { margin-right: auto; margin-left: auto; width: 100%; float: left; clear: right; margin-bottom: 5px; }
.main_bottom { margin-right: auto; margin-left: auto; width: 100%; float: left; clear: both; }
.blank{
	font-size:0; line-height:0; clear:both;
}
.smText { font-size: 9px; }
.smText2 { font-size: 9px; line-height: normal; }
#middlecol { background-color: #e9e9e9; }
.testimonials { font-size: 11px; font-family: arial, verdana, tahoma; width: 185px; margin: 10px auto; padding-bottom: 10px; padding-left: 10px; }
.sponsors { font-size: 11px; font-family: arial, verdana, tahoma; margin: 10px auto; padding-bottom: 10px; padding-left: 10px; width: 185px; }
.testimonials h2 { color: #fff; font-size: 13px; font-weight: bold; text-align: center; margin-top: 3px; }
.signup { font-size: 11px; font-family: arial, verdana, tahoma; background-color: #b26451; margin-right: auto; margin-left: auto; padding-bottom: 10px; padding-left: 10px; width: 185px; border: solid 1px #37a0e3; }
.signup h2 { color: #fff; font-size: 13px; font-weight: bold; text-align: center; margin-top: 3px; }
.signup_verbage { text-align: left; padding-right: 5px; padding-left: 5px; }
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
#main, #sidebar
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
.performance { background-image: url(../images/performance.png); background-repeat: no-repeat; padding-top: 30px; padding-right: 45px; padding-left: 100px; display: block; }
.web { background-image: url(../images/web.png); background-repeat: no-repeat; padding-top: 30px; padding-right: 45px; padding-left: 100px; }
.check { background-image: url(../images/check.png); background-repeat: no-repeat; padding-top: 30px; padding-left: 100px; list-style-type: none; }
.packages { width: 605px; margin-right: auto; margin-left: auto; }
.packages img { padding: 0; }
.image-nopad { margin-left: -5px; }
.packages h3 { text-align: center; }
.packages p { padding: 5px 5px 0; }
.lite_button { width: 225px; height: 250px; }
.lite { background-image: url(../images/lite_bg.png); background-repeat: no-repeat; width: 196px; height: 515px; float: left; margin-right: 5px; padding-top: 50px; }
.lite h1 { width: 196px; height: 100px; }
.packages a { margin: 0; padding: 0; }
.premium { background-image: url(../images/premium_bg.png); background-repeat: no-repeat; width: 196px; float: left; margin-right: 5px; padding-top: 50px; }
.pro { background-image: url(../images/pro_bg.png); background-repeat: no-repeat; width: 196px; float: right; padding-top: 50px; }
.lite_button2 { background: #fafafa !important; margin-right: auto; margin-left: auto; padding: 5px; border: solid 1px #e5e5e5; }
.lite_but { background: #fafafa; padding: 5px; position: absolute; left: 208px; border: solid 1px #e5e5e5; }
.prem_but { position: absolute; left: 413px; }
.pro_but { position: absolute; left: 616px; clear: right; }
.packages img.float-right {
  margin: 0;  
}
.packages img.float-left {
  margin: 0;
}
.trans { float:left; filter:alpha(opacity=0); opacity:.0; }
.redText { color: #ef3300; line-height: normal; text-align: center; margin: 0; padding: 0; }
.virus { font-size: 80%; line-height: normal; text-align: justify; width: 200px; float: left; display: block; }
.virusPricing { line-height: normal; display: block; width: 400px; float: right; }
.virusTitle { font-size: 120%; font-weight: bold; text-align: center; }
.h2_main_summary { color: #c1c1c1; font-family: tahoma, serif; }
