@charset "UTF-8";

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'OrbitronBlack';
	src: url('orbitron-black-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'OrbitronBlack';
	src: url(//:) format('no404'), url('orbitron-black-webfont.woff') format('woff'), url('orbitron-black-webfont.ttf') format('truetype'), url('orbitron-black-webfont.svg#webfontQpkJXmyB') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#000;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	letter-spacing:0.04em;
	font-weight:normal;
	line-height:20px;
}
a {
	outline:none;
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFF;
}
a:visited {
	outline:none;
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
a:visited:hover {
	color:#FFF;
}
a:active {
	color:#FFF;
}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.55em;
	font-weight:normal;
	margin:0 0 7px 0;
}
.replace {
	font-family:'OrbitronBlack', Arial, Helvetica, sans-serif;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.margin-btm10 {
	margin-bottom:10px!important;
}

/* Layout */

.container {
	width:940px;
	margin:0px auto;
	padding:35px 0 35px 0;
}

/* Header */

.header {
	border-bottom:#0099cc 2px solid;
	height:65px;
}
.logo {
	float:left;
}
.contact-header {
	float:right;
	font-size:0.9em;
	text-align:right;
	margin:16px 0 0 0;
	font-weight:bold;
}
.contact-header span {
	color:#ababab;
}
.tel {
	margin:0 0 0px 0;	
}

/* Navigation */

.main-nav {
	margin:23px 0 0 0;
}
ul.menu {
	display:inline;
	overflow:hidden;
	list-style:none;
	font-size:0.9em;
	float:left;
}
ul.menu a {
	color:#FFF;
}
ul.menu li {
	display:inline;
	float:left;
	text-align:center;
	height:22px;
	margin:0 7px 0 0;
}
ul.menu li a {
	padding:1px 0 0 0;
	display:inline-block;
	height:22px;
}
li.home a:hover, .home li.home a {
	background-image:url(images/nav-home.png);
	background-repeat:no-repeat;
	width:60px;
}
li.home {
	width:60px;
}
li.services a:hover, .services li.services a {
	background-image:url(images/nav-services.png);
	background-repeat:no-repeat;
	width:87px;
}
li.services {
	width:87px;
}
li.pricelist a:hover, .pricelist li.pricelist a {
	background-image:url(images/nav-pricelist.png);
	background-repeat:no-repeat;
	width:93px;
}
li.pricelist {
	width:93px;
}
li.testimonials a:hover, .testimonials li.testimonials a {
	background-image:url(images/nav-testimonials.png);
	background-repeat:no-repeat;
	width:118px;
}
li.testimonials {
	width:118px;
}
li.before-after a:hover, .before-after li.before-after a {
	background-image:url(images/nav-before-after.png);
	background-repeat:no-repeat;
	width:140px;
}
li.before-after {
	width:140px;
}
li.about a:hover, .about li.about a {
	background-image:url(images/nav-about.png);
	background-repeat:no-repeat;
	width:69px;
}
li.about {
	width:69px;
}
li.contact a:hover, .contact li.contact a {
	background-image:url(images/nav-contact.png);
	background-repeat:no-repeat;
	width:85px;
}
li.contact {
	width:85px;
}

#fb-like-btn {
	float:right;
	margin-top:1px;
}
.fb-like-box {
	background-color:#FFF;
}

/* Content */

.main {
	margin:34px 0 0 0;
}
.left {
	float:left;
	width:642px;
}
.content-top {
	background-image:url(images/content-top.png);
	background-repeat:no-repeat;
	height:6px;
	width:642px;
}
.content-btm {
	background-image:url(images/content-btm.png);
	background-repeat:no-repeat;
	height:6px;
	width:642px;
}
.content {
	background-color:#222222;
	width:612px;
	padding:9px 15px 9px 15px;
	position:relative;
}
.page-title {
	margin:0 0 15px 0;
}
.content p {
	margin:0 0 15px 0;
}

/* Price List */

.pricelist-box {
	padding:10px 0 0 0;
}
.package {
	margin:0 0 20px 0;
}
.pricelist-box h1 {
	color: #0099CC;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
	padding:10px 0 0 0;
}
.package p {
	margin:0px 0 10px 0;
}
p.package-title {
	margin:0 0 5px 0;
	font-weight:bold;
	background-image:url(images/arrow-small.png);
	background-repeat:no-repeat;
	padding:0 0 0 22px;
	background-position:0px 3px;
}
p.package-title span {
	color:#0099CC;
}
p.package-title small {
	font-weight:normal;
}

/* Slideshow */

.slideshow {
	padding:0;
	margin:0 0 13px 0;
}
.slideshow img {
	height:326px;
	width:612px;
}
.slideshow-overlay-top {
	background-image:url(images/slideshow-overlay-top.png);
	height:14px;
	width:612px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1100;
	top:9px;
}
.slideshow-overlay-btm {
	background-image:url(images/slideshow-overlay-btm.png);
	height:14px;
	width:612px;
	background-repeat:no-repeat;
	position:absolute;
	top:321px;
	z-index:1100;
}
.jcarousel-container {
	position:relative;
}
.jcarousel-container-horizontal {
    width: 612px;
}
.jcarousel-clip-horizontal {
    width:  612px;
    height: 326px;
}
.jcarousel-item {
    width: 612px;
    height: 326px;
	position:relative;
}
.jcarousel-control {
	position:absolute;
	bottom:8px;
	right:14px;
	z-index:1000;
	font-size:0.7em;
}
.jcarousel-control a {
	background-image:url(images/slideshow-btn.png);
	background-repeat:no-repeat;
	padding:1px 4px 1px 4px;
	margin:0 2px 0 0;
	color:#FFF;
}
.jcarousel-control a:hover {
    outline: none;
	background-image:url(images/slideshow-btn-hov.png);
	background-repeat:no-repeat;
	color:#0099cc;
}
a.selected {
    outline: none;
	background-image:url(images/slideshow-btn-hov.png);
	background-repeat:no-repeat;
	color:#0099cc;
}
.caption1 {
	height:105px;
	width:219px;
	background-image:url(images/caption-bg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	right:20px;
	padding:15px;
}
.caption2 {
	height:105px;
	width:219px;
	background-image:url(images/caption-bg.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:20px;
	left:20px;
	padding:15px;
}
.caption3 {
	height:105px;
	width:219px;
	background-image:url(images/caption-bg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	right:20px;
	padding:15px;
}
p.intro {
	margin:0 0 7px 0;
}

/* Services */

h2.services-hdr {
	margin:30px 0 27px 15px;
}
.bottom-box {
	height:261px;
	width:180px;
	float:left;
	padding:10px 10px 0 10px;
	background-image:url(images/btm-box-bg.png);
	background-repeat:no-repeat;
	margin:0 21px 0 0;
	position:relative;
}
.end-box {
	margin:0px!important;
}
.bottom-box h1 {
	font-size:1.1em;
	margin:0 0 10px 0;
	font-weight:bold;
}
.bottom-box p {
	margin:10px 0 0px 0;
}
.bottom-box img {
	border:1px solid #FFF;
}
p.learn-more {
    bottom: 10px;
    font-size: 0.9em;
    margin: 0;
    position: absolute;
    right: 10px;
}

/* About */

.about-mitch-pic {
	border: 2px solid #FFFFFF;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
	height:205px;
}

/* Gallery */

.gallery-box {
	padding:10px 0 0 0;
}
.gallery {
	margin:0 0 20px 0;
}
.thumbnails {
	margin:10px 0 0 0;
}
.thumbnails img {
	margin:0px 5px 5px 0;
	border:1px solid #FFF;
	width:100px;
	height:100px;
}
.gallery-box h1 {
	color: #0099CC;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
	padding:10px 0 0 0;
}
.gallery p {
	margin:0px 0 10px 0;
}
p.gallery-title {
	margin:0 0 5px 0;
	font-weight:bold;
	background-image:url(images/arrow-small.png);
	background-repeat:no-repeat;
	padding:0 0 0 22px;
	background-position:0px 3px;
}

/* Before and After */

.before-after .thumbnails {
	margin:10px 0 0 0;
	font-weight:bold;
}
.before-after .thumbnails img {
	margin:0px 10px 10px 0;
	border:1px solid #FFF;
	width:160px;
	height:227px;
}
.before {
	float:left;
	margin-right:10px;
	width:172px;
}
.after {
	float:left;
	width:172px;
}

/* Sidebar */

.sidebar {
	width:240px;
	float:right;
}
.sidebar-inner {
	margin:0 0 40px 0;
	clear:both;
}
.get-in-touch {
	position:relative;
}
.get-in-touch span {
	position:absolute;
	top:64px;
	left:28px;
	width:120px;
	font-size:1.05em;
}
.get-in-touch span a {
	color:#FFF;
}
.profile img {
	border:1px solid #FFF;
	float:left;
	margin:0 10px 0 0;
}
.profile p span {
    color: #0099CC;
    display: block;
    font-size: 1.55em;
    margin-bottom: 5px;
}
.testimonial-home {
	background-image:url(images/testimonial-bg.png);
	background-repeat:no-repeat;
	padding:28px 24px 0 24px;
	height:218px;
	font-size:1.11em;
	font-style:italic;
	color:#222222;
	margin:0px!important;
}
.testimonial-home div {
	font-style:normal;
	font-weight:bold;
	text-align:right;
	margin:0px 0 0 0;
}
.testimonial-home-more {
	background-image:url(images/arrow-big.png);
	background-repeat:no-repeat;
	background-position:6px 5px;
	padding:0 0 0 57px;
	margin:10px 0 0 0;
}

/* Contact */

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#send-form {
	background-color: #0099CC;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 10px;
	cursor:pointer;
}
#clear-form {
	background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 10px;
	cursor:pointer;
}

/* Footer */

.footer {
	font-size:0.8em;
	color:#CCC;
	border-top:#0099cc 2px solid;
	padding:9px 0 0 0;
	margin:86px 0 0 0;
}
.footer p {
	text-align:center;
}
.footer a {
	color:#FFF;
}
.footer a:hover {
	color:#cccccc;
}
.site-description {
	margin:8px 0 0 0;
}
.site-info {
	margin:8px 0 0 0;
}