@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin-top:80px;
}
.gap {
	height:26px; 
	clear:both;
}

/*----- HEADER -----*/

#header {
	width:700px;
	height:80px;
	padding-left:70px;
	padding-right:70px;
	margin:0 auto;
}

#navigation_left {
	width:80%;
	text-align:left;
	float:left;
}
#navigation_right {
	width:20%;
	text-align:right;
	float:right;
}

/*----- FOOTER -----*/

#footer {
	width:700px;
	padding:20px 70px 60px 70px;
	margin:0 auto;
}

#footer_left {
	width:50%;
	text-align:left;
	float:left;
}
#footer_right {
	width:50%;
	text-align:right;
	float:right;
}

/*----- WRAPPER -----*/

.wrapper {
	width:840px;
	margin:0 auto;
}

/*----- CUBE -----*/

#cube_wrapper {
	/*background:url(../images/background_index_v1.png) no-repeat;*/
	width:408px;
	height:440px;
}
.cube {
	margin:0 auto;
	width:408px;
	height:408px;
}
.cube a {
	width:128px;
	height:128px;
	margin:3px;
	display:inline-block;
	float:left;
}

.cube_1 { background:url(../images/cube_1.png) no-repeat; }
.cube_2 { background:url(../images/cube_2.png) no-repeat; }
.cube_3 { background:url(../images/cube_3.png) no-repeat; }
.cube_4 { background:url(../images/cube_4.png) no-repeat; }
.cube_5 { background:url(../images/cube_5.png) no-repeat; }
.cube_6 { background:url(../images/cube_6.png) no-repeat; }
.cube_7 { background:url(../images/cube_7.png) no-repeat; }
.cube_8 { background:url(../images/cube_8.png) no-repeat; }
.cube_9 { background:url(../images/cube_9.png) no-repeat; }

/*.cube_1.hover { background:url(../images/cube_1_hover.png) no-repeat; }
.cube_2.hover { background:url(../images/cube_2_hover.png) no-repeat; }
.cube_3.hover { background:url(../images/cube_3_hover.png) no-repeat; }
.cube_4.hover { background:url(../images/cube_4_hover.png) no-repeat; }
.cube_5.hover { background:url(../images/cube_5_hover.png) no-repeat; }
.cube_6.hover { background:url(../images/cube_6_hover.png) no-repeat; }
.cube_7.hover { background:url(../images/cube_7_hover.png) no-repeat; }
.cube_8.hover { background:url(../images/cube_8_hover.png) no-repeat; }
.cube_9.hover { background:url(../images/cube_9_hover.png) no-repeat; }*/

/*----- SLIDESHOW -----*/

#slideshow {	
	height:480px;
	margin:0 auto;
	background:url(../images/loading.gif) center no-repeat;
}
#slideshow div {
	width:840px;
}
#slideshow img {
	margin:0 auto;
	display:block;
	visibility:hidden;
}
#carousel {
	width:800px;
	height:100px;
	margin:0 auto;
	text-align:center;
	visibility:hidden;
}
#carousel_controls {
	width:800px;
	margin:0 auto;
	text-align:center;
}

#carousel li img {
	height:80px;
	max-width:80px;
	padding:10px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#carousel li a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#carousel li {
	width:100px !important;
}

#carousel_controls input {
	border:none;
	width:32px;
	height:32px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#carousel_controls input:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}

#carousel_controls .next { background:url(../images/button_next.png); }
#carousel_controls .pause { background:url(../images/button_pause.png); }
#carousel_controls .prev { background:url(../images/button_prev.png); }

/*---- CONTACT FORM -----*/

#contact_wrapper {
	width:700px;
	padding:0px 70px 20px 70px;
}
#contact_form {
	height:480px;
	background:url(../images/contact_image.jpg) bottom left no-repeat;
	border:1px solid #9F9F9F;
	padding:20px 20px 20px 320px;
}
#contact_form label {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
#contact_form .text_field {
	width:240px;
	border:1px solid #9F9F9F;
	font-size:14px;
	color:#262626;
	padding:2px;
}
#contact_form .textarea_field {
	width:352px;
	max-width:352px;
	height:150px;
	max-height:150px;
	font-size:14px;
	color:#262626;
	padding:2px;
}

#submit {
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
.submit_button {
	border:1px solid #CCCCCC;
	padding:3px 6px 3px 6px;
	background-color:#F4F4F4;
	color:#262626;
}
.submit_button:hover {
	background-color:#CCCCCC;
}

#error_message h4 {
	text-align:right;
	color:#CC0000;
}

#thankyou_message h4 {
	text-align:right;
	color:#3366CC;
}

/*---- CLIENTS PAGE -----*/

#clients_wrapper {
	width:700px;
	padding:0px 70px 20px 70px;
}
#clients {
	background:url(../images/clients_image.jpg) bottom left no-repeat;
	border:1px solid #9F9F9F;
	padding:20px 40px 20px 400px;
	text-align:right;
}
#clients ul {
	list-style:none;
}
#clients li {
	padding:3px;
}

/*----- OVERLAY -----*/

#credits_overlay {
	display:none;
	width:360px;
	padding:55px 40px 40px 40px;
	background:url(../images/overlay/white_narrow.png) no-repeat;		
	color:#FFFFFF;
	text-align:center;
}
#credits_overlay div.close { 
    background:url(../images/overlay/close.png) no-repeat; 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


