@charset "utf-8";
/*

CompuStation

@author:		Michael Scribellito
@created:	March 25, 2010
@updated:	March 29, 2010

*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
:focus {
	outline: none;
}
body {
	background: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
div.center {
	margin: 0 auto;
	width: 900px;
}
div.columns {
	width: 100%;
	overflow: hidden;
}
div.col-left {
	float: left;
	width: 50%;
	text-align: left;
}
div.col-right {
	float: right;
	width: 50%;
	text-align: right;
}
div.col-three {
	float: left;
	width: 300px;
}
div.three {
	margin-bottom: 30px;
}
div.three p {
	margin-right: 30px;
	line-height: 150%;
	font-size: 12px;
	text-align: justify;
}
#header {
	overflow: hidden;
	background: #d7d7d7 url("../img/header_bg2.jpg") top left repeat-x;
	/*
	border-bottom: 1px solid #6c6c6c;
	*/
	border-bottom: 1px solid #3392c8;
}
#header h1 a {
	float: left;
	width: 210px;
	height: 70px;
	background: url("../img/logo2.jpg");
	text-indent: -9999px;
}
#header ul {
	overflow: hidden;
	float: right;
	padding: 20px 0;
	list-style: none;
	font-size: 14px;
}
#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#header ul li a span {
	display: inline-block;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}
#header ul li a:link, #header ul li a:active, #header ul li a:visited {
	color: #fff;
	text-shadow: 0 1px #222;/*
	color: #3f3f3f;
	text-shadow: 0 1px #fff;
	*/
}
#header ul li a:hover, #header ul li a.active {
	color: #eee;
	text-shadow: 0 1px #111;
	/*
	color: #fff;
	text-shadow: 0 1px #000;
	*/
	background: url("../img/menu-left_bg.png") no-repeat center left;
}
#header ul li a:hover span, #header ul li a.active span {
	background: url("../img/menu_bg.png") no-repeat center right;
}
#slider {
	height: 200px;
	/*
	background: #2787b7 url("../img/slider_bg.jpg") left top repeat-x;
	border-top: 1px solid #60bfe5;
	border-bottom: 1px solid #0e517e;
	*/
	background: #111 url("../img/slider_bg2.jpg") left top repeat-x;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
}
.secondary {
	height: auto!important;
}
#slider h2 {
	margin: 30px 0;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px #111;
}
#diagnostics {
	background: url("../img/slider/diagnostics.png") center center no-repeat;
}
#support {
	background: url("../img/slider/support.png") center center no-repeat;
}
#virus {
	background: url("../img/slider/virus.png") center center no-repeat;
}
#networking {
	background: url("../img/slider/networking.png") center center no-repeat;
}
#design {
	background: url("../img/slider/design.png") center center no-repeat;
}
#custom {
	background: url("../img/slider/custom.png") center center no-repeat;
}
#upgrades {
	background: url("../img/slider/upgrades.png") center center no-repeat;
}
#installation {
	background: url("../img/slider/installation.png") center center no-repeat;
}
#contact_heading {
	background: url("../img/icons/letter_32.png") right center no-repeat;
	line-height: 34px;
}
#support_heading {
	background: url("../img/icons/help_32.png") right center no-repeat;
	line-height: 34px;
}
#services_heading {
	background: url("../img/icons/briefcase_32.png") right center no-repeat;
	line-height: 34px;
}
#products_heading {
	background: url("../img/icons/buy_32.png") right center no-repeat;
	line-height: 34px;
}
#about_heading {
	background: url("../img/icons/info_32.png") right center no-repeat;
	line-height: 34px;
}
#helpdesk {
	margin: 30px auto 30px auto;
}
#helpdesk a {
	padding-left: 140px;
	display: block;
	height: 80px;
	color: #333!important;
	background: #eee url('../img/helpdesk.png') 50px center no-repeat;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 80px;
	border: 1px solid #ccc;
	text-decoration: none!important;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #fff;
}
#helpdesk a:hover {
	border-color: #999;
}
#content {
	padding: 40px 0 20px 0;
	color: #333;
	background: #fff url("../img/content_bg.jpg") top left repeat-x;
	border-top: 1px solid #fff;
	font-size: 12px;
}
#content .col-right {
	text-align: left;
}
#content p {
	margin-bottom: 15px;
	line-height: 150%;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
#content a:link, #content a:active, #content a:visited {
	color: #3266b9;
	text-decoration: underline;
}
#content a:hover {
	color: #3266b9;
	text-decoration: none;
}
#content ul li {
	overflow: hidden;
	margin-bottom: 5px;
	list-style-position: inside;
}
#content li span.price {
	margin-right: 30px;
	float: right;
	font-weight: bold;
}
#content dl dt {
	font-size: 14px;
	margin-bottom: 5px;
}
#content dl dd {
	margin-bottom: 5px;
}
#workmanship {
	background: url("../img/titles/workmanship.jpg") center left no-repeat;
}
#turnaround {
	background: url("../img/titles/turnaround.jpg") center left no-repeat;
}
#solutions {
	background: url("../img/titles/solutions.jpg") center left no-repeat;
}
#service_build {
	background: url("../img/titles/services_build.jpg") center left no-repeat;
}
#service_repair {
	background: url("../img/titles/services_repair.jpg") center left no-repeat;
}
#service_install {
	background: url("../img/titles/services_install.jpg") center left no-repeat;
}
#service_design {
	background: url("../img/titles/services_design.jpg") center left no-repeat;
}
#service_support {
	background: url("../img/titles/services_support.jpg") center left no-repeat;
}
.title {
	margin-bottom: 30px;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
}
#address {
	height: 60px;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
#address p {
	line-height: 60px;
	color: #999;
	font-weight: bold;
	text-align: center;
}
#address p span {
	margin: 0 10px;
}
#footer {
	color: #646464;
	background: #d8d8d8 url("../img/footer_bg.jpg") top left repeat-x;
	font-size: 12px;
}
#footer #links {
	overflow: hidden;
	padding: 50px 0 30px 0;
	border-bottom: 1px solid #bababa;
}
#footer #copy {
	padding: 20px 0 30px 0;
	border-top: 1px solid #f2f2f2;
}
#footer a#back-to-top {
	color: #646464;
	font-weight: bold;
}
div.testimonial {
	margin: 0 20px 10px 0;
}
div.testimonial .name {
	margin-bottom: 10px;
	color: #222;
	font-weight: bold;
}
div.testimonial .date {
	margin-bottom: 10px;
	color: #888;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
div.testimonial .comment {
	margin-bottom: 10px;
	line-height: 150%;
}
.infiniteCarousel {
	width: 900px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 820px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 10em;
	margin: 0 40px;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul a img {
	border: 5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li {
	display: block;
	float: left;
	height: 205px;
	width: 200px;
}
.infiniteCarousel ul li p {
	display: none;
}
.infiniteCarousel ul li.empty {
	width: 205px;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../img/arrow.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 80px;
	cursor: pointer;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}
#links ul {
	overflow: hidden;
	float: left;
	list-style: none;
	font-size: 14px;
}
#links ul li {
	float: left;
}
#links ul li a {
	display: block;
	margin-right: 30px;
	font-weight: bold;
}
#links ul li a:link, #links ul li a:active, #links ul li a:visited {
	color: #3f3f3f;
	text-shadow: 0 1px #fff;
	border-bottom: 2px solid #d8d8d8;
}
#links ul li a:hover {
	border-bottom: 2px solid #3f3f3f;
}
ul.tab-menu {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
}
ul.tab-menu li {
	display: inline;
}
ul.tab-menu a {
	float: left;
	display: block;
	margin-right: 20px;
	font-weight: bold;
}
.tab-selected {
	color: #000!important;
}
ul.tab-menu a:hover {
	background: #fff;
	color: #000;
}
.tabs img {
	margin-bottom: 20px;
}
a.step {
	padding: 5px 10px;
	background: #2C7EAD;
	color: #fff!important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none!important;
	text-shadow: 1px 1px #000;
}
#steps img {
	border: 5px solid #eee;
}
a.step:hover {
	background: #318FC3!important;
	color: #eee!important;
	text-shadow: 1px 1px #222;
}

#contact form {
	padding: 20px;
	width: 400px;
}

#contact #alert {
	margin-bottom: 10px;
	padding-left: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

#contact p {
	font-size: 12px;
}

#contact .success {
	background: url('../img/tick_16.png') left center no-repeat;
}

#contact .warning {
	background: url('../img/warning_16.png') left center no-repeat;
}

#contact .error {
	color: #900;
	margin-bottom: 5px;
}

#contact .input {
	width: 95%;
}

#contact label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

#contact input, #contact textarea {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
}

#contact #send {
	margin: 0!important;
}

#inline-email {
	padding-left: 26px;
	background: url('../img/bubble_16.png') left center no-repeat;
}
