/**
* CSS
* 
* @version 1.0
* @author Oliver Niemann 
* 
*/

* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 11px;
	line-height: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
/*	background: #f4f0ec; */
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; outline: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; outline: none; }
a:focus { outline: none; }

a img { border: none; }

.ie6 { display: none; }

#wrapper {
	width: 720px;
	margin: 5px auto;
}

#page {
	position: absolute;
	background: #fff;
	padding:10px;
}

#separator {
	width: 720px;
	height: 18px;
	border-top: 1px solid #87888A;
	border-bottom: 1px solid #87888A;
	position: relative;
	top: 0;
}

#footer {
	height: auto;
	/* border-top: 1px dashed #87888A; */
	padding-top: 5px;
}

#footer p.footerline {
	font-size: 9px;
	color: #666;
	border-top: 1px solid #000;
	padding-top: 5px;
}

#footer p.footerline span { float: right; }

#menu {
    width: 215px;
    overflow: show;
    position: relative;
	background-color: #fff;
	padding: 15px 0 0 0;
}

#menu ul, #menu div {
	list-style: none;
	margin: 0 0 5px 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#menu ul li { }
#menu ul li.section-title { text-indent: 0;}

#menu ul li.active a {	color: #000; }
#menu ul li.active a:before {	content: "|| "; }

#content {
   position: relative;
}

#content .container {
    padding: 5px 0;
}

#content #textbox {
	width: 460px;
	float: right;
	padding: 40px 0 0 0;
	display: inline-block;
	min-height: 125px important!;
}

#content #textbox #column1 {
	width: 220px;
	float: left;
	margin-right: 20px;
	display: inline-block;
}

#content #textbox #column2 {
	width: 220px;
	float: left;
	display: inline-block;
}

#column2 p, #column1 p {
	text-align: justify;
}

#content #textbox ul.list {
	list-style-type: none;
	margin: 0 0 13px 0;
}

ul.list li {
	background-image:url(images/middot.png);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding-left: 10px;
}

#content p { text-align: justify; }

p {
    margin: 0 0 13px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

div.header {
	width: 720px;
	height: 45px;
	padding: 10px 0;
	background: #fff url(images/header.png) no-repeat 50% 50%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #87888A;
}

#page div.header a.home {
	display: inline-block;
	height: 45px;
	width: 250px;
	text-indent: -9999px;
}
#page div.header a.awards {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20px;
	height: 45px;
	width: 210px;
	text-indent: -9999px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.controlbox {
	position: relative;
	top: 389px;
	right: 0px;

}

.controlbox a span {
	margin-left: 10px;
}

#portfolio {
	height: 380px;
}

#meerkat {
	width: 720px;
	height: 564px;
	margin: 0 auto;
	position: relative;
	left: 10px;
	z-index: 5000;
	background-color:#000;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#meerkat p.quote1 {
	color: #fff;
	font-size: 14px;
	width: 520px;
	margin: 0 auto;
	line-height: 14px;
	padding-top: 72px;
}

#meerkat p.quote2 {
	font-family: Times New Roman, Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	width: 520px;
	margin: 0 auto;
	padding-top: 28px;
}

#meerkat p {
	color: #fff;
	font-size: 14px;
	width: 520px;
	margin: 0 auto;
	line-height: 68px;
}

/*#meerkat-wrap { display: none; }*/