/*

PERFORMABLE CORE CSS

*/


/* Reset
================================================================================ */


html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

fieldset,
img {
	border: 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}


/* Common
================================================================================ */


body {
	text-align: center;
	font-family: "museo-sans-1", "museo-sans-2", "Lucida Grande", Arial, sans-serif;
	background-color: rgb(240,240,240);
	font-size: 14px;
	line-height: 20px;
	color: rgb(50,50,50);
	font-weight: 300;
}

a:link,
a:visited {
	text-decoration: underline;
	color: rgb(0,100,200);
}

a:hover,
a:active {
	text-decoration: none;
	color: rgb(0,100,200);
}

p, ul, ol, dl {
	padding: 0 20px;
	margin-bottom: 20px;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}

blockquote {
	font-style: italic;
	color: rgb(150,150,150);
	padding: 0;
	margin: 0;
}

strong {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	padding: 0 20px;
	color: rgb(0,0,0);
	margin: 20px 0 10px 0;
}

h1 { 
	font-size: 32px;
	line-height: 40px;
}

h2,
h3 { 
	font-size: 18px;
	line-height: 30px;
}

h3 { 
	font-weight: normal;
}


/* Structure
================================================================================ */


.container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

.column-full {
	float: left;
	width: 100%;
	clear: both;
}

.column-twelve { width: 960px; }
.column-eleven { width: 880px; }
.column-ten { width: 800px; }
.column-nine { width: 720px; }
.column-eight { width: 640px; }
.column-seven { width: 560px; }
.column-six { width: 480px; }
.column-five { width: 400px; }
.column-four { width: 320px; }
.column-three { width: 240px; }
.column-two { width: 160px; }
.column-one { width: 80px; }

.column-twelve, .column-eleven, .column-ten, .column-nine, .column-eight,
.column-seven, .column-six, .column-five, .column-four, .column-three,
.column-two, .column-one {
	float: left;
}


/* Style
================================================================================ */


#header {
    padding: 20px 0 10px 0;
    color: rgb(100,100,100);
}

#header img {
    margin: 10px 0 0 20px;
}

#header ul {
    text-align: right;
}

#header ul.customer {
    font-size: 13px;
}

#header ul.customer img { 
    margin:0; 
}

#header ul.internal {
    font-size: 16px;
    font-weight: bold;
}

#header ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 20px;
}

#header ul li.active a {
    text-decoration: none;
    color:#000;
}


/* Clearfix
================================================================================ */


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
