/*  
Theme Name: Efficient PC Solutions
Theme URI: http://www.traderelic.com/
Description: The default theme for Efficient PC Solutions. Can be ported to Wordpress for future use.
Version: 1.0
Author: Andrew A. Powell
Author URI: http://www.traderelic.com/

	Efficient Theme
	http://www.traderelic.com/

	This theme was designed and built by Andrew A. Powell,
	whose blog you will find at http://www.traderelic.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "lucida grande", Verdana, sans-seriff;
	font-size: 12px;
	background-color: #333333;
}

* {
	padding: 0;
	margin: 0;
}

#page {
	margin: 0 auto;
	padding: 0px;
	width: 825px;
	background-image: url(images/bg_full.jpg);
	background-repeat: repeat-y;
	overflow: auto;     /* fixes Firefox repeating background error */
}

#container {
	margin: 0 0 0 37px;
	padding: 0;
}


/* ------------------------------------- */
/* HEADER */
/* ------------------------------------- */
#header {          /* Navigation is enclosed by header */
	margin: 0;
	padding: 0;
	width: 750px;
	color: #FFFFFF;
}

#header_img {
	margin: 0;
	padding: 0;
	background-color: #1c334f;
	background-image: url(images/header.jpg);     /* destination of header image - shown is 3 CAT5 cables */
	background-position: right;
	background-repeat: no-repeat;
	width: 750px;
	height: 170px;
	clear: both;
}

/* ------------------------------------- */
/* NAVIGATION MENU */
/* ------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	height: 66px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

#nav ul {
	margin: 0 15px 0 15px;
	padding: 0;
	background-color: #333333;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav ul li a {
	margin: 18px 0 0 0;
	padding: 16px 0 16px 0;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	text-align: center;
	border-right: 2px solid #ffffff;
	float: left;
	width: 142px;
}

#nav ul li a:hover {
	margin: 18px 0 0 0;
	padding: 16px 0 16px 0;
	color: #000;
	background-color: #BFBFBF;
	text-decoration: none;
	text-align: center;
	border-right: 2px solid #ffffff;
	float: left;
	width: 142px;
}

.last {
	border: none !important;     /* removes the white border on Contact tab */
}

/* ------------------------------------- */
/* CONTENT */
/* ------------------------------------- */
#content {
	margin: 0;
	padding: 25px 15px 15px 35px;
	width: 415px;
	float: left;
}

 /* page or welcome heading */
#content h1 {
	margin: 0 16px 0 -16px;
	padding: 16px;
	font-size: 30px;
	letter-spacing: -1.8pt;
	line-height: 0.8;
	color: #fff;
	font-weight: normal;
}

/* section heading */
#content h2 {
	margin: 22px 0 0 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -1.8pt;
	line-height: 0.8;
	color: #fff;
	font-weight: normal;
}

/* for bio occupation */
#content h2 span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
}

#content p {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1.5pt;
	line-height: 1.2;
	color: #fff;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	margin: 15px 0 0 15px;
	padding: 0;
	list-style-type: square;
	line-height: 1.2em;
	color: #fff;
}

#content a {
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* for testimonial page */
.feedback {
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}

.name {
	font-size: 14px;
	font-weight: normal;
}

/* ------------------------------------- */
/* SIDEBAR */
/* ------------------------------------- */
#sidebar {
	margin: 0;
	padding: 0 0 100px 16px;
	width: 259px;
	float: left;
}

.slogan {
	margin: 0 0 0 -16px;
	padding: 16px;
	font-size: 30px;
	letter-spacing: -1.8pt;
	line-height: 0.8;
	background-color: #1e1e1e;
	color: #fff;
	font-weight: normal;
}

#sidebar h1 {
	margin: 16px 16px 0 -16px;
	padding: 16px;
	font-size: 24px;
	letter-spacing: -1.8pt;
	line-height: 0.8;
	color: #fff;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 25px 5px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: normal;
}


/* ------------------------------------- */
/* FOOTER */
/* ------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	width: 825px;
	height: 99px;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright {
	margin: 8px 0 0 50px;
	padding: 0;
	float: left;
	width: 248px;
}

#address {
	margin: 8px 0 0 0;
	padding: 0 0 0 16px;
	float: left;
	width: 238px;
}

#tech {
	margin: 8px 0 0 30px;
	padding: 0;
	float: left;
	width: 200px;
}

#creator {
	padding: 0 0 0 35px;
	background-color: #333333;
	color: #999999;
	font-size: 10px;
}

#creator a {
	color: #999999;
	text-decoration: none;
}

#creator a:hover {
	color: #fff;
}
/* ------------------------------------- */
/* MISC TAGS */
/* ------------------------------------- */
img {
	border: 0;          /* so images won't have borders with hyperlinks */
}