/* General
=== */
body, html {
	height: 100%;
}

body {
	background: #000;
	color: #fff;
	font: 12px/14px "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

#container {
	margin: 0 auto;
	min-height: 600px;
	overflow: hidden;
	width: 960px;
}

#home #container {
	background: url(../images/bg-home.png) no-repeat left bottom;
	min-height: 515px;
}

#blue #container {
	background: url(../images/bg-blue.png) no-repeat left bottom;
}

#pink #container {
	background: url(../images/bg-pink.png) no-repeat left bottom;
}

#orange #container {
	background: url(../images/bg-orange.png) no-repeat left bottom;
}

#yellow #container {
	background: url(../images/bg-yellow.png) no-repeat left bottom;
}

#green #container {
	background: url(../images/bg-green.png) no-repeat left bottom;
}

.container {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

a, a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {}
a:hover, a:focus { outline: none; }
a:active { outline: none; }

#home #footer span, #blue a:hover, #blue #footer span, .highlight.blue {
	color: #00adef;
}

#pink a:hover, #pink #footer span, .highlight.pink {
	color: #ef1971;
}

#orange a:hover, #orange #footer span, .highlight.orange {
	color: #f15928;
}

#yellow a:hover, #yellow #footer span, .highlight.yellow {
	color: #f0c610;
}

#green a:hover, #green #footer span, .highlight.green {
	color: #83ba3a;
}

h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: uppercase;
}

#home h2 {
	margin: 0;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px;
}

/* Header
=== */
#header {
	height: 50px;
	padding: 0 0 0 30px;
	position: relative;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	height: 50px;
	text-indent: -9999px;
	width: 140px;
}

#header h1 a {
	display: block;
	height: 74px;
	width: 140px;
}

#header ul {
	bottom: 0;
	font-size: 16px;
	left: 184px;
	position: absolute;
}

#header li {
	float: left;
	margin: 0 9px 0 0;
	text-transform: uppercase;
}

#header li a {
	color: #fff;
	padding: 2px 0 0 0;
}

#header li span {
	font-size: 15px;
}

#header #nav-intro span, #header #nav-intro a:hover, #header #nav-intro a:focus, #header #nav-intro.active, #header #nav-intro.active a,
#header #nav-services span, #header #nav-services a:hover, #header #nav-services a:focus, #header #nav-services.active, #header #nav-services.active a {
	color: #00adef;
}

#header #nav-clients span, #header #nav-clients a:hover, #header #nav-clients a:focus, #header #nav-clients.active, #header #nav-clients.active a {
	color: #ef1971;
}

#header #nav-references span, #header #nav-references a:hover, #header #nav-references a:focus, #header #nav-references.active, #header #nav-references.active a {
	color: #f15928;
}

#header #nav-contact span, #header #nav-contact a:hover, #header #nav-contact a:focus, #header #nav-contact.active, #header #nav-contact.active a {
	color: #f0c610;
}

#header #nav-vip span, #header #nav-vip a:hover, #header #nav-vip a:focus, #header #nav-vip.active, #header #nav-vip.active a {
	color: #83ba3a;
}

/* Featured
=== */
#featured {
	background: #002330;
	height: 119px;
	margin: 25px 0 0;
	padding: 0 0 0 6px;
}

#Carusselfeatures {
	margin: 25px 0 0;
}

#home #featured {
	margin-bottom: 10px;
	/*margin-bottom: 23px;*/
}

#featured .scrollable {
	height: 111px;
	overflow:hidden;
	position:relative;
	width: 955px;
}

#featured a {
	display: none;
}

#featured .items {
	position: absolute;
	width:20000em;
}

#featured ul {
	overflow: hidden;
	padding: 6px 0 0 0;
}

#featured li {
	float: left;
	height: 105px;
	margin: 0 8px 0 0;
	width: 183px;
}

/* Content
=== */
#content {
	float: left;
	margin: 25px 0 0;
	padding: 0 33px 0 37px;
	width: 435px;
}

#content.wide {
	width: 668px;
}

#home #content {
	float: left;
	padding: 0 35px 0 32px;
	width: 668px;
}

#content p {
	margin-bottom: 10px;
	text-align: justify;
}

#content p, #sidebar p, .column {
	line-height: 22px;
}

#home #content p {
	margin: -20px 0 0;
	text-indent: 75px;
	word-spacing: 1px;
}

#home #content p.english {
	text-indent: 110px;
}

#home #what-we-do {
	margin: 32px 0 0 80px;
	/*margin: 32px 0 0 150px;*/
}

#home #what-we-do .column {
	max-width: 190px;
}

#home #content .column {
	float: left;
	/*margin: 0 38px 0 0;*/
	margin: 0 10px 0 0;
}

#content .column {
	margin: 0 0 15px;
}

#content .column li {
	line-height: 18px;
}

.column.blue span, .column.blue .active, .column.blue a:hover {
	color: #00adef !important;
}

.column.pink span, .column.pink .active, .column.pink a:hover {
	color: #ef1971 !important;
}

.column.orange span, .column.orange .active, .column.orange a:hover {
	color: #ff5a00 !important;
}

.column.yellow span, .column.yellow .active, .column.yellow a:hover {
	color: #f0c610 !important;
}

.column.green span, .column.green .active, .column.green a:hover {
	color: #8bf200 !important;
}

#content img {
	margin: 15px auto;
}

#blue #content img {
	border: 1px solid #00ADEF;
}

#pink #content img {
	border: 1px solid #ef1971;
}

#orange #content img {
	border: 1px solid #ff5a00;
}

#yellow #content img {
	border: 1px solid #f0c610;
}

#green #content img {
	border: 1px solid #8bf200;
}

/* Sidebar
=== */
#sidebar {
	float: left;
	min-height: 304px;
	padding: 25px 0 0;
	width: 240px;
}

#home #sidebar {
	background: url(../images/bg-sidebar-home.png) no-repeat left center;
	float: right;
	width: 225px;
}

#blue #sidebar {
	background: url(../images/bg-sidebar-blue.png) no-repeat left center;
}

#pink #sidebar {
	background: url(../images/bg-sidebar-pink.png) no-repeat left center;
}

#orange #sidebar {
	background: url(../images/bg-sidebar-orange.png) no-repeat left center;
}

#yellow #sidebar {
	background: url(../images/bg-sidebar-yellow.png) no-repeat left center;
}

#green #sidebar {
	background: url(../images/bg-sidebar-green.png) no-repeat left center;
}

#sidebar h2 {
	display: block;
	text-align: center;
	/*margin: 0 0 0 35px;*/
}

#sidebar .indent {
	margin: 0 0 0 22px;
}

#home #sidebar .news-item {
	margin: 15px 12px 0 32px;
}

#home #sidebar .news-item .more {
	color: #e1f7ff;
	font-size: 16px;
}

/* Related references
=== */
#sidebar #related {
	float: right;
	height: 86px;
	margin: 14px 0 6px;
	padding: 7px 0 0 0;
	position: relative;
	width: 239px;
}

#blue #sidebar #related {
	background: #002b3b;
}

#pink #sidebar #related {
	background: #380419;
}

#orange #sidebar #related {
	background: #391104;
}

#yellow #sidebar #related {
	background: #413604;
}

#green #sidebar #related {
	background: #1f2c0e;
}

#sidebar #related .scrollable {
	height: 79px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 138px;
}

#sidebar #related .items {
	position: absolute;
	width: 200000em;
}

#sidebar #related .items a, #sidebar #related .items li {
	float: left;
}

#sidebar #related .items img {
	float: left;
}

#sidebar #related a.browse {
	background: url(../images/arrows.png) no-repeat;
	cursor: pointer;
	height: 18px;
	position: absolute;
	text-indent: -9999px;
	top: 43px;
	width: 9px;
}

#sidebar #related .browse.left {
	float: left;
	left: 33px;
}

#sidebar #related .browse.right {
	background-position: right;
	float: right;
	right: 35px;
}

/* Quick contact form
=== */
#sidebar #contact-quick {
	background: url(../images/form-contact-small.png) no-repeat;
	height: 145px;
	margin: 0 0 0 1px;
	padding: 7px 0 0 6px;
	overflow: hidden;
	width: 234px;
}

#pink #contact-quick {
	background: url(../images/form-contact-pink.png) repeat-y;
}

#orange #contact-quick {
	background: url(../images/form-contact-orange.png) repeat-y;
}

#sidebar #contact-quick form, #contact {
	margin: 0;
	position: relative;
}

/* Secondary sidebar
=== */
#sidebar-secondary {
	float: left;
	min-height: 304px;
	padding: 25px 5px 0 22px;
	width: 188px;
}

#blue #sidebar-secondary {
	background: url(../images/bg-sidebar-blue.png) no-repeat right center;
}

#pink #sidebar-secondary {
	background: url(../images/bg-sidebar-pink.png) no-repeat right center;
}

#orange #sidebar-secondary {
	background: url(../images/bg-sidebar-orange.png) no-repeat right center;
}

#yellow #sidebar-secondary {
	background: url(../images/bg-sidebar-yellow.png) no-repeat right center;
}

#green #sidebar-secondary {
	background: url(../images/bg-sidebar-green.png) no-repeat right center;
}

/* Clients list
=== */
#list-clients {
	background: #fff;
	height: 47px;
	margin: 27px 0 0 0;
}

/* Footer
=== */
#footer {
	font-size: 13px;
	height: 58px;
	padding: 10px;
	text-transform: uppercase;
}

#home #footer {
	height: auto;
}

#footer small {
	font-size: 10px;
	vertical-align: top;
}

/* Form elements
=== */
form {
	margin: 10px 0;
}

.txt {
	background: url(../images/form-input.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 12px;
	/* height: 25px; */
	line-height: 25px;
	margin: 0 0 6px;
	padding: 5px 2px;
	width: 227px;
}

#pink .txt {
	background: url(../images/form-input-pink.png) no-repeat;
}

#orange .txt {
	background: url(../images/form-input-orange.png) no-repeat;
}

#yellow .txt {
	background: url(../images/form-input-yellow.png) no-repeat;
}

#green .txt {
	background: url(../images/form-input-green.png) no-repeat;
}

textarea {
	background: url(../images/form-textarea.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 13px;
	height: 81px;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	overflow: auto;
	padding: 0 2px 25px;
	resize: none;
	width: 227px;
}

/*#contact textarea {
	padding-bottom: 0;
	height: 106px;
}*/

#pink textarea {
	background: url(../images/form-textarea-pink.png) no-repeat;
}

#orange textarea {
	background: url(../images/form-textarea-orange.png) no-repeat;
}

#yellow textarea {
	background: url(../images/form-textarea-yellow.png) no-repeat;
}

#green textarea {
	background: url(../images/form-textarea-green.png) no-repeat;
}

.submit {
	background: url(../images/form-send.png) no-repeat;
	border: 0;
	bottom: 8px;
	cursor: pointer;
	height: 22px;
	margin: 0;
	position: absolute;
	right: 6px;
	text-indent: -9999px;
	width: 56px;
}

#pink .submit {
	background: url(../images/form-send-pink.png) no-repeat;
}

#pink .submit.english {
	background: url(../images/form-send-pink-english.png) no-repeat;
}

#orange .submit {
	background: url(../images/form-send-orange.png) no-repeat;
}

#orange .submit.english {
	background: url(../images/form-send-orange-english.png) no-repeat;
}

#yellow .submit {
	background: url(../images/form-send-yellow.png) no-repeat;
}

#yellow .submit.english {
	background: url(../images/form-send-yellow-english.png) no-repeat;
}

#yellow #contact .submit {
	right: 207px;
}

#green .submit {
	background: url(../images/form-send-green.png) no-repeat;
}

#contact-quick button, #yellow #content button {
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 22px;
	text-indent: -9999px;
	width: 56px;
}

#pink button {
	background: url(../images/form-back-pink.png) no-repeat;
}
 
#pink button.english {
	background: url(../images/form-back-pink-english.png) no-repeat;
}

#orange button {
	background: url(../images/form-back-orange.png) no-repeat;
}

#orange button.english {
	background: url(../images/form-back-orange-english.png) no-repeat;
}

#yellow button {
	background: url(../images/form-back-yellow.png) no-repeat;
}

#yellow button.english {
	background: url(../images/form-back-yellow-english.png) no-repeat;
}

/* Global classes
   Apply display: inline; on every floated element (IE 6 double margin problem)
=== */ 
strong { font-weight: bold; }
em { font-style: italic; }

.float-left { float: left; }
.float-right { float: right; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.img-left { float: left; margin: 4px 10px 4px 0; }
.img-right { float: right; margin: 4px 0 4px 10px; }

.first { margin-left: 0 !important; }
.last { margin-right: 0 !important; }

.noborder { border: 0 !important; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.noindent { margin-left: 0; padding-left: 0; text-indent: 0 !important; }
.nobullet { list-style: none; list-style-image: none; }

.clearfix:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; }
* html .clearfix { zoom: 1; } /* IE 6 */
*:first-child+html .clearfix { zoom: 1; } /* IE 7 */
