@charset "UTF-8";
@import "reset.css";

@font-face {
	font-family: Sommet; 
	src: url(SommetRegular.otf);
}

@font-face {
	font-family: Sommet; 
	src: url(SommetBold.otf);
	font-weight: bold;
}


body {
	background: url(../images/background.png) center top repeat-x;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/**
 * Heading
 */
#heading {
	height: 73px;
	padding: 30px 35px 30px 30px;
}

#logo { 
	margin-top: -25px;
	float: left;
}
#logo a {
	display: block;
	width: 195px;
	height: 112px;
	
	background: url(../images/logo.png) 0 25px no-repeat;
	text-indent: -9999em;
}

/**
 * Main Menu
 */
#primary-menu {
	position: relative;
	margin-left: 300px; 
}

#primary-menu ul {
	position: absolute;
	top: 20px;
	display: inline-block;
}

#primary-menu ul:first-child { left: 0; }
#primary-menu ul:nth-child(2) {left: 265px; }
#primary-menu ul:last-child { right: 0; }

#primary-menu li {
	padding: 3px 7px 3px 0;

	border-bottom: 1px solid #b65055;
	font-family: Sommet;
}

#primary-menu li:last-child {	border-bottom: none; }
#primary-menu li:hover, #primary-menu li.active { background-color: #87181d; }

#primary-menu li a {
	padding-left: 13px;

	background: url(../images/main-menu-pointer.png) 2px 50% no-repeat;
	color: #fff;
	font-size: 14px;
}

/**
 * Quick-Access Menu
 */
#quick-access {
	position: absolute;
	top: 5px;
	right: 0;
	overflow: hidden;
	
	background: url(../images/quick-access-background.png) repeat-x;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #e1c6c8;
}

#quick-access ul, #quick-access li, #quick-access p { float: left; }
#quick-access p { margin-right: 12px; }

#quick-access li {
	padding: 0 12px;
	
	line-height: 28px;
}

#quick-access > li:first-child {
	padding-right: 30px;

	border-right: 1px solid #a7242a;
}

#quick-access > li:last-child { padding-left: 10px; }
#quick-access li li { padding: 0 4px; }
#quick-access img { vertical-align: middle; }

/**
 * Main Bar/Banner
 */
h1.bar, #banner {
	position: relative;
	
	color: #fff;
	z-index: 3;
	zoom: 1;
}

h1.bar {
	background: url(../images/headingbar-background.png) no-repeat;
	font: bold 24px/65px Sommet, sans-serif;
	text-indent: 30px;
}

#banner {
	height: 300px;
}

h1.bar .shadow, #banner .shadow {
	position: absolute;
	bottom: -10px;
	right: -10px;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	
	background: url(../images/headingbar-shadow.png) no-repeat;
	z-index: 2;
}

#banner .shadow { background-image: url(../images/banner-shadow.png); }

#banner .slide {
	position: relative;
	height: 300px;
	
	z-index: 3;
}

/**
 * Slideshow navigation
 */
.slideshow-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	padding: 5px 0;
	
	background: #be2c33;
	border-radius: 10px;
	line-height: 18px;
	text-align: center;
	z-index: 4;
}

.slideshow-nav li {
	display: inline-block;
	width: 15px;
	height: 15px;

	background: url(../images/slideshow-inactive.png) no-repeat;
	cursor: pointer;
	text-indent: -9999em;
}

.slideshow-nav .active {
	background-image: url(../images/slideshow-active.png);
}

/**
 * Footer
 */
#footer {
	height: 100px;
	clear: both;
	
	background: #e8e8e8 url(../images/footer-background.png) repeat-x;
	line-height: 46px;
}

#footer > div {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#foooter ul, #footer li {
	margin-right: 30px;
	float: left;
}

#footer  p { text-align: right; }

/**
 * Content Layout
 */
#container {
	position: relative;
	bottom: 5px;
}

#sidebar {
	width: 260px;
	padding: 25px 0 20px;
	float: left;

	background: #97989c url(../images/sidebar-background.png) left bottom no-repeat;
	color: #fff;
}

#content {
	padding: 25px 0;
	
	background: url(../images/content-background.png) repeat-x;
}

#sidebar + #content {
	width: 700px;
	padding-left: 20px;
	float: right;
}

/**
 * Sidebar
 */
#sidebar li {
	padding: 5px 25px;

	background: url(../images/sidebar-menu-separator.png) left bottom repeat-x;
}

#sidebar li a, #sidebar li span {
	padding-left: 10px;

	background: url(../images/sidebar-menu-pointer.png) left 50% no-repeat;
}

#sidebar li span { font-weight: bold; }
#sidebar li:last-child { background: none; }

/**
 * Sections' Common
 */
.section {
	margin: 10px;
}

.section h3 {
	margin-bottom: 20px;

	color: #a7242a;
	font-size: 18px;
	font-weight: normal;
}

.section h4 {
	margin: -10px 0 0 10px;

	color: #565a5d;
	font-size: 14px;
	font-weight: normal;
}

/**
 * Sections
 */
#section-contact {
	float: left;
	
	font-size: 14px;
}

#section-contact address {
	margin-bottom: 50px;

	color: #a7242a;
	font-style: normal;
}

#section-contact address, #section-contact dl { line-height: 22px; }

#section-contact dt {
	margin-right: 5px;
	float: left;
}

#section-contact dt:after { content: ":"; }
#section-contact-form { margin-left: 210px; }

#section-preview  > .button { float: right; }

#section-text > p { margin-bottom: 10px; }

#section-text h2 {	
	font-size: 14px;
	text-align: center;
}

#section-text h2, #section-text h3, #section-text h4, #section-text h5 {
	padding: 5px 0;
}

#section-text .figure {
	margin: 0 0 10px 10px;
	float: right;
}

#section-text .figure span { 
	display: block; 
	
	color: #777;
}

#section-text .figure-wrapper {
	text-align: center;
}

#section-text .figure-wrapper .figure {
	display: inline-block;
	margin: 10px 30px;
	float: none;
}

#section-text ul > li {
	padding-left: 20px;
	
	background: url(../images/text-pointer.png) 10px 6px no-repeat;
}

#section-text ol > li {
	margin-left: 20px;
	
	list-style-type: decimal;
}

#section-text a { color: rgb(167, 36, 43); }
#section-text a :hover { text-decoration: underline; }

/**
 * Subpage specific
 */
.highlights table th:first-child {
	width: 40%;
}

.home { 	overflow: hidden; }

.home h3 { 
	font-family: Sommet, sans-serif; 
	font-size: 24px;
	line-height: 0px;
}

.home .section {
	width: 47.5%;
	float: left;
}

.home .section div {
	margin: 15px 5px 0;
	
	text-align: right;
}

/**
 * Forms
 */
label { color: #54585b; }
button { cursor: pointer; }

input[type=text], input[type=password], textarea {
	width: 190px;
	margin: 2px 0;
	padding: 5px 10px;

	background: #dbdbdb url(../images/input-background.png);
	border: 1px solid #c4c4c4;
	font-size: inherit;
	line-height: 14px;
}

textarea {
	width: 415px;
	height: 84px;
	overflow: auto;
}

fieldset.double label {
	display: block;
	width: 49%;
	float: left;
}

fieldset.double label span { display: block; }

fieldset.actions {
	padding: 20px;

	text-align: right;
}

/**
 *	Tables
 */
table {
	margin: 20px 0;

	border-collapse: collapse;
} 

th {
	background: #a6242a;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

td, th {
	padding: 5px 20px; 
	
	border: 1px solid #fff;
}

tr  td{ background: #efefef; }
tr:nth-child(even) td { background: #e5e6e6; }

/**
 * Gallery
 */
.gallery {
	overflow: hidden;
} 

.gallery  li{
	width: 25%;
	margin-bottom: 20px;
	float: left;
}

.gallery li div {
	width: 138px;
	height: 104px;
	margin: 5px auto;
	padding: 6px 7px;
	
	background: url(../images/gallery-thumbnail-border.png) no-repeat;
}

/**
 * Preview
 */
#preview {
	margin-bottom: 20px;
	padding: 20px 0;

	background: #e2e2e4;
	border: 1px solid #cbcccd;
} 

#preview  p { text-align: center; }
#preview  p *{ vertical-align: middle; }
#preview p > img { border: 1px solid #cbcccd; }

#preview h2 {
	margin-top: 20px;

	color: #46474b;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.gallery li p {
	padding: 0 10px;
}

/**
 * Pagination
 */
.pagination { 
	line-height: 25px; 
	text-align: right;
}

.pagination li {
	display: inline;
	margin: 0 2px;
}

.pagination li.active {
	color: #a7242a;
	font-weight: bold;
}

/**
 * Buttons
 */
a.button.short, a.button.wide, button {
	display: inline-block;
	width: 90px;
	height: 25px;

	background: url(../images/button-wide.png) no-repeat;
	border: none;
	color: #fff;
	font-family: Sommet, sans-serif;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}

a.button.short {
	width: 39px;

	background-image: url(../images/button-short.png);
}