/* CSS put together by Max Guedy from AgencyZebra.com and based on the jQueryTools css*/


/* reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/reset.css */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

.clear {
	clear: both;
}

/* typography  */

#page {
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #3B2C27;
	letter-spacing: 1px;
	font-size: 12px; line-height: 160%;
	}

#branding {
	float: left;
	width: 323px;
}

h1.logo {
	background: transparent url(../pics/logo.jpg) no-repeat;
	width: 323px;
	height: 72px;
	text-indent: -9999px;
}

h1.logo a {
	display: block;
	width: 323px;
	height: 72px;	
}

#splash {
	background: transparent url(../pics/splash.jpg) no-repeat;
	text-indent: -9999px;
	width: 319px;
	height: 36px;
	float: right;
	margin: 20px 20px 0 0;
}

h2 {
	color: #334552;
	font-style: normal;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
	}




p { margin: 0 0 15px 0;
    line-height: 180%;

	}

.small { font-size: 11px; letter-spacing: 0;}


li {
list-style-position: inside;
margin:10px;
	}

.description {
	border-left: 30px solid #334552;
	font-size:11px;
	font-style:italic;
	letter-spacing:1px;
	line-height:11px;
	margin-top:10px;
	padding:0 0 0 5px;
	text-align:left;
	width:600px;
	z-index:0;
}

a {
	color: #918f77;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	}

a:hover {
	color: #87463b;
	}

a:active {
	color: #87463b;
	}

body {
	background-color: #EDE7C7;
	}
	
#page {

	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	width: 1000px;
	}

#flowpanes a {
	background-color: white;
	padding: 0 1px;

}

#header {
	margin-bottom: 20px;
	}


#logo {
	padding: 15px;
	}



#main {
	border-top: 5px solid #334552;
	width: 380px;
	float: left;
	}


#tabs {
	overflow: auto;
}

ul.css-tabs {  
	text-transform: capitalize;  
	font-size: 13px;  
	margin:0 !important; 
	padding:0;
	}

/* single tab */
ul.css-tabs li {  
	clear: none;  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
	}
		
ul.css-tabs a { 
	background-color: none;
	font-style: normal; 
	font-weight: normal; 
	padding: 10px;
	border-style: none; 
	float:left;
	display:block;	
	text-decoration:none;	
	border-bottom:0px;
	color: #918f77;

	position:relative;	
	}

ul.css-tabs a:hover {
	color: #87463b;
	}
	
/* selected tab */
ul.css-tabs a.current {	
	border-width: 0px;	
	color: #87463b;
	font-weight: bold;
	cursor:default;
	}

#panes div {
	clear: both;
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	}


#flowpanes {
	font-style: normal;
	font-weight: normal;
	clear: both; 
	margin:0 20px 10px 10px;	
	}





/* general settings for boh scrollables */
div.items {	
	padding: 0px;	
	margin: 0px;	
	width:20000em;	
	position:absolute;
	clear:both;
	}



/* the thumbnail scrollable */
#portfolio {
	border-top: 5px solid #334552;
	width: 600px;
	height: 580px;
	position:relative;
	overflow:hidden;
	}

#portfolio div.items div {
	width: 600px;
	float:left;		
	}





/* position and dimensions of the navigator */
#controls {
	right: 0;
	top: -90px;
	position: absolute;

	}




.navi {
	padding: 5px 5px 5px 0;
	margin:5px;
	float: right;
	}


/* items inside navigator */
.navi a {
	background-color: #918F77;
	width: 10px;
	height: 10px;
	float:left;
	margin: 5px;
	display:block;
	}

/* mouseover state */
.navi a:hover {      
	background-color: #87463B;  
	cursor: pointer;    
	}

/* active state (current page state) */
.navi a.active {    
	background-color: #87463B;  
    cursor: default;
	}

.awesomeness {
	color: #918F77;
	font-size: 10px;
	float: right;
	padding: 10px 2px 0 0;
	text-transform: uppercase
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
	}







.fix {
	clear: both;
}


