@charset "UTF-8";
/* CSS Document */

#preload {
	display:none;
}

@font-face {
font-family: 'SyncopateRegular';
src: url('fonts/syncopate-webfont.eot');
src: url('fonts/syncopate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/syncopate-webfont.woff') format('woff'),
         url('fonts/syncopate-webfont.ttf') format('truetype'),
         url('fonts/syncopate-webfont.svg#SyncopateRegular') format('svg');
font-weight: normal;
font-style: normal;
}


* {
margin:0;
padding:0;
}

body {
background:#fff url(images/bg2.jpg) repeat-x top left;
background-attachment:fixed;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

p {
	font-size:13px;
}

a {
color:#a11218;
outline: 0;
}

a:hover {
color:#aaa;
}

a img {
border:none;
}

#ccwrap {
width:1000px;
height:830px;
margin:0 auto;
overflow:visible;
}

#wheel1 {
width:1246px;
height:1246px;
position: fixed;
background: url(images/wheel1.png) center no-repeat;
margin: -227px 0 0 -275px;

-webkit-animation-name: clockwise;
	-webkit-animation-duration:65s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-moz-animation-name: clockwise-moz;
	-moz-animation-duration: 65s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-o-animation-name: clockwise-o;
	-o-animation-duration: 65s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}


#wheel2 {
width:567px;
height:564px;
position: fixed;
background: url(images/wheel2.png) center no-repeat;
margin: 115px 0 0 68px;

-webkit-animation-name: counter-clockwise;
	-webkit-animation-duration:50s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-moz-animation-name: counter-clockwise-moz;
	-moz-animation-duration: 50s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-o-animation-name: counter-clockwise-o;
	-o-animation-duration: 50s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes clockwise {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
	}

@-moz-keyframes clockwise-moz {
	from {
		-moz-transform:rotate(0deg);
	}
	to {
		-moz-transform:rotate(360deg);
	}
	}
	
@-o-keyframes clockwise-o {
	from {
		-o-transform:rotate(0deg);
	}
	to {
		-o-transform:rotate(360deg);
	}
	}
	
@-webkit-keyframes counter-clockwise {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(-360deg);
	}
	}

@-moz-keyframes counter-clockwise-moz {
	from {
		-moz-transform:rotate(0deg);
	}
	to {
		-moz-transform:rotate(-360deg);
	}
	}
	
@-o-keyframes counter-clockwise-o {
	from {
		-o-transform:rotate(0deg);
	}
	to {
		-o-transform:rotate(-360deg);
	}
	}
		
#toplayer {
position:relative;
z-index:100px;
}


#logo {
margin:30px 0 0 0;
}

#photographylogo {
	margin:40px 0 0 60px;
	width:1000px;
	height:150px;
	float:left;
	position:relative;
	z-index:200;
}

#pagelogo {
	margin:20px 0 0 0;
	width:1000px;
	height:150px;
	float:left;
	position:relative;
	z-index:200;
}
#pagelogo h1 {
	float:right;
	margin:63px 45px 0 0;
	font-weight:normal;
	font-stlye:normal;
	font-size:22px;
	color:#006cff;
}
#pagelogo h1 a {
	color:#006cff;
}
#pagelogo h1 a:hover {
	color:#a11218;
	text-decoration:underline;
}

#pagelogo h1 span {
	color:#888;
}
	
	
#homelinks {
width:450px;
height:260px;
float:right;
text-align:right;
margin:260px 0 0 0px;
position:relative;
text-align:right;
}

#homelinks a#web img.a, #homelinks a#web img.b {
	position:absolute;
	top:79px;
	left:100px;
}

#homelinks a#print img.a, #homelinks a#print img.b {
	position:absolute;
	top:133px;
	left:100px;
}

#homelinks a#photography img.a, #homelinks a#photography img.b {
	position:absolute;
	top:190px;
	left:100px;
}


	/**
#homelinks a#webdesign {
float:right;
background:url(images/hp_webdesign.png) no-repeat;
width:302px;
height:103px;
text-indent:-2000px;	
}

#homelinks a#webdesign:hover {
background:url(images/hp_webdesign2.png) no-repeat;
}
	

#homelinks a {
float:right;
font-family: 'SyncopateRegular';
font-weight: normal;
font-style: normal;
color:#000;
font-size:38px;
text-decoration:none;
margin:14px 0px 14px 0;
padding:2px 8px 0 8px;
}
**/

#homelinks a span {
color:#da0505;
font-weight:bold;
}

#homelinks a:hover {
color:#006cff;
}
#homelinks a span:hover {
}



#store {
float:left;
width:900px;
height:auto;
font-weight:normal;
color:#000;
margin:0px 0px 10px 0px;
overflow:hidden;
padding:0 0 0 40px;
}

#storeitem {
	float:left;
	width:410px;
	height:230px;
	border:1px dotted #888;
	padding:10px;
	margin:0 15px 15px 0;
}

#storeitem img {
	float:left;
	padding:0 15px 0 0;
}

#storeitem h2 {
	font-size:17px;
	font-weight:normal;
}

#storeitem p {
font-size:10px;
padding:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#storeitem p.clicktext {
}
	




#addtocart {
float:left;
width:170px;
margin:20px 0 0 0px;
text-align:left;
}
#addtocart input {
text-align:left;
}
#addtocart select {
background:transparent;
border:1px solid #820e04;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
}
#addtocart select option {
background:#fff;
}






/******* WEB DESIGN PAGE ************/

#pageheading {
width:1000px;
height:30px;
}

.boxgrid { 
	width: 300px; 
	height: 390px; 
	margin:15px; 
	float:left; 
	overflow: hidden; 
	position: relative;
			}
			
.boxgrid:hover { 			

	}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
				

.boxgrid h3 {
	color:#333;
	font-weight:bold;
	padding:8px 0 7px 0px;
	margin:0 20px;
	font-size:11px;
	border-bottom:1px dotted #ccc;
}


.boxgrid p { 
	padding: 0 10px; 
	color:#777; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:10px;
	line-height:16px;
	padding:5px 20px 5px 20px;
		}
		
.boxgrid a.readmore {

}
		
.boxgrid a {
	font-family: Georgia,Cambria,serif;
    font-style: italic;
	color:#DA0505;
	text-decoration:none;
	font-size:12px;
}
.boxgrid a:hover {
	color:#333;
	text-decoration:underline;
}


p.instructions {
	font-size:11px;
	color:#999;
	padding:0 0 0 60px;
}

/********* Print Design box grid **************/

.boxgrid_print { 
	width: 300px; 
	height: 270px; 
	margin:15px 15px 0px 15px; 
	float:left; 
	overflow: hidden; 
	position: relative;
			}
	
	
.boxgrid_print img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
				

.boxgrid_print h3 {
	color:#333;
	font-weight:bold;
	padding:2px 0 7px 0px;
	margin:0 20px;
	font-size:11px;
	border-bottom:1px dotted #ccc;
}


.boxgrid_print p { 
	padding: 0 10px; 
	color:#777; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:10px;
	line-height:16px;
	padding:5px 20px 5px 20px;
		}
		
.boxgrid_print a.readmore {

}
		
.boxgrid_print a {
	font-family: Georgia,Cambria,serif;
    font-style: italic;
	color:#DA0505;
	text-decoration:none;
	font-size:12px;
}
.boxgrid_print a:hover {
	color:#333;
	text-decoration:underline;
}


/**********************************/



					

#portfimg {
	width:301px;
	height:255px;
	background:url(images/portfimgbg.png) no-repeat;
	padding:0px;
}
				
img.a {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left:14px;
	top:14px;
	}

			
.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .7; 
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 			}
 
 .captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}

.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
				
				
/*********** About page **************/

#aboutpage {
	float:left;
	overflow:hidden;
	padding:0px 10px 0 0px;
	overflow:visible;
	margin:-20px 0 0 20px;
	width:963px;
	height:auto;
}


#about1 {
	float:left;
	background:url(images/about1.png) no-repeat top;
	width:963px;
	height:98px;
	margin:0; padding:0;
	border:none;
	outline:none;
}
#about2 {
	float:left;
	background:url(images/about2.png) no-repeat top;
	width:963px;
	height:97px;
	margin:0; padding:0;
	border:none;
	outline:none;
}
#about3 {
	float:left;
	background:url(images/about3.png) no-repeat top;
	width:963px;
	height:98px;
	margin:0; padding:0;
	border:none;
	outline:none;
}
#about4 {
	float:left;
	background:url(images/about4.png) no-repeat top;
	width:963px;
	height:97px;
	margin:0; padding:0;
	border:none;
	outline:none;
}
#about5 {
	float:left;
	background:url(images/about5.png) no-repeat top;
	width:963px;
	height:98px;
	margin:0; padding:0;
	border:none;
	outline:none;
}
#about6 {
	float:left;
	background:url(images/about6.png) no-repeat top;
	width:963px;
	height:97px;
	margin:0; padding:0;
	border:none;
	outline:none;
}


#aboutbottom {
	float:left;
	width:880px;
	height:auto;
	margin:0 0 0 40px;
}


#aboutpage h4 {
	font-weight:normal;
	font-size:70px;
	color:#CCC;
}

#aboutbox1 {
	width:400px;
}
#aboutbox2 {
	width:580px;
	margin-bottom:40px;
}

.floatright {
	float:right;
	padding-right:15px;
}

#aboutpage h3 {
	border-bottom: 1px dotted #CCCCCC;
    color: #777;
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0px 10px 0;
    padding: 8px 0 7px 0;
}


#aboutpage p {
	padding: 0 10px; 
	color:#666666; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:21px;
	padding:5px 0px 20px 0px;
	text-align:left;
}

#aboutpage p span {
	font-weight:normal;
	text-transform:uppercase;	
	font-size:30px;
	color: #DA0505;
}

#aboutpage p a {
	color: #DA0505;
    font-family: Georgia,Cambria,serif;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
#aboutpage p a:hover {
color:#333;
text-decoration:underline;
}


#aboutpage ul {
	margin:10px 0;
}
#aboutpage ul li {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	background:url(images/arrowright.png) no-repeat left;
	padding:2px 0 2px 22px;
	list-style:none;
	font-weight:bold;
}
#aboutpage ul li a {
color:#666666;
text-decoration:none;
}

#aboutpage p.subset {
	padding:0 0 0px 30px;
	font-size:12px;
	line-height:20px;
}
#aboutpage p.subset strong {
	color:#333;
}

ul#sublist {
	margin:10px 45px;
}

ul#sublist li {
	background:none;
	font-size:12px;
	line-height:18px;
	color:#333;
	padding:2px 0 2px 10px;
	list-style: circle;
	font-weight:bold;
}




#aboutdivide {
	border-bottom: 1px dotted #999;
	height:20px;
	margin:5px 0 10px 0;
}






/********* expandable div ******************/

#expand {
	margin:10px 0 22px 0;
}

#expand ul{
	margin:0;
	padding:0;
}

#expand ul.container{
	/* The topmost UL */
	width:500px;
	margin:0 auto;
	padding:50px;
}

#expand ul li {
	background:none;
}

#expand li{
	list-style:none;
	text-align:left;
}

#expand li.menu {
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

#expand li.button a {
	/* The section titles */
	display:block;
	font-size:13px;
	text-transform:uppercase;
	color:#666;
	overflow:hidden;
	padding:5px 20px 5px 10px;
	position:relative;
	width:500px;
	height:auto;
	border:1px solid #ccc;
	font-weight:normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#expand li.button a:hover {
	background:#bbb;
	color:#000;
}

#expand li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

#expand li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}


.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	color:#CCCCCC;
	margin:5px 0 5px 20px;
	padding:2px 18px;
}

.dropdown li.close {
	list-style:none;
}

.dropdown li ul {
	margin-left:40px;
}

a#close {
	color:#999 !important;
	text-transform:uppercase;
}


				
/******* FULL WIDTH PAGE ***********/	

#widepage {
	float:left;
	overflow:hidden;
	padding:0 10px 0 100px;
}

#widepage h3 {
	border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0px;
    padding: 8px 0 7px 0;
}

#widepage p {
	padding: 0 10px; 
	color:#666666; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:24px;
	padding:5px 0px 20px 0px;
	text-align:left;
}

#widepage.research p {
	font-size:13px;
	line-height:20px;
}

#widepage p span {
	font-weight:normal;
	text-transform:uppercase;
	font-size:36px;
	color: #DA0505;
}

#widepage p a {
	color: #DA0505;
    font-family: Georgia,Cambria,serif;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
#widepage p a:hover {
color:#333;
text-decoration:underline;
}


#widepage ul {
	margin:10px 0;
}
#widepage ul li {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	background:url(images/arrowright.png) no-repeat left;
	padding:2px 0 2px 22px;
	list-style:none;
	font-weight:bold;
}
#widepage ul li a {
color:#666666;
text-decoration:none;
}

#widepage p.subset {
	padding:0 0 15px 30px;
	font-size:12px;
	line-height:20px;
}
#widepage p.subset strong {
	color:#333;
}


/***********Contact page **************/


#contactpage {
	float:left;
	width:670px;
	overflow:hidden;
	padding:0 10px 0 100px;
	font-family: Arial, Helvetica, sans-serif;
}

.messageerror {
	float:left;
	width:650px;
	font-size:15px;
	font-weight:bold;
	color: #F00;
	padding:10px 0;
	margin:10px 0 10px 120px;
	text-transform:uppercase;	
}
.messageerror span {
	font-size:11px;
	font-weight:normal;
	color:#555;
	text-transform:none;
}

.messagesuccess {
	float:left;
	width:650px;
	font-size:15px;
	font-weight:bold;
	color: #090;
	padding:10px 0;
	margin:10px 0 10px 120px;
	text-transform:uppercase;
}

#url {
	display:none;
}

#contactpage input, #contactpage textarea {
	float:left;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin:10px 0;
    padding: 7px 10px;
    width: 500px;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:transparent;
	
}

#contactpage input:focus,
#contactpage input:hover,
#contactpage input:focus,
#contactpage textarea:hover
{
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;	
}

#contactpage label {
	float:left;
	vertical-align:middle;
	width:120px;
	padding-top:7px;
	margin:10px 0;
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
#contactpage label#spam {
	font-size:10px;
	line-height:15px;
}

#contactpage input#submit {
	float:left;
	width:300px;
	margin:30px 0 0 120px;
}


#contactpage h3 {
	border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0px;
    padding: 8px 0 7px 0;
}

#contactpage p {
	padding: 0 10px; 
	color:#666666; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:24px;
	padding:5px 0px 20px 0px;
	text-align:left;
}

#contactpage p span {
	font-weight:normal;
	text-transform:uppercase;
	font-size:36px;
	color: #DA0505;
}

#contactpage p a {
	color: #DA0505;
    font-family: Georgia,Cambria,serif;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
#contactpage p a:hover {
color:#333;
text-decoration:underline;
}


			
				
/******* PORTFOLIO PAGE ************/
				
#portfpage {
	float:left;
	min-height:560px;
	margin:15px 0 0 20px;
}

#leftbox {
	float:left;
	width:250px;
	overflow:hidden;
	padding:0 50px 0 0;
}

#leftbox h3 {
	border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0px;
    padding: 8px 0 7px 0;
}

#leftbox p {
	padding: 0 10px; 
	color:#666666; 
	font-weight:normal; 
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:11px;
	line-height:20px;
	padding:5px 0px 20px 0px;
	text-align:left;
}
#leftbox p a {
	color: #DA0505;
    font-family: Georgia,Cambria,serif;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
#leftbox p a:hover {
color:#333;
text-decoration:underline;
}

#leftbox ul {
	margin:10px 0;
}
#leftbox ul li {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:11px;
	line-height:20px;
	color:#666666;
	background:url(images/arrowright.png) no-repeat left;
	padding:2px 0 2px 22px;
}
#leftbox ul li a {
color:#666666;
text-decoration:none;
}



#rightbox {
	float:left;
	width:650px;
	height:506px;
	background:url(images/portfpageimgbg.png) no-repeat;
	padding:0px 0 0 8px;
}
				
				
#sliderWrapper{
	position:relative;
	width:658px;
	}
#fssPrev{
	position:absolute;
	top:170px;
	left:-63px;
	background:url(images/arrows.png) -67px 0px;
	width:67px;
	height:46px;
	text-indent:-999999px;
	}
#fssNext{
	position:absolute;
	top:170px;
	left:630px;
	background:url(images/arrows.png) no-repeat;
	width:67px;
	height:46px;
	text-indent:-999999px;
	}
#fssPlayPause{
	display:none;}

ul#slider{
	list-style:none;
	padding:0px 0 0 26px;
	margin-top:30px;
	width:654px;
	height:480px;
	overflow:hidden;}
	
#fssList {
	list-style:none;
	text-align:right;
	width:620px;
	margin:0;
	padding:0px 0 0 0;
	}
#fssList li {
	display:inline-block;
	padding-right:10px;
	width:12px;
	height:12px;
	}
#fssList li a {
	color:#999;
	text-decoration:none;
	background:url(images/slider-marker.png) no-repeat;
	width:12px;
	height:12px;
	text-indent:0px;
	float:left;
	}
#fssList li.fssActive a{
	background:url(images/slider-marker2.png) no-repeat;
	}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}
				
				
#bottomnav {
	float:right;
	margin:10px 0 0 0;
	color:#888;
	font-size:14px;
}
				
#bottomnav a {
	color: #DA0505;
    font-family: Georgia,Cambria,serif;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
#bottomnav a:hover {
color:#333;
text-decoration:underline;
}
				
		
/******************* Photography **********************/

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(images/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: 'Dancing Script', arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	padding:15px 22px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:40px;
	box-shadow:1px 1px 5px #202020;
	border:1px solid #222;
	background:transparent url(images/bg_content.png) repeat top left;

}

.tf_content p cufon {
    padding-bottom: 6px;
}



.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:50%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#fff url(images/loader.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width:55px;
	height:20px;
	position:absolute;
	top:50%;
	right:375px;
	z-index:100;
	cursor:pointer;
	background:transparent url(images/nav.png) no-repeat top left;
	opacity:0.5;
}
.tf_next{
	background-position:0px -20px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(images/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}
.reference{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	height:23px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:999;
	opacity:0.8;
}
.description{
	position:fixed;
	top:60px;
	right:30px;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}




#footer {
width:1000px;
height:80px;
float:left;
margin:30px 0 0 0;
border-top:#999 1px dotted;
}
#footercol {
float:left;
width:210px;
margin:10px 10px;
}
#footercolright {
float:right;
text-align:right;
width:210px;
margin:10px 10px;
}
#footercolright a {
color:#333 !important;
}
#footercolright a:hover {
color:#da0505 !important;
}

#footercolright #icons a {
display:inline-block;
margin:2px 0 0 2px;
}
#footercolright #icons a img {
border:none;
}
#footercolright #icons a:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}

#footer a {
display:block;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight: normal;
font-style: normal;
color:#999;
font-size:9px;
text-decoration:none;
padding:1px 0;
line-height:12px;
}
#footer a:hover {
color:#000;
}

#footer a#head {
font-weight:bold;
color:#555;
font-size:10px;
}

#footer a#head.current {
}

#footer a#head:hover {
color:#da0505;
}

/***********************************************/




/**top tab slide down *****/


.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}



/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */

/***
#photographytab{
	background: url(images/white1x35.png) repeat-x top;
}
***/

.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 90px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #999;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
}

.tab a.open cufon, .tab a.close cufon {
	padding-top:4px !important;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: auto;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 22px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	font-weight:normal;
	letter-spacing:-1px;
}
#panel h1 cufon {
	padding:2px 0;
}
#panel h1 span {
	color:#FF9;
}

#panel h2{
	font-size:13px;
	line-height:19px;
	padding: 2px 30px 5px 0;
	margin: 0;
	color: #CCC;
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#panel h2 a {
	color:#ccc;
}

#panel p {
	font-size:12px;
	line-height:18px;
	margin: 10px 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#panel .content .left {
	width: 440px;
	float: left;
	padding: 0 15px 0 35px;
	border-left: 1px solid #333;
}


	#panelleftcol {
	width: 200px;
	float: left;
	padding: 0 15px 0 0px;
	}
	
	#panelrightcol {
	width: 200px;
	float: left;
	padding: 0 0px 0 0px;
	}
	
	#panelleftcol ul, #panelrightcol ul {
		margin:0 0 0 10px;
	}
	
	#panelleftcol ul li, #panelrightcol ul li {
		color:#ccc;
		line-height:19px;
		font-size:10px;
		list-style:circle;
	}



#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content form div {
	display:block;
	margin:12px;
	vertical-align:top;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	display: block;
	width:75px;
}
#spam {
	margin:5px 0;
}

#panel #spam label {
	width:255px;
	font-size:13px;
}

#panel #spam input.field {
width:85px;
font-size:10px;
}

#panel .content select {
margin:7px 0 0 0;
width:200px;
background:#333;
font-size:11px;
text-transform:uppercase;
color:#aaa;
padding:2px 5px;
border:#666;
}
#panel .content select option {
	padding:2px 5px 0 5px;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 260px;
	color:#ccc;
	padding:5px 8px;
	font-weight:bold;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:14px;
}

#panel .content input:focus.field,
#panel .content input:hover.field,
#panel .content textarea:focus,
#panel .content textarea:hover
{
	background: #545454;
	-moz-box-shadow:0px 0px 7px #1a93d1;
	-webkit-box-shadow:0px 0px 7px #1a93d1;
	box-shadow:0px 0px 7px #1a93d1;	
}



#panel .content textarea {
border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 260px;
	color:#ccc;
	padding:5px 8px;
	font-weight:bold;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
	line-height:19px;
}


/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	float:right;
	margin:0 80px 20px 0;
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
#panel .content input.bt_register:hover {
	background: transparent url(images/bt_register2.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

input#human {
	
}

#thankyou {
	margin:20px 0;
	padding:0 0 0 60px;
}



#fixednav {
	float:right;
	margin:15px 85px 0 0;
	font-size:11px;
	text-transform:uppercase;
}

#fixednav.photo {
	background:#fff;
	background:url(images/white2.png) repeat;
	border-radius:5px;
}


#fixednav a {
	text-decoration:none;
	padding:4px 8px;
	color:#a11218;	
}
#fixednav a#about {
}

#fixednav a:hover, #fixednav a.current {
	
}

#fixednav a.current {
	
}

#fixednav a.current:hover {
color:#000;
}

#fixednav span {
	margin:0 3px;
}


/**************************************/



#nav li a.current {
	color:#666;
	background: url(images/white.png) repeat;
	border-radius:5px;
}

#nav li a:hover {
	color:#000;
	background: url(images/white.png) repeat;
	border-radius:5px;
}

#nav {
	line-height: 100%;
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
}


/* main level */
#nav a {
	text-decoration: none;
	display: block;
	margin: 0;
	color:#a11218;
	padding:7px 10px;
}

/* sub level */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;

}
#nav ul a:hover {
	background: #0172c2 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	text-align:left;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 25px;
	left: 0;
	background:url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
}

#nav ul li a {
	font-weight: normal;
		padding:8px 8px;
}

#nav ul li a:hover {
}


/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}


#nav {
	display: inline-block;
} 

/********************************/



#researchcol {
	width:260px;
	float:left;
	height:auto;
	padding:0 10px;
}

#researchcolinner {
	padding:0 0 0 10px;
}

#researchcol b {
	font-size:15px;
	display:block;
	font-weight:bold;
	padding:18px 0 0px 0;
	text-transform:uppercase;
	color:#444;
}

#researchcol h4 {
	font-size:10px;
	font-weight:bold;
	background:#ccc;
	padding:7px 7px 5px 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0;
}

#researchcol ul {
	margin:0px 0 0 0;
}

#researchcol ul li {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	background:url(images/arrowright_small.png) no-repeat left;
	padding:3px 0 2px 22px;
	list-style:none;
	font-weight:normal;
}

p.researchintro {
	font-size:12px !important;
	line-height:19px !important;
	font-style:italic;
	padding-bottom:5px !important;
}





#webwrap {
	widows:1000px;
	margin:0 auto;
}

.wrapper{
	width:960px;
	margin:20px auto;
}


/* Slider Style */
.pxs_container{
	width:100%;
	height:420px;
	position:relative;
	overflow:hidden;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
}
.pxs_bg{
	background:transparent url(images/bg.png) repeat top left;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:420px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background-image:url(images/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(images/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(images/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:420px;
}
ul.pxs_slider li{
	height:420px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
	display:block;
	margin:35px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:320px;
	left:50%;
}
ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}
ul.pxs_thumbnails li img{
	border: 5px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:block;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:145px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	background:#000 url(images/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#000 url(images/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}

