/* Autor: Michał Dydecki
* D-system
* 30.05.2010
*/
body {
    background:#000000 url('/site_media/img/main_background.jpg') top center repeat-y;
    font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
}
img {
	border:0;
}

p{margin-top:0}

a , a:hover , a:visited{
	color:#eeeeee;
	text-decoration: none;
}

.default-padding{
	padding:10px;
}
div.top-wave {
	background: url(/site_media/img/top_wave.png) top right no-repeat;
	width:100%;
	min-height:500px;
}
div.main-container{
	width:900px;
	margin:auto;
	overflow:auto;
}
div.fb-background{
	width:450px;
	height: 500px;
	margin:10px auto;
	background-color: white;	
}
	

div.main-container > .top {
	background:url(/site_media/img/top_logo.png) top left no-repeat;
	width:100%;
	height:200px;
}
div.top > .top-icon{
	float:right;
	background: url(/site_media/img/top_icon.png)  no-repeat;
	background-position:10px 20px;
	height:123px;
	width:316px;
}
div.top > .top-menu {
	background: url(/site_media/img/menu_bar.png) bottom center no-repeat;
	width:850px;
	height:200px;
	margin:auto;
}
div.top-menu > .main-menu {
	position:relative;
	top:142px;
	height:60px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
div.top-menu > .main-menu > .main-menu-container{
	width:720px;
	margin:auto;
}

div.top-menu > .main-menu a {
	color:#ffffff;
	text-decoration:none;
}

div.top-menu > .main-menu  .menu-item{
	float:left;
	width:110px;
	height:45px;
	background: url(/site_media/img/nav_hover.png) no-repeat 0 -50px;
	padding:20px 5px 0px 5px;
}
div.top-menu > .main-menu  .menu-item:hover{
	background-position:0 0;
}

div.top-menu > .main-menu  ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.top-menu > .main-menu  li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}
div.top-menu > .main-menu  li a {
	display:block;
	padding:20px 5px 0px 5px;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
div.top-menu > .main-menu  li a {
	background:url(/site_media/img/nav_hover.png) repeat 0 -50px;
}
div.top-menu > .main-menu  li a:hover {
	background-position:0 0px;
}

div.top-menu > .main-menu  .active-item{
	background: url(/site_media/img/nav_hover.png) top center no-repeat;
}
div.footer{
	background:url(/site_media/img/footer_bckg.png) repeat-x;
	height:51px;
	width:inherit;
}
div.footer > div{
	color:#afafaf;
	text-align:right;
	font-size:16px;
	padding:10px 10px 0px 0px;
}
div.footer > div a{color:#afafaf;text-decoration:none;}
div.footer > div a:hover{color:#fffff}

div.content-container-border{
	width:848px;
	border-left:1px solid #292929;
	border-right:1px solid  #292929;
	margin:auto;
}
div.news .content {
	margin-top:10px;
}


div.content-container{
	margin:auto;
	width:800px;
	overflow:auto;
}
div.content-container div.transparent-container{
	background-color:#454545;;
	width:100%;
	min-height:200px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	filter:alpha(opacity=80);
  	opacity:0.8;
	margin-bottom:15px;
	color:#e5e5e5;
	overflow:auto;
}
div.default-margin{
	margin:7px;
	overflow: auto;
	padding-bottom: 5px;
}
	
div.content-container div.news{
	float:left;
	width:470px;
	min-height:400px;
}
div.content-container div.login {
	float:right;
	width:301px;
	min-height:137px;
	color:#ffffff;
}

div.content-container div.partners {
	float:right;
	width:280px;
	padding:10px;
	padding-top:0;
}
div.content-container div.partners img{
	padding:5px;
}

div.title{
	font-size:20px;
	font-weight:bolder;
	margin:10px 10px 5px 10px;
	padding-left:30px;
	background: transparent url(/site_media/img/icon.png) top left no-repeat; 
}

div.baseButton {
	background: transparent url(/site_media/img/read_more_button.png) top center no-repeat;
	margin:5px;
	text-align: center;
	width: 150px;
	height: 30px;
	color: white;
	font-size: 18px;
}
	
.content{
	text-align:left;
	padding:0px 10px;
	margin-top:2px;
}

p.content div:last-child {
	margin-left:10px;
}

img.projects-image{
	margin-left:10px;
	margin-right:10px;
}
div.projects-gallery{
	overflow:hidden;
	margin:15px;
}
div.calendar {
	float: left;
	width:80px;
	height: 80px;
	background: url(/site_media/img/calendar.png) top center no-repeat;
	color:#000000;
	}
	
div.calendar .date {
	margin-top:4px;
	text-align:center;
}

div.calendar .day {
	text-align:center;
	font-size:40px;
	font-weight:bold;
	margin-top:2px;	
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	border:1px solid #ccc;
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.company-news-title {
	font-size: 1.5em;	
	margin-bottom: 5px;
}

.items div {
	float:left;
	width:680px;
}
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
.scrollable {
	float:left;	
}
a.browse {
	background:url(/site_media/img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.up, a.down		{ 
	background:url(/site_media/img/hori_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  		{ background-position:-60px -30px; } 
a.disabled 			{  visibility:hidden !important;}

.project-info {width:150px; float:right;}
.project-info img {display:block;float:right}

.image-gallery {float:left;margin-left: 30px;border: 15px solid rgba(0,0,0,0.3);-moz-border-radius: 15px;border-radius: 15px;}

