@CHARSET "UTF-8";

html,body,h1,h2,h3,h4,ul,li,p {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	text-align: center;
}

div#content {
	min-height: 100%;
 	height: auto !important;
	height: 100%;
	margin: 0 auto -21px auto;
	width: 985px;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

body {
	background: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

li a {
	color: #fff;
	text-decoration: none;	
}

li a.selected{
	text-decoration: underline;
}

p a {
	color: #b81413;
	text-decoration: none;
}
ul {
	list-style-type: square;
	list-style-position: inside;	
}

div#header {
	height: 239px;
	background: url("boat.jpg") no-repeat;
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 15px 0 0 10px;
	width: 985px;
	position: relative;
}
div#header h1 {
	font-size: 24px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 159px;
	height: 180px;
	right: 0px;
	top: 5px;
}
div#header strong {
	font-size: 24px;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 20px;
	top: 90px;
	visibility: hidden;
}
div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

div.project_sample {
	margin-top: 10px;
}
div.project_sample img {
	float: left;
	margin: 2px;
	border: none;
}
div.project_sample a {
	float: left;
	border: 1px solid #ddd;
	margin: 0 5px;
}
div.project_sample a:hover {
	border: 1px solid #b81413;
}
div.project_sample h4 {
	padding-top: 10px;
}
div.project_sample hr {
	clear: both;
	border: none;
	border-bottom: 1px dotted #ccc;
	height: 0px;
	padding: 5px 0;
}

h2 {
	color: #aaa;
	margin: 3px 15px 10px 0px;
}

h3 {
	margin: 10px 15px 5px 0px;
}

p {
	margin: 0 15px 15px 0px;
}

div.column {
	text-align: left;
}

div#first_column {
	float: left;
	margin-left: 2%;
	width: 70%;
}

div#second_column {
	float: right;
	width: 27%;
}

div#footer {
	position: relative;
	clear: both;
}
div#header ul#languages {
	list-style-type: none;
	position:absolute;
	top: 60px;
	right: 160px;
}
div#header ul#languages li {
	float: right;
	width: 20px;
	margin: 0px; padding: 0 2px;
}
div#header ul#main_menu {
	list-style-type: none;
	margin: 30px 0px 40px 10px;
	float: left;
}
div#header ul#main_menu li {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 4px;
	padding: 0 10px;
	text-align: center;
}
/* ie only styles */
div#header ul#main_menu li {
	*width: 8em;
}
ul#services {
	list-style-type: none;
}
ul#services li {
	color: #fff;
	font-weight: bold;
	display: block;
	width: 90%;
	height: 50px;
	margin-bottom: 20px;
	padding: 0px; 
}
ul#services li a {
	display: block;
	width: 95%;
	margin-left: 4%;
	height: 50px;
}
.signature {
	background-color: #b81413;
}
.design {
	background-color: #3e3428;
}
.consulting {
	background-color: #60523f;
}
/* stopka */
div.push {
	clear: both;
	height: 21px;
}
div#footer {
	height: 20px;
	clear: both;
	width: 930px;
	margin: 0 auto;
	border-top: 1px dashed #ccc;
}
/* work offers */
div.work_offers {
	font-family: monospace;
}
div.row {
	height: auto;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
div.work_offers h2 {
	text-align: center;
}
div.work_offers h3 {
	text-transform: uppercase;
}
div.work_offers div.offer_detail {
	float: left;
	width: 45%;
	background: #ccc;
	margin: 1%;
	padding: 1%;
	height: 100%;
}
div.work_offers div.offer_detail address {
	text-align: center;
}

/* TAB PANEL STYLES */

div.tabpanel div.tab-row{
  float:left;
  width:100%;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  line-height:normal;
  }

div.tabpanel div.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
div.tabpanel div.tab-row li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
div.tabpanel div.tab-row a {
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  white-space:nowrap;
  color:#eee;
  }
  
div.tab-panel {
	clear: left;
}
  
div.tabpanel div.tab-row a:hover {
  color:#fff;
  }
  
div.tabpanel div.tab-row li.selected {
  background-image:url("left_on.gif");
  }
  
div.tabpanel div.tab-row li.selected a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }