/* CSS Document */

* { padding: 0; margin: 0; }
html { padding: 0; margin: 0; }

body {
	padding: 0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000; background-color: #FFFFFF;
}

img { border: 0; }

a:focus { outline: none; }


/* ****************** TYPE STYLES ****************** */

h1 {
	font-size: 1.4em; line-height: 1em; font-weight: normal;
	padding: 0; margin-top: 0; margin-bottom: 18px;
}
h2 {
	font-size: 1.2em; line-height: 1.6em; font-weight: bold;
	padding: 0; margin-top: 0; margin-bottom: 14px;
}
h3 { font-weight: bold; }
h3, p, ul, ol {
	font-size: 1.1em; line-height: 1.4em;
	padding: 0; margin-top: 0; margin-bottom: 14px;
}
ul, ol {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 16px;
}
#main_column ul { margin-bottom: 14px; }
#main_column ul li { margin-bottom: 8px; }

p.notes { font-size: 1em; line-height: 1.2em; }


/* ****************** PAGE WRAPPER ****************** */

#wrapper {
	width: 806px;
	margin: 0px auto 0px auto;
}


/* ****************** HEADER ****************** */

#header {
	height: 80px;
	border-bottom: 2px solid #FFFFFF;
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
#page_title {
	width: 400px; height: 80px;
	padding-left: 48px;
	float: left;
	background-position: 48px 25px; background-repeat: no-repeat;
}
#page_title h1 { display: none; }
#invigors_logo {
	padding-top: 11px;
	padding-right: 20px;
	float: right;
}


/* ****************** NAVIGATION ****************** */

#nav { height: 24px; display: block; }
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li { float: left; }
#nav li a {
	height: 24px;
	background-position: center; background-repeat: no-repeat;
	display: block;
	font-size: 1em; text-indent: -999999px;
	border-left: 1px solid #FFFFFF;
}
#nav li#nav_home a {
	width: 26px;
	background-image: url(../images/home.png);
	border-left: 0;
}
#nav li#nav_about a { width: 134px; background-image: url(../images/nav_about-us.png); border-left: 0; }
#nav li#nav_clients a { width: 160px; background-image: url(../images/nav_what-our-clients-say.png); }
#nav li#nav_downloads a { width: 162px; background-image: url(../images/nav_downloads.png); }
#nav li#nav_work a { width: 160px; background-image: url(../images/nav_work-with-us.png); }
#nav li#nav_contact a { width: 160px; background-image: url(../images/nav_contact-us.png); }


/* ****************** PAGE ****************** */

#page {
	clear: both;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-position: left; background-repeat: repeat-y;
}
#page_content { float: right; }
.page_clear {
	height: 0;
	clear: both;
}

#main_column {
	width: 445px;
	padding-top: 51px;
	float: left;
	margin-left: 20px;
}
#right_column {
	width: 160px;
	float: right;
}

/* ****************** FOOTER ****************** */

#footer {
	padding-top: 15px; padding-bottom: 15px;
	clear: both;
	background-position: left top; background-repeat: no-repeat;
	display: block;
}


/* ****************** NAVIGATION - LEFT ****************** */

#nav_left { width: 172px; float: left; margin-bottom: 15px; }
#nav_left ul {
	list-style: none;
	margin: 0;
	font-size: 0.9em; font-weight: bold;
	text-transform: uppercase;
}
#nav_left li { clear: both; }
#nav_left li a {
	padding-left: 6px; padding-right: 20px;
	background-repeat: no-repeat;
	display: block;
}
#nav_left li a.lines_1 { height: 51px; line-height: 51px; }
#nav_left li a.lines_2 { height: 36px; padding-top: 15px; line-height: 1.3em; }
* + html #nav_left li a.lines_2 { height: 38px; padding-top: 13px; line-height: 1.3em; }
#nav_left li a.lines_3 { height: 42px; padding-top: 9px; line-height: 1.3em; }
* + #nav_left li a.lines_3 { height: 49px; padding-top: 2px; line-height: 1.3em; }