/* CSS Document */

/* Body Styling */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;	
	margin: 0px;
	padding: 0px;
}

p {
	margin:0 10px 10px;
}

p.contact {
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;	
	padding-left:5px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-left: 10px;	
}

img {
	border: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

img.right-pad {
	padding-right: 5px;
}

img.clean {
	padding: 0px;
}

img.border {
	border: 1px solid #CCCCCC;	
}

img.left-align {
	text-align: left;
	float: left;
}

a:link  {
	color: #D1E164;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #D1E164; 
	text-decoration: none;
}

a:hover {
	color: #D1E164;
	text-decoration: underline;
}

a:active { 
	color: #D1E164; 
	text-decoration: none;
}

/* Form Styling */

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	border-style: none;
	border-top: 1px dashed #333;
}

legend {
	margin-left: 1em;
	color: #000;
	font-weight: bold;
	padding: 0;
}

fieldset ol {
	list-style: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0em;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 12em;
	border-style: none;
	background-color: transparent;
	background: none;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

input {
	padding: 5px;
}


/*  Layout styling */

* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #666;
	text-align: center;
}

/* headers */

#leftbar h1, #rightbar h1, #content h1, #content-wrap h1 { 
	color: #222; 	
	letter-spacing:-1px;
	background:url(new_site/images/bk_dotted.gif) repeat-x bottom left;
	font-style:normal; font-variant:normal; font-weight:normal; 
	font-size:1.8em; font-family:Georgia, Times New Roman, Times, serif; 
	margin:0 0px 15px 0; 
	padding:0 40px 5px 0;
}

#leftbar h2, #rightbar h2, #content h2, #content-wrap h2 { 
	color: #222; 	
	letter-spacing:0px;
	font-style:normal; font-variant:normal; font-weight:normal; 
	font-size:1.3em; font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 0px 15px 0; 
	padding:0 40px 5px 0;
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	border: 0px solid #DADADA;
	padding: 0px;	
}

img.whitespaceborder {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   	border: 1px solid #EFEFEF;
	color: #6C6E3A;
}



/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 810px;	
}

/* header */
#header {
	height: 110px;
	text-align: left;
	background-color: #000000;
	background-image: url(new_site/images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header-content {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 66px; top: 16px; 
	font: bold 1.1em 'Trebuchet MS', Tahoma, sans-serif;
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 15px 7px 0px;	
	color: #B8D115; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #FFFFFF;
}
#header-content li a#current  {	
	color: #FFF;	
}


#header #header-links {
	position: absolute;
	top: 40px; right: 0px;	
	color: #000;
	font-size: 1em;
}
#header #header-links a {	
	color: #000;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #FFF;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
	/*background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;		*/
}
#content {
	text-align: left;
	padding: 0;
	margin: 30px auto;
}



/* template list */
.template-list {
	list-style:none;
	margin:10px 0px 0px 0px;;
	padding:0;
	color: #666;
	width: 100%;
	text-align: justify;
	line-height:normal;
}
.template-list .details {
	float: left;
	width: 450px;	
}

.template-list br{
	display:none;
}

.template-list p br{
	display:block;
}

.template-list li{
	margin: 12px 0px;
	height: 220px;
	background: url(images/thumb-hr.gif) no-repeat center bottom;
}
.template-list h1{
	margin: 0px;
	padding: 5px 0 0 5px;
	font: 1.3em Georgia, Times New Roman, Times, serif;
	color: #09F;
		
}




#services {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 100px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #FFFFFF;
	text-align: center;
	}
	
#meer-info {
	clear: both;
	line-height:normal;
	width: 300px !important; /*moz width*/
	width: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #F0FBFA;
	border: 1px solid #BBF7F0;
}
	
#team {
	width: 400px !important; /*moz width*/
	width: 400px;
	height: 110px;
}

#team-left {
	float: left;
	line-height:normal;
	width: 100px !important; /*moz width*/
	width: 100px;
	height: 100px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
}


#team-right {
	float: right;
	line-height:normal;
	width: 250px !important; /*moz width*/
	width: 250px;
	height: 100px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
}
#gallery {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(images/front_lizzard.jpg);
	background-repeat: no-repeat;
	}
	
#gallery_services {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(images/front_services.jpg);
	background-repeat: no-repeat;
	}

#gallery_portfolio {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(images/front_portfolio.jpg);
	background-repeat: no-repeat;
	}

#gallery_team {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(images/front_team.jpg);
	background-repeat: no-repeat;
	}

#gallery_contact {
	clear: both;
	line-height:normal;
	width: 810px !important; /*moz width*/
	width: 810px;
	height: 300px;
	padding-top:10px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(images/front_contact.jpg);
	background-repeat: no-repeat;
	}


/* rightbar */
#rightbar {
	float: left;
	width: 385px;
	padding: 0;
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	
}
#rightbar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#rightbar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#rightbar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#rightbar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}



#rightbar .label, #leftbar .label{
	margin:0;
	width:170px;
	background:url(images/label.jpg) no-repeat left center;
	padding-left:17px; padding-right:17px; padding-top:8px; padding-bottom:15px
}







/* leftbar */
#leftbar {
	width: 395px;
	float: left;
	text-align: left;
	margin-right: 19px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#leftbar p, #rightbar p, #leftbar h1, #leftbar h2, #leftbar h3, #leftbar blockquote, #leftbar form {
	margin-left: 0;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	text-align: left;
	color: #CCC;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.95em;
	font-family:Trebuchet MS, Tahoma, sans-serif;
	padding-top: 25px;
	height: 200px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #252525;
		}

#footer p {
	margin-left: 0;
}

#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #FFF;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;
	}

#footer-content a{
	color: #E1F5F7;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; 
	padding:0;
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 150px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.pink {
	color: #F09;
}
.entry {	clear:both;	}

#leftbar a:link img, #leftbar a:visited img {
	border: 1px solid #DDD;
	padding: 2px;
}

#leftbar a:hover img {
	border: 1px solid #888;
	padding: 2px;
}


/* LIGHTBOX */

#lightbox {
position:absolute;
top:20px;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0;
}

#lightbox a img {
border:none;
}

#outerImageContainer {
position:relative;
background-color:#fff;
width:250px;
height:250px;
margin:0 auto;
}

#imageContainer {
padding:10px;
}

#loading {
position:absolute;
top:20%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0;
}

#hoverNav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}

#imageContainer > #hoverNav {
left:0;
}

#hoverNav a {
outline:none;
}

#prevLink, #nextLink {
width:49%;
height:100%;
background:url('/images/blank.gif') no-repeat;
display:block;
}

#prevLink {
left:0;
float:left;
}

#nextLink {
right:0;
float:right;
}

#prevLink:hover, #prevLink:visited:hover {
background:url(images/prevlabel.gif) no-repeat left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
background:url(images/nextlabel.gif) no-repeat right 15%;
}

#imageDataContainer {
font:10px Tahoma, Verdana, Arial, Georgia, sans-serif;
background-color:#fff;
line-height:1.4em;
margin:0 auto;
}

#imageData {
padding:0 10px;
}

#imageData #imageDetails {
width:70%;
float:left;
text-align:left;
}

#imageData #caption {
font-weight:700;
font:11px Tahoma, Verdana, Arial, Georgia, sans-serif;
color:#888;
}

#imageData #numberDisplay {
display:block;
clear:left;
padding-bottom:1em;
}

#imageData #bottomNavClose {
width:66px;
float:right;
padding-bottom:0.7em;
border: 0px;
}

#overlay {
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px;
background-color:#000;
}

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

* html > body .clearfix {
display:inline-block;
width:100%;
}

* html .clearfix {
height:1%;
}

.contentslide {
border-left:0px none;
border-right:0px none;
border-top:0px none;
border-bottom:6px none;
width:500px;
height:375px;
padding:0
}

.pagination {
width:500px;
text-align:center;
background-color:#FFF;
padding-bottom:5px
}

* html .pagination {
width:500px;
}

.pagination a {
text-decoration:none;
color:#09f;
font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
line-height:1.4em;
font-size:1em;
padding:1px;
}

.pagination a:hover, .pagination a.selected {
color:#f09;
font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
line-height:1.4em;
font-size:1em;
}

.hide, .contentslide, .contentdiv {
display:none; }
