@CHARSET "UTF-8";

/**
 * Team page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Title */
#title {
	padding: 30px 0 37px 0;
	background: url(../../gfx/team/hline.gif) no-repeat 0 100%;
}

#title h2 {
	height: 23px;
	background: url(../../gfx/team/title.gif) no-repeat 0 0;
}

#title span {
	display: none;
}

/** Team listing */
.colL {
	float: left;
	width: 447px;
}

.colR {
	float: right;
	width: 447px;
}

.row {
	margin: 50px 0 0;
}

.photoFrame {
	width: 447px;
	height: 186px;
	background: url(../../gfx/team/foto_frame.gif) no-repeat 0 0;
}

.photoFrame img {
	padding: 11px 0 0 14px;
}

.row h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
}

.row p {
	margin: 18px 0 0;
	line-height: 16px;
}

/** links */
#linksList {
	margin: 15px 0 0;
}

#linksList li {
	margin: 5px 0 0;
}

#linksList a:link, #linksList a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #ad0d01;
	padding: 0 0 0 13px;
	background: url(../../gfx/offer/arrow_back.gif) no-repeat 0 5px;
}

#linksList a:hover {
	text-decoration: underline;
}
