/* careers */
div.team {
	font-size: 14px;
}

div.team ul, div.team ol {
	margin: 10px 0 25px 40px;
}

div.team ol li {
	margin-bottom: 5px;
    font-size: 12px
}

div.team h2 {
	margin-bottom: 5px; 
	font-size: 24px;
}

div.team h3 {
	margin: 25px 0 5px 40px; 
	font-size: 18px;
}

.indent {
	margin-left: 40px;
}

.us {
	cursor: pointer;
	border-bottom: 1px solid #ff0000;
}

/* team */
div.people {
	width: 100%;
	overflow: hidden;
	padding-top: 6px;
}

div.person {
    float:left;
    height:150px;
    width: 20%;
    margin: 0 0 20px 2%;
}

div.person p {
	width: 130px;
}

div.person p.job-title {
	line-height: 1;
}

div.person p.job-title em {
	font-size: 12px;
	font-style: italic;
}

ul.benefits {
	margin-bottom: 25px;
}

#sidebar ul.benefits li {
	font-size: 12px;
}

.vacancy {
	font-size: 14px;
}

/* gallery */
div.gallery-wrapper {
	width: 640px;
	position: relative;
	margin: 10px 65px 0 65px;
	clear: left;
}

div.gallery {
	position: relative;
	margin-top: 7px;
	width: 640px;
	overflow: hidden;
}

a.rw {
	font-weight: normal;
	color: #ed1c24;
	text-decoration: underline;
}

a.rw:hover, a.rw:hover span, a.flickr:hover span {
	color: #339900;
}

a.rw span {
	color: #000;
}

a.flickr {
	text-decoration: none;
}

a.flickr .flick {
	color: #0063dc;
	text-decoration: underline;
}

a.flickr .r {
	color: #ff55ad;
	text-decoration: underline;
}

span.nav {
	width: 25px;
	height: 81px;
	overflow: hidden;
	position: absolute;
	top: 143px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

span.nav.prev {
	left: -25px;
	background-position: 0 0;
}

span.nav.next {
	right: -25px;
	background-position: right 0;
}

div.slider ul li {
	padding-bottom: 30px;
}

div .description {
	font-size: 12px;
	font-style: italic;
}

#galcustom {
	padding-bottom: 380px;
}

/* send cv */
div.cv {
	margin-bottom: 25px;
}

div.cv h2 {
	display: inline;
	padding: 5px 20px 5px 15px;
	position: relative;
	left: -15px;
	background-color: #fff3cc;
}

/*  cv form */
div.cv div.line input.text, 
div.cv div.submit input {
	font-size: 13px;
}

div.cv div.form {
	padding: 15px 13px 3px;
	margin: 0 0 0 -15px;
	background-color: #fff3cc;
}

div.cv div.form textarea {
	width: 97.7%;
	height: 100px;
	padding: 2px;
}

div.cv div.form div.line {
	width: 98%;
	padding: 2px;
	overflow: hidden;
	clear: both;
	margin-bottom: 6px;
	position: relative;
}

div.cv div.form div.line .input {
	margin-left: 5em;
}

div.cv div.form div.line label {
	width: 4em;
	margin-right: 0.5em;
	float: left;
	clear: left;
	font-size: 14px;
	line-height: 1.4;
	position: absolute;
}

div.cv div.form div.line.message label {
	width: auto;
	clear: both;
	position: static;
}

div.cv div.form div.line input.text {
	width: 96%;
	padding: 2px;
}

div.cv div.form div.line.submit {
	width: auto;
	padding: 10px 13px;
	margin: 10px -13px -3px;
	border-top: 1px dashed #fff;
	background-color: #eee;
}

div.cv div.submit input {
	padding: 2px 20px;
	overflow: visible;
}

/* attachments */
div.files {
	padding: 0 0 10px;
}

div.attach {
	padding-top: 5px;
	display: none;
}

#sidebar div.attach ol li {
	margin: 0 0 5px 0;
}

#attach-link {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.error {
   margin: 0 0 10px;
   padding: 0;
   color: red;
}

div.error ul li {
    padding: 5px 0;
}

div.message-sent {
	margin-bottom: 100px;
	margin-top: 0;
	font-size: 14px;
	background: none;
}

div.message-sent p {
	margin-bottom: 20px;
}

div.contacts-box .form {
	padding: 25px 0 0 22px;
	height: 428px;
	background: url(../images/sheet-left.gif) no-repeat 0 0;
}

.box {
	width: 365px;
	height: 470px;
	position: absolute;
	right: 0;
	top: -10px;
	background: url(../images/box.gif) no-repeat 0 0;
}

.box.sent {
	width: 131px;
	top: 0;
	background: url(../images/sent.gif) no-repeat 0 0;
}

