/* PAGE LAYOUT */
* {
     margin: 0;
}

p {
	padding: 0 0 5px;
}



html, body { 
    margin: 0px;
    padding: 0px; 
    font-family: Arial, sans-serif;
    font-size: 85%;
	height: 100%;
	background-color: #461e0c;
}



/* PAGE LAYOUT */
#page {
  min-height: 100% !important;
  width: 100%;
  margin: 0 auto -34px; height: 100%; height: auto;
}

#container {
	width: 100%;
	min-height: 100% !important;
	height: 100%;
	height: auto !important;
	margin: 0 auto;
}

#header {
	padding: 12px auto 0px; 
	width: 100%;
	height: 146px;
	background: url(images/header-bg.jpg) left top repeat-x;
}

#h-in {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	height: 100px;
}	

.push {
	height: 34px; clear: both;
}

#logo {
	width: 202px; height: 100px; margin: 0; padding: 0px;
	background: url(images/logo.png) left top no-repeat;
	float: left;
}

#info {
	margin: 0 auto 0px; 
	padding: 17px 0px 0px 10px;
	float: left;
	color: #fff;
}

#download {
	float: right;
	padding: 40px 0 0;
}

#download a:hover {   
	background: url(images/download-o.png) left top no-repeat;
}



/* main nav */
#menu {
	clear: both;
	width: 960px;
	margin: 0 auto;
	height: 25px;
	padding: 1px 20px 0px;
}




#wrap {
	width: 1000px;
	margin: 0 auto;
}

#main {
	background-color: #FFF;
	width: 960px;
	margin: 0px auto;
	padding: 20px;
	float: left;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

#main #left {
	float: left;
	width: 443px;
	margin-left: 19px;
}

#main #right {
	float: right;
	width: 443px;
	margin-right: 19px;
}

#main #center {
	width: 100%;
}

#main img { 
	margin-bottom: 20px;
}

#main .row {
	text-align: center;
}


.footer { 
    color: #FFF; clear: both; font-size: 0.9em;
	height: 26px; padding: 8px 0px 0px 0px;
	width: 100%; margin: 0 auto;
	background: url(images/footer-bg.jpg) left top repeat-x;
}

.footer-in {
	width: 1000px; margin: 0 auto;
	padding: 0px 0px; color: #888;
}

.footer a {
	color: #aaa;
}

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



/* TEXT LINKs */
a { text-decoration: none; color: #4f9ce2; }
a:hover { text-decoration: underline;  }

#download a {   
	display:block;
	background: url(images/download.png) left top no-repeat;
    width: 180px; height: 44px;
}

#info a { 
	color: #fca367;
}

#menu ul {
	margin: 0; padding: 0;
}

#menu li {  
	background-color: #461e0c;
	margin-right: 3px;
	float: left; display: inline;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-topleft-radius: 5px;
	-webkit-border-topright-radius: 5px;
}

#menu li a {
	color: #fff;
	display: block;
	padding: 10px 20px 10px;
}

#menu li:hover {
	background-color: #dc8a1e;
}



/* HEADINGS */
h1.title {
	background-color:#EEEEEE;
	font-size:3em;
	margin:-20px -20px 15px;
	padding:20px;
}

#main h2:after { color: #000; content: ' ➔'; }

h2.title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.9em;
	color: #ea6b02;
}

h2 { font-size: 15px; font-weight: 700; margin: 1px 0px 0px; color: #fff; }
h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; margin: 0px 0px 8px; color: #0d648d; }

h2.title a {
	color: #53575a; text-decoration: none; 
}

.content { 
	color: #737373;
}

