/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* REBUILD */
body {
    background-color: #cbc7c0;
    color: #2a2623;
    font: 11px/15px 'PTSansRegular', Arial, sans-serif;
}
h1 {
    font: 24px/28px 'PTSansBold', Arial, sans-serif;
    text-transform: uppercase;
}
h2 {
    font: 16px/20px 'PTSansRegular', Arial, sans-serif;
    margin-bottom: 20px;
}
h3 {
    font: 14px/18px 'PTSansRegular', Arial, sans-serif;
    margin-bottom: 10px;
}
a {
    color: #2a2623;
    text-decoration: none;
}
a:hover {
    color: #6a3327;
}
strong {
    font-weight: bold;
}

/* PAGE */
#page {
    background: url(../img/logo-bg-2.png) no-repeat 0 73px #FFF;
    margin: 25px auto;
    width: 1000px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* HEADER */
#header {
    padding-bottom: 50px;
}

/* NAV */
#header .nav  {
    display: block;
    padding-bottom: 5px;
    padding-top: 60px;
}
#main .nav  {
    display: block;
    padding-top: 68px;
}
.nav .logo  {
    margin-left: 40px;
    width: 270px;
}
.nav a {
    background: url(../img/nav-bg.png) repeat-x 0 31px;
    display: block;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}
.nav a:hover {
    background-image: url(../img/nav-hover-bg.png);
}
#main .nav a {
    padding: 5px 0;
}
.nav .logo a {
	letter-spacing: 1px !important;
}
.nav .active a {
    background-image: url(../img/nav-active-bg.png);
	font-weight: bold;
	letter-spacing: 0;
}
.nav .active a:hover {
    background-image: url(../img/nav-active-hover-bg.png);
}
.nav .logo .company {
    font-weight: bold;
}
.nav .logo .owner {
    font-weight: normal;
}
#main .nav ul a {
    padding-left: 10px;
    text-transform: none;
}

/* META */
#meta {
    font-style: italic;
}
#meta #info {
    margin-left: 40px;
    width: 270px;
}

/* MAIN */
#main {
    padding-bottom: 53px;
}
#main img {
    display: block;
    margin-bottom: 20px;
}
#main .image-group {
    height: 395px;
    margin-right: -4px;
    overflow: hidden;
    width: 624px;
}
#main .image-group a {
	display: block;
    float: left;
}
#main .image-group a img {
	margin-bottom: 0;
}
#main .image-group a span {
	color: #999;
}
#main .image-group img {
    float: left;
    margin-bottom: 0;
    margin-right: 4px;
}
#main iframe {
	margin-bottom: 18px;
}
#main p {
    font-size: 12px;
    line-height: 18px;
}
#main #section p {
    margin-bottom: 18px;
    margin-right: 160px;
}
#main #section .entry {
    margin-bottom: 40px;
}
#main #section table {
    width: 100%;
}
#main #section table th {
    font-weight: bold;
    text-transform: uppercase;
    width: 25%;
}

/* SLIDER */
#slider {
    height: 395px;
    overflow: hidden;
    position: relative;
    width: 620px;
}
#slider ul,
#slider ul li {
    height: 375px;
    overflow:hidden;
    width: 620px;
}
#slider #prev,
#slider #next {
    background: url(../img/slider-controls-bg.png) no-repeat 5px 15px #2a2623;
    color: #FFF;
    display: block;
    float: left;
    height: 9px;
    padding: 15px 5px;
    position: absolute;
    text-indent: -999em;
    top: 165px;
    width: 5px;
    z-index: 999;
}
#slider #prev:hover,
#slider #next:hover {
}
#slider #prev {
    left: 0;
}
#slider #next {
    background-position: -190px;
    right: 0;
}

/* FOOTER */
#footer {
    padding: 40px 0 60px;
}
#footer p {
    border-top: 1px solid #151515;
    padding-top: 8px;
}
