/* CSS Document */


/* GENERAL */

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.gif) repeat-x top #e8e9e9;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #e08b00;
	text-decoration: none;
}

a:hover {
	color: #807f7e;
	text-decoration: none;
}

img {
	border: none;
}

/* END GENERAL */

/* BODY */

#wrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* END BODY */

/* HEADER */

#header {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 100;
}

#header-rt {
	width: 710px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: right;
	float: right;
}

#header-lt {
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#topnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

#topnav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#topnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

/* MAIN NAVIGATION */

#nav-wrap {
	width: auto;
	height: auto;
	margin: 0;
	padding: 42px 0 0 0;
	text-align: right;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 0;
	color: #fff;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 150px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li a.sub { 
	width: 130px;
	text-align: left;
	background: #333;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
}

#nav li a.sub:hover { 
	background: #ee8819;
}

#nav li.sub2 {
	float: left;
	width: 150px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}

#nav li a.sub2 { 
	width: 130px;
	text-align: left;
	background: #333;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
}

#nav li a.sub2:hover { 
	background: #ee8819;
}


#nav li.products {
	width: 120px;
}

#nav li a.products { 
	width: 120px;
}

#nav li a:hover.products { 
	width: 120px;
}

#nav li.pro {
	width: 195px;
}

#nav li a.pro { 
	width: 195px;
}

#nav li a:hover.pro { 
	width: 195px;
}

#nav li.motivnation {
	width: 144px;
}

#nav li a.motivnation { 
	width: 144px;
}

#nav li a:hover.motivnation { 
	width: 144px;
}

#nav li.resources {
	width: 130px;
}

#nav li a.resources { 
	width: 130px;
}

#nav li a:hover.resources { 
	width: 130px;
}

#nav li.company {
	width: 113px;
}

#nav li a.company { 
	width: 113px;
}

#nav li a:hover.company { 
	width: 113px;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background: #333;
	z-index: 1;
}

#nav li ul.company2 {
	position: absolute;
	width: 150px;
	left: -999em;
	background: #333;
	margin-left: -40px;
	z-index: 1;
}

#nav li.sfhover ul {
	left: auto;
	background: #333;
	z-index: 1;
}

#nav li ul ul {
	margin: -26px 0 0 150px;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* END MAIN NAVIGATION */

/* END HEADER */

/* CONTENT */

#flash {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 4px 0 0 0;
	text-align: center;
	z-index: 0;
}

#content {
	width: 909px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background: url(../images/bkg-content-alt.gif) repeat-y;
	position: relative;
	z-index: 1;
}

#content-padded
{
	padding-left: 13px;
	padding-right: 17px;
}

/* END CONTENT */

/* FOOTER */

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #666;
}

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

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

/* END FOOTER */

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/
