/* reset */
* {
	outline-style:none;
}
html, body, h1, h2, h3, h4, p, a, ul, ol, li, form, fieldset, input, textarea, label, select, option, map, area, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body { height: 100%; }
a {
	text-decoration: none;
	outline: none;
}
h1, h2 { cursor: default; }
/* end of reset */

.hide { display: none !important; }
.blue { color: #2bb0f4; }
.green { color: #57b55c; }
body {
	background: #2a2e2f url('../gfx/bg.jpg') repeat-x;
	font-family: "Myriad Pro", Geneva, Arial;
	color: #fff;
}
#container {
	width: 980px;
	margin: 0 auto;
	background: url('../gfx/top-bg.jpg') no-repeat left top;
	height: 800px;
}
#top h1 {
	font-size: 2em;
	color: #fff;
	float: left;
	font-weight: normal;
	margin: 28px 0 15px 35px;
}
#top h1 a {color: #fff;}
#main-menu {
	margin: 32px 5px 10px 0;
	float: right;
	list-style-type: none;
	font-size: 1.7em;
	position: relative;
}
#main-menu li {
	float: left;
	position: relative;
    z-index: 200;
	display: block;
}
#main-menu li a {
	display: block;
	padding: 4px 10px;
	color: #57b55c;
}
#main-menu li a:hover {color: #fff;}
#main-menu #blog a {color: #2bb0f4;}
#main-menu #blog a:hover {color: #fff;}
#main-menu #info a {color: #fff;}
#main-menu #info a:hover {color: #2bb0f4;}
#main-menu #contact a {color: #2bb0f4;}
#main-menu #contact a:hover {color: #57b55c;}
#main-menu div.ahover {
	position: absolute;
    background: #171614;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#content {
	clear: both;
	background: url('../gfx/bg-green.jpg') no-repeat;
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
}
#content.white-bg { background: url('../gfx/bg-white.jpg') no-repeat;}
#content.blue-bg { background: url('../gfx/bg-blue.jpg') no-repeat;}
#works { list-style-type: none;}
	#works li {
		display: block;
		margin: 15px auto;
		width: 960px;
		height: 270px;
		position: relative;
		z-index: 11; 
	}
	#works li .optical {
		position: absolute; 
		opacity: 0.8; 
		filter: alpha(opacity = 80);/* For IE */
		zoom: 1;/* For IE */
		background: black; 
		width: 960px; 
		height: 270px; 
		z-index: -1; 
		top: 0; 
		left: 0;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#works .thumbs {
		list-style: none;
		float: left;
	}
	#works .thumbs  li {
			display: block; 
			margin: 0; 
			padding: 0;
			float: left;
			width: 650px;
		}
	#works li .thumbs  li img {
		margin: 5px;
	}
	#works li .work-info {
		float: right;
		width: 300px;
		margin: 5px 0 0 0;
		position: relative;
		font-size: 0.9em;
	}
	#works li .work-info h3 {
		font-weight: normal;
		font-size: 1.6em;
		margin: 0 0 12px 5px;
	}
	#works li .work-info p {
		font-family:Tahoma, Geneva, Arial;
		text-indent: 10px;
		padding: 0 2px;
		line-height: 1.4;
	}
		#works .thumb-menu {
			list-style: none;
			position: absolute;
			top: 230px;
		}
			#works .thumb-menu  li {
				display: inline;
			}
				#works .thumb-menu  li a{
					display: block; 
					float: left;
					color: #323232;
					background: #2baff1;
					margin: 5px;
					text-align: center;
					font-weight: bold;
					padding: 1px 5px;
				}
				#works .thumb-menu  li a:hover {color: #fff;}
		#works .online {
			position: absolute;
			top: 230px;
			left: 160px;
			display: block;
			margin: 5px 5px 0 5px;
			text-align: center;
			font-weight: bold;
			color: #323232;
			background: #57b55c;
			padding: 1px 5px;
			float: left;
		}
		#works .online:hover {color: #fff;}
		
		
		.pagination {
				text-align: center;
				margin: 0 auto 5px auto;	
				font-weight: bold;
			}
				.pagination li {
					display: inline;
					color: #27a5dc;
					font-size: 0.8em;
					margin: 0 3px;
					
				}
					.pagination li a {
						color: #57B55C;
						padding: 3px 5px;
						background-color: #323232;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
					}
					.pagination li.active a {
						color: #2BB0F4;
						background-color: #323232;
					}
					.pagination li a:hover {
						background-color: #323232;
						color: #fff;
					}			
		
#main {
	display: block;
	position: relative;
	z-index: 11; 
	margin: 15px auto;
	width: 960px;
	
	margin-top: 15px;
}
#main h2 {
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 25px;
	padding-top: 10px;
}
#main a {color: #57b55c;}
#main a:hover {color: #2bb0f4;}
#main p {
	font-size: 1em;
	line-height: 1.4;
	padding: 4px 15px;
	text-indent:15px;
}
#main ul {
	font-size: 1em;
	margin-left: 50px;
}
#main .optical {
	position: absolute; 
		opacity: 0.8; 
		filter: alpha(opacity = 80);/* For IE */
		zoom: 1;/* For IE */
		background: black; 
		width: 100%; 
		height: 100%; 
		z-index: -1; 
		top: 0; 
		left: 0;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		
}
#realization-example {
	position: relative;
 	background: #2bb0f4;
 	margin: 0 30px;
 	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 0.8em;
	color: #000;
}
#realization-example p {
	padding: 0 15px 1px 15px;
}
#realization-example .close {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #000;
	font-weight: bold;
}
#realization-example .close:hover {color: #fff;}
#contact-info {
	float: left;
}
#contact-info {
	float: left;
	margin: 30px 0 0 30px;
	font-size: 1.2em;
	line-height: 1.3;
	color: #fff;
}
#contact-info ul {
	margin-left: 30px;
}	
#contact-info h3 {
	font-size: 1.5em;
	color: #57b55c;
	font-weight: normal;
}	
#contact-info h2 {
	font-size: 1.5em;
	color: #2bb0f4;
	margin: 0 0 30px 0;
	font-weight: bold;
}
#contact-info p {
	font-size: 1em;
	margin: 0;
	padding: 0;	
}
#contact-info ul {font-size: 1em;}
#contact-info .localization {margin-top: 160px;}
#sContact {
	display: block;
	float: right;
	padding: 30px 20px 0 0;
	width: 580px;

}	
#sContact ul {
	list-style: none;
}
#sContact .error {color: red; padding: 0; text-align: center; margin-bottom: 10px;}
#sContact .notice {color: #57B55C; padding: 0; text-align: center; margin-bottom: 10px;}
	#sContact ul li{
		margin: 15px 0;
		overflow:hidden;
	}
		#sContact ul li.first{
		margin: 0 0 15px 0;
		overflow:hidden;
	}
		#sContact ul li label {
			color:#F6F6F6;
			display:block;
			float:left;
			font-size:1.1em;
			line-height:25px;
			text-align:right;
			width:100px;
			padding-right: 20px;
		}
		#sContact ul li input, #sContact ul li textarea {
			background-color:#fff;
			color:#2bb0f4;
			float:right;
			height:25px;
			padding:3px 5px 0;
			width:400px;
			font-size:17px;
		}
		#sContact ul li textarea { height: 300px; font-size:17px;}
		#sContact ul li.submit input {
			clear: both;
			width: 130px;
			margin: 5px 5px 0 5px;
			text-align: center;
			font-size: 1em;	
			height: 24px;
			font-weight: bold;
			color: #323232;
			background: #57b55c;
			padding: 1px 5px;
		}
		#sContact ul li.submit input:hover { color: #fff;}
	#special-hack-spam {
		clear: both;
	}

#footer {
	clear: both;
	font-size: 0.9em;
}
#footer a { 
	float: left;
	color: #fff;
	margin: 0 5px;
}
#footer a:hover { color:#57b55c;}
#footer a.flag {
	margin-top: 4px;
	width: 16px;
	height: 11px;
}
#footer a.poland {
	background: url('../gfx/polish_flag.gif') no-repeat;
}
#footer a.english{
	background: url('../gfx/english_flag.gif') no-repeat;
}
#footer a.spanish{
	background: url('../gfx/spanish_flag.gif') no-repeat;
}

#footer p{ 
	float: right;
	
}
#ga_shade {display:none!important;}