﻿/* Global
============================================================================ */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

body {
	font: 12px/100% Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000;
	letter-spacing: 1px;
	background: #FAFAFA;
}

body.noLetterSpacing 
{
	letter-spacing: normal;
}

p {
	margin-bottom: 16px;	
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2E93DB;
}

a:hover {
	text-decoration: none;
	color: #C00;
}

a img {
	border: none;
	background: none;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 16px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

input, textarea, button {
	padding: 2px;
	font: 1em /*16px*/ "Lucida Sans", "Tahoma", Helvetica, Arial, sans-serif;
	border: #ccc 1px solid;
}

.stdForm input {
	padding: 0px;
	margin: 0px;
	border: none;
}

#wrapper {
	width: 956px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}

.titleBar 
{
	font-size: 14px;
	font-weight: bold;
	background-color: #D7D7D7;
	padding: 6px 12px 6px 12px;
	margin-bottom: 25px;
}

/* Header
============================================================================ */

#headerWrapper {
	background-color: #333;
}

#header {
	width: 956px;
	height: 105px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 157px;
	height: 63px;
	margin-top: 32px;
	background: url(../images/skillup_logo.png) no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}

#logo a span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#flagSelector 
{
	float: right;
	margin-top: 5px;
	padding-left: 40px;
}

#flagSelector span
{
	padding-left: 12px;
}

.breadcrumbsWrapper {
	background-color: #333;
	height: 32px;
	border-top: solid 1px #FAFAFA;
}

.breadcrumbsWrapper div {
	width: 956px;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFF;
}

.breadcrumbsWrapper div a {
	color: #999;
}

.breadcrumbsWrapper div a:hover {
	color: #FFF;
}

/* Navigation
============================================================================ */

#nav {
	height: 82px;
	float: right;
	text-align: right;
}

#nav li {
	float: right;
	display: inline;
	padding-left: 25px;
}

#nav li a {
	display: inline-block;
	height: 39px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #999;
	border-top: solid 10px #333;
	padding: 51px 10px 0px 10px;
}

#nav li a:hover, #nav li a.active 
{
	color: #FFF;
	border-top-color: #E52525;
}

/* Content
============================================================================ */

/* Links & Buttons ================================================================== */

.button, .buttonLarge, .buttonXLarge, .buttonXXLarge, .buttonForm {
	display: block;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
}

.button:hover, .buttonLarge:hover, .buttonXLarge:hover, .buttonXXLarge:hover, .buttonForm:hover {
	color: #000;
}

.button {
	width: 116px;
	background-image: url(../images/button.jpg);
}

.buttonLarge {
	width: 158px;
	background-image: url(../images/button_large.jpg);
}

.buttonXLarge {
	width: 200px;
	background-image: url(../images/button_xlarge.gif);
}

.buttonXXLarge {
	width: 264px;
	background-image: url(../images/button_xxlarge.gif);
}

.buttonForm {
	width: 116px;
	background-image: url(../images/button.jpg);
	padding: 2px 10px 0px 10px;
}


/* Banner ================================================================== */

#bannerWrapper {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center top;
}

#banner {
	width: 956px;
	height: 400px;
	margin: 0 auto;
}

#banner a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}

#banner span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Home =================================================================== */

#homeSlogan, #homeQuote {
	font-size: 20px;
	line-height: 20px;
}

#homeQuote {
	margin-top: 3px;
}

.homeQuoteAuthor {
	font-size: 10px;
	letter-spacing: normal;
	color: #666;
}

/* Boxes =================================================================== */

.boxes {
	padding: 50px 0px 0px 0px;
	width: 956px;
}

.boxes .box {
	float: left;
	width: 310px;
}

.boxes .box2 {
	float: left;
	width: 246px;
}

.boxes .gap {
	margin: 0px 45px 0px 45px;
}

.iconLeft {
	float: left;
	margin: 0px 5px 10px 0px;
}

/* More =================================================================== */

#more {
	padding: 20px 0;
	width: 900px;
	border-bottom: #ccc 1px solid;
}

#more div {
	float: left;
	width: 286px;
}

/* Pages =================================================================== */

#contentBox 
{
	width: 720px;
}

#contentBox ul
{
	margin-top: 10px;
	margin-left: 20px;
}

#contentBox li
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 7px;
}

#contactBox 
{
	float: right;
	width: 150px;
	font-weight: bold;
}

/* Contacts ================================================================ */

#contacts h1 {
	margin-bottom: 20px;
	padding-bottom: 0px;
}

#contacts h2 {
	margin-bottom: 25px;
	padding-bottom: 0px;
}

#address {
	float: left;
	margin-right: 20px;
}

#address p {
	margin-bottom: 10px;
}

#address p span {
	color: #c1c1c1;
}

#cform {
	float: right;
	width: 510px;
}

#cform p 
{
	line-height: normal;
	margin-bottom: 5px;
}

#cform div
{
	margin-bottom: 15px;
}

/* Footer
============================================================================ */


#footerWrapper {
	height: 50px;
	background-color: #333;
}

#footer 
{
	width: 956px;
	height: 50px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	color: #CCC;
}

#copyright 
{
	margin: 0 auto;
	padding-top: 16px;
}

#footerLinks {
	float: right;
	text-align: right;
}

#footerLinks li {
	float: left;
	display: inline;
	margin-right: 12px;
	padding-top: 14px;
}

#footerLinks li a {
	display: inline-block;
	text-decoration: none;
}


/* Clients ================================================================= */

.clientbox {
	float: left;
	margin: 0 50px 50px 0;
	width: 400px;
}

.clientbox img {
	margin-bottom: 5px;
}

.clientbox p {
	text-align: justify;
}


.featureTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0px;
}

.featureTable td {
	border: 1px solid #ccc;
	padding: 5px;
}

td.centered {
	text-align: center;
}

.featureTable tr {
	height: 25px;
}

/* Common ================================================================= */

.areaGray 
{
	background-color: #D6D6D6;
	padding: 25px;
}

.separator
{
	border-bottom: solid 2px #D6D6D6;
	padding-top: 5px;
	margin-bottom: 20px;
}


/* Administration
============================================================================ */

#admHeader
{
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	padding: 30px 0px 0px 190px;
	margin-bottom: 10px;
	background: #333 url(../images/skillup_logo.png) no-repeat 10px 10px;
}

#admHeader span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.admSectionTab, .admSectionTabActive
{
	float: left;
}

.admSectionTab a, .admSectionTabActive a
{
	display: block;
	padding: 5px 15px 5px 15px;
}

.admSectionTab a
{
	color: #1E83CB;
	background-color: #DDD;
	border-bottom: solid 1px #000;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

.admSectionTab a:hover
{
	color: #C00;
	background-color: #EEE;
}

.admSectionTabActive a
{
	color: #000;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	cursor: default;
}

.admSectionTabSpace
{
	float: left;
	width: 5px;
	padding: 6px 0px 5px 0px;
	border-bottom: solid 1px #000;
}