/* TYPOGRAPHY */
body {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #113d4b;
}

a, a:visited, a:link, a:hover, a:active {
	text-decoration: underline;
	color: #113d4b;
}

h3 a, h3 a:visited, h3 a:link, h3 a:hover, h3 a:active {
	text-decoration: none;
}

h2, h3 {
	font-size: 26px;
	line-height: 34px;
}

#footer h4 {
	font-size: 12px;
	font-weight: normal;
}

#carousel h4 {
	font-size: 14px;
}

h5 {
	font-weight: normal;
}

p {
	margin: 0 0 22px 0;
}

/* FORCE FOOTER TO BOTTOM */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#body {
	padding: 0 0 107px; /* Height of footer */
}

#aside {
	padding: 0 0 117px; /* Height of footer */
}

#footer {
	height: 117px;
	position: absolute;
	bottom: 0;
}

/* STRUCTURE */
#container {
	width: 960px;
	margin: 0 auto;
}

#navigation, #header, #footer {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 128px;
}

#navigation {
	height: 24px;
	width: 940px;
	padding: 3px 10px 0;
}

#body {
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
	width: 460px;
	float: left;
}

#aside {
	float: left;
	width: 470px;
}

#footer {
	width: 940px;
	height: 117px;
	padding: 0 10px 0;
}

/* HEADER & LOGO */

#header {
	background: #1d313b url(../assets/top_gradient.gif) repeat-x;
}

#logo {
	text-indent: -3333px;
	width: 290px;
	height: 128px;
	background: transparent url(../assets/icontact.gif) no-repeat;
}

/* NAVIGATION */

#navigation {
	background: #006699;
	position: relative;
	top: 0;
}

#navigation li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 38px 0 0;
}

#navigation li.right {
	position: absolute;
	right: 0px;
	top: 3px;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	color: white;
}

#navigation li a:hover {
	color: #9999ff;
}

/* BODY */

#body h3 {
	margin: 0 0 12px;
}

.meta {
	border-top: 1px solid #e0e0e0;
	margin: 0 0 25px;
	position: relative;
	top: 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
	color: #a0a0a0;
}

.meta a {
	position: absolute;
	right: 0;
	bottom: 2px;
}

.meta a:link, .meta a:visited {
	color: #a0a0a0;
}

.meta a:hover {
	color: #9999ff;
}

/* ASIDE carousel */
#carousel {
	width: 470px;
	height: 312px;
	background: #1d313b;
	overflow: hidden;
	color: white;
	position: relative;
	top: 0;
}

#carousel img.background {
	position: relative;
	z-index: -1;
}

#carousel h4 {
	background: #00c1ff;
	height: 22px;
	text-align: center;
}

#carousel p {
	padding: 0 15px;
	margin: -7px 0 0;
}

#carousel #prev {
	position: absolute;
	bottom: 12px;
	left: 19px;
	background: #00c1ff;
	height: 19px;
	color: white;
	padding: 2px 15px 4px 8px;
	cursor: pointer;
}

#carousel #next {
	position: absolute;
	bottom: 12px;
	right: 19px;
	text-align: right;
	background: #00c1ff;
	height: 19px;
	color: white;
	padding: 2px 8px 4px 15px;
	cursor: pointer;
}

#carousel #prev .left {
	position: absolute;
	left: -9px;
	top: 0;
	width: 9px;
	height: 25px;
	background: url(../assets/carousel_buttons.png) 0 0 no-repeat
}

#carousel #next .right {
	position: absolute;
	right: -9px;
	top: 0;
	width: 9px;
	height: 25px;
	background: url(../assets/carousel_buttons.png) 100% -25px no-repeat
}

#carousel ul {
	position: relative !important;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
#carousel ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 470px;
	height: 290px;
	float: left;
}

/* ASIDE */

#aside h3 {
	margin: 12px 0 12px;
}

.header_container {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	top: 0;
	margin: 10px 10px 0 5px;
}

.header_container a {
	position: absolute;
	right: 0;
	bottom: 2px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}

header_container a:link, .h3_container a:visited {
	color: #a0a0a0;
}

.header_container a:hover {
	color: #9999ff;
}

/* ASIDE clients */
#clients {
	margin: 0 10px 25px 5px;
}

#clients li {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	vertical-align: middle;
}

#clients li p {
	width: 180px;
	margin: 0;
	display: inline-block;
}

#clients li img {
	display: inline;
	width: 227px;
	margin: 0 0 0 48px;
	vertical-align: middle;
}

/* ASIDE news */
#news li {
	margin: 5px 10px 5px 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e0e0e0;
}

/* FOOTER */
#footer {
	background: #006699;
	color: white;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: white;
}

#footer a:hover {
	color: #9999ff;
}

#footer h4 {
	width: 400px;
	margin: 21px 0 0;
}

#footer .org {
	font-weight: bold;
}

#footer .column1 {
	margin: 10px 0 0;
	float: left;
	width: 482px;
}

#footer .column2 {
	margin: 10px 0 0;
	float: left;
	width: 150px;
}

#footer .column3 {
	margin: 10px 0 0;
	float: left;
	width: 160px;
}

#footer .column4 {
	margin: 10px 0 0;
	float: left;
	width: 144px;
}