
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #DEDED8 url(images/bg1_01.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F7065;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 170%;
}

strong {
	color: #36372F;
}

a {
	color: #36372F;
}

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 {
	background: url(images/homepage01.jpg) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	background: url(images/bg1_02.jpg) no-repeat center top;
}

#header {
	height: 230px;
}

/** MENU */

#menu {
	float: left;
	width: 680px;
	height: 76px;
	padding-top: 154px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #1B1C17;
	text-transform: lowercase;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: block;
	float: left;
	height: 30px;
	padding: 7px 20px 0px 20px;
}

#menu li.active {
	background: url(images/homepage03.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(images/homepage02.jpg) no-repeat left top;
}

#menu li.active span {
	background: url(images/homepage04.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #468AAF;
	color: #FFFFFF;
}

/** PAGE */

#page {
	background: url(images/bg1_04.jpg) repeat-y center top;
}

#page-bgtop {
	background: url(images/bg1_03.jpg) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	width: 905px;
	padding: 0px 40px 25px 55px;
	background: url(images/bg1_05.jpg) no-repeat center bottom;
}

.subpage #page-bgtop {
	background: url(images/subpage2_02.jpg) no-repeat center top;
}

.single #page {
	background: url(images/subpage3_02.jpg) repeat-y center top;
}

.single #page-bgtop {
	background: url(images/subpage3_01.jpg) no-repeat center top;
}

.single #page-bgbtm {
	overflow: hidden;
	width: 890px;
	padding: 55px 55px 25px 55px;
	background: url(images/subpage3_03.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 585px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	padding-top: 56px;
}

/** FOOTER */

#footer {
	height: 177px;
	background: url(images/bg1_06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4A9;
}

#footer .legal {
}

#footer .links {
}

/** BANNER */

#banner {
	width: 585px;
	height: 250px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

#banner h2 {
	margin: 0px;
	padding: 43px 0px 0px 0px;
	letter-spacing: -6px;
	text-transform: lowercase;
	font-size: 54px;
	font-weight: bold;
	color: #383931;
}

#banner p {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 24px;
	color: #B2B2A5;
}

#banner .text1 {
	display: block;
	margin-top: -17px;
}

#banner .text2 {
	display: block;
	margin-top: -10px;
}

/** TW0 COLUMNS */

#two-columns {
	padding-top: 30px;
}

#column1 {
	float: left;
	width: 270px;
}

#column2 {
	float: right;
	width: 270px;
}

/** CUSTOMER LOGIN */

#foobar {
}

#login {
	width: 230px;
	height: 138px;
	margin-bottom: 25px;
	padding: 30px 25px 0px 25px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

#login form {
	margin: 0px;
	padding: 0px;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login input {
	height: 29px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	border: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#login .email {
	display: block;
	width: 210px;
	padding: 0px 10px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
	font-size: 15px;
	color: #C7E5F5;
}

#login .password {
	display: block;
	float: left;
	width: 127px;
	height: 29px;
	padding: 0px 10px;
	line-height: normal;
	background: url(images/subpage1_02.jpg) no-repeat left top;
	font-size: 15px;
	color: #C7E5F5;
}

#login .submit {
	display: block;
	float: right;
	width: 74px;
	height: 29px;
	background: url(images/subpage1_03.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #606154;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#login p {
	letter-spacing: -1px;
}

#login a {
	display: block;
	float: left;
	text-shadow: 1px 1px 1px #519EC7;
	text-transform: lowercase;
	color: #FFFFFF;
}

#login .forgot-pass {
	display: block;
	float: left;
	height: 22px;
	padding-right: 10px;
	background: url(images/subpage1_04.jpg) no-repeat right 2px;
}

#login .user {
	display: block;
	float: left;
	padding-left: 10px;
}

/** BOX STYLE 1 */
.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 48px;
	color: #383931;
}

.box-style1 .byline {
	margin-top: -10px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 24px;
	color: #B2B2A5;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 24px;
	color: #383931;
}

.box-style2 img {
	padding-bottom: 20px;
}

/** BOX 1 */

/** BOX 2 */

#box2 {
	padding-top: 55px;
}

/** BOX 3 */

#box3 {
	padding: 0px 25px 25px 25px;
}

/** BOX 4 */

#box4 {
	padding: 0px 25px 25px 25px;
}

/** LINK STYLE 1 */

.link-align {
	text-align: center;
}

.link1 {
	display: inline-block;
	margin-top: 30px;
	height: 52px;
	background: url(images/homepage08.jpg) repeat-x left top;
}

.link1 a {
	display: block;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: url(images/homepage07.jpg) no-repeat left top;
	text-decoration: none;
}

.link1 span {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 14px 20px 0px 20px;
	background: url(images/homepage09.jpg) no-repeat right top;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #519EC7;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link2 {
	display: inline-block;
	margin-top: 30px;
	height: 52px;
	background: url(images/subpage1_06.jpg) repeat-x left top;
}

.link2 a {
	display: block;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: url(images/subpage1_05.jpg) no-repeat left top;
	text-decoration: none;
}

.link2 span {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 14px 20px 0px 20px;
	background: url(images/subpage1_07.jpg) no-repeat right top;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #519EC7;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

#bg1 {
	background: url(images/homepage12.jpg) repeat-y left top;
}

#bg2 {
	background: url(images/homepage11.jpg) no-repeat left top;
}

#bg3 {
	width: 230px;
	margin: 0px;
	padding: 30px 25px 25px 25px;
	background: url(images/homepage13.jpg) no-repeat left bottom;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding-bottom: 10px;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #36372F;
}

ul.style1 p {
	line-height: 150%;
	text-shadow: 1px 1px 1px #F2F7F8;
}

ul.style1 img {
	float: left;
	margin-right: 15px;
}

ul.style1 a {
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding-bottom: 10px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 270px;
	height: 104px;
	margin-bottom: 25px;
}

.image-style1 span, .image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1a span {
	background: url(images/pics01.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	clear: both;
	position: relative;
	float: left;
	width: 66px;
	height: 67px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.image-style2 span, .image-style2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2a span {
	background: url(images/pics04.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	clear: both;
	position: relative;
	float: left;
	width: 66px;
	height: 67px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.image-style3 span, .image-style3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3a span {
	background: url(images/pics05.png) no-repeat left top;
}
