
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #D1D1D1 url(images/body-wrapper-bg.jpg) repeat;
	font-family: 'Univers', serif;
	font-size: 16px;
	color: #4A4A4A;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Univers', serif;
	font-weight: 400;
}

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

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

strong {
}

a {
	color: #204F77;
}

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/wrapper-bg.png) repeat;
}

#wrapper-bgtop {
	overflow: hidden;
	background: url(images/wrapper-bgtop.jpg) repeat-x left top;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 850px;
	padding: 0px 15px;
	height: 130px;
	background: url(images/header-bg.gif) no-repeat left top;
}



/** MENU */

#menu {
	overflow: hidden;
	width: 850px;
	height: 40px;
	padding: 0px 25px;
	background: url(images/menu-bg.jpg) no-repeat left top;
}

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

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.4);
	font-size: 14px;
	color: #FFFFFF;
}

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

#menu span {
	display: inline-block;
	height: 62px;
	padding: 0px 15px 0px 15px;
}

#menu li.active {
	background: url(images/menu-left-bg.png) no-repeat left top;
}

#menu li.active a {
	background: url(images/menu-right-bg.png) no-repeat right top;
}

#menu li.active span {
	background: url(images/menu-active-bg.png) repeat-x left top;
}


/** PAGE */

#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 30px 5px;
}

/** CONTENT */

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

.two-column2 #content {
	float: left;
}

/** SIDEBAR */

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

.two-column2 #sidebar {
	float: right;
}

/** FOOTER */

#footer-wrapper {
	background: url(images/foooter-wrapper-bg.jpg) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 175px;
	background: url(images/footer-gradient-bg.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 42px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #FAFAFA;
	color: #717171;
}

/** BOX STYLE 1 */

.box-style1 {
	background: #FFFFFF url(images/box-style1-bg.png) repeat;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0,.1);
}

.box-style1 .title {
	height: 54px;
	padding-left: 25px;
	background: url(images/title-bgleft.png) no-repeat left top;
}

.box-style1 .title h2 {
	height: 54px;
	padding-right: 25px;
	background: url(images/title-bgright.png) no-repeat right top;
}

.box-style1 .title span {
	display: block;
	height: 54px;
	background: url(images/title-bg.png) repeat-x left top;
	line-height: 54px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 18px;
	color: #272B2E;
}

.box-style1 .content {
	padding: 30px 25px 40px 25px;
	background: url(images/box-style1-gradient-bg.png) repeat-x left bottom;
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px #FFFFFF;
}

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

ul.style1 li {
	padding: 25px 0px 0px 0px;
}


ul.style1 a {
	display: block;
	line-height: 180%;
	text-decoration: none;
	color: #4A4A4A;
}

ul.style1 .first {
	padding-top: 0px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 25px;
	top: 0;
	left: 0;
}

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

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

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


/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	float: left;
	width: 140px;
	height: 120px;
	margin-right: 25px;
	top: 0;
	left: 0;
}

.thumbnail:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(6.0, 6.0);
 -moz-transform: scale(6.0, 6.0);
 -webkit-transform: scale(6.0, 6.0);
 -o-transform: scale(6.0, 6.0);
 -ms-transform: scale(6.0, 6.0);
}





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

.image-style2 img {
	position: absolute;
	top: 0;
	left: 0;
}

.image-style2a span {
	background: url(images/image-border-style2.png) no-repeat left top;
}

/** CUSTOMER LOGIN */

#foobar {
}

#login {
	width: 275px;
}

#login form {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login input {
	margin: 0px;
	padding: 0px;
	width: 255px;
	height: 34px;
	padding: 0px 10px;
	outline: none;
	border: none;
	background: url(images/input-bg.png) repeat-x left top;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255,1);
	line-height: 34px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-family: 'Arvo', serif;
	color: #6B6B6B;
}

#login input.blank {
	color: #9A9A9A;
}

#login .email {
	display: block;
	margin-bottom: 15px;
}

#login 



.password {
	display: block;
	margin-bottom: 15px;
}

#login .submit {
	display: block;
	float: right;
	width: 95px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	background: url(images/button-style1-bg.jpg) repeat-x left top;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.4);
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #0D3B61;
	box-shadow: inset 0px 0px 0px 1px #4F718E;
	cursor: pointer;
}

#login p {
	margin: 0px;
	padding: 0px;
}

#login .lostpass {
	float: left;
	padding: 10px 0px 0px 0px;
	background: url(images/homepage14.gif) no-repeat left 7px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #272B2E;
}

#login .signin {
	float: left;
	padding: 2px 0px 0px 10px;
	letter-spacing: -1px;
	font-size: 13px;
}

#login a {
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #77645F;
}

/** BANNER */

#banner {
	position: relative;
	width: 550px;
	height: 260px;
	margin-bottom: 25px;
}

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

#banner .image {
	width: 550px;
	height: 260px;
	top: 0px;
	left: 0px;
}

#caption {
	position: absolute;
	width: 550px;
	height: 79px;
	background: url(images/caption-bg.png) no-repeat left top;
	bottom: 0px;
	right: 0px;
}

#caption p {
	float: right;
	margin: 18px 25px 0px 0px;
}

#caption h2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 79px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

#caption h2 a {
	display: block;
}

#caption span {
	margin: 0px;
	padding: 0x;
	color: #FFFFFF;
}

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

/** NAVIGATION */

.navigation {
	padding: 20px 0px 20px 0px;
}

/** BUTTON STYLE 1 */

.button-style1 {
	float: left;
	width: 145px;
	height: 40px;
	background: url(images/button-style1-bg.jpg) repeat-x left top;
	border: 1px solid #0D3B61;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px #4F718E;
}

.button-style1 a {
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.4);
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
}

/** BUTTON STYLE 2 */

.button-style2 {
	display: inline-block;
	height: 40px;
	margin-left: 15px;
	padding: 0px 25px;
	background: url(images/button-style2-bg.jpg) repeat-x left top;
	border: 1px solid #525456;
	border-radius: 5px;
	box-shadow: inset 0px 0px 0px 1px #515355;
}

.button-style2 a {
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.4);
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #FFFFFF;
}

/** BOX STYLE 1 */

#box1 {
	margin-bottom: 25px;
}


