/* ------------- Global Styles */
body {
	margin: 0px;
	font: small Arial, Helvetica, sans-serif;
	background: #CCCCCC url(../images/background_gray.gif) repeat-y center top;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	background: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	background: #CCCCCC url(../images/header.jpg) no-repeat left top;
	color: #FFFFFF;
	position: relative;
	height: 134px;
	width: 740px;
}
#title {
	position: absolute;
	top: 65px;
	left: 135px;
}
#title h1 {
	color: #000000;
	font-size: 98%;
	border-style: none;
}
#mainnav {
	border-bottom: 2px solid #696969;
	background: #000000 url(../images/back_nav.jpg) repeat-x left top;
	padding: 10px;
	color: #FFFFFF;
	position: relative;
	font-size: 11px;
	text-align: center;
}
#mainnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#mainnav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px;
}
#mainnav a:link {
	text-decoration: none;
}
#mainnav a:visited {
	text-decoration: none;
}

#mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/back_nav-over.jpg) repeat-x left top;
	padding: 5px;
	border: 1px solid #333333;
}
#home #mainnav .home a,
#services #mainnav .services a,
#custompc #mainnav .custompc a,
#unique #mainnav .unique a,
#programming #mainnav .programming a,
#internet #mainnav .internet a,
#editorial #mainnav .editorial a,
#coupons #mainnav .coupons a,
#location #mainnav .location a,
#contactus #mainnav .contactus a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/back_nav-over.jpg) repeat-x left top;
	padding: 5px;
	border: 1px solid #333333;
	cursor: default;
}
h1 {
	color: #333333;
	font-size: 150%;
	border-bottom: 1px solid #656464;
}
h2 {
	font-size: 120%;
	color: #4FA491;
	border-bottom: 1px dotted #999999;
}
h3 {
	font-size: 110%;
	color: #333333;
	border-left: 4px solid #CCCCCC;
	padding-left: 5px;
	background: #EEEEEE;
}
h4 {
	font-size: 110%;
	color: #4F4B44;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0BDB6;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}


#contentwrap {
	background: #E1DED7;
	margin: 0px;
	padding: 0px;
	width: 736px;
	border: 2px solid #CCCCCC;
}
/* ------------- Content Styles */
#content1 {
	float: left;
	width: 525px;
	margin: 0px;
	padding: 0;
	background: #FFFFFF url(../images/content_bg.gif) repeat-x left top;
	font-size: 100%;
	color: #000000;
}
#content1 a:link {
	color: #2D6057;
	font-weight: bold;
	text-decoration: underline;
}
#content1 a:visited {
	color: #2D6057;
	text-decoration: none;
}
#content1 a:hover {
	color: #2D6057;
	text-decoration: underline;
}
#content1 a:active {
	color: #2D6057;
	text-decoration: none;
}
#content2 {
	float: left;
	width: 736px;
	margin: 0px;
	padding: 0;
	background: #FFFFFF url(../images/content_bg.gif) repeat-x left top;
	font-size: 100%;
	color: #000000;
}
#content2 a:link {
	color: #2D6057;
	font-weight: bold;
	text-decoration: none;
}
#content2 a:visited {
	color: #2D6057;
	text-decoration: none;
}
#content2 a:hover {
	color: #2D6057;
	text-decoration: underline;
}
#content2 a:active {
	color: #2D6057;
	text-decoration: none;
}
/* ------------- Sidebar Styles */
#sidebar {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 210px;
	background: #E1DED7 url(../images/sidebar_bg.gif) repeat-x left top;
	color: #45423D;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}
/* ------------- Contact div Styles */
#contact {
	clear: both;
	background: #CCCCCC;
	color: #000000;
	font-size: 85%;
	margin: 0px;
	padding: 10px;
	height: 1%; /* Hack */
}
#company {
	float: left;
}
#phone {
	float: right;
	text-align: right;
}
#phone a:link {
	color: #000000;
}
#phone a:visited {
	color: #000000;
}
#phone a:hover {
	color: #2D6057;
}
#phone a:active {
	color: #000000;
}
/* ------------- Footer Styles */
#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	background: #333333; /* Hack */
	border-top: 2px solid #6B6B6B;
	font-size: 85%;
	text-align: center;
	color: #999999;
	width: 720px;
}
#footer img {
	vertical-align: middle;
}

#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
}
#footer a:active {
	color: #999999;
}
/* ------------- Form Styles */
fieldset {
	margin: 1em;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background: #E1DED7;
}
label {
	float: left;
	width: 10em;
}
input {
	width: 150px;
}
textarea {
	height: 100px;
	width: 200px;
}
input:focus, textarea:focus {
	background: #E1DED7;
}
input.checkbox {
	width: auto;
}

/* ------------- Misc Styles */
.gutter {
	margin: 0px;
	padding: 10px 20px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.aligncenter {
	text-align: center;
}

#edjump select {
	font-size: 80%;
	background: #489686;
	color: #FFFFFF;
	border: 1px solid #666666;
}
dl.feature1 {
	padding: 15px;
	margin: 15px 0px 0px;
	background: #FFFFFF url(../images/content_bg.gif) repeat-x left top;
	border: 1px dotted #706F6F;
}
dl.feature1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}dl.feature1 dt {
	color: #356D64;
	font-weight: bold;
	margin: 0px 0px 15px 0em;
	font-size: 110%;
}
dl.feature1 dt img {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 2px solid #999999;
}
dl.feature1 dd {
	font-size: 90%;
	color: #656464;
	line-height: 1.5em;
	margin-left: 160px;
}
.devnote {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	background: #FFFFCC;
	border: 1px dotted #FF0000;
	padding: 4px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
