@charset "UTF-8";

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

@font-face {
	font-family: 'BergamoStdRegular';
	src: url('../fonts/BergamoStd-Regular-webfont.eot');
	src: local('☺'), url('../fonts/BergamoStd-Regular-webfont.woff') format('woff'), url('../fonts/BergamoStd-Regular-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Regular-webfont.svg#webfontwfBzOZwD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdItalic';
	src: url('../fonts/BergamoStd-Italic-webfont.eot');
	src: local('☺'), url('../fonts/BergamoStd-Italic-webfont.woff') format('woff'), url('../fonts/BergamoStd-Italic-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Italic-webfont.svg#webfontasFKcm25') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBold';
	src: url('../fonts/BergamoStd-Bold-webfont.eot');
	src: local('☺'), url('../fonts/BergamoStd-Bold-webfont.woff') format('woff'), url('../fonts/BergamoStd-Bold-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-Bold-webfont.svg#webfontisnbUZHC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBoldItalic';
	src: url('../fonts/BergamoStd-BoldItalic-webfont.eot');
	src: local('☺'), url('../fonts/BergamoStd-BoldItalic-webfont.woff') format('woff'), url('../fonts/BergamoStd-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/BergamoStd-BoldItalic-webfont.svg#webfontoeOfVvtt') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------
=TABS
------------------------------*/

.ui-tabs { 

	position: relative; 
	padding: 0; 
	zoom: 1; 
	} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { 
	margin: 0; 
	padding: 10px 0 7px 0; 
	width: 420px;	
	height: 20px;
	font: 15px/20px 'BergamoStdBold', Georgia, Times New Roman, Times, serif;
	/*border-bottom: 1px solid #888470;*/
	background: url(../images/line_dbl.gif) repeat-x bottom left;
	}
.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	margin: 0 0 1px 0; 
	border-bottom: 0 !important; 
	padding: 0 20px 0 0; 
	white-space: nowrap; 
	
	}
.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 0; 
	text-decoration: none; 
	color: #d0d1c0;
	}
	
.ui-tabs .ui-tabs-nav li a:hover {
	color: #a39a79;
	text-decoration: underline;
	}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; 
	padding-bottom: 1px; 
	color: #a39a79;
	}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
	color: #a39a79;
	}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 
	} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0; 
	padding: 20px 0 0 0; 
	background: none; 
	}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
	}

/*------------------------------
=MAIN
------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 13px/22px 'BergamoStdRegular', Georgia, Times New Roman, Times, serif;
	font-smooth: always;
	line-height: 16px;
	font-weight: 100;
	color:#FFFFFF;
	background: #33322c;
}

h1{
	font: 24px/20px 'BergamoStdBold', Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #d9d5c5;
	padding-bottom: 2px;
}

h2{
	/*font-size: 16px;
	line-height: 20px;*/
	font: 22px/20px 'BergamoStdItalic', Georgia, Times New Roman, Times, serif;
	padding-bottom: 10px;
	color: #a39a79;
	font-weight: normal;
	font-style:italic;
}

h3 {
	font-size: 1em;	
	line-height: 1.5em;
	color: #a39a79;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

h4 {
	font-size: 1em;	
	line-height: 1.5em;
	color: #a39a79;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

p.ingress {
	font-size: 1.3em;
	padding-bottom: 22px;
	line-height: 1.5em;
}

p {
	font: 1em/1.5em 'BergamoStdRegular', Georgia, Times New Roman, Times, serif;
	font-size: 1em;	
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
	-webkit-text-size-adjust:none;
}

p.norm {
	font-size: 1em;	
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
}

a {
	color: #fff;
}

p.clientlist {
	width: 150px;
	float:left;
	font-size: 13px;
	line-height: 18px;
}
p.column {
	width: 150px;
	border:1px solid #9c9b97;
}



br {
	padding:-5px 0px;
	margin:-5px 0px;
	height:30px;
}

.ruler { border-top: 1px solid #888470; }

.ruler hr { display: none; }

#main_header {
	padding-bottom:5px;
}

#tabs {
	padding-top:106px;
}

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#main {
	
	margin: 0;
	padding: 20px 0px 20px 0px;
	
	/* fallback (Opera) */
    background: #43423a;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #39372f, #514f48);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#39372f), to(#514f48));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#39372f', EndColorStr='#514f48', GradientType=0);
}
	
	
#content {
	display: table;
	width: 860px;
	padding: 0px 0px 0px 0px;
}

	#main_content {
		display: table-cell;
		vertical-align: top;
		width: 420px;
		margin: 0;
		padding: 0px 40px 0px 40px;
		float:left;
	}
	
	#about {
		padding: 40px 0px;
	}
	
	#gear, #contact { display:none; }
	
	#sidebar {
		display: table-cell;
		width: 320px;
		background: #33322c;
		padding: 20px 20px 20px 20px;
		float:right;
		/*border:1px solid #9c9b97;*/
	
	}
	
	#clients {
		width: 320px;
		height:auto;
		overflow: visible;
		padding-top:20px;
	}
	
	
/*------------------------------
=FOOTER
------------------------------*/
#footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #33322c;
	height:auto;
}

div.copyright {
	width: 860px;
	height: 30px;
	text-align:right;
	padding: 10px 0 30px;
	display: block;
}

#fb {
	width: 410px;
	padding-left: 40px;
	float:left;
}

#cp {
	width: 410px;
	float:right;
	text-align:right;
}