@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
}
h1, h3, h4 {
	font-weight: normal;
	margin: 0;
	color:#555;
}
h2 {
	float: left;
	font-weight: normal;
	margin: 10px 10px 0 0;
	color:#555;
}
h2.portfolio, h2.clickH2 {
	float: none;
	margin: 10px 0;
}
h2.clickH2 {
	cursor: pointer;
}
noscript h3 {
	color: #900;
}
a {
	outline: none;
}
#bodCon {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	background-image: url(../images/bodback.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 201px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #444;
}
#header #navlinks {
	margin-top: 160px;
	float:right;
	height: 36px;
}
#header #navlinks img.navlink {
	margin: 0 11px;
	border: none;
	padding-top: 10px;
	cursor: pointer;
}
#header img.logo {
	border: none;
}
#header #navlinks img.onpage {
	margin: 0 11px;
	border: none;
	padding-bottom: 10px;
}
#mainBody {
	padding: 20px 20px 0;
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: justify;
	border-bottom: solid 1px #444;
	position: relative;
}
#mainBody p {
	margin: 0 0 20px;
}
#contact {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 20;
	top: -1px;
	right: 0px;
	overflow: hidden;
	padding: 15px 0 15px;
	background-color: #CEF;
	background-image: url(../images/contactBack.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 0px #444;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#conShadow {
	width: 382px;
	height: 232px;
	position: absolute;
	z-index: 19;
	top: 10px;
	right: 10px;
	overflow: hidden;
	padding: 15px 0 15px;
	background-color: #000;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#contact p {
	margin: 0;
}
span#closeIt, img#closeIt {
	float: right;
	cursor: pointer;
	margin: 0;
}
img#popOut {
	cursor: pointer;
	margin: 0;
}
#conWrapper form {
	margin: 0 auto;
}
#conWrapper form input.text, #conWrapper form textarea.text, #pageContact input.text, #pageContact textarea.text {
	border: solid 1px #CCC;
	border-left-color: #888;
	border-top-color: #888;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 131px;
}
#conWrapper form input.text, #pageContact input.text {
	height: 20px;
}
#conWrapper form textarea.text, #pageContact textarea.text {
	height: 50px;
}
#footer {
	padding: 10px 40px;
	width: 960px;
	margin: 0 auto;
	color: #BBB;
	background-image: url(../images/footerback.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
}
#footer #copyright {
	text-align: right;
	float: right;
}
#footer a, #footer span {
	color: #888;
	text-decoration: none;
	cursor: pointer;
}
div.testimonials {
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 12px;
	position: relative;
	border-top: solid 1px #444;
}
div.testimonial {
	margin-bottom: 20px;
	padding: 20px;
	font-size: 12px;
	position: relative;
	border-bottom: solid 1px #AAA;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.odd {
	background-image:url(../images/odd.png);
	background-position: left top;
	background-repeat: repeat-y;
}
div.even {
	background-image:url(../images/even.png);
	background-position: left top;
	background-repeat: repeat-y;
}
div.testimonials p, div.testimonial p {
	margin: 0;
}
div.testimonials a, div.testimonial a {
	color: #67F;
	text-decoration: none;
}
div.testimonials h2, div.testimonial h2 {
	float: none;
	margin: 0;
}
div.testimonials span.name, div.testimonial span.name {
	font-size: 14px;
	color: #555;
	display: block;
	float: left;
	margin-top: -15px;
}
div.testimonials span.bqStart, div.testimonial span.bqStart {
	float: left;
	height: 45px;
	margin-top: -60px;
	padding-top: 45px;
	margin-bottom: -90px;
	font-size: 1000%;
	color: #EEE;
	font-family: "Lucida Console", Monaco, monospace;
}
div.testimonials span.bqEnd, div.testimonial span.bqEnd {
	float: right;
	height: 25px;
	margin-top: -95px;
	padding-top: 45px;
	margin-bottom: -90px;
	font-size: 1000%;
	color: #EEE;
	font-family: "Lucida Console", Monaco, monospace;
}
div.odd span.bqStart, div.even span.bqEnd {
	color: #FFF;
}
div#websiteScroller, div#graphicScroller {
	background-image: url(../images/portscroller.png);
	padding: 20px;
	width: 920px;
	height: 270px;
	margin-bottom: 20px;
}
div#websiteWindow, div#graphicWindow {
	width: 786px;
	height: 270px;
	overflow: hidden;
	position: relative;
	margin-left: 67px;
}
div#websiteSlider, div#graphicSlider {
	position: absolute;
	width: 786px;
	height: 270px;
}
img.scroll {
	margin: 83px 0;
}
img#websiteScrollL, img#graphicScrollL {
	float: left;
}
img#websiteScrollR, img#graphicScrollR {
	float: right;
}
div.pane {
	width: 763px;
	height: 270px;
	float: left;
	padding: 0 10px;
}
div#websiteSlider div.pane img {
	border: solid 2px #444;
	float: left;
	margin-right: 10px;
}
/*div#websiteSlider div.pane img:hover {
	border-color: #C9F;
}*/
div#graphicSlider div.pane table {
	text-align: center;
}
div#graphicSlider div.pane table td {
	height: 102px;
}
div#graphicSlider div.pane img {
	border: solid 2px #444;
	margin: 0 10px;
	width: 75px;
	height: 75px;
}
/*div#graphicSlider div.pane img:hover {
	border-color: #3FF;
}*/
div.leftCol, div.rightCol {
	width: 460px;
	float: left;
}
div.rightCol {
	margin-left: 40px;
}
div#services {
	margin-bottom: 20px;
}
div.box div.service {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: solid 1px #DDD;
}
div.box div.service div.price {
	text-align: right;
	color: #060;
	font-size: 1.2em;
	float: right;
	width: 75px;
}
div.box div.service p {
	text-align: justify;
	margin: 0;
	padding: 0;
}
div#popUp {
	color: #900;
	font-size: 18px;
	width: 400px;
	padding: 10px;
	border: solid 1px #444;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	position: absolute;
	z-index: 22;
	background-color: #F00;
	top: -50px;
	left: 260px;
	background-image: url(../images/contactBack.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
div#popShadow {
	width: 422px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	position: absolute;
	z-index: 21;
	background-color: #000;
	top: -40px;
	left: 250px;
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
div#popUp, div#popShadow, #conShadow {
	display: none;
}
div#popUp h3 {
	color: #900;
	font-size: 22px;
}
div.closeCon {
	text-align: right;
}
input.img, img.img {
	outline: none;
}
div#homeAd {
	width: 320px;
	height: 163px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(../images/referral_lit.png);
}
div#homeAd img {
	border: none;
	outline: none;
}
div#sideBar {
	width: 220px;
	height: 210px;
	color: #FFF;
	font-size: 80%;
	padding: 10px 10px 0;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(../images/sidebar.png);
	text-align: center;
}
div#sideBar h3 {
	font-size: 25px;
	color: #CFF;
	margin-bottom: 5px;
}
div#sideBar p {
	margin-bottom: 10px;
}
