/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
#nav, #language, .carousel-component .carousel-prev, .carousel-component .carousel-next, #gallery, #banner{
	display: none;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5pt;
	text-transform: uppercase;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding: 5pt 0;
	text-transform: uppercase;
}
p, label {
	font-size: 10pt;
	padding-bottom: 5pt;
}
input, select, textarea {
	font-size: 10pt;
}
.fields {
	width: 250pt;
	border:1pt solid #000;
}


#footer {
	border-top:solid 1pt #252525;
	padding-top:5pt;
	font-size: 8pt;
}
#footer a{
	color:#5d5d5d;
	padding-left:15pt;
}
#footer .icons img{
	padding-left:10pt;
}

#workHome {
	clear:both;
}
#newsHome, #showreel {
	float:left;
	width:200pt;
}
.carousel-component {
	padding:0pt;
	float:left;
}
.carousel-component ul.carousel-list {
	margin:0pt;
	padding:0pt;
	line-height:0pt;
	list-style:none;
}
.carousel-component .carousel-list li {
	float:left;
	text-align:left;
	margin:0pt;
	font:10pt arial, verdana, sans-serif;
	padding:5pt 7pt 0 0 ;
	width:120pt; /* img width is 75 pt from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/ /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) *//*	margin-left: auto;*/ /* for testing IE auto issue */
	height:210pt;
	font-size: 9pt;
}
.carousel-component .carousel-list li a {
	display:block;
}
.carousel-component .carousel-list li b {
	text-transform:uppercase;
	font-weight:normal;
}
.carousel-component .carousel-list li img {
	/*border:1pt solid #999;*/
	display:block;
	margin-bottom:5pt;
}

.imageFlowPrint h2 {
	clear:both;
}
.imageFlowPrint ul {
	list-style-type: none;
	clear:both;
}
.imageFlowPrint ul li{
	list-style-type: none; float:left;
	width:100pt;
	padding:0 10pt 10pt 0;
}
.imageFlowPrint img {padding:0 0 5pt;width:100pt;}

.screen{
	display:none;
}

.vignette1, .vignette2, .vignette3 {
	width:125pt;
	padding-right:15pt;
	float:left;
}

#progListing ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#progListing ul a{
	text-transform: uppercase;
	font-weight:normal;
text-decoration:none;
}
hr {
	background-color:#000;
	height:1pt;
	margin:10pt 0;
	border:0;
}


