@charset "utf-8";

html {
	background-image: url(images/page-bg.gif);
	background-repeat: repeat;
	height: 100%;
	margin: 0;
}

body {
	background-image: url(images/header-slice.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
}

input, textarea {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	outline: none;
}

p, td {
	line-height: 1.6em;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}

ol {
	line-height: 1.6em;
	margin: 0;
	padding: 5px 0 0 25px;
}

img, a {
	outline: none;
}

a:link {
	color: #5e9406;
	text-decoration: none;
}

a:visited {
	color: #5e9406;
	text-decoration: none;
}

a:hover {
	color: #7DC618;
	text-decoration: underline;
}

a:active {
	color: #7DC618;
	text-decoration: none;
}

#container {
	margin: auto;
	position: relative;
	width: 1000px;
}

#logo {
	height: 200px;
	left: 15px;
	position: absolute;
	top: 5px;
	width: 200px;
}

#logoInner {
	background-image: url(images/logo.png);
	height: 200px;
	width: 200px;
}

a.logoLink {
	display: block;
	height: 200px;
	width: 200px;
}

#header {
	height: 80px;
}

#menuStrip {
	background-repeat: no-repeat;
	height: 130px;
	padding: 10px 0 0 234px;
}

#content {
	background-image: url(images/borders/middle-slice.gif);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	width: 960px;
}

#contentBoxBottom {
	background-image: url(images/borders/bottom-slice.png);
	background-repeat: no-repeat;
	height: 21px;
}

#footer {
	clear: both;
	color: #4c4c4c;
	font-size: 10px;
	height: 20px;
	margin-top: 0.5em;
}

.home {
	background-image: url(images/borders/top-slice-home.png);
}

.services {
	background-image: url(images/borders/top-slice-services.png);
}

.showcase {
	background-image: url(images/borders/top-slice-showcase.png);
}

.experience {
	background-image: url(images/borders/top-slice-experience.png);
}

.pricelist {
	background-image: url(images/borders/top-slice-pricelist.png);
}

.contact {
	background-image: url(images/borders/top-slice-contact.png);
}

.thankyou {
	background-image: url(images/borders/top-slice-thankyou.png);
}

#menuStrip a, #menuStrip a:visited, #menuStrip a:active, #menuStrip span {
	background-image: url(images/menu/menu-item.gif);
	background-repeat: no-repeat;
	color: #555;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 21px;
	margin: 0 7px 0 0;
	padding: 4px 4px 2px 30px;
	text-transform: lowercase;
	width: 86px;
}

#menuStrip a:hover {
	background-image: url(images/menu/menu-item-hover.gif);
	color: #555;
	text-decoration: none;
}

#menuStrip span.menuItemOn {
	background-image: url(images/menu/menu-item-on.gif);
	color: #222;
}

.footerLeft {
	display: block;
	float: left;
	padding-left: 0.1em;
}

.footerRight {
	display: block;
	float: right;
	padding-right: 20px;
	text-align: right;
}

.subHeading {
	font-size: 16px;
	font-weight: bold;
}

#advertBoxes {
	clear: both;
	height: 202px;
}

#advertBoxes a img {
	border: 0;
	float: left;
	margin-right: 15px;
}

#advertBoxes img.right {
	margin: 0;
}

#contactForm {
	background-image: url(images/form/background.png);
	background-repeat: no-repeat;
	height: 308px;
	margin: 1em 0 0 0;
	padding: 0;
	width: 476px;
}

#contactForm label {
	clear: both;
	display: block;
	float: left;
	height: 23px;
	padding-top: 12px;
	width: 150px;
}

#contactForm input, #contactForm textarea {
	background: transparent;
	border: 0;
	clear: right;
	float: right;
}

#contactForm textarea {
	height: 150px;
	margin: 13px 2px 0 0;
	overflow: auto;
	padding: 0;
	width: 310px;
}

#contactForm .formItem {
	height: 18px;
	margin-top: 5px;
	padding: 6px 6px 6px 8px;
	width: 306px;
}

#contactForm .telephone {
	height: 18px;
	margin: 5px 160px 0 0;
	padding: 6px 6px 6px 8px;
	width: 146px;
}

#contactForm .submitButton {
	height: 28px;
	margin-top: 7px;
	width: 72px;
}

.blueText {
	color: #0056D6;
}

.requiredLine {
	margin: 1em 0 1em 0;
}

ul.blueBullets {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 13px 0.5em;
	width: 95%;
}

ul.blueBullets li {
	background-image: url(images/bullet.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	display: block;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 5px 25px;
}

#priceList {
	font-weight: bold;
	margin: 0 auto 0 auto;
	width: 580px;
}

#priceList div.rowContainer {
	background-image: url(images/borders/price-middle.gif);
	background-repeat: repeat-y;
}

#priceList div.row {
	background-image: url(images/borders/price-row-border.png);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}

#priceList div.topRow {
	background-image: url(images/borders/price-top.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 10px 15px 5px 15px;
}

#priceList div.bottomRow {
	background-image: url(images/borders/price-bottom.png);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 34px;
	padding: 0 15px 10px 15px;
}

#priceList span.left {
	display: block;
	float: left;
}

#priceList span.right {
	display: block;
	float: right;
	text-align: right;
}

.discountLink {
	padding-top: 0.8em;
}

span.pdfLink {
	display: block;
	float: right;
	padding: 0.5em 190px 0 0;
}

.emailImageRight {
	position: absolute;
	right: 10px;
	top: 390px;
}

.emailImageRight img {
	border: 0;
}

.telImageRight {
	border: 0;
	position: absolute;
	right: 10px;
	top: 285px;
}

.docTemplateImage {
	margin: -1.8em 0 0 500px;
	position: relative;
}

#webTips {
	background-image: url(images/webtipsbox.gif);
	background-repeat: no-repeat;
	float: left;
	height: 208px;
	margin: 0 1.6em 0 0;
	padding: 7px 20px 20px 20px;
	width: 270px;
}

.webTipsTitle {
	font-size: 15px;
	font-weight: bold;
}

/* TAB STYLES */

.ui-tabs .ui-tabs-hide {
	height: 1px;
	position: absolute;
	left: -99999px;
	overflow: hidden;
	width: 1px;
}

div#tabsServices ul#tabsMenu {
	height: 150px;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
}

div#tabsShowcase ul#tabsMenu {
	height: 150px;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 113px;
}

ul#tabsMenu li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}

li.ui-state-default a#webDesignImage {
	background-image: url(images/services/webdesign.gif);
}

li.ui-state-hover a#webDesignImage {
	background-image: url(images/services/webdesign-hover.gif);
}

li.ui-tabs-selected a#webDesignImage {
	background-image: url(images/services/webdesign-on.gif);
}

li.ui-state-default a#bizCardsImage {
	background-image: url(images/services/bizcards.gif);
}

li.ui-state-hover a#bizCardsImage {
	background-image: url(images/services/bizcards-hover.gif);
}

li.ui-tabs-selected a#bizCardsImage {
	background-image: url(images/services/bizcards-on.gif);
}

li.ui-state-default a#docDesignImage {
	background-image: url(images/services/docdesign.gif);
}

li.ui-state-hover a#docDesignImage {
	background-image: url(images/services/docdesign-hover.gif);
}

li.ui-tabs-selected a#docDesignImage {
	background-image: url(images/services/docdesign-on.gif);
}

li.ui-state-default a#proofingImage {
	background-image: url(images/services/proofing.gif);
}

li.ui-state-hover a#proofingImage {
	background-image: url(images/services/proofing-hover.gif);
}

li.ui-tabs-selected a#proofingImage {
	background-image: url(images/services/proofing-on.gif);
}

li.ui-state-default a#websitesImage {
	background-image: url(images/showcase/websites.gif);
}

li.ui-state-hover a#websitesImage {
	background-image: url(images/showcase/websites-hover.gif);
}

li.ui-tabs-selected a#websitesImage {
	background-image: url(images/showcase/websites-on.gif);
}

li.ui-state-default a#cardsImage {
	background-image: url(images/showcase/cards.gif);
}

li.ui-state-hover a#cardsImage {
	background-image: url(images/showcase/cards-hover.gif);
}

li.ui-tabs-selected a#cardsImage {
	background-image: url(images/showcase/cards-on.gif);
}

li.ui-state-default a#docsImage {
	background-image: url(images/showcase/docs.gif);
}

li.ui-state-hover a#docsImage {
	background-image: url(images/showcase/docs-hover.gif);
}

li.ui-tabs-selected a#docsImage {
	background-image: url(images/showcase/docs-on.gif);
}

a.servicesImage {
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 150px;
}

a.showcaseImage {
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 231px;
}

div.tabContent {
	padding: 20px 0 0 0;
}

/* END OF TAB STYLES */

/* CAROUSEL STYLES */


#websitesContent .jcarousel-container {
	background-image: url(images/showcase/websiteslideshow/background.gif);
	background-repeat: no-repeat;
	height: 246px;
	margin-left: 10px;
	position: relative;
	width: 940px;
}

#cardsContent .jcarousel-container {
	background-image: url(images/showcase/bizcardslideshow/background.gif);
	background-repeat: no-repeat;
	height: 246px;
	margin-left: 135px;
	position: relative;
	width: 690px;
}

#websitesContent .jcarousel-clip {
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: 930px;
}

#cardsContent .jcarousel-clip {
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: 680px;
}

#websitesContent .jcarousel-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 930px;
}

#cardsContent .jcarousel-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 680px;
}

#websitesContent .jcarousel-list li, #websitesContent .jcarousel-item {
	float: left;
	height: 220px;
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
	width: 310px;
}

#cardsContent .jcarousel-list li, #cardsContent .jcarousel-item {
	float: left;
	height: 220px;
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
	width: 340px;
}

.jcarousel-item img {
	border: 0;
}

.jcarousel-next {
	background-image: url(images/showcase/arrow-right.png);
	cursor: pointer;
	display: none;
	height: 40px;
	position: absolute;
	right: -18px;
	top: 100px;
	width: 40px;
	z-index: 3;
}

.jcarousel-prev {
	background-image: url(images/showcase/arrow-left.png);
	cursor: pointer;
	display: none;
	left: -18px;
	height: 40px;
	position: absolute;
	top: 100px;
	width: 40px;
	z-index: 3;
}

/* END OF CAROUSEL STYLES */

/* THUMBNAIL STYLES */

div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	display: none;
	overflow: hidden;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	z-index: 30;
}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	overflow: hidden;
	display: none;
}

div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
}

div#fancy_content {
	z-index: 100;
	position: absolute;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(images/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_nw.png) no-repeat;
}

/* END OF THUMBNAIL STYLES */