* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical -moz-scrollbars-horizontal;
}

body {
	font-size: 62.5%; /* Base Font Size of 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	background-color: #8a8a8f;
	background-image: url(../images/bg-01.jpg);
	background-repeat: repeat-x;	
}  

#wrapper {
	width: 1045px;
	margin: 0 auto;
}

/* layout */
.border01 {
	border-bottom-width: 9px; 
	border-bottom-style: solid; 
	border-bottom-color: #000000; 
	background-color:#000000;
}

.border02 {
	background-color:#000000;
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border03 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.bg01 {
	background-color:#000000;
}

.box01 {
	background-color:#ffffff;
	padding: 45px;
	font-size: 1.2em;
}

.box02 {
	background-color:#ebebeb;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box03 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 45px;
	padding-left: 45px;
}

.box04 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	width: 311px;
}

.box05 {
	background-color:#ebebeb;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	width: 281px;
}

.box06 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}

.box07 {
	background-color:#ebebeb;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	width: 400px;
}

.box08 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 45px;
	padding-left: 45px;
	width: 212px;
}

.box09 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d1d1;	
}

.box10 {
	width: 240px;
}

.box11 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d1d1;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d1d1;
	margin-bottom: 8px;
	width: 280px;
}

.box12 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d1d1;
	padding-bottom: 2px;
	margin-bottom: 8px;
	width: 280px;
}


.box13 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d1d1;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 280px;
}

.box14 {
	width: 320px;
}

.box15 {
	width: 431px;
}

.box16 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	width: 311px;
}

.box17 {
	background-color:#ffffff;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}

.box18 {
	width: 320px;
}

li.menu {
	display:inline;
	padding-right: 20px;

}

/* text */

.orange { color:#fc6d1f; }

.orange01 {
	color:#fc6d1f;
	font-size: 1.4em;
	font-weight: bold;
}

.orange02 {
	color:#fc6d1f;
	font-size: 1.1em;
	font-weight: bold;
}

.brown { color:#572600; }

.brown01 {
	color:#572600;
	font-size: 1.4em;
	font-weight: bold;
}

.brown02 {
	color:#572600;
	font-size: 1.2em;
	font-weight: bold;
}

.press td {
	padding: 10px; 
	background-color: #ebebeb;
	border-bottom: 6px solid #fff;
}

.press a { font-weight: bold; }

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}


h1 {
	color:#fc6d1f;
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.07em;
	margin-bottom: 16px;
}

h2 {
	color:#572600;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
}

p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	margin-bottom: 11px;
}

a:link, a:active, a:visited  {
	color: #fc6d1f;
	text-decoration: none;
}
	
a:hover {
	color: #fc6d1f;
	text-decoration: underline;
}
	
a.nav01:link, a.nav01:active, a.nav01:visited{
	color: #707070;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

a.nav01:hover {
	color: #fc6d1f;
	text-decoration: none;
	background-image: url(../images/side-nav-bg.png);
	background-repeat: repeat;
}
	
a.nav02:link, a.nav02:active, a.nav02:visited  {
	color: #c0c0c4;
	text-decoration: none;
	text-transform: uppercase;
}
	
a.nav02:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
a.nav03:link, a.nav03:active, a.nav03:visited{
	color: #fc6d1f;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/side-nav-bg.png);
}

a.nav03:hover {
	color: #fc6d1f;
	text-decoration: none;
	background-image: url(../images/side-nav-bg.png);
	background-repeat: repeat;
}
	
a.nav04:link, a.nav04:active, a.nav04:visited{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

a.nav04:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#636363;
	background-repeat: repeat;
}

a.nav05:link, a.nav05:active, a.nav05:visited{
	color: #707070;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/sub-nav-dot-01.png);
	background-repeat: no-repeat;
}

a.nav05:hover {
	color: #fc6d1f;
	text-decoration: none;
	background-image: url(../images/sub-nav-dot-02.png);
	background-repeat: no-repeat;
}

a.nav06:link, a.nav06:active, a.nav06:visited{
	color: #1047a3;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/sub-nav-dot-03.png);
	background-repeat: no-repeat;
}

a.nav06:hover {
	color: #1047a3;
	text-decoration: none;
	background-image: url(../images/sub-nav-dot-03.png);
	background-repeat: no-repeat;
}

a.footer02:link, a.footer02:active, a.footer02:visited  {
	color: #c0c0c4;
	text-decoration: none;
}
	
a.footer02:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.link02:link, a.link02:active, a.link02:visited  {
	color: #fc6d1f;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;	
}
	
a.link02:hover {
	color: #fc6d1f;
	text-decoration: underline;
}

a.link03:link, a.link03:active, a.link03:visited  {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;	
}
	
a.link03:hover {
	color: #dfc8b9;
	text-decoration: none;
}
	
a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

input.btn{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#f26522;
	border:1px solid #ffffff;
}
	
input.btnhov{
	color:#ffffff;
   	background-color:#b33619;
}
	
form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	background-image: url(../images/landing-logo-bg.jpg);
	background-repeat: repeat-x;
	background-color:#b3b2b3;
	height: 84px;
}

#content {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color:#b8b7ba;
	height: 523px;
}

#sidebar {
	background-color: #ffffff;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 246px;
	width: 265px;
}

#sidebar02 {
	background-color: #464646;
	width: 265px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar03 {
	background-color: #464646;
	width: 265px;
}

#navigation {
}

#footer {
	width: 1027px;
	margin: 0 auto;
}

img.image-Left { float: left; margin: 4px 14px 14px 0; }

img.image-Right { float: right; margin: 4px 0 14px 14px; }

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight { background-color: #FFFF00;
}

.tiny {
}

.error {
}

.abbr {
}

img.image-Left { float: left; margin: 4px 14px 14px 0; }

img.image-Right { float: right; margin: 4px 0 14px 14px; }

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
