/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Fonts */

/*
@font-face {
    font-family: 'Berkeley';
    src: url('fonts/berkeley-medium.eot');
    src: url('fonts/berkeley-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/berkeley-medium.woff') format('woff'),
         url('fonts/berkeley-medium.ttf') format('truetype'),
         url('fonts/berkeley-medium.svg#berkeley-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSansCorrespondence';
    src: url('fonts/thesanscorrespondence.eot');
    src: url('fonts/thesanscorrespondence.eot?#iefix') format('embedded-opentype'),
         url('fonts/thesanscorrespondence.woff') format('woff'),
         url('fonts/thesanscorrespondence.ttf') format('truetype'),
         url('fonts/thesanscorrespondence.svg#thesanscorrespondence') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/* Global styles */

body {
	background: #1d1d1b url(../images/website/bg.gif) repeat-x;
	color: #fff;
	font: 14px/24px TheSansCorrespondence, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #dc0c15;
	font-weight: lighter;
	font-family: Berkeley, Times, "Times New Roman", Georgia, serif;
}

h1 { font-size: 24px; }

h2 {
	margin-bottom: 30px;
	font-size: 21px;
}

h3 { font-size: 16px; }

p { margin-bottom: 20px; }

a { color: #fff; }
a:hover { text-decoration: none; }


/* Global classes */

.left { float: left; }
.right { float: right; }

.clear { clear: both; }

.button {
	display: block;
	float: left;
	margin-bottom: 60px;
	padding: 5px 10px;
	background: #dc0c15;
	color: #fff;
	text-decoration: none;
}
.button:hover {
	background: #fff;
	color: #dc0c15;
}


/* Structure */

#wrapper {
	width: 940px;
	margin: 0 auto 25px;
}


/* Header */

#header { height: 126px; }

#logo {
	float: left;
	margin-top: 13px;
}

#nav {
	float: right;
	margin-top: 85px;
}

#nav li {
	position: relative;
	float: left;
	margin-left: 45px;
	font-size: 15px;
}
#nav li:hover ul { display: block; }

#nav li a {
	color: #dc0c15;
	text-decoration: none;
}
#nav li a:hover { color: #1d1d1b; }

#nav li a.gal {
	padding-right: 20px;
	background: url(../images/website/nav.gif) right no-repeat;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 17px;
	left: -30px;
	width: 150px;
	padding: 20px 30px;
	background: #fff;
	line-height: 30px;
	z-index: 1;
}

#nav li ul li { margin-left: 0; }


/* Content */

#left {
	float: left;
	width: 435px;
	padding-top: 40px;
}

#right {
	float: right;
	width: 435px;
	padding-top: 40px;
}


/* Pages */

#slogan {
	float: left;
	width: 940px;
	margin: 30px 0;
	font: lighter 16px Berkeley, Times, "Times New Roman", Georgia, serif;
}

#galleries {
	float: left;
	width: 940px;
}

#galleries .gallery {
	position: relative;
	float: left;
	width: 290px;
	height: 250px;
	margin: 0 35px 25px 0;
	text-decoration: none;
}
#galleries .gallery:nth-child(3n) { margin-right: 0; }

#galleries .gallery h2 {
	margin-bottom: 15px;
	font-size: 21px;
}

#galleries .gallery img {
	position: relative;
	width: 290px;
	height: 200px;
}
/*
#galleries .gallery:hover img {
	top: -10px;
	left: -10px;
	width: 310px;
	height: 220px;
}
*/


/* Fancybox */

#fancybox {
	width: 680px;
	height: 580px;
	background: #fff;
	overflow: hidden;
}


/* CMS */

#website, #PageContent {
	height: 100%;
	background: #1d1d1b url(../images/website/bg.gif) repeat-x;
}

.x-window, .x-layer { color: #000!important; }