/*=============================================================
Type:				pchelpman website - main stylesheet
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 			(c) VGroup 2008	
---------------------------------------------------------------
Creation Date:		28-10-2008
============================================================ */

/*==============================================
Common colours:

Main green:			#A69C29
text grey:			#7C7C7C
line grey:			#D8D8D8
==============================================*/

/*==============================================
general layout
==============================================*/

body {
	color: #5A5A5A;
}

#header, #quote_wrapper #quotes, #main_wrapper, #nav, #footer {
	width: 895px;
	margin: 0 auto;
}

/*==============================================
header
==============================================*/

#header_wrapper {
	background: #A69C29 url('../cssimages/bg_header.gif') repeat-x 0 bottom;
	height: 100px;
	border-top: 3px solid #898120;
}

#header {
	position: relative;
}

h1 {
	margin: 0;
}

h1 a {
	width: 320px;
	height: 66px;
	background: #A69C29 url('../cssimages/logo_main.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	margin: 0;
	top: 20px;
	left: 0;
}

#quick_contact {
	position: absolute;
	color: #FFF;
	margin: 0;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.25;
	top: 20px;
	left: 480px;
	z-index: 2;
}

#quick_contact a {
	color: #FFF;
	text-decoration: none;
}

#quick_contact a:hover {
	text-decoration: underline;
}

#pc_help_image {
	position: absolute;
	bottom: -304px;
	right: -12px;
}

/*==============================================
quote
==============================================*/

#quote_wrapper {
	height: 202px;
	border-bottom: 2px solid #A69C29;
}

#quotes {
	position: relative;
}

blockquote {
	position: absolute;
	padding-top: 29px;
	top: 0;
	left: 0;
}

blockquote p {
	font-family: Georgia, palatino, "palatino linotype", times, serif;
	color: #7C7C7C;
	font-style: italic;
	font-size: 1.9em;
	width: 550px;
	padding: 0 5px 0 5px;
	line-height: 1.4;
}

blockquote strong {
	color: #999;
	font-weight: normal;
}

blockquote cite {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: block;
	font-size: 0.55em;
	font-style: normal;
	padding-top: 12px;
	text-align: right;
}

blockquote cite span.cite_company {
	color: #A69C29;
}

.additional_quote {
	display: none;
}

/*==============================================
email dropdown
==============================================*/

#login_wrapper {
	border-bottom: 2px solid #A69C29;
	background: #EFF2F7;
	display: none;
}

.open {
	display:block !important;
}

#login_wrapper form {
	width: 885px;
	margin: 0 auto;
}

#login_wrapper h2 {
	margin: 18px 0 0 0;
}

#login_wrapper #login_explaination {
	width: 60%;
	float: left;
	padding-bottom: 8px;
}

#login_wrapper dl {
	width: 30%;
	float: right;
	margin-top: 22px;
}

#login_wrapper label {
	font-weight: bold;
}

#login_wrapper input {
	width: 260px;
}

#login_wrapper dd {
	margin-bottom: 10px;
}

dt.submit {
	display: none;
}

dd.submit {
	text-align: right;
}

#submit {
	width: auto !important;
	border: 0;
	background:#A69C29;
	padding: 4px 7px;
	font-weight: bold;
	color: #FFF;
	
}

/*==============================================
navigation
==============================================*/

/* main nav */

#main_nav {
	list-style: none;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 5px 8px 5px;
	position: relative;
}

#main_nav li {
	display: inline;
	margin-right: 24px;
}

#main_nav li a {
	color: #7C7C7C;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 2;
	font-size: 1.1em;
}

#main_nav li.current a {
	color: #A69C29;
}

#main_nav li a:hover {
	color: #A69C29;
}

#main_nav li#email_login a {
	position: absolute;
	top: -2px;
	right: 5px;
	background: #A69C29;
	padding: 10px 8px 4px 8px;
	text-transform: none;
	font-weight: bold;
	color: #FFF;
	z-index: 100;
	text-align: center;
}

/* services nav */

#services_nav {
	list-style: none;
	margin-top: 24px;
	border-bottom: 1px solid #D8D8D8;
	text-align: left;
}

#services_nav a {
	font-weight: bold;
	color: #8C8B85;
	text-decoration: none;
	display: block;
	width: 255px;
	background: url('../cssimages/bg_servicesmenu.gif') no-repeat right top;
	padding: 8px 10px;
	border-left: 1px solid #D8D8D8;
}

#services_nav li.current a {
	background: url('../cssimages/bg_servicesmenu_current.gif') no-repeat right top;
	border-left: 1px solid #FFF;
	color: #A69C29;
}

#services_nav li a:hover {
	color: #A69C29;
}

/*==============================================
main content area
==============================================*/

a:link, a:hover, a:visited {
	color: #A69C29;
}

#main_wrapper {
	padding-bottom: 40px;
}

#main_content {
	width: 580px;
	float: left;
	padding: 6px 5px 0 5px;
}

#sub_content {
	width: 275px;
	float: right;
}

h2 {
	color: #A69C29;
	margin: 0.6em 0;
}

#main_content h3 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
}

#sub_content h3 {
	font-weight: bold;
	margin-bottom: 0;
}

.section_pic {
	float: left;
	margin: 9px 10px 10px 0;
}

/* homepage */

#datarecovery_logos {
	text-align: center;
}

#datarecovery_logos a {
	margin: 0 40px;
}

#manufacturers_logos {
	text-align: center;
}

#manufacturers_logos img {
	margin: 0 20px;
}

/* contact page */

#map {
	width: 100%;
	height: 300px;
}

#main_wrapper .details {
	text-align: left;
}

/*==============================================
sidebar logos and widgets etc
==============================================*/

#sub_content {
	text-align: center;
}

#sub_content h3 {
	text-align: left;
}

#pciq {
	margin: 30px auto 30px auto;
	display: block;
}

#my_ip {
	display: block;
	margin: 30px 0 16px 0;
}

#teamviewer img {
	margin-top: 20px;
}

#inq_feed {
	text-align: left;
}

#inq_feed ul {
	border-top: 1px solid #DDD;
}

#inq_feed li {
	list-style: none;
	padding: 4px;
	border-bottom: 1px solid #DDD;
}

/*==============================================
footer
==============================================*/

#footer_wrapper {
	background: #A69C29 url('../cssimages/bg_footer.gif') repeat-x 0 0;
	border-bottom: 3px solid #898120;
	padding:  10px 0 10px 0;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_contact {
	padding-left: 5px;
}

#footer_contact, #credits {
	width: 33%;
	float: left;
	color: #FFF;
	margin-bottom: 20px;
}

#text_links {
	background: #A69C29 url('../cssimages/splitter_footer.gif') repeat-x 0 0;
	margin: 0;
	clear: both;
	font-size: 10px;
	padding: 20px 5px 0 5px;
}

.ie #text_links {
	padding-top: 10px;
}

#text_links, #text_links a {
	color: #CEC44F;
	text-decoration: none;
}

#addthis img  {
	float: left;
	margin: 15px 5px 0 25px;
}

/*=============================================
404 page
==============================================*/

#page_not_found {
	background: #A69C29;
}

#page_not_found h1, #page_not_found h1 a {
	width: 515px;
	margin: 100px auto 20px auto;
	position: static;
	display: block;
	top: 0;
	left: 0;
}

#error_wrapper {
	background: #FFF;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border: 5px solid #898120;
}

#error_wrapper h2 {
	margin-top: 0;
}
