/* @override 
	http://wojtektilbury.com/media/wojtek.css
*/
@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Exo:200,400);

/* @group Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group TYPE */
body {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
p {
	margin-bottom: 10px;
}

h1, h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #00a4e4;
}
h2 {
	font-size: 18px;
}

/* @end */
/* @group LAYOUT */
html, body {
	/*height: 100%; */
}
body {
	background-color: #00a4e4;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
}
/*#floater {
	float: left;
	height: 50%;
	margin-bottom: -260px;
	background: #ccc;
	text-align: center;
} */
#floater {
	display: none;
}
#page {
	margin: 0 auto;
	clear: both;
	width: 960px;
}
#header {
	clear: both;
	height: 90px;
	width: 960px;
	background: url(images/bg_header.png) no-repeat left bottom;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 1;
}
#content {
	clear: both;
	height: 440px;
	width: 960px;
	margin-top: 100px;
	position: relative;
	
}
#contentbox {
	padding: 240px 100px 0 275px;
}
#footer {
	clear: both;
	text-align: left;
	position: relative;
	font-size: 8px;
	color: #7fd1f1;
	padding: 1px 40px;
}
#footer a {
	color: #7fd1f1;
	border: none;
}
/* @end */

.clear {
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 2px 20px 16px 0;
}

img.right {
	float: right;
	margin: 2px 0 16px 20px;
}

img.across {
	margin: 2px 0 16px 0;
}

img.flushleft {
	margin-left: -20px;
}

img.flushright {
	margin-right: -20px;
}


a {
	color: #00a4e4;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

#contentbox a {
	padding-bottom: 2px;
	border-bottom: 1px solid #aad3e3;
}
#contentbox a:hover {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
#logo {
	float: left;
	margin: 27px 35px 0 50px;
}
#nav, #navtwo {
	float: left;
	list-style: none;
	border-left: 1px solid #ddd;
	margin: 10px 0;
	height: 68px;
}
#nav li, #navtwo li {
	list-style: none;
	padding: 1px 30px;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.1em;
	color: #666;
	text-transform: uppercase;
}
#nav a, #navtwo a {
	display: block;
	padding: 2px;
	color: #999;
	text-decoration: none;
}
#nav a:hover, #navtwo a:hover {
	text-decoration: none;
	color: #00a4e4;
}
#nav a.selected, #navtwo a.selected {
	font-weight: bold;
	color: #00a4e4;
}
#navtwo a {
	font-size: 9px;
}
#worknav {
	float: left;
	border-left: 1px solid #ddd;
	margin: 10px 0;
	height: 68px;
}
#worknav span, #worknav span a {
	margin-top: 10px;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(images/btn_arrows.gif);
}
#worknav span a {
	margin-top: 0;
}
#worknav span.prev {
	background-position: 0 30px;
	margin-left: 20px;
	margin-right: 2px;
}
#worknav span.next {
	background-position: 30px 30px;
	margin-left: 2px;
	margin-right: 20px;
}
#worknav span img {
	display: none;
}
#worknav span.prev a {
	background-position: 0 0 ;
}
#worknav span.next a {
	background-position: 30px 0;
}
#worknav span.prev a:hover {
	background-position: 0 60px;
}
#worknav span.next a:hover {
	background-position: 30px 60px;
}
#worknav p {
	text-align: center;
	font-size: 9px;
	color: #bbb;
}
#details {
	margin-top: 10px;
	color: #999;
	padding-right: 20px;
}
#details p {
	margin: 0;
	line-height: 15px;
	font-size: 10px;
}
#details h2 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	margin: 0 0 1px 0;
}


/* @group Sections */
#content.about {
	background: url(images/bg_about.jpg) no-repeat left top;	
}
#content.about #contentbox {
	padding: 60px 150px 0 260px;
}

#content.what {
	background: url(images/bg_about.jpg) no-repeat left top;	
}
#content.what #contentbox {
	padding: 60px 120px 0 100px;
}
#content.what .col, #content.what .colend {
	float: left;
	line-height: 16px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#content.what .col b, #content.what .colend b {
	text-transform: lowercase;
	font-weight: bold;
	color: #000;
}
#content.what .colend {
	padding-left: 15px;
	border-left: 1px solid #ccc;
}

#content.home {
	background: url(images/bg_home.jpg) no-repeat left top;	
}
#content.home #contentbox {
	padding: 300px 60px 0 80px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#content.home #contentbox h1 {
	background: url(images/heading_home.png) no-repeat left top;	
	height: 24px;
	margin-bottom: 10px;
}
#content.home #contentbox h1 span {
	visibility: hidden;
}

#content.contact {
	background: url(images/bg_contact.jpg) no-repeat left top;	
}
#content.contact #contentbox {
	padding: 40px 0 0 260px;
}
#content.contact .col1 {
	float: left;
	width: 400px;
	margin-right: 20px;
}
#content.contact .col2 {
	float: left;
	width: 180px;
	margin-left: 30px;
}

#content.work {
	background: none;	
}
#content.work #contentbox {
	padding: 0;
}
#content.workindex {
	background: url(images/bg_work_tall.jpg) no-repeat left top;
	height: 880px;
}
#content.workindex #contentbox {
	padding: 30px 0px 00px 260px;
}

#content.web {
	height: auto;
	width: 960px;	
}

/*
#content.workindex .col {
	width: 190px; 
	float: left;
	margin-right: 20px; 
}
#content.workindex li a {
	padding: 0;
	border-bottom: none;
	color: #000;
}
#content.workindex li a:hover {
	color: #00a4e4;
}
#content.workindex ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
#content.workindex ul li {
	line-height: 13px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#content.workindex p {
	margin-bottom: 0;
}
*/
#content.workindex h2 a {
	padding: 0;
	border-bottom: none;
}
#content.workindex h2 a:hover {
	color: #00a4e4;
}
#content.workindex h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
}
#content.workindex h1 {
	margin-bottom: 0px;
}

#workdetails {
	width: 222px;
	position: fixed;
	color: #fff;
	padding-top: 20px;
	text-align: right;
}
#workdetails h2 {
	font-size: 20px;
	line-height: 1.1em;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}
#workdetails a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
#workdetails a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
#workimages {
	line-height: normal;
	padding: 20px 0;
	float: right;
}
#workimages img {
	padding: 0 0 20px 0;
}

form .textbox{
	width: 270px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 0;
	font: 11px/14px "Lucida Grande", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
}
form label {
	float: left;
	text-align: right;
	margin-right: 5px;
	padding: 3px 0;
	width: 100px;
}
form p {
	margin-bottom: 3px;
	line-height: 13px;
}
form .btns {
	margin-left: 105px;
	margin-top: 5px;
}
form b {
	color: #cc0000;
}
form .sep {
	margin-top: 7px;
}


/* @end */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	border-bottom: none !important;
	padding: 0 !important;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:35px;
}
a.nivo-prevNav {
	left:15px;
}

#slider .nivo-controlNav {
	position:absolute;
	right: 30px;
	bottom:15px;
}
#slider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active {
	background-position:-10px 0;
}
#slider {
	position:relative;
	background:url(images/loader.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.thumb {
	list-style: none;
}
.thumb li {
	list-style: none;
	margin: 0 8px 8px 0;
	float: left;
	border: 3px solid #fff;
	background: #fff;
	line-height: normal;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
.thumb li a {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
#content.workindex .col {
	width: 336px; 
	float: left;
	margin-right: 30px; 
	margin-top: 10px;
}
#content.workindex .identity {
	clear: left;
}
#content.workindex .print, #content.workindex .packaging {
	width: 300px;
}

.thumb .caption-bottom {
	text-transform: uppercase;
}

#recent {
	position: absolute;
	top: 298px;
	left: 530px;
	width: 401px;
}
#recent p {
	float: left;
	width: 55px;
	line-height: 13px;
	text-align: right;
	margin-right: 10px;
	margin-top: 21px;
	text-transform: lowercase;
}
#recent a {
	border-bottom: none;
	color: #fff;
}
#recent a:hover {
	border-bottom: none;
	color: #7fd1f1;
}
#recent .thumb li {
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	background: #fff;
	line-height: normal;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 5px 0 5px 5px;	
	font-weight: bold;
	font-size: 9px;
	line-height: normal;
	font-family: arial;	
	/*cursor: default; */
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 3px 0px;
}
.caption-bottom {
   border-width: 5px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	/*float: left;*/
}
br.c { clear: both; }

