@charset "UTF-8";
body {
	font: 14px/1.25 Helvetica, Arial,sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #444;

}
#container {
	width: 100%;
	background: #FFF;
/*	margin: 0 auto;*/
	text-align: left;
}

/* common */

p {
	font-size: 14px;
}

a {
	color: #444;
}

a:link {
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearFL {
	clear: left;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearFR {
	clear: right;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.dim {
	color: #ccc;
}

a.hi {
	font-weight: bold;
}

.hide {
	display: none;
}

/* Header */
#header {
	padding: 0;
	margin: 0;
	background: #252525;
	color: #FFF;
	height: 26px;
}
/*
  #header h1 {
	background: url(../images/wajskol_logo.gif) no-repeat;
	height: 26px;
	width: 225px;
}
*/

#header #headerContent {
	width: 960px;
}

#header #headerContent #logo {
	padding-left: 22px;
	float:left;
}

#header #headerContent #contactInfo {
	float:right;
}

#header #headerContent #logo h1 a {
	display: block;
	background: url(../images/wajskol_logo.gif) no-repeat;
	height: 26px;
	width: 250px;
}

/*#header #headerContent #contactInfo p {
	font-size: 12px;
}*/

#header #headerContent #contactInfo .address {
	display: block;
	background: url(../images/wajskol_address.gif) no-repeat;
	height: 26px;
	width: 343px;
	float:left;
}
#header #headerContent #contactInfo .tel {
	margin-left: 18px;
	display: block;
	background: url(../images/wajskol_tel.gif) no-repeat;
	height: 26px;
	width: 92px;
	float:left;
}
#header #headerContent #contactInfo .email a {
	margin-left: 18px;
	display: block;
	background: url(../images/wajskol_email.gif) no-repeat;
	height: 26px;
	width: 38px;
	float:left;
}
#header #headerContent #contactInfo .email a:hover {
	margin-left: 18px;
	display: block;
	background: url(../images/wajskol_email-over.gif) no-repeat;
	height: 26px;
	width: 38px;
	float:left;
}
/* Body */
#bodyContainer {
	margin: 120px 0 0 0;
/*	overflow: auto;*/
}

/* Sidebar */
#sidebar {
	margin: 0 0 0 22px;
	width: 146px;
	float: left;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
}
/* Main content */
#mainContent {
	padding: 0;
	margin: 0 22px 0 190px;
	width: 748px;
	background: #FFF;
}

#mainContent #sectionHead {
	height: 60px;
}

#mainContent #sectionHead #sectionName {
	float: left;
}

#mainContent #sectionHead #sectionNav {
	float: right;
}

/* Section nav */
#sectionNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#sectionNav ul li {
	float: left;
}
#sectionNav ul li a {
	display: block;
}

#sectionNav .pagemarkers {
	padding-right: 52px;
}

#sectionNav .pagemarkers li {
	padding-right: 6px;
}

#sectionNav .pagemarkers li a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/b_circle.gif) no-repeat;
}

#sectionNav .pagemarkers li a:hover {
	background: url(/images/b_circle-over.gif) no-repeat;
}

#sectionNav .pagemarkers li a.hi {
	background: url(/images/b_circle-over.gif) no-repeat;
}

#sectionNav .arrows {
}

#sectionNav .arrows li {
	padding-right: 2px;
}

#sectionNav .arrows li a {
	display: block;
	width: 16px;
	height: 16px;
}

#sectionNav .arrows li a.rarrow {
	background: url(/images/b_rarrow.gif) no-repeat;
}

#sectionNav .arrows li a.rarrow:hover {
	background: url(/images/b_rarrow-over.gif) no-repeat;
}

#sectionNav .arrows li a.larrow {
	background: url(/images/b_larrow.gif) no-repeat;
}

#sectionNav .arrows li a.larrow:hover {
	background: url(/images/b_larrow-over.gif) no-repeat;
}

#sectionNav .clients {
	padding-left: 2px;
} 

#sectionNav a.clientListButton {
	display: block;
	width: 22px;
	height: 16px;
}

/*#sectionNav a#clientListButton {
	width: 22px;
	height: 16px;
	background: url(/images/b_clientlist.gif) no-repeat;
}
#sectionNav a#clientListButton:hover {
	width: 22px;
	height: 16px;
	background: url(/images/b_clientlist-over.gif) no-repeat;
}*/

/* asset */
.asset .image {
	height: 504px;
}

.asset p {
	font-size: 12px;
}

.asset p.label {
	margin-top: 12px;
}

.asset p.description {
	margin-top: 48px;
}

.asset p.description .trigger {
	display: inline;
}

.asset p.description .text {
	display: none;
}
.asset p.description:hover .trigger {
	display: none;
}

.asset p.description:hover .text {
	display: inline;
}

/* Client List */
#clientList {
	
}

#clientList ul {
	width: 204px;
	padding-right: 44px;
	float: left;
}

#clientList ul li {
	padding-bottom: 16px;
}

/* About Us */
#about {
	font-size: 12px;
}

#about p {
	font-size: 12px;
}
/* Footer */
#footer {
	padding: 0 22px;
	background:#FFF;
}

#footer p {

}

