body {
	margin: auto;
	width: 910px;
	color: #333;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	background-color: #F6F6F6;
	background-position: top center;
	background-image: url('../img/background.png');
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

p {
	text-align: left;
	margin: 0px;
	padding: 8px 5px 5px 5px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea {
	color: #999;
    background-color: #FFF;
    font-size: 12px;
    font-family: Arial;
	border: solid #5DDC00 1px;
}

h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0px;
	margin: 0px;
}

a:link {
	font-size: 12px;
	color: #5DDC00;
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 12px;
	color: #5DDC00;
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	color: #5DDC00;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	padding: 10px 10px 10px 30px;
}

li {
	list-style: none url('../img/arrow_left.png');
}

table {
	width: 100%;
	border: 1px solid #5DDC00;
	text-align: center;
	border-spacing: 1px;
}

th {
	background-color: #AAF375;
	padding: 5px;
}

td {
	background-color: #F3FFDF;
	padding: 5px;
}

/*
/ TITLE for all pages
*/

.title h1 {
	font-size: 30px;
	color: #360;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}

.title h1 span {
	font-size: 30px;
	color: #5DDC00;
	position: absolute;
	margin: -1px;
}

/*
/ BACK
*/

.back  {
	color: #5DDC00;
	text-align: right;
}

/*
/ INPUT
*/

.input_250 {
	width: 250px;
}

.input_no_border {
	border: none;
}

/*
/ JOB
*/

.job {
}

.job .left {
	text-align: left;
}

/*
/ JOB_SEE
*/

.job_see {
}

.job_see h2 {
	color: #5DDC00;
	font-size: 23px;
	text-align: center;
	margin: 20px 50px 30px 50px;
	padding: 30px 10px;
	border: 1px solid #5DDC00;
}

.job_see h3 {
	margin: 20px 0px 10px 0px;
	font-size: 13px;
}

.job_see .recruiter {
	float: left;
	margin: 20px;
	padding: 5px;
	border-left: 5px solid #5DDC00;
}

/*
/ WHO
*/

.who {
}

.who a {
	text-decoration: underline;
	font-size: 13px;
}

.who h2 {
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #5DDC00;
}

/*
/ SPIRIT
*/

.spirit {
}

.spirit h2 {
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #5DDC00;
}

/*
/ TEAM
*/

.team {
}

.team .align {
	text-align: center;
}

.team img {
	padding: 7px;
	border: 1px solid #EEE;
}

/*
/ TEAM ONE BY ONE
*/

.teamOneByOne {
}

.teamOneByOne .content {
	float: left;
	padding: 10px;
	margin: 10px;
	text-align: center;
	width: 138px;
}

.teamOneByOne .content img {
	width: 100px;
	height: 130px;
}

.teamOneByOne .content h3 {
	font-size: 15px;
	color: #5DDC00;
	height: 40px;
}

.teamOneByOne .content h4 {
	font-size: 12px;
	color: #999;
	font-style: italic;
	border: none;
	height: 40px;
}

.teamOneByOne h2 {
	margin: 10px 5px 0px 5px;
	font-size: 17px;
	color: #5DDC00;
	border-bottom: 1px solid #DDD;
	clear: both;
}

/*
/ REFERENCE
*/

.reference {
}

.reference .border {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin: 5px 0px 0px 0px;
	padding: 7px;
}

.reference .content {
	background-color: #EEE;
	padding: 5px;
}

.reference .content h1 {
	font-size: 20px;
	color: #360;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}

.reference .content h1 span {
	font-size: 20px;
	color: #5DDC00;
	position: absolute;
	margin: -1px;
}

.reference h2 {
	text-align: right; 
}

.reference p img {
	float: left;
	padding-right: 5px;
}

/*
/ CONTACT
*/

.contact {
}

.contact .center {
	text-align: center;
}

.contact .left {
	float: left;
	text-align: right;
	width: 46%;
	padding: 3px;
}

.contact .right {
	padding: 3px;
	clear: right;
}

/*
/ ERROR
*/

.error {
}

.error span {
	color: #5DDC00;
	font-weight: bold;
}

/*
/ NEWS
*/

.news {
}

.news .border {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin: 5px 0px 0px 0px;
	padding: 7px;
}

.news .content {
	background-color: #EEE;
	padding: 5px;
}

.news .content h1 {
	font-size: 20px;
	color: #360;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}

.news .content h1 span {
	font-size: 20px;
	color: #5DDC00;
	position: absolute;
	margin: -1px;
}

.news h2 {
	font-size: 12px;
	text-align: right; 
	font-style: italic;
}

/*
/ AGENDA
*/

.agenda {
}

.agenda .border {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin: 5px 0px 0px 0px;
	padding: 7px;
}

.agenda .content {
	background-color: #EEE;
	padding: 5px;
}

.agenda .content h1 {
	font-size: 20px;
	color: #360;
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}

.agenda .content h1 span {
	font-size: 20px;
	color: #5DDC00;
	position: absolute;
	margin: -1px;
}

.agenda h2 {
	font-size: 12px;
	text-align: right; 
	font-style: italic;
}

/*
/ PRODUCT
*/

.product {
}

.product .title sup {
	font-size: 15px;
}

.product img {
	float: left;
	margin: 11px 10px 5px 5px;
}

.product h2 {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
}

.product .anim {
	float: right;
	width: 600px;
	margin: 5px;
	border: 1px solid #5DDC00;
}

/*
/ CONTACT BOX
*/

.contact_box {
	padding: 5px;
}

.contact_box .desc {
	float: left;
	font-size: 10px;
	color: #F6F6F6;
	font-family: Verdana;
}

.contact_box .desc a {
	color: #F6F6F6;
	text-decoration: none;
}

.contact_box .desc span {
	font-weight: bold;
}

.contact_box .desc .green {
	color: #5DDC00;
}

.contact_box .copyright {
	padding: 3px;
	float: right;
	font-size: 9px;
	color: #BFD1D9;
	font-family: Verdana;
}

/*
/ BOX
*/
	
.box {
	background-image: url('../img/box-background.png');
	background-repeat: repeat-x;
	height: 124px;
	padding: 5px;
	overflow: hidden;
}

.box .title {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 5px;
}

.box .title .first:first-letter {
	font-size: 15px;
}

.box .title span:first-letter {
	font-size: 15px;
}

.box .title span {
	position: absolute;
	color: #BFD1D9;
	margin: -1px;
}

.box .desc {
	margin: 5px;
	font-size: 11px;
	color: #F6F6F6;
	font-family: Verdana;
}

.box .desc .arrow {
	float: left;
	margin: 2px 0px 0px 0px;
}

.box .desc .text {
	margin: 0px 0px 0px 18px;
}

.box .desc .text p {
	padding: 0px;
}

.box .desc .img {
	margin: 0px 5px 0px 0px;
	float: left;
}

.box .desc a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

.box .updown {
	float: right;
	margin: 0px 0px 0px 2px;
}

.box .mask {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	height: 85px;
}

.box_340 {
	width: 320px;
}

.box_186 {
	width: 226px;
}

.box_height_88 {
	overflow: hidden;
	height: 88px;
}

/*
/ SLIDE
*/

.slide {
	width: 910px;
}

.slide .arrow {
	float: left;
	width : 21px;
	height : 21px;
	text-align: center;
    background-color: #5DDC00;
	font-size: 17px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 50px 5px 0px 5px;
	border: 2px solid #FFF;
}

.slide .arrow a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

.slide .arrow a:link {
	font-size: 17px;
}

.slide .arrow a:visited {
	font-size: 17px;
}

.slide .arrow a:hover {
	font-size: 17px;
}

.slide .disabled {
    background-color: #999;
}

.slider  {
	float: left;
	overflow: hidden;
	position: relative;
	width: 840px; /* must be (pack's width * 3 + padding-left * 3 + paddin-right * 3) */
}

.slider .mask {
	width: 10000px;
}

.slider .pack { 
	float: left;
	width: 260px;
	padding: 10px;
}

.slide .pack a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.slider .pack img {
	float: left;
	padding: 0px 10px 0px 0px;
}

.slider .pack h1 {
	font-size: 13px;
	color: #174758;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.slider .pack p {
	font-size: 11px;
	color: #155D75;
	font-family: Verdana;
	padding: 0px;
}

.slide .separator {
	float: left;
	background-image: url('../img/slide-separator.png');
	background-repeat: no-repeat;
	width: 2px;
	height: 125px;
}

/*
/ NEWSLETTER
*/

.newsletter {
	font-size: 13px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.newsletter .border {
	border: solid #000 1px;
	float: left;
}

.newsletter input {
	float: left;
	border: solid #F00 0px;
	width: 150px;
}

.newsletter .button {
    background-color: #5DDC00;
    height: 17px;
    width: 20px;
	color: #FFF;
	font-weight: bold;
}

/*
/ SLOGAN
*/

.slogan {
	font-size: 24px;
	color: #000;
	font-family: Trebuchet MS;
	font-weight: bold;	
	margin: 10px 40px 0px 0px;
}

.slogan h1 {
	font-size: 24px;
	position: absolute;
	color: #184859;
	margin: -1px;
}

/*
/ INTRO
*/

.intro {
	font-size: 13px;
	color: #FFF;
	font-family: Trebuchet MS;
	margin: 0px 10px 0px 40px;
}

.intro p {
	padding: 0px;
	margin: 5px 2px 8px 2px;
}

.intro_green {
	color: #5DDC00;
}
