/* @override http://cdn.alakoa.com/stylesheets/master.css */

* {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(http://cdn.alakoa.com/images/background-small.png);
	background-repeat: repeat-x;
	background-color: #34a6dc;
	margin: 0 auto;
	color: #444;
	font-size: .7em;
}

p {
	margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

/* Header */
#header {
	height: 150px;
	width: 950px;
	margin: 0 auto;
	display: block;
}

#header h1 a {
	position: absolute;
	top: 0;
	text-indent: -5000px;
	background-image: url(http://cdn.alakoa.com/images/alakoa-logo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 210px;
	margin: 0px;
	display: block;
}


#header #header-content
{
	height: 110px;
	width: 950px;
	background-image: url(http://cdn.alakoa.com/images/header-background-small.png);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	width: 930px;
	background-image: url(http://cdn.alakoa.com/images/content-background.png);
	padding: 10px 10px 10px 10px;
	position: relative;
	overflow: hidden;
}

#content #primary-content {
	border-left: solid 1px #EDEDED;
	padding-left: 15px;
	width: 650px;
	min-height: 600px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#content #primary-content h2 {
	font-size: 1.6em;
}

/* Sidebar */

#content #sidebar {
	width: 250px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#sidebar ul.navigation-secondary {
	list-style-type: none;
	margin: 0px auto 50px auto;
	padding: 0px 0px 0px 0px;
	width: 240px;
}

#sidebar ul.navigation-secondary li {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 240px;
}

#sidebar ul.navigation-secondary li a {
	display: block;
	width: 220px;
	height: 15px;
	text-decoration: none;
	color: #000;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	background: transparent url(http://cdn.alakoa.com/images/pill-mask.gif) no-repeat bottom left;
}

#sidebar ul.navigation-secondary li a:hover {
	background-color: #efebdc;
}

#sidebar ul.navigation-secondary li.active a {
	background-color: #efebdc;
}

#sidebar div.column.contact-us {
	width: 215px;
	margin-left: 10px;
	padding-left: 10px;
	background-color: #efebdc;
}





div.stylish-box {
	background: #fbfaf5 url(http://cdn.alakoa.com/images/box_bottom.gif) no-repeat bottom left;
	width: 240px;
	margin: 0px auto 10px auto;
	overflow: hidden;
}

div.stylish-box h2 {
	background: #efebdc url(http://cdn.alakoa.com/images/box_top.gif) no-repeat top left;
	padding: 5px;
	color: #F23E16;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 2px #fff;
	margin: 0px 0px 10px 0px;
}

div.stylish-box ul {
	/*list-style-image: url('../Images/chevron.gif');*/
	/* top, right, bottom, left */
	margin: 5px 10px 10px 10px;
	padding:  0px 0px 0px 0px;
	list-style: none;
}

div.stylish-box ul li {
	margin: 0px 0px 5px 0px;
	padding:  0px 0px 0px 0px;
}

div.stylish-box ul li a {
	text-decoration: none;
	color: #2e2e2e;
	font-weight: bold;
}


/* SKill Matrix */

div.SkillMatrix {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.SkillMatrix h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}

div.SkillMatrix table {
	margin: 0 auto;
	width: 100%;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

div.SkillMatrix table thead tr td {
	color: #000;
	font-weight: bold;
	background-color: #C8C8C8;
	padding: 5px;
	border-bottom: solid 1px #404040;
}

div.SkillMatrix table tbody tr.SkillMatrixSubHeader td {
	color: #000;
	font-weight: bold;
	background-color:#F0F0F0;
	padding: 5px;
}

div.SkillMatrix table tfoot tr td {
	background-color: #C8C8C8;
	border-top: solid 1px #404040;
}

div.SkillMatrix table tr td.experience {
	text-align: center;
}

div.SkillMatrix table tbody tr {
	border-bottom: solid 1px #ccc;
}

div.SkillMatrix table tbody tr td {
	padding: 5px;
}


/* Footer */

#footer {
	font-size: 0.9em;
	background-color: #2e2e2e;
	width: 100%;
	overflow: hidden;
	color: #AAAEA1;
}

#footer #footer-content {
	width: 940px;
	margin: 10px auto 15px auto;
	padding: 5px;
	overflow: hidden;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	margin-top: 3px;
}

#footer a {
	text-decoration: none;
 	color: #AAAEA1;
}

#footer a:hover {
	color: #fff;
}

#footer div.column {
	float: left;
	width: 16%;
	margin: 0px 0px 10px 0px;
}

#footer div.column h2 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #F23E16;
}

#footer div.column.contact-us {
	width: 295px;
	border-left: solid 1px #3B3B3B;
	margin-left: 10px;
	padding-left: 10px;
}

#footer div.fine-print {
	display: block;
	clear: both;
}




/* Primary Navigation - see language specific stylesheets for more details */

ul#navigation-primary {
	list-style-type: none;
	height: 40px;
	width: 670px;
	margin: 0;
	padding: 0;
}

ul#navigation-primary li {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 40px;
	display: block;
}

ul#navigation-primary li a {
	display: block;
	color: #666;
	height: 40px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	background-image: url(http://cdn.alakoa.com/images/lang/en/buttons.gif);
	margin-left: 2px;
	margin-right: 2px;
}


