@import url(common.css);
@import url(controls.css);
/*****************************
GLOBAL
*****************************/
body {
	background: #253040;
}

body, td, th {
	color: #000;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

input, select, textarea, label {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	margin: 0 0 0.5em 0;
	letter-spacing: -1px;
	font: normal 29px/31px 'Myriad Pro Light', Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	margin: 0.5em 0;
	letter-spacing: -1px;
	font: normal 24px/26px 'Myriad Pro Light', Arial, Helvetica, sans-serif;
}

h3 {
	color: #000;
	margin: 0.5em 0;
	font: normal 19px/21px 'Myriad Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
}

h4 {
	color: #000;
	margin: 0.5em 0;
	font: bold 14px/16px 'Myriad Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
}

p, .p {
	margin: 0.5em 0;
}

big, .big {
	font-size: 14px;
	line-height: 18px;
}

small, .small {
	font-size: 11px;
	line-height: 15px;
}

/*****************************
LINKS
*****************************/
a, a:visited {
	color: #069;
	cursor: pointer;
	text-decoration: underline;
}

a:hover, a:active {
	color: #09C;
}

a.white, a.white:visited, .awhite a, .awhite a:visited {
	color: #FFF !important;
}

a.white:hover, a.white:active, .awhite a:hover, .awhite a:active {
	color: #6CF !important;
}

a.gray, a.gray:visited, .agray a, .agray a:visited {
	color: #777 !important;
}

a.gray:hover, a.gray:active, .agray a:hover, .agray a:active {
	color: #000 !important;
}

/*****************************
LAYOUT
*****************************/
.bgtop {
	text-align: center;
	background: #FFF url('../img/bg/bgtop.png') repeat-x top left;
}

.bgbottom {
	height: 120px;
	background: #253040 url('../img/bg/bgbottom.png') repeat-x top left;
}

.wrapper {
	padding: 0;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-bottom: -120px;
}

.header {
	height: 100px;
	margin: 0 40px;
	position: relative;
}

.header .language {
	top: 0;
	right: 0;
	color: #505D6D;
	font-size: 11px;
	padding-top: 10px;
	text-align: right;
	position: absolute;
}

.header h2 {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
}

.shadow-left {
	padding-left: 20px;
	background: url('../img/bg/shadow-left.png') no-repeat top left;
}

.shadow-right {
	padding-right: 20px;
	background: url('../img/bg/shadow-right.png') no-repeat top right;
}

.content {
	border: 5px solid #FFF;
	background: #FFF url('../img/bg/content-top.png') repeat-x top left;
}

.content-inner {
	zoom: 1;
	overflow: hidden;
	padding: 20px 15px;
	background: url('../img/bg/content-bottom.png') repeat-x bottom left;
}

.sidecol {
	float: left;
	width: 160px;
}

.maincol {
	margin-left: 180px;
}

.menu, .menu li, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.menu li.active {
	background: url('../img/bg/menu-arrow.png') no-repeat center right;
}

.menu li a.big, .menu li a.big:visited {
	color: #036;
	letter-spacing: -1px;
	text-decoration: none;
	font: normal 24px/26px 'Myriad Pro Light', Arial, Helvetica, sans-serif;
}

.menu ul {
	display: none;
	padding-bottom: 3px;
}

.menu li.active ul {
	display: block;
}

.menu ul li {
	padding: 2px 0;
}

.footer {
	height: 96px;
	padding: 0 20px;
	margin: 2px 20px;
	background: url('../img/bg/footer.png') repeat-x top left;
}

.footer .phone {
	color: #FFF;
	letter-spacing: -1px;
	font: normal 24px/26px 'Myriad Pro Light', Arial, Helvetica, sans-serif;
}

/*****************************
CONTAINERS
*****************************/
.shadow-bottom {
	height: 20px;
	background: url('../img/bg/shadow-bottom.png') no-repeat bottom center;
}

.website {
	margin: 0 0 30px 0;
}

.website .picture {
	height: 194px;
	border: 3px solid #F0F2F6;
	background-repeat: no-repeat;
	background-position: top left;
}

.website .caption, .website .links {
	float: left;
	overflow: hidden;
	max-height: 18px;
	margin: 10px 0 5px 0;
}

.website .links {
	float: right;
}

#display.compact {
	margin-left: -10px;
}

#display .controls {
	font-size: 14px;
	text-align: right;
	margin-bottom: 15px;
}

#display .controls a, #display .controls a:visited {
	outline: 0;
	color: #777;
	padding: 5px 7px 5px 25px;
	background-position: 5px 5px;
	text-decoration: none !important;
}

#display .controls a:hover, #display .controls a:active {
	color: #000;
}

#display.extended .controls a.viewextended, #display.compact .controls a.viewcompact {
	color: #FFF;
	background-color: #AAB6C3;
	background-position: 5px -21px;
}

#display.compact .website {
	float: left;
	width: 335px;
	height: 145px;
	margin-left: 10px;
}

#display.compact .website .picture {
	height: 94px;
}

#display.compact .website .caption, #display.compact .website .links {
	float: none;
	margin: 5px 0 0 0;
}

table.clients {
	width: 100%;
	background: #F0F2F6;
}

.clients td {
	height: 80px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
}

table.testimonials {
	width: 100%;
}

.testimonials th, .testimonials div, .testimonials small {
	vertical-align: top;
	padding: 0 15px 0 0;
	background: url('../img/bg/testimonial.png') no-repeat right top;
}

.testimonials th div {
	margin: 0;
	color: #036;
	font-size: 11px;
	line-height: 14px;
	padding: 15px 0 5px 15px;
	background-position: left top;
}

.testimonials td div {
	margin-top: -10px;
	position: relative;
	padding: 0 15px 10px 0;
	background-position: right -970px;
}

.testimonials td small {
	display: block;
	line-height: 14px;
	white-space: nowrap;
	padding: 15px 0 0 15px;
	background-position: left -970px;
}

div.testimonial {
	padding: 5px 0 0 35px;
	background: url('../img/bg/quote.png') no-repeat left top;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

#slider li {
	width: 680px;
	height: 250px;
	overflow: hidden;
}

#slider .website {
	margin: 0;
	padding: 10px;
	background: #CCD6E3;
}

#slider .website .picture {
	border-color: #FFF;
}

/*****************************
COLORS
*****************************/
.white {
	color: #FFF !important;
}

.gray {
	color: #888 !important;
}

.black {
	color: #000 !important;
}

.bgwhite {
	background-color: #FFF !important;
}

