/*Reset*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/*Reset Fonts*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*Reset Base*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/*Main Structure*/
body{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html,
body{height: 100%;}

.wrapper, #meerkat{
	min-width: 900px;
	width: 100%;
}

.wrapper{ height:100%; /*min-height: 350px;*/ min-height: 600px; position: relative;}

#meerkat{
	position: absolute;
	bottom: 0;
	background-image: url('../images/footer-bg.png');
	padding-bottom: 2em;
}
#meerkat .paddings{padding: 1.25em 2em 20px 2em;}

#flash{height: 100%; background-color: #fff; overflow: hidden;}

body.relative #flash{height: 550px;}
body.relative #meerkat{position: relative; margin-top: -395px; min-height: 395px;}

body.relative.services #meerkat{height: 750px;}



a{
	color: #fff;
	text-decoration: none;
}
a:hover{color: #c69833;}

a{outline: none;}

#copyright{
	/*padding-left: 30px;*/
	/*background: transparent url('../images/home.png') no-repeat left center;*/
	position: absolute;
	bottom: 5px;
	height: 19px;
	line-height: 19px;
	/*margin-top: 2em;*/
}

#home{
	background: transparent url('../images/home-off.png') no-repeat left center;
	height: 15px;
	width: 19px;
	display: inline-block;
	margin-right: 0.3em;
}
#home:hover,
#home.active{background-image: url('../images/home.png');}

#home.active:hover{cursor: default}

.menu-list{
	display: inline; 
	margin: 0;
	font-size: 150%;
	text-transform: capitalize;
}
.menu-list li{
	display: inline;
	padding-left: 1em;
	padding-right: 0.4em;
	background: transparent url('../images/menu-sep.png') no-repeat left center;
}
.menu-list li.first{background: none;padding-left:0;}

.menu-list li a.active{color: #c69833;}

.separator{margin-top: 1em;}
.separator .dotted-line{
	background: transparent url('../images/dotted-line.png') repeat-x left center;
	height: 12px;
	overflow: hidden;
}

.separator .symbol{
	height: 12px;
	width: 12px;
	float: right;
	cursor: pointer;
	margin-left: 10px;
}
.separator .symbol.plus{ background-image: url('../images/plus.png');}
.separator .symbol.moins{background-image: url('../images/moins.png'); display: none;}

.footer-content{
	margin-top: 2em;
}

.footer-col{
	width: 20%;
	padding-right:13%;
	float: left;
}
.footer-col.last{padding-right:0%;}

.sub-title{
	color: #c69833;
	font-weight: bold;
}

.lightgrey{color: #afafaf;}
/*Services*/
.white-title{
	font-size: 150%;
	padding: 0;
	margin: 0;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	letter-spacing: 4px;
}

.accordion-content{
	position: relative;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding-top: 1em;
	/*background: transparent url('../images/plus.png') no-repeat right 1.25em;*/
	cursor: pointer;
}
.accordion-content.active{cursor: auto;}

.accordion-symbol{
	height: 12px;
	width: 12px;
	position: absolute;
	cursor: pointer;
	background-image: url('../images/plus.png');
	top: 1.25em;
	right: 0px;
}
.accordion-symbol.moins{background-image: url('../images/moins.png');}

.subtitles{
	color: #c69833;
	font-size: 130%;
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
}

.accordion-content:hover p.subtitles{color: #fff;}
.accordion-content.active:hover p.subtitles{color: #c69833;}

.accordion-content ul{color: #c69833; float: left;}

/*Clients*/

ul.client-list,
ul.client-list li
{
	margin: 0; 
	padding: 0;
}

ul.client-list li{
	display: block;
	width: 200px;
	height: 135px;
	border: 1px solid #5e5e5e;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

p.orange-title{color: #c69833; font-size: 130%; margin-top: 1.3em;letter-spacing: 4px;}

/*General stuff*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hidden{display:none;}
