@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

:focus { outline: 0 }

body {
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	padding-top: 125px;
}

p { margin-bottom: 6px }

strong { font-weight: bold }

em { font-style: italic }

a { color: #84acc2 }

a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #84acc2;
}

ol, ul { list-style: none }

blockquote:before, blockquote:after, q:before, q:after { content: "" }

blockquote, q { quotes: "" "" }

/* Real CSS Begins */

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

.sidebar {
	width: 300px;
	margin-right: 50px;
	float: left;
}

.central {
	width: 610px;
	float: right;
	overflow: hidden;
}

/* HEADER */

#header { padding-bottom: 70px }

#logo {
	background: url(images/logo.png) no-repeat;
	width: 140px;
	height: 16px;
	margin-bottom: 6px;
	text-indent: -9999px;
	display: block;
}

a#logo:hover { border: none }

p#tagline {
	text-indent: -9999px;
	background: url(images/tagline.png) no-repeat;
	width: 140px;
	height: 6px;
}

p span { color: #999 }


/* NAVIGATION */

#navHolder {
	width: 140px;
	float: left;
}

ul#nav {
	float: right;
	width: 80px;
}

ul#nav li {
	float: right;
}

ul#nav li a {
	height: 17px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 5px;
}

ul#nav li a:hover {
	border: none;
	background-position: left bottom;
}

#nSel {
	background: url(images/nSel.png) no-repeat;
	width: 64px;
}

#nAbo {
	background: url(images/nAbo.png) no-repeat;
	width: 46px;
}

#nConc {
	background: url(images/nConc.png) no-repeat;
	width: 70px;
}

#nBlo {
	background: url(images/nBlo.png) no-repeat;
	width: 31px;
}

#nCont {
	background: url(images/nCont.png) no-repeat;
	width: 59px;
}


/* Active */

#nSelA {
	background: url(images/nSel.png) no-repeat left center;
	width: 64px;
}

#nAboA {
	background: url(images/nAbo.png) no-repeat left center;
	width: 46px;
}

#nConcA {
	background: url(images/nConc.png) no-repeat left center;
	width: 70px;
}

#nBloA {
	background: url(images/nBlo.png) no-repeat left center;
	width: 31px;
}

#nContA {
	background: url(images/nCont.png) no-repeat left center;
	width: 59px;
}


/* Clients */

#clientHolder {
	float: right;
}

ul#clients {
	display: none;
}

ul#clients li, ul#clientsOpen li {
	margin-bottom: 2px;
}

#clientHolder ul li a:visited {
	color: #777;
	border-color: #777;
}


/* MAIN */

#mainCont {
	clear: both;
	padding-top: 10px;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #84acc2;
}

.client p, h1 {
	padding: 0 5px;
}

.client p span {
	text-transform: uppercase;
	color: #84acc2;
}

.client p span.lower { text-transform: lowercase }


/* SLIDER */

.contentslider {
	padding:5px;
	background:#fff;
}

.cs_wrapper, .cs_article { background: #fff }

.cs_leftBtn, .cs_rightBtn {
	width:30px;
	background:#fff;
	text-align: center;
}

/* These styles may be affected by the plugin, so avoid changing them if it's not absolutely necessary. */

.contentslider {
	position:relative;
	display:block;
	width:600px;
	height:350px;
	margin:0;
	overflow:hidden;
	margin-bottom: 15px;
}
.cs_wrapper {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
.cs_slider {
	position:absolute;
	width:15000px;
	height:100%;
	margin:0;
	padding:0;
}
.cs_article {
	float:left;
	position:relative;
	top:0;
	left:0;
	display:block;
	width:600px;
	height:350px;
	margin:0 auto;
	padding:0;
}
.cs_article img {
	position:absolute;
	top:0;
	left:0;
	border:0;
}
.cs_leftBtn, .cs_rightBtn {
	position:absolute;
	top:0;
	height:400px;
	padding:10px 0;
	z-index:10000;
}
.cs_leftBtn {
	left:0;
	outline:0;
}
.cs_rightBtn {
	right:0;
	outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
	border:0;
	position:relative;
	top:200px;
	margin:0;
}

/* FOOTER */

#footer .central {
	padding-top: 40px;
}

#footer .central p {
	font-size: 10px;
	color: #aaa;
	text-align: center;
}
