body {
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #484848;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link {
	color:#af8f24;
}
a:visited {
	color:#af8f24;
}
a:hover {
	color:#00113b;
}
a:active {
	color:#af8f24;
}
h1, h2 {
	color:#00113b;
	font-size: 32px;
	font-family: "Kozuka Gothic Pro OpenType";
	font-weight:300;
	margin-bottom: 15px;
}

h1 em {
	vertical-align: -15%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: 300;
}

h3 a, h3 a:link, h3 a:visited {
	color: #00113B;
	text-decoration: none;
}
h3 a:hover {
	color: #af8f24;
	text-decoration: underline;
}
h3 {
	color:#00113b;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 2px;
}
.h3_styled {
	color:#00113b;
	font-weight: bold;
	font-size: 18px;
}
.h3_styled_light {
	color:#00113b;
	font-weight: normal;
	font-size: 18px;
}
h4 {
	color:#00113b;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.h4_styled {
	color:#00113b;
	font-weight: bold;
	font-size: 14px;
}
.h4_styled_light {
	color:#00113b;
	font-weight: normal;
	font-size: 14px;
}
p,#content ul, #content ol {
	margin-bottom: 1em;
	line-height: 1.4em;
}
h1 sup {
	vertical-align: baseline;
	font-size: 14px;
	position: relative;
	top: -8px;
}

sup {
	vertical-align: baseline;
	font-size: 12px;
	position: relative;
	top: -3px;
}
hr {
	display: block;
	clear: both;
	height: 1px;
	border-style: none;
	background-color: #7B88A6;
	margin: 30px 0px;
	float: none;
}
.hr_styled {
	padding: 0px;
	display: block;
	height: 10px;
	background-color: #FFF;
	background-image: url(../img/divider.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.maintenance_note{
	background-color: #FF0;
	display: block;
	padding: 15px;
	
}

.backlink {
	padding: 0px 0px 15px;
	display: block;
}
table caption {
	display: block;
}
#content ul {
	line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
}
.footnote {
	font-size: 12px;
	color: #999;
}
a.linkToDo {
	color: #FFF;
	background-color: #AF8F24;
}

blockquote {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	margin-top: 25px;
}
blockquote p span {
	display: block;
	font-weight: normal;
}
blockquote p {
	color: #00113B;
}
/* Utilities */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.notopmargin {
	margin-top: 0px;
}
.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
}

.nobotmargin {
	margin-bottom: 0px;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.textNormal {
	font-weight: normal;
}
.textBold {
}
.textSmall {
	font-size: 12px;
}

.inline {
	display: inline;
}
/* COLORS */


.white {
	color: #FFF;
}
.darkgrey {
	color: #484848;
}
.darkergrey {
	color: #272727;
}

.navy {
	color:#00113b;
}
.darkred {
	color:#900;
}

.gold {
	color:#af8f24;
}
/* BEGIN TEMPLATE */
#wrapper {
	position: relative;
	background-color: #FFF;
	width: 1000px;
	margin: 0px auto;
}
/* HEADER */

#header {
	height: 444px;
	position: relative;
	background-color: #FFF;
	background-image: url(../img/Header-curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navHolder {
	background-color: #FFF;
	background-image: url(../img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 2px 0px;
	height: 304px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 130px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#flashHolder {
	height: 434px;
	width: 630px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#prenav {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-right: 80px;
	color: #7a85a1;
}
#prenav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#prenav li a {
	color: #7a85a1;
}
#prenav li a:hover {
	color: #af8f24;
}
/*  NAVIGATION */

#navigation {
	background-color: #B0B1B5;
	display: block;
	height: 290px;
	width: 250px;
	left: 80px;
	top: 2px;
	margin: 0px;
	padding: 14px 0px 0px 20px;
	list-style-type: none;
	position: absolute;
	background-image: url(../img/Nav_holderBack.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
#navigation li {
	margin: 0px 0px 3px;
	padding: 0px;
	height: 37px;
	width: 228px;
	display: block;
}
#navigation li a {
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../img/nav_back.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 29px;
	width: 203px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
#navigation li a:hover {
	background-position: 0px -40px;
	color: #00113B;
}
body#Home a#navHome, 
body#Post a#navPost, 
body#Retouching a#navRetouching, 
body#Album a#navAlbum, 
body#Slide a#navSlide, 
body#ProofGallery a#navSlide, 
body#Webshows a#navSlide, 
body#Lab a#navLab, 
body#SignUp a#navSignUp, 
body#News a#navNews, 
body#About a#navAbout, 
body#Contact a#navContact, 
body#Solutions a#navSolutions, 
body#Drobo a#navSolutions,
body#Kubota a#navSolutions,
body#OnOne a#navSolutions
{
	background-position: 0px -80px;
	color: #FFF;
}
#flashHolder img.crateGraphic {
	position: absolute;
	left: 100px;
	top: 90px;
}

/* CONTENT AREA */

#content {
	padding: 40px 80px 40px;
	position: relative;
}



#breadcrumbs {
	font-size: 12px;
	color: #7a85a1;
	display: block;
	position: absolute;
	left: 80px;
	top: 444px;
}
#breadcrumbs a {
	color: #7a85a1;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#00113b;
	text-decoration:underline;
}

body#Solutions a#subnavSolutions, 
body#Drobo a#subnavDrobo,
body#Kubota a#subnavKubota,
body#OnOne a#subnavOnOne,
body#Slide a#subnavSlide, 
body#ProofGallery a#subnavProofGallery, 
body#Webshows a#subnavWebshows
{
	font-weight: bold;
	color: #0135b6;
	text-decoration: none;
}

/* SIDEBAR */
#sidebar {
}

/* FOOTER */
#footer {
	padding: 20px;
	background-color: #00113b;
	border-top: 1px solid #CCC;
	background-image: url(../img/white.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color:#af8f24;
}
#footer a:hover {
	color: #FFF;
}
#footerNav {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
}
#footerNav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	color:#af8f24;
	margin-left: 3px;
}
#footerNav li a {
	margin-right: 3px;
}
#footerCopy {
}
#footerCredits {
	padding: 8px;
	font-size: 9px;
}
#footerCopy a {
	color: #FFF;
	text-decoration: none;
}

#footerCopy a:hover {
	color:#af8f24;
	text-decoration: underline;
}

#footerCredits a {
	color: #1D343F;
	text-decoration: none;
}
#footerCredits a:hover {
	color: #999;
}
/* CONTENT FORMATTING */

.chatHolder {
	display: block;
	width: 190px;
	height: 65px;
	text-align: right;
}

.colHolder {
}
.leftThird {
	float: left;
	width: 260px;
}
.rightTwoThirds {
	float: none;
	width: 540px;
	margin-left: 300px;
}
.leftHalf {
	float: left;
	width: 380px;
	margin-bottom: 20px;
	position: relative;
}
.rightHalf {
	float: none;
	width: 420px;
	margin-left: 420px;
	margin-bottom: 20px;
	position: relative;
}
.tablePlans {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.tablePlans th, .tablePlans td {
	padding: 4px;
	border: 1px solid #CCC;
}
.tablePlans tr.headerRow td, .tablePlans tr.headerRow:hover td  {
	background-color: #999;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin: 0px;
}
.tablePlans th+th[scope=col] {

}
.tablePlans th {
	color: #333;
	vertical-align: middle;
	font-weight: bold;
}
.tablePlans th[scope=row] {
	text-align: center;
}
.tablePlans th[scope=col] {
	font-size: 12px;
}
.tablePlans tr td {
	vertical-align: middle;
}

.darkred-center, th.darkred-center,td.darkred-center {
		color:#900 !important;
		text-align:center  !important;
}
/*.tablePlans tr:hover th[scope=row], .tablePlans tr:hover td {
	background-color: #FAF1DE;
}*/


/* TEMPLATE OVERRIDES + PAGE SPECIFIC CONTENT */

#homeSubContentWrap {
	width: 330px;
	display: block;
	margin-left: 75px;
}
body#Home .chatHolder {
	text-align: left;
	width: 165px;
}
#homeSubContentWrap ul {
	margin-bottom: 25px;
}

#homeSubContentWrap h3 {
	padding-top: 12px;
}



/* ALBUM DESIGN */
#Album #content {
	background-image: url(../img/AlbumDesign-Graphic.jpg);
	background-repeat: no-repeat;
	background-position: 570px 45px;
}
.Albumintroholder {
	width: 450px;
	margin-bottom: 15px;
}
/* RETOUCHING */
body#Retouching #content {
	background-image: url(../img/Retouching-graphic.jpg);
	background-repeat: no-repeat;
	background-position: 668px 30px;
}


.retouchingHolder {
	width: 560px;
}
/* POST PRODUCTION */
.textTableBlue {
	color:#00113b;
	margin-bottom: 15px;
}
.textTableBlue tr td {
	padding-right: 25px;
	padding-bottom: 5px;
}


.textTableBlue tr td ul{
	margin-bottom: 0px;
}

/* FAQ */
#FAQ #flashHolder {
	top: 98px;
	left: 470px;
	height: 411px;
	width: 432px;
}
#FAQ #content {
	background-image: url(../img/FAQsblocks.jpg);
	background-repeat: no-repeat;
	background-position: right 60px;
}
.FAQintroholder {
	width: 435px;
	margin-bottom: 30px;
}
#FAQ h3 {
}
#FAQ #FAQblock {
	margin-top: 15px;
}
/* SOLUTIONS */
a#btnKubota {
	background-image: url(../img/Solutions-Kubota.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 180px;
	width: 207px;
	position: absolute;
	left: 0px;
	top: -21px;
}
a#btnonOne {
	background-image: url(../img/Solutions-onOne.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 130px;
	width: 191px;
	position: absolute;
	left: 243px;
	top: 6px;
}
a#btnDrobo {
	background-image: url(../img/Solutions-drobo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 80px;
	width: 205px;
	position: absolute;
	left: 115px;
	top: 202px;
}
a#btnKubota span {
	display: none;
}
a#btnonOne span {
	display: none;
}
a#btnDrobo span {
	display: none;
}
a#btnKubota:hover {
	background-position: 0px -180px;
}
a#btnonOne:hover {
	background-position: 0px -130px;
}
a#btnDrobo:hover {
	background-position: 0px -80px;
}
#logoInstructions {
	position: absolute;
	left: 0px;
	top: 320px;
	text-align: center;
	display: block;
	width: 420px;
}
a#btnInfoOrder {
	background-image: url(../img/btn_info_order.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width:134px;
	position: absolute;
	top: 40px;
	left: 411px;
}
a#btnInfoOrderOne {
	background-image: url(../img/btn_info_order.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width:134px;
}
a#btnSignUp {
	background-image: url(../img/btn_sign_up.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width:134px;
}
a#btnOrderActions {
	background-image: url(../img/btn_order_actions.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width:134px;
}
a#btnInfoOrder span, a#btnOrderActions span, a#btnSignUp span, a#btnInfoOrderOne span {
	display: none;
}
a#btnInfoOrder:hover, a#btnOrderActions:hover, a#btnSignUp:hover, a#btnInfoOrderOne:hover {
	background-position: 0px -40px;
}
.kubotaPaks {
	padding-left: 50px;
}
.kubotaCamp {
	padding-top: 25px;
	padding-left: 90px;
}

/* LAB SERVICES */
body#Lab .chatHolder {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#lab_collage {
	display: block;
	position: relative;
	background-image: url(../img/LabCollage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 657px;
	width: 875px;
	left: -20px;
	top: 0px;
}
.collageContentHolder{
	width:405px;
	height:102px;
	position:absolute;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 13px;
}
#apDiv1 {
	left:438px;
	top:33px;
	z-index:1;
}
#apDiv2 {
	left:6px;
	top:149px;
	z-index:2;
}
#apDiv3 {
	left:438px;
	top:264px;
	z-index:3;
}
#apDiv4 {
	left:6px;
	top:379px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:438px;
	top:495px;
	z-index:5;
}

/* ABOUT US */
.holderProfileLeft {
	display: block;
	margin-right: 240px;
}
.holderProfileLeft h2 {
	margin: 0px;
	padding: 0px;
}


img.profilePicLeft {
	display: block;
	float: right;
	
}

.holderProfileRight {
	margin-left: 240px;
	float: none;
}
.holderProfileRight h2 {
	margin: 0px;
	padding: 0px;
	text-align: right;
}


img.profilePicRight {
	display: block;
	float: left;
	
}
.h2_tagline {
	font-size: 16px;
	line-height: normal;
}
.holderProfileRight .h2_tagline {
	text-align: right;
}

/*SLIDESHOW */
body#Slide .chatHolder {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}body#Slide blockquote {
	padding-right: 40px;
	padding-left: 40px;
}
body#Slide blockquote p {
	font-style: oblique;
	font-weight: normal;
	color: #484848;
	text-align: left;
}
