html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C7768;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #7a9e0c;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	padding-bottom: 20px;
	background: #EDECE8 url(images/subpage1_03.jpg) repeat-x left bottom;
}

.homepage #wrapper {
	background: #EDECE8 url(images/homepage05.jpg) repeat-x left bottom;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 177px;
	background: url(images/homepage01.jpg) repeat-x left top;
}

#header {
	overflow: hidden;
	height: 127px;
	background: url(images/homepage02.jpg) no-repeat right top;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 127px;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	width: 400px;
	height: 67px;
	padding: 60px 0px 0px 20px;
	margin: 0px;
	text-decoration: none;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #7a9e0c;
}

#logo h1 span {
	color: #3F3F3F;
}

/** SEARCH */

#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0px;
	padding: 48px 0px 0px 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #7C7768;
}

#search-text {
	outline: none;
	width: 210px;
	background: none;
	border: none;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C7768;
}

#search-submit {
	display: none;
}

/** MENU */

#menu {
	overflow: hidden;
	height: 50px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	margin: 0px;
	padding: 14px 30px 0px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: url(images/homepage03.gif) no-repeat center top;
}

/** PAGE */

#page {
	background: url(images/subpage1_04.jpg) repeat-y left top;
}

#page-bgbtm {
	overflow: hidden;
	background: url(images/subpage1_05.jpg) no-repeat left bottom;
}

.homepage #page {
	background: none;
}

.single #page {
	background: #FFFFFF;
}

.single #page-bgbtm {
	overflow: hidden;
	background: url(images/subpage2_01.jpg) no-repeat left bottom;
}


/** CONTENT */

#content {
	float: right;
	width: 690px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

.homepage #sidebar {
	background: #FFFFFF url(images/homepage06.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer-wrapper {
	background: url(images/homepage11.jpg) repeat-x left bottom;
}

#footer {
	height: 120px;
}

#footer p {
	margin: 0px;
	padding: 45px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 12px;
	color: #BDBBB3;
}

#footer .legal {
}

#footer .links {
}

/** BANNER */

#banner-wrapper {
	height: 75px;
	padding: 0px 0px 0px 0px;
	background: #000000 url(images/subpage1_02.jpg) repeat-x left top;
}

.homepage #banner-wrapper {
	height: 375px;
	padding: 20px 0px 0px 0px;
	background: #000000 url(images/homepage04.jpg) repeat-x left top;
}

#banner {
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 300px;
}

#banner .image, #banner .caption1, #banner .caption2, #banner .border {
	position: absolute;
}

#banner .image {
	width: 960px;
	height: 467px;
	top: 0;
	left: -18px;
}

#banner .caption1 {
	padding: 48px 480px 0px 270px;
}

#banner .caption1 h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 2px 2px #FFFFFF;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #7a9e0c;
}

#banner .caption1 h2 span {
	display: block;
	margin-top: -8px;
	padding-bottom: 10px;
	letter-spacing: normal;
	font-size: 36px;
	font-weight: 400;
}

#banner .text1 {
	line-height: normal;
	text-shadow: 1px 1px 1px #FFC11F;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
	color: #000000;
}

#banner p {
	text-shadow: 1px 1px 1px #FEFEFD;
	font-size: 14px;
	color: #7C7768;
}

#banner .border {
	width: 960px;
	height: 300px;
	top: 0px;
	left: 0px;
	background: url(images/pics01.png) no-repeat left top;
}

/** BOX 1 */

#box1 {
	padding: 40px 20px 25px 20px;
}

/** BOX 2 */

#box2 {
	padding: 40px 20px 25px 20px;
}

/** BOX 3 */

#box3 {
	width: 920px;
	padding: 15px 20px 25px 20px;
}

#box3 p {
	margin: 0px;
	padding: 0px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 26px;
}

#box3 .text1 {
	float: left;
}

#box3 .text2 {
	float: right;
	color: #EDDBB4;
}

#box3 .text2 span {
	color: #7a9e0c;
}

/** BOX 4 */

#box4 {
	padding: 0px 20px 25px 20px;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 920px;
	padding: 40px 20px 30px 20px;
}

#three-columns .title {
	color: #AAA491;
}

#column1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#column2 {
	float: left;
	width: 420px;
}

#column3 {
	float: right;
	width: 210px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7a9e0c;
}

/** BOX STYLE 2 */

.box-style2 .title {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #3F3F3F;
}

.box-style2 .title2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Terminal Dosis', sans-serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	color: #AAA491;
}

.box-style2 .title3 {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	font-family: 'Terminal Dosis', sans-serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	color: #464646;
}

.box-style2 p {
	text-shadow: 1px 1px 1px #FFFFFF;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 15px 0px 10px 0px;
	background: url(images/homepage07.gif) repeat-x left top;
}

ul.style1 img {
	float: left;
	margin-right: 20px;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	color: #464646;
}

ul.style1 p {
	line-height: normal;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	background: url(images/homepage12.gif) no-repeat left 2px;
	padding: 0px 0px 13px 20px;
}

ul.style2 a {
	text-decoration: none;
	color: #7B736B;
}

ul.style2 a:hover {
	text-decoration: underline;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 13px;
	color: #9A937F;
}

ul.style3 li {
	float: left;
	width: 80px;
	padding: 0px 10px;
}

ul.style3 h3 {
	display: block;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #7a9e0c;
}

ul.style3 p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li {
	padding: 15px 0px 0px 0px;
	background: url(images/homepage07.gif) repeat-x left top;
}

ul.style4 img {
	float: left;
	margin-right: 20px;
}

ul.style4 h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	color: #464646;
}

ul.style4 p {
	line-height: normal;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 25px;
	margin-top: 4px;
	background: url(images/homepage14.gif) repeat-x left top;
}

.link-style1 a {
	display: inline-block;
	height: 25px;
	background: url(images/homepage13.gif) no-repeat left top;
}

.link-style1 span {
	display: inline-block;
	height: 23px;
	margin: 0px;
	padding: 2px 20px 0px 20px;
	background: url(images/homepage15.gif) no-repeat right top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #6d881a;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: block;
	margin-top: 20px;
	padding-left: 30px;
	background: url(images/homepage16.gif) no-repeat left 3px;
}

/** LINK STYLE 3 */

.link-style3 {
	display: inline-block;
	height: 38px;
	margin-top: 2px;
	background: url(images/homepage18.gif) repeat-x left top;
}

.link-style3 a {
	display: inline-block;
	height: 38px;
	background: url(images/homepage17.gif) no-repeat left top;
	text-decoration: none;
	outline: none;
}

.link-style3 span {
	display: inline-block;
	height: 33px;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	background: url(images/homepage19.gif) no-repeat right top;
	text-shadow: none;
	text-decoration: none;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/** MARKETING BOX */

#marketing-box {
	width: 650px;
	height: 146px;
	padding: 0px 0px 0px 20px;
}

#marketing-box .column1 {
	float: left;
	width: 350px;
	height: 146px;
}

#marketing-box .column2 {
	float: left;
	width: 300px;
	height: 146px;
	background: url(images/pics05.jpg) no-repeat left top;
	text-align: right;
}

/** ADS */

#ads {
	overflow: hidden;
	position: relative;
	width: 350px;
	height: 146px;
}

#ads .image {
	position: absolute;
	width: 344px;
	height: 140px;
	padding: 3px 0px 0px 3px;
}

#ads .caption1 {
	position: absolute;
	margin: 0px;
	padding: 20px 10px 0px 0px;
	top: 0px;
	right: 0px;
	text-align: right;
}

#ads .caption1 h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #7a9e0c;
}

#ads .caption1 p {
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 14px;
	color: #9A937F;
}

#ads .caption1 h2 span {
	display: block;
	margin-top: -8px;
	padding-bottom: 10px;
	letter-spacing: normal;
	font-size: 36px;
	font-weight: 400;
}

#ads .border {
	position: absolute;
	width: 350px;
	height: 146px;
	top: 4px;
	left: 1px;
	background: url(images/pics03.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 160px;
	height: 146px;
	margin-right: 20px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 3px;
	left: 3px;
}

.image-style1a span {
	background: url(images/pics07.png) no-repeat left top;
}
