/*
Theme Name: PC Sense
Version: 1
Theme URI: http://pcsense.net/
Description: Design for the PC Sense web site.
Author: Cristina Assenza
*/

/*****************************************************
1. MAIN code
2. HEADER code
3. NAVIGATION code
4. SIDEBAR code
5. CONTENT code
6. FOOTER code
*****************************************************/

/* ----------- Main Body ----------- */

body {
	background:#f6f6f6 url("images/bg_repeat.png") repeat-x top center;
	font: 75%/165% "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width:960px;
}

img {
	border:0px;
}

.right { 
	float:right; 
	margin: 0 0 15px 15px; 
}

.left { 
	float:left; 
	margin: 0 15px 15px 0; 
	}

.center {
	text-align:center;
}

a:link,a:visited,a:active {
	color:#5279C3;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}



/* ----------- Header ----------- */

#header {
	background:#003351 url("images/header.png") no-repeat top center;
	height:140px;
	margin:0;
	padding:0;
	width:960px; 
}

/* ----------- Navigation ----------- */

ul#topnav {
	background:none;
	float: right;
	font-size:18px;
	font-weight:bold;
	list-style: none;
	margin: -45px 0px 5px 0px;
	text-align:center; 
	width: 960px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}

ul#topnav li a {
	color: #fff;
	float: left;
	padding:10px 17px;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #f0f0f0;
}

/* ----------- Sidebar ----------- */

#sidebar {
	color:#464134; 
	float:left; 
	font-size:1.2em;
	line-height:1.7em;
	margin:10px 25px 0 0; 
	position:relative; 
	text-shadow: #fff 0 1px 0;
	width:300px;  
}


/* ----------- Content ----------- */

#content {
	float:right;
	margin:0px 0px 0px 0px;
	padding: 10px;
	width:590px;
	color:#000;
	text-align:justify;
	font-size:1.1em;
	line-height:1.7em; 
	text-shadow: #fff 0 1px 0;
}


.banner {
	background-color: #DCE9F2;
	border: 1px solid #AAC2CE;
	margin-left:10px;
	padding: 10px;
	font-size:16px;
	width:920px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.banner h1 {
	font-size: 20px;
	color: #073856;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

ul.check {
	list-style: none;
	margin: 0;
	padding-right: 10px;
}


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


ul.error {
	list-style: none; 
	margin: 0;
	padding-right: 10px;
}


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

h1 {
	font-size: 2.0em; 
	font-weight:bold; 
	padding:5px; 
	text-shadow: #FFF 1px 1px 0px;
}

h2 {
	font-weight: 200; 
	text-shadow: 0px 1px 0px #e5e5ee;
}


.whatwedo {
	background:#F6F6F6;
	float:left;
	height:260px;	
	margin-left:10px;
	padding-left:5px;
	width:290px;
}

.testimonials {
	background:#F6F6F6;
	float:left;
	height:260px;
	margin-left:10px;
	padding-left:5px;
	width:300px;
}

.mission {
	background:#F6F6F6;
	float:left;
	height:260px;
	margin-left:10px;
	padding-left:5px;	
	width:310px;
}

/* ----------- Footer ----------- */

#footer {
	clear: both;
	height:42px;
	margin:0;
	text-align:center;
	text-shadow: #fff 0 1px 0;
	width:960px; 
}

