/* @override 
	http://testing.dev/dtprod/assets/css/screen.css
	http://dt-productions.net/assets/css/screen.css
*/

* {
	margin: 0;
	padding: 0;
}

/* @group LINKS */

a:link, a:visited {
	color: #C4E2EA;
}

a:hover {
	color: #fff;
}

a img {
	border: none;
}



/* @end */

/* @group LAYOUT */
div#wrapper {
	background: url(../images/body-bg.jpg) no-repeat 0 0;
}

div#content {
	width: 900px;
	overflow: hidden;
}

div#main {
	width: 640px;
	float: none;
	margin-left: 220px;
}

div#main.photoView {
	width: 960px;
	margin-left: 0;
}

div#sidebar {
	float: left;
	width: 150px;
	margin-left: 30px;
	margin-top: 170px;
}

div.package {
	border-top: 1px solid #fff;
	width: 230px;
	margin-right: 10px;
	float: left;
}

div#footer {
	/*border-top: 1px solid #111;*/
	width: 700px;
	margin-top: 36px;
	margin-left: 220px;
	height: 36px;
	position: relative;
	color: #999;
}

div#footer h2 {
	color: #717171;
	margin-bottom: 0;
	line-height: 18px;
	text-transform: none;
	color: #fff;
	font-size: 18px;
}

div#footer h2 {
	
}

p.copyright {
	font-size: 13px;
	line-height: 18px;
}

p.copyright em {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

p.copyright a {
	color: #717171;
}

#header {
	width: 880px;
	height: 120px;
	position: relative;
}

div#imagePreload {
	display: none;
}

body {
	background: #000 url(../images/intro-bg.png) repeat-y 900px 0;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-shadow: 0 0 0 #000;
}



/* @end */

/* @group TYPE */
@font-face {
	font-family: 'GoudyTrajanRegular';
	src: url('../fonts/GoudyTrajan-Regular.eot');
	src: local('Goudy Trajan'), local('GoudyTrajan-Regular'), url('../fonts/GoudyTrajan-Regular.woff') format('woff'), url('../fonts/GoudyTrajan-Regular.otf') format('opentype'), url('../fonts/GoudyTrajan-Regular.svg#GoudyTrajan-Regular') format('svg');
}

h1 {
	color: #fff;
	font: 32px/36px 'GoudyTrajanRegular', "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #076b8d;
	border: none;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 54px;
	margin-bottom: 18px;
}

h3 {
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

p {
	margin-bottom: 18px;
}

p.note {
	font-style: italic;
}

#content ul {
	margin-bottom: 18px;
	padding-left: 20px;
}


#content li {
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

#secondary h4 {
	padding-left: 20px;
}

body.homepage h2 {
	margin-top: 0;
	margin-bottom: 36px;
}

.number {
	font: bold 12px "Times New Roman", Times, Georgia, serif;
	text-shadow: none;
}

.price {
	color: #fff;
}

form#loginForm {
	padding: 36px 0;
}

label {
	display: block;
	overflow: hidden;
	padding: 9px;
}

label strong {
	width: 120px;
	display: block;
	float: left;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

input#submit {
	margin: 9px 9px 9px 129px;
}

blockquote {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

/* @end */

/* @group NAVIGATION */

#nav  {
	position: absolute;
	z-index: 1;
	width: 160px;
	overflow: hidden;
	left: 0;
	top: 260px;
}

#nav ul {
	list-style: none;
}

#nav li {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	/*text-align: right;*/
}

#nav a {
	width: 120px;
	display: block;
	padding: 3px 10px;
	margin: 5px 0;
	text-decoration: none;
	color: #C4E2EA;
}

body.portfolio a.portfolio {
	
}



/* @end */

/* @group NAV 2 */
h1#sitetitle a {
	width: 140px;
	height: 140px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 70px;
	left: 10px;
}

div#navigation {
	position: absolute;
	top: 40px;
	right: 0;
}

div#navigation li {
	display: inline;
	padding: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

div#navigation li a {
	text-decoration: none;
	color: #076b8d;
}

div#navigation li a:hover {
	color: #fff;
}
/* @end */

/* @group PORTFOLIO */
body.portfolio, body.client {
	background-image: none;
}

body.client div#main {
	width: 740px;
	margin-left: 160px;
}

#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 640px; 
	width: 640px;
	position: relative;
	margin-top: 36px;
}
#demo-inner {
	width: 2400px;
	height: 400px;
}
.scrolling-content {
	width: 620px;
	height: 600px;
	text-align: center;
	position: absolute;
}
.scrolling-content h1 { 
	color: #fff;
	margin: 30px 20px;
	padding: 100px 0;
	font-size: 36px;
	border: #fff 10px solid;
	width: 580px;
	background: #333;
}
div#gumps {
	top: 0;
	left: 0;
	background: url(../../portfolio/images/gumps.jpg) no-repeat center top;
}
div#modernseed_01 {
	top: 0;
	left: 640px;
	background: url(../../portfolio/images/modernseed_01.jpg) no-repeat center top;	
}
div#modernseed_02 {
	top: 0;
	left: 1280px;
	background: url(../../portfolio/images/modernseed_02.jpg) no-repeat center top;	
}
div#modernseed_03 {
	top: 0;
	left: 1920px;
	background: url(../../portfolio/images/modernseed_03.jpg) no-repeat center top;	
}
div#nickit {
	top: 0;
	left: 2560px;	
	background: url(../../portfolio/images/nickit.jpg) no-repeat center top;	
}
div#subaru {
	top: 0;
	left: 3200px;
	background: url(../../portfolio/images/subaru_02.jpg) no-repeat center top;	
}
div#teacollections_01 {
	top: 0;
	left: 3840px;
	background: url(../../portfolio/images/teacollections_01.jpg) no-repeat center top;
}
div#teacollections_04 {
	top: 0;
	left: 4480px;
	background: url(../../portfolio/images/teacollections_04.jpg) no-repeat center top;		
}
div#teacollections_10 {
	top: 0;
	left: 5120px;
	background: url(../../portfolio/images/teacollections_10.jpg) no-repeat center top;		
}
div#usaf_firefighters_01 {
	top: 0;
	left: 5760px;	
	background: url(../../portfolio/images/usaf_firefighters_01.jpg) no-repeat center top;			
}
div#usaf_firefighters_02 {
	top: 0;
	left: 1920px;	
	background: url(../../portfolio/images/usaf_firefighters_02.jpg) no-repeat center top;			
}
div#subaru_retouch {
	top: 0;
	left: 6400px;
	background: url(../../portfolio/images/subaru_retouch.jpg) no-repeat center top;
}
div#stokke_retouch {
	top: 0;
	left: 7040px;
	background: url(../../portfolio/images/stokke_retouch.jpg) no-repeat center top;
}
div#bmw_retouch {
	top: 0;
	left: 7680px;
	background: url(../../portfolio/images/bmw_retouch.jpg) no-repeat center top;
}
div#silverballs_01 {
	top: 0;
	left: 8320px;
	background: url(../../portfolio/images/silverballs_01.jpg) no-repeat center top;
}
div#silverballs_02 {
	top: 0;
	left: 8960px;
	background: url(../../portfolio/images/silverballs_02.jpg) no-repeat center top;
}
div#silverballs_03 {
	top: 0;
	left: 9600px;
	background: url(../../portfolio/images/silverballs_03.jpg) no-repeat center top;
}
ul.thumbs {
	position: relative;
	width: 160px;
	height: 300px;
}
ul.thumbs li {
	list-style-type: none;
	list-style-image: none;
	/*display: inline;*/
}
ul.thumbs li a {
	/*width: 48px;
	height: 48px;
	display: block;
	background: #333;
	border: 1px #000 solid;*/
}
ul.thumbs img {
	position: absolute;	
	width: 45px;
	height: 45px;
}
ul.thumbs a:hover img {
	width: 80px;
	height: 80px;
	background: #21596A;
	padding: 2px;
	z-index: 500;
}
#link_gumps img {
	top: 0;
	left: 0;
}
#link_modernseed_01 img {
	top: 0;
	left: 50px;
}
#link_modernseed_02 img {
	top: 0;
	left: 100px;	
}
#link_modernseed_03 img {
	top: 50px;
	left: 0;	
}
#link_nickit img {
	top: 50px;
	left: 50px;
}
#link_subaru img {
	top: 50px;
	left: 100px;
}
#link_teacollections_01 img {
	top: 100px;
	left: 0;
}
#link_teacollections_04 img {
	top: 100px;
	left: 50px;
}
#link_teacollections_10 img {
	top: 100px;
	left: 100px;
	
}
#link_usaf_firefighters_01 img {
	top: 150px;
	left: 0;
}
#link_usaf_firefighters_02 img {
	top: 50px;
	left: 0;
}
#link_subaru_retouch img {
	top: 150px;
	left: 50px;
}
#link_stokke_retouch img {
	top: 150px;
	left: 100px;
}
#link_bmw_retouch img {
	top: 200px;
	left: 0;
}
#link_silverballs_01 img {
	top: 200px;
	left: 50px;
}
#link_silverballs_02 img {
	top: 200px;
	left: 100px;
}
#link_silverballs_03 img {
	top: 250px;
	left: 0;
}
a#link_gumps:hover img {	top: -20px;	left: -20px;}
a#link_modernseed_01:hover img {	top: -20px;	left: 30px; }
a#link_modernseed_02:hover img {	top: -20px;	left: 80px; }
a#link_modernseed_03:hover img {	top: 30px;	left: -20px;}
a#link_nickit:hover img {	top: 30px;	left: 30px;}
a#link_subaru:hover img {	top: 30px;	left: 80px;}
a#link_teacollections_01:hover img {	top: 80px;	left: -20px;}
a#link_teacollections_04:hover img {	top: 80px;	left: 30px; }
a#link_teacollections_10:hover img {	top: 80px;	left: 80px; }
a#link_usaf_firefighters_01:hover img {	top: 130px;	left: -20px;}
a#link_usaf_firefighters_02:hover img {	top: 30px;	left: -20px;}
a#link_subaru_retouch:hover img {	top: 130px;	left: 30px;}
a#link_stokke_retouch:hover img {	top: 130px;	left: 80px;}
a#link_bmw_retouch:hover img {	top: 180px;	left: -20px;}
a#link_silverballs_01:hover img {	top: 180px;	left: 30px;}
a#link_silverballs_02:hover img {	top: 180px;	left: 80px;}
a#link_silverballs_03:hover img {	top: 230px;	left: -20px;}


/* @end */

/* @group HOMEPAGE */

#intro {
	width: 376px;
	padding-right: 20px;
	float: left;
}

#intro img {
	margin-left: -20px;
}

div#intro h3 {
	text-transform: none;
	letter-spacing: -.5px;
	font-size: 26px;
	line-height: 36px;
}

#intro p {
	font-size: 16px;
	line-height: 20px;
}

div#services {
	border-left: solid #666 1px;
	padding-top: 18px;
	overflow: hidden;
	width: 203px;
	padding: 18px 20px 10px;
	float: left;
}

/* @end */

/* @group Services */
body.services div#intro {
	width: 400px;
	margin-right: 20px;
	float: left;
}

div#priceList {
	width: 200px;
	float: left;
}

#priceList h3 {
	font-size: 14px;
	margin-top: 18px;
}

#priceList ul {
	margin-bottom: 1px;
}

h4.price {
	font-size: 16px;
}

/* @end */

