
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #6D6156 url(images/body-wrapper-bg.jpg) repeat;
	font-family: 'Arvo', serif;
	font-size: 12px;
	color: #514439;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

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

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

strong {
}

a {
	color: #514439;
}

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;
	background: url(images/page-wrapper-bg.jpg) repeat;
}

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

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 207px;
	/*background: url(/Users/voirinbenjamin/Desktop/P1040878.JPG);*/
	background: url(images/header-wrapper-bg.jpg) repeat-x left top;
}

#header {
	overflow: hidden;
	width: 600px;
	height: 190px;
	margin: 0px auto;
	/*background-image: url(/Users/voirinbenjamin/Desktop/Site Andre/logo-bg1.png) no-repeat center top;*/
	background: url(images/logo-bg.jpg) no-repeat left top;
}

/** LOGO */

#logo {
	position: relative;
	width: 600px;
	height: 190px;
}

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

#logo h1 a {
	display: block;
	position: absolute;
	top: 40px;
	/**top:51px;*/
	left: 0px;
	width: 100%;
	height: 100%;
	letter-spacing: -2px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 2px 0px rgba(0,0,0,.3);
	font-size: 30px;
	/**font-size: 40px;*/
	color: #FFFFFF;
}

/** MENU */

#menu-wrapper {
	overflow: hidden;
	height: 93px;
	background: url(images/divider-bg.jpg) repeat-x left bottom;
	padding-top: 8px;
}

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

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 2px 0px rgba(0,0,0,.3);
}

#menu li {
	display: inline-block;
	padding-left: 10px;
}

#menu a {
	display: block;
	padding-right: 10px;
	line-height: 82px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

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

#menu span {
	display: inline-block;
	height: 82px;
	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: 974px;
	padding: 0px 13px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

/** CONTENT */

#content {
	float: left;
	width: 643px;
	padding: 11px 8px 11px 0px;
	background: url(images/page-divider-bg-01.jpg) repeat-y right top;
}

.two-column2 #content {
	float: right;
	padding: 11px 0px 11px 8px;
	background: url(images/page-divider-bg-01.jpg) repeat-y left top;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 318px;
	padding: 11px 0px 11px 0px;
}

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

/** WIDE CONTENT */

#wide-content {
	width: 960px;
	margin: 0px auto;
	padding: 11px 0px;
}

/** FOOTER */

#footer a 
{
	color : white;
}

#footer {
	overflow: hidden;
	height: 185px;
	background: url(images/footer-content-bg.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 65px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	font-size: 12px;
	color: #A4998E;
}

#footer-wrapper-content-bg {
	background: url(images/footer-content-wrapper-bg.jpg) repeat;
}

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

#footer-content {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding-top: 27px;
}

#footer-content p {
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	color: #E8E4E0;
}

#footer-content h2 {
	display: block;
	padding-bottom: 15px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

#fbox1 {
	float: left;
	width: 300px;
	padding: 13px 13px 10px 0px;
	background: url(images/footer-divider-bg-02.png) repeat-y right top;
}

#fbox2 {
	float: left;
	width: 300px;
	padding: 13px 13px 10px 13px;
	background: url(images/footer-divider-bg-02.png) repeat-y right top;
}

#fbox3 {
	float: right;
	width: 300px;
	padding: 13px 0px 10px 0px;
}

#three-columns {
}

#column1 {
	float: left;
	width: 318px;
	padding: 11px 7px 11px 0px;
	background: url(images/page-divider-bg-01.jpg) repeat-y right top;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#column2 {
	float: left;
	width: 312px;
	padding: 11px 7px 11px 6px;
	background: url(images/page-divider-bg-01.jpg) repeat-y right top;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#column3 {
	float: right;
	width: 318px;
	padding: 11px 0px;
}

/** BOX STYLE 1 */

.box-style1 {
	width: 318px;
}

.box-style1 .title {
	width: 304px;
	height: 62px;
	padding-left: 14px;
	background: url(images/box-style1-left-bg.png) no-repeat left top;
}

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

.box-style1 .title span {
	display: inline-block;
	width: 274px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style1-bg.png) repeat-x left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style1 .content {
	overflow: hidden;
	width: 250px;
	padding: 15px 31px 20px 37px;
	background: url(images/box1-content-bg.png) repeat-y left top;
}

.box-style1 .content-bgbtm {
	height: 3px;
	background: url(images/box1-content-bgbtm.png) no-repeat left top;
}

/** BOX STYLE 2 */

.box-style2 {
	width: 318px;
}

.box-style2 .title {
	width: 310px;
	height: 62px;
	padding-left: 8px;
	background: url(images/box-style2-left-bg.png) no-repeat left top;
}

.box-style2 .title h2 {
	height: 62px;
	padding-right: 14px;
	background: url(images/box-style2-right-bg.png) no-repeat right top;
}

.box-style2 .title span {
	display: inline-block;
	width: 274px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style2-bg.png) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style2 .content {
	overflow: hidden;
	width: 250px;
	padding: 15px 37px 20px 31px;
	background: url(images/box2-content-bg.png) repeat-y left top;
}

.box-style2 .content-bgbtm {
	height: 3px;
	background: url(images/box2-content-bgbtm.png) no-repeat left top;
}

/** BOX STYLE 3 */

.box-style3 {
	width: 312px;
}

.box-style3 .title {
	width: 305px;
	height: 62px;
	padding-left: 7px;
	background: url(images/box-style3-left-bg.png) no-repeat left top;
}

.box-style3 .title h2 {
	height: 62px;
	padding-right: 7px;
	background: url(images/box-style3-right-bg.png) no-repeat right top;
}

.box-style3 .title span {
	display: inline-block;
	width: 276px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style3-bg.png) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style3 .content {
	width: 250px;
	padding: 15px 31px 20px 31px;
	background: url(images/box3-content-bg.png) repeat-y left top;
}

.box-style3 .content-bgbtm {
	height: 3px;
	background: url(images/box3-content-bgbtm.png) no-repeat left top;
}

/** BOX STYLE 4 */

.box-style4 {
	overflow: hidden;
	height: 180px;
	padding: 30px 25px 45px 25px;
	border: 1px solid #B0A090;
	background: url(images/footer-box-bg.png) repeat;
	box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, .2);
}

/** BOX STYLE 5 */

.box-style5 {
	width: 642px;

}

.box-style5 .title {
	width: 628px;
	height: 62px;
	padding-left: 14px;
	background: url(images/box-style1-left-bg.png) no-repeat left top;
}

.box-style5 .title h2 {
	height: 62px;
	padding-right: 8px;
	background: url(images/box-style1-right-bg.png) no-repeat right top;
}

.box-style5 .title span {
	display: inline-block;
	width: 598px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style1-bg.png) repeat-x left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style5 .content {
	overflow: hidden;
	width: 572px;
	padding: 15px 31px 20px 37px;
	background: url(images/box5-content-bg.png) repeat-y left top;
}

.box-style5 .content-bgbtm {
	height: 2px;
	background: url(images/box5-content-bgbtm.png) no-repeat left top;
}


/** BOX STYLE 6 */

.box-style6 {
	width: 642px;
}

.box-style6 .title {
	width: 634px;
	height: 62px;
	padding-left: 8px;
	background: url(images/box-style2-left-bg.png) no-repeat left top;
}

.box-style6 .title h2 {
	height: 62px;
	padding-right: 14px;
	background: url(images/box-style2-right-bg.png) no-repeat right top;
}

.box-style6 .title span {
	display: inline-block;
	width: 598px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style2-bg.png) repeat-x left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style6 .content {
	overflow: hidden;
	width: 572px;
	padding: 15px 31px 20px 37px;
	background: url(images/box6-content-bg.png) repeat-y left top;
}

.box-style6 .content-bgbtm {
	height: 2px;
	background: url(images/box6-content-bgbtm.png) no-repeat left top;
}

/** BOX STYLE 7 */

.box-style7 {
	width: 960px;
}

.box-style7 .title {
	width: 952px;
	height: 62px;
	padding-left: 8px;
	background: url(images/box-style2-left-bg.png) no-repeat left top;
}

.box-style7 .title h2 {
	height: 62px;
	padding-right: 8px;
	background: url(images/box-style1-right-bg.png) no-repeat right top;
}

.box-style7 .title span {
	display: inline-block;
	width: 922px;
	height: 48px;
	padding-top: 14px;
	padding-left: 22px;
	background: url(images/box-style2-bg.png) repeat-x left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}

.box-style7 .content {
	width: 900px;
	padding: 15px 30px 20px 30px;
	background: url(images/box7-content-bg.png) repeat-y left top;
}

.box-style7 .content-bgbtm {
	height: 2px;
	background: url(images/box7-content-bgbtm.png) no-repeat left top;
}

/** LIST STYLE 1 */

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

ul.style1 li {
	padding: 7px 0px;
	background: url(images/footer-divider-bg-01.png) repeat-x left top;
}

ul.style1 a {
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	color: #E8E4E0;
}

ul.style1 .first {
	background: none;
}

/** LIST STYLE 2 */

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

ul.style2 li {
	float: left;
	padding-right: 8px;
}

ul.style2 a {
	display: block;
	width: 32px;
	height: 32px;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.3);
}

/** LIST STYLE 3 */

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

ul.style3 li {
	padding: 12px 0px 11px 0px;
	background: url(images/list3-divider.jpg) repeat-x left top;
	text-shadow: 1px 1px 0px #FFFFFF;
}

ul.style3 a {
	display: block;
	text-decoration: none;
	color: #514439;
}

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

ul.style3 .date {
	float: left;
	width: 53px;
	height: 53px;
	margin: 0px 15px 0px 0px;
	padding: 4px 0px 0px 0px;
	background: url(images/list3-date-bg.jpg) no-repeat left top;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}

ul.style3 .date a {
	color: #FFFFFF;
}

ul.style3 .date a:hover {
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 4 */

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

ul.style4 li {
	padding: 10px 0px 2px 0px;
	background: url(images/list3-divider.jpg) repeat-x left top;
	text-shadow: 1px 1px 0px #FFFFFF;
}

ul.style4 a {
	display: block;
	text-decoration: none;
	color: #514439;
}

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

ul.style4 .first {
	background: none;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 250px;
	height: 122px;
	margin-bottom: 20px;
	top: 0;
	left: 0;
}

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

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

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


/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	width: 400px;
	height: 284px;
	margin-bottom: 20px;
	top: 0;
	left: 0;
}

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

.image-style3 img {
	position: absolute;
	top: 12px;
	left: 12px;
}

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




/** IMAGE BORDER STYLE 2 */

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

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

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

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

/** LINK STYLE 1 */

.links-style1 {
	width: 110px;
	height: 47px;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.3);
	padding-left: 5px;
	background: url(images/link-style1-left-bg.png) no-repeat left top;
}

.links-style1 a {
	display: inline-block;
	height: 47px;
	padding-right: 5px;
	background: url(images/link-style1-right-bg.png) no-repeat right top;
}

.links-style1 span {
	display: inline-block;
	width: 105px;
	height: 47px;
	background: url(images/link-style1-bg.png) repeat-x left top;
	line-height: 47px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px rgba(0,0,0,.5);
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#box1 {
	margin-bottom: 20px;
}

#box2 {
}

#box3 {
}

#banner-wrapper {
	overflow: hidden;
	height: 345px;
	padding-top: 10px;
	background: url(images/divider-bg.jpg) repeat-x left bottom;
}

#banner {
	width: 899px;
	height: 305px;
	margin: 0px auto;
	padding: 23px 25px 0px 26px;
	background: url(images/banner-container-bg.png) no-repeat left top;
}

/** SLIDERTRON */

#slidertron {
	position: relative;
	width: 899px;
	height: 328px;
	background: url(images/bg1_06.jpg) no-repeat right top;
}

#slidertron .viewer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 730px;
	height: 280px;
	overflow: hidden;
}

#slidertron .reel {
}

#slidertron .slide {
	width: 624px;
	height: 277px;
}

#slidertron .slide .image {
	position: absolute;
	top: 1px;
	left: 0px;
}

#slidertron .slide .caption1, #slidertron .slide .caption2 {
	display: none;
}

#slidertron .captions {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 275px;
	height: 279px;
	background: url(images/banner-caption-bg.jpg) no-repeat left top;
}

#slidertron .captions .captionLine1, #slidertron .captions .captionLine2 {
	display: block;
	padding: 0px 35px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
}

#slidertron .captions .captionLine1 {
	margin-bottom: 10px;
	padding-top: 50px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.30);
	letter-spacing: -2px;
	line-height: 38px;
	font-size: 35px;
	color: #FFFFFF;
}

#slidertron .captions .captionLine2 {
	text-shadow: 0px 2px 2px rgba(0,0,0,0.30);
	line-height: 20px;
	font-size: 16px;
	color: #EADBCE;
}

#slidertron .navigation {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 240px;
	height: 279px;
	text-indent: -9999em;
}

#slidertron .previous-button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	background: url(images/banner-previous-bg.jpg) no-repeat left top;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.3);
	outline: 0;
}

#slidertron .next-button {
	position: absolute;
	top: 0px;
	right: 160px;
	width: 35px;
	height: 35px;
	background: url(images/banner-next-bg.jpg) no-repeat left top;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.3);
	outline: 0;
}
