* {
	outline: none;
}

html, body, #wrap { height: 100%; }

body > #wrap{ height: auto; min-height: 100%; }

body {
    cursor: default;
	padding:0; 
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background: #fff url("../images/body_bg.gif") repeat-x top;
}

#wrap {
	width: 805px;
	margin:0 auto;

	background: #fff url("../images/container_bg.gif") no-repeat top right;
}

#container {
	width: 763px;
	margin:0 auto;	
}

#top-header {
	height: 120px;
	background: url("../images/logo.gif") no-repeat left center;
}

/* menu style (located in the top header) */

#menu-container {
	float: right;
	width: 763px;
	height: 120px;
}

#menu ul {
  margin-top: 75px;
  padding: 10px 0;
  list-style: none;
  float: right;
}

#menu li {
	float:left;
	margin:0;
	padding: 0 10px;
}

#menu a {
	float:left;
	display:block;
	padding:5px 5px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#777;
	font-family: arial, "lucida console", sans-serif;
	border-top: 3px #ccc solid;
}

#menu a:hover {
	border-top: 3px #59a935 solid;
}

#menu #current a {
	border-top: 3px #59a935 solid;
}

/* end of meny style */

/* header layout */

#header {
	width:763px;
	height: 214px;
}

#header-left {
	float:left;
	width:457px;
	height: 214px;
	background: url("../images/header/default.png") repeat-x bottom;
}

#header-right-background {
    position:absolute;
    margin-left: 457px;
   	width:306px;
	height: 214px;
}

#header-right {
    position:absolute;
    margin-left: 457px;
   	width:306px;
	height: 214px;
}

/* images in the right side of the header */
#header-right-background {
	background: url("../images/header-right.jpg") no-repeat top;
}

#header-right {
	background: url("../images/header-right.jpg") no-repeat top;
}

#header-right-services {
	background: url("../images/header-right-services.jpg") no-repeat top;
}

#header-right-portfolio {
	background: url("../images/header-right-portfolio.jpg") no-repeat top;
}

#header-right-about {
	background: url("../images/header-right-about.jpg") no-repeat top;
}

#header-right-contact {
	background: url("../images/header-right-contact.jpg") no-repeat top;
}

/* content layout style */

#content { 
	padding: 0;
	padding-bottom: 80px;
	position: relative;
}

#content-container { 
	padding-bottom: 80px; 
}

#left {
	float: left;
	width: 263px;
	padding-bottom: 20px;
}

#right {
	float: left;
	width: 500px;	
	padding-bottom: 20px;
}

#content-container #content #left .box {
	padding: 10px 10px 10px 0;
	clear: both;
}

#content-container  #content #right .box {
	padding: 10px 0 10px 10px;
	text-align: justify;
}

/* end of content layout style */

/* Global Headers */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: 1.1em;
}

h1 { 
	font-size: 25px;
}

h2 { 
	font-size: 18px;
}

h3 { 
	font-size: 15px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}	

h6 { 
	font-size: 10px;
}

#content-container h2 {
	border-bottom: 1px #ccc solid;
	color: #777;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content-container p h2 {
	border-bottom: 0px;
}

#content-container h3 span {
	border-bottom: 3px #ccc solid;
	color: #888;
	padding-bottom: 3px;
	font-weight: bold;
}

#content-container #left h3  {
	border-bottom: 0;
	font-weight: bold;
}

#content-container h3 a {
	color: #ccc;
	font-size: 13px;
}

#content-container #content #right  h3 {
	padding-bottom: 3px;
}

#content-container #content #right p {
	margin: 10px 0;
	padding: 0;
}

#content-container h3 a {
	text-decoration: none;
}

/* end of Global Headers */

#content #slider-container ol {
	list-style: none;
}

/* sidebar navigation */

#navigation ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

#navigation li {
	list-style: none;
	width: 100%;
    padding: 0;
	margin: 0;
}

#navigation a {

	display:block;
	width: 240px;

	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-family: arial, "lucida console", sans-serif;
	
	border-bottom: 1px #ccc solid;
	border-left: 3px #ccc solid;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px 0;
	background-color: #fcfcfc;
}

#navigation a:hover {
	border-left: 3px #59a935 solid;
	background-color: #f6f6f6;
}

#navigation a:visited {
	color:#333;
}


#navigation #current a {
	border-left: 3px #59a935 solid;
}


/* mews style in left column */

.list  li {
	clear: both;
}

.list  li .list-left-column {
	float: left;
	width: 80px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.list  li .list-left-column span {
	color: #59a935;
}
.list  li .list-left-column div {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
.list li .list-right-column {
	float: left;
	width: 173px;
}

#content-container .list li .list-right-column  h3 {
	border-bottom: 0;
	color: #666;
	font-size: 13px;
	margin: 0;
}

#content-container #content #left .list {
	margin: 0px;
	list-style: none;
	padding: 0;
}


/* end of news style*/


/* footer layout */

#footer { 
	clear: both; 
	position: relative; 
	z-index: 10; 
	height: 106px; 
	margin-top: -106px; 
}

/* footer theme */

#footer { 
	color: #fff; 
	width: 805px;
	height:106px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/footer.png") no-repeat bottom right;
}

#footer-content {
	padding: 75px 0px 0px 55px;	
}

#footer-link {
	color: #FFF; 
	text-decoration:none;	
}

#footer-link:hover {
	text-decoration:underline;	
}

#footer-left {
    margin-left:21px;
	float: left;
	width: 408px;
}
#footer-right {
	float: left;
	width: 355px;
}


/* footer */

#footer-right  p {
	margin-top:0;
	margin-bottom: 0;
	padding:39px 10px 0px 10px;
	color: #fff;
	
}

#footer-right  p a{
	color: #ccffcc;
	text-decoration: none;
}

#footer-left #footer-menu {
	margin:0;
	padding:75px 0px 0px 0px;
	list-style:none;
	float: left;
}

#footer-left #footer-menu .box {
	text-align: left;

}

#footer-left #footer-menu li{
	display:inline;
	margin:0px 8px 0px 0px;
}
#footer-left #footer-menu li a{
	color:#666;
	text-decoration: none;
	font-size: 11px;
}
#footer-left #footer-menu li a:hover{
	color: #333;
	text-decoration:underline;
}
#footer-left #footer-menu li a.active {
	color: #333;
	font-weight: bold;
}
#footer-left a{
	color: #e8e6db;
}

#prefooter {
	margin: 0 0 1px;
	width: 100%;
	height: 1px;
	clear: both;
}


/* end of footer */

/* links style */

#content-container  a:link, #content-container  a:active   {
	color: #59a935;
	text-decoration: none;

}
#content-container  a:visited  {
	color: #59a935;
	text-decoration: none;
}
#content-container  a:hover {
	color: #333;
	text-decoration: underline;
}


.url a {
	color: #59a935;
	font-size: 18px;
	float: right;
	text-decoration: none;
	
}

/* end links */



/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	padding-right: 1px;
	font-weight: bold;
	color: #999;
}
input[type=text],
input[type=select],
textarea{
	padding: 2px;
	font: 400 12px arial, sans-serif;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0ba #f4f4ec #f4f4ec #c0c0ba;  
}
input[type=text]:focus,
input[type=select]:focus,
textarea:focus{  
  color: #333;
  background-color: #eef7e5;
}
.input{
	width:250px;
}
.text{
	width:360px;
	height:150px;
}
input.button {
  padding: 1px 10px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #59a935;
  border-width: 1px;
  border-style: solid;
  border-color: #186825 #0e4d19 #0e4d19 #186825;
}

/*#submit {
	width: 101px;
	height: 30px;
	background: url("../images/submit_button.gif") no-repeat top right;
	border: 0;
	cursor: pointer;
}*/

#note {
	padding: 10px;
	font-size: 12px;
	/*font-weight: bold;*/	
	border: 1px #ccc solid;
	display: none;
}

.notification_error {
    color: #992222;
}

.notification_ok {
	color: #229922;	
}

/* end of contact form style */




/* testimonial style */
/*clientSays - Client Says style for HEADER */

#header .box .testimonial blockquote{
	margin: 30px 0 0 15px;
	padding:0px 10px 20px 20px;
	background:url(../images/quote_green.gif) no-repeat top left;
	width:253px;
}
#header .box .testimonial blockquote p.quote{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	color:#59a935;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;}


#header .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	font-size:12px;
	color:#59a935;
	font-weight:bold;
}
/*clientSays - Client Says style for CONTENT */

#content .box .testimonial blockquote{
	margin: 0;
	padding:0px 10px 20px 30px;
	background:url(../images/quote_white.gif) no-repeat top left;
	width:223px;
}
#content .box .testimonial blockquote p.quote{
	text-align:left;
	font-size:15px;
	font-weight: bold;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
}

#content .testimonial blockquote p.author{
	margin:10px 10px 0 0;
	display:block;
	text-align:right;
	
	font-size:12px;
	color:#999;
	font-weight:bold;
}

/* text style */




/* -------- misc style ----------*/

.image-left{
	padding:3px;
	margin:0 15px 0 0;
	border:1px solid #ccc;
}

.image-right{
	padding:3px;
	margin:0 0 0 15px;
	border:1px solid #ccc;
}


/* thumbnail in right column */

.image-left-small{

	padding:3px 3px;
	margin:0 3px 0 0;
	border:1px solid #ccc;
}

.image-right-small {

	padding:3px 3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border-small {
	background:#fff;
	padding:3px 3px;
	border:1px solid #ccc;
}


.image-border {
	padding:3px;
	border:1px solid #ccc;
}

.textblock {
	border: 1px #aaa solid;
	background-color: #fafafa;
	padding: 10px;
	color: #777;
	margin-bottom: 20px;
	
}

.clearit {
	clear: both;
}

/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* for portfolio page style */
#portfolio {
	margin-top: 10px;
}
#portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio ul li {
	clear: both;
	margin-top: 20px;
}
#portfolio ul li ul li {
	clear: both;
	margin-top: 5px;
}
#portfolio ul li ol li {
	clear: both;
	margin-top: 5px;
}


#portfolio {
	margin-top: 10px;
}
#portfolio ul li ul{
	margin: 0;
	padding: 0;
	list-style: square;
	padding-left: 16px;
	margin-left: 16px;
	
}


.portfolio-item {
	width: 100%;
}

.portfolio-item .portfolio-item-image {
	float: left;
	width: 45%;
}

.portfolio-item .portfolio-item-desc {
	float: left;
	width: 54%;
}


.padding-5 {
	padding: 5px;
	padding-top: 0;
}

/* table style */

.table{  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:97%;
}
.table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

.table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 8px;
}


.table thead th {
  color: #FFF;
  background-color: #7faa5a;
  border-bottom: 3px #bdccb1 solid;
}

.table tbody tr.highlighted {
  background-color: #ecf0e1;
}

.table tbody td {
  border-bottom: 1px solid #ddd;
}

.table tbody tr:hover td {
  background: #c7e5ad; 
}

.contactgegevens {
	padding-left:12px;	
}

/* slider images */

#design1 {
	background: url("../portfolio/ggdesigns.png") no-repeat center;
}
#design2 {
	background: url("../images/screenshot2.gif") no-repeat center;
}
#design3 {
	background: url("../images/screenshot3.gif") no-repeat center;
}
		
/* end of slider images */

/* Panel Tab/button */
.tab {
  	background: url("../images/tab_b.png") repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:325px;
  	clear: right;
  	height: 42px;
	width: 300px;
  	font-weight: bold;
	line-height: 42px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url("../images/tab_l.png") no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url("../images/tab_r.png") no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url("../images/tab_m.png") repeat-x 0 0;
}

.tab ul.login li a {
	color: #bfbfbf;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url("../images/bt_open.png") no-repeat left 0;}
.tab a.close {background: url("../images/bt_close.png") no-repeat left 0;}
.tab a:hover.open {background: url("../images/bt_open.png") no-repeat left -19px;}
.tab a:hover.close {background: url("../images/bt_close.png") no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
    /*filter:alpha(opacity=97);
	-moz-opacity:0.97;
	-khtml-opacity: 0.97;
	opacity: 0.97;*/
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #bfbfbf;
}

#panel a:hover {
	color:#fff;
}

#panel a.lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#272727;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url("../images/bt_login.png") no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url("../images/bt_register.png") no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Portfolio */
#tabs ul li a{
    font-size:11px; 
}

#accordion h3 a{
    font-size:11px;
}
.ui-widget label
{
    
    font-size:12px;
    font-family:Arial,sans-serif;
    font-weight: bold;
    color:#777777;
}
.checkbox
{
    width:180px;
    clear: right; 
    float:right;
}
