/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #000;
	font: 12px/170% Arial, sans-serif;
  color: #494949;
	/*overflow: scroll;*/
	
}

ul, ul li {
	list-style-type: none;

}

a, a img {
	border:0; 
	outline: none;
}


h2, h3 {
	padding: 15px 0;
	margin: 0;
	color: #900032;

}

h2 {
	font-size: 33px;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	
}

a:link,  a:visited {
	color: #5c63ee;
}

a:hover{
	color: #800080;
}

a:active{
	color: #5c63ee;
}

#header_wrapper {
  background: #fff url(../img/ar_top_bg.jpg) repeat-x 0 0;
	height: 181px;
	
}

#footer_wrapper{
	width: 100%;
	min-height: 181px;
	background: #000 url(../img/ar_bot_bg.jpg) repeat-x 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container_wrapper{
	width: 100%;
	min-height: 400px;
	background: #fff;
	margin: 0;
	padding: 20px 0;
	
}

#header, #container, #footer {
  margin: 0 auto;
  padding: 0 /*20px*/;
  width: 1000px;
}

#header {
	height: 181px;
	position: relative;
}


#container div.left {
	width: 490px;
	float: left;
	clear: left;
}

#container div.right {
	width: 419px;
	float: right;
	clear: right;
}

#container #top_right, #container #top_left {
	height: 320px;
}

#container #bottom_right a img{
	margin: 20px 0 10px 19px;
}

#container #bottom_right a#first img{
	margin-left: 0;
}

#container #top_right img {
	margin-top: 15px;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	
}

#container #bottom_left ul, div.cur_project ul{
	list-style-image: url("/img/bullet.png");
	
}

#container #bottom_left ul li{
	padding: 5px 0 5px 0;
}

/**
 * Footer
 */

#footer {
	color: #fff;
}


#footer div, #footer p{
	margin-top: 10px;     /* margins for IE6 & 7*/
}


#footer div p{
	margin: 0;           /* margins for IE6 & 7*/
}

#footer p.right, #footer p.left {
	float: none;
	margin-top: 10px;    /* margins for IE6 & 7*/
}

.copy {
	float: right;
	padding: 0 15px;
}

#footer .last {
	padding-right: 0;
	background: transparent url(../img/separator.png) no-repeat 0 3px;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #800080;
}

/**
 * Header
 */
#logo-floater{
	width: 110px;
	position: absolute; bottom: 75px;
}


/**
 * Slogo
 */

#slogo {
	position: absolute; right:0;
}

#slogo a{
	text-decoration: none;
} 

#slogo h1, #slogo h2, #slogo h5 {
	font-weight: lighter;
	margin: 0;
	
}

#slogo h1 {
	font-size: 70px;
	margin: 10px 0 30px 30px;
	
}

#slogo h2, #slogo h5 {
	font-size: 44px;
	
}

#slogo h2{
	margin-right: 100px;
}

#slogo h5{
	margin-right: 180px;
}

#slogo h1 a{
	color: #5e0021;
	opacity:0.9;filter:alpha(opacity=90);
}
 
#slogo a{
	color: #900032;
	opacity:1;filter:alpha(opacity=100);
}
 
#slogo:hover h1 a{
	
	opacity:1;filter:alpha(opacity=100);
	
}
 
#slogo:hover a{
	
	opacity:0.9;filter:alpha(opacity=90);
	
 }
 
 #slogo h1, #slogo h2, #slogo h5{
	text-align: right;
} 



/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
	position: absolute; bottom: 10px;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0 10px 0 20px;
  float: left; /* LTR */
  background: transparent url(../img/separator.png) no-repeat 0 12px;
}

ul.primary-links li.first{
	background: none;
	padding-left: 0;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em 0 0;
  padding: .75em 0 0 0;
  color: #fff;
  background: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

ul.primary-links li a.active, ul.primary-links li a:hover{
  color: #c10144;
}

#lang_sw {
	position: absolute; right: 0;
}

#lang_sw li{
	background: transparent;
	padding: 0 0px 0 40px;
}

#lang_sw li.active{
	background: transparent;
	padding: 0 0px 0 30px;
}

#lang_sw li#pl{
	background: transparent url(../img/flags.png) no-repeat -76px 14px;
	
}

#lang_sw li#en{
	background: transparent url(../img/flags.png) no-repeat 15px 14px;
}

/**
 * Portfolio & oferta
 */
 
.cur_project {
	background-color: #ececec;
	position: relative;
	width: 100%;
}

#portfolio{
	height: 340px;
}

#oferta{
	height: 380px;
	
}

.cur_project a.fade {
	display: block;
	float: right;
	margin: 20px 20px 20px 0;
}

.cur_project h3 {
	margin: 20px 0 20px 20px;
	padding: 0;
	font-weight: lighter;
}

.cur_project p, .cur_project h3, .cur_project ul {
	float: left;
	width: 525px;
}

.cur_project p{
	margin: 0 0 10px 20px;
	text-align: justify;
}

.cur_project a{
	display: inline-block;
}

.cur_project a#prev {
	position: absolute; left: 20px; bottom: 20px;
	padding-left: 30px;
	background: transparent url('/img/portfolio_arrows.png') no-repeat 0 3px;
}

.cur_project a#next {
	position: absolute; left: 400px; bottom: 20px;
	padding-right: 30px;
	background: transparent url('/img/portfolio_arrows.png') no-repeat right -21px;
}

#projects_lnks h3{
	color: #020202;
	font-weight: lighter;
}

#projects_lnks div {
	display: block;
	float: left;   /*float instead of display inline-block for IE6/7 compatibility */
	width: 200px;
	height: 200px;
	margin: 10px 0 10px 63px;
	padding: 0;
	position: relative;
}

#projects_lnks div p {
	width: 200px;
	height: 30px;
	text-align: center;
	margin: 0;
	position: absolute; top: 153px; left:0;
}

#projects_lnks div p a{
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	line-height: 14px;
	color: #020202;
	text-decoration: none;
}

#projects_lnks div.first {
	margin-left: 0;
}

a.oferta {
	display: inline-block;
	margin: 20px 5px 5px 0;
	padding: 5px 15px;
	background: #000;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}

a.oferta:hover, a.oferta#current {
	background-color:#ececec;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #900032;
}

/*kontakt*/

#kontakt_top_left h2.form{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #020202;
	font-weight: bold;
}

#kontakt_bottom_right {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #fafafa;
	margin-top: 20px;
}

#kontakt_bottom_right h2 {
	border-bottom: solid 1px #ccc;
	background-color: #ececec;
	padding: 7px 0 7px 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #020202;
	font-weight: bold;
}

#kontakt_bottom_right p{
	color: #020202;
}

#kontakt_bottom_right p.left{
	padding-left: 10px;
}

#kontakt_bottom_right p.right{
	padding-right: 10px;
}

#contact_form{
	background-color: #cccccc;
	padding: 20px;
}

#contact_form fieldset{
	border: none;
	padding: 0;
}

#contact_form fieldset input {
	width: 270px;
	padding: 0;
	margin-bottom: 10px;
}

#contact_form fieldset textarea {
	width: 440px;
	height: 200px;
	padding: 0;
}

#contact_form fieldset label{
	display: block;
	margin-bottom: 2px;
	color: #000; 
}

#contact_form fieldset br{
	display: none;
}

#contact_form fieldset #submit{
	width: auto;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: none;
	padding: 10px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#contact_form fieldset #submit:hover{
	color: #C10144;
}

p.error {
	border: solid 1px red;
	background-color: #FED1D1;
	padding: 5px 10px;
	color: #000;
}

p.success {
	border: solid 1px #bee5cf;
	background-color: #cce5d7;
	padding: 5px 10px;
	color: #000;
}
