@CHARSET "UTF-8";
@import "_reset.css";


/*
 * C O M M O N
 */
a, a:link, a:visited, a:active, a:hover {
	color:#706f6e;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
body {
	font:12px normal Arial;
	font-family:arial, sans-serif;
	color:#000;
	}
h1, h2, h3 {
	font:20px normal Arial;
	font-family:arial, sans-serif;
	font-weight:normal;
	margin-bottom:14px;
	}
p {
	margin-bottom:10px;
	}

.underline {
	text-decoration:underline;
	}
.italic {
	font-style:italic;
	}
strong, .bold {
	font-weight:bold;
	}
.center {
	text-align:center;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.cboth {
	clear:both;
	}
.cleft {
	clear:left;
	}
.cright {
	clear:right;
	}

/*
 * H E A D E R
 */
#header {
	background-image:url(../images/layout/header_bg.png);
	background-repeat:no-repeat;
	background-position:0 286px;
	}
#header, #header a, #header a:link, #header a:visited, #header a:active, #header a:hover {
	color:#706f6e;
	text-decoration:none;
	}
#header a:hover {
	text-decoration:underline;
	}
#header a.logo {
	display:block;
	width:554px;
	height:78px;
	text-indent:-4000px;
	margin:28px 0 0 40px;
	background-image:url(../images/layout/logo.png);
	background-repeat:no-repeat;
	z-index:2;
	}
#header img.branding {
	position:relative;
	top:-20px;
	z-index:1;
	}

#montage {
	position:absolute;
	top:70px;
	left:550px;
	width:398px;
	height:185px;
	overflow:hidden;
	}

/* slideshow */
#slideshow {
	position:absolute;
	top:70px;
	left:550px;
	width:398px;
	height:185px;
	}
#slideshow img {
	position:absolute;
	}
#slideshow img.slideshow_item1 {
	top:47px; /*117 - 70 #slideshow*/
	left:0; /*557 - 550 #slideshow - 7px shadow*/
	height:90px; /*83 + 7px shadow */
	width:116px; /*109 + 7px shadow */
	z-index:1;
	}
#slideshow img.slideshow_item2 {
	top:0; /*70 - 70 #slideshow*/
	left:109px; /*666 - 550 #slideshow - 7px shadow*/
	height:148px; /*141 + 7px shadow */
	width:101px; /*94 + 7px shadow */
	z-index:2;
	}
#slideshow img.slideshow_item3 {
	top:103px; /*173 - 70 #slideshow*/
	left:179px; /*736 - 550  #slideshow - 7px shadow*/
	height:72px; /*65 + 7px shadow */
	width:176px; /*169 + 7px shadow */
	z-index:3;
	}
#slideshow img.slideshow_item4 {
	top:41px; /*111 - 70 #slideshow*/
	left:285px; /*842 - 550 #slideshow - 7px shadow*/
	height:76px; /*69 + 7px shadow */
	width:113px; /*106 + 7px shadow */
	z-index:2;
	}

/*
 * C O N T E N T
 */
#content {
	background-image:url(../images/layout/content_bg.png);
	background-repeat:repeat-y;
	}

/*
 * F O O T E R
 */
#footer {
	background-image:url(../images/layout/footer_bg.png);
	background-repeat:no-repeat;
	background-position:0 49px;
	text-align:left;
	}
#footer p.copy {
	padding:71px 0 0 40px;
	}
#footer, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#706f6e;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

