/* reset css for all browsers */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

/* fonts */
@font-face {
    font-family: 'TitilliumTextBold';
    src: url('fonts/TitilliumText25L001-webfont.eot');
    src: url('fonts/TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L001-webfont.svg#TitilliumText25L800wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumTextReg';
    src: url('fonts/TitilliumText25L003-webfont.eot');
    src: url('fonts/TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText25L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText25L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global */
body{
	background: #000000;
}

#container{
	width:1020px;
	height:823px;
	margin:0 auto;
	background: #ffffff url('images/gradient.jpg') repeat-y; /* Old browsers */
	background: -moz-linear-gradient(left, #c7c8ca 0%, #ffffff 20%, #ffffff 97%, #c7c8ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c7c8ca), color-stop(20%,#ffffff), color-stop(97%,#ffffff), color-stop(100%,#c7c8ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* IE10+ */
	background: linear-gradient(to right, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* W3C */
	filter:  #ffffff url('images/gradient.jpg') repeat-y;; /* IE6-9 */
}

/* Header */
header{
	width: 100%;
	height: 243px;
	background: #ffffff url('images/banner.jpg') no-repeat;
}

header nav{
	padding: 24px 0 0 190px;
}

header nav ul li{
	width: 45px;
	height: 70px;
}	
	
header nav ul li a{
	width: 35px;
	height: 70px;
	display: block;
	border-left: 10px solid #cc3333;
}

header nav hr{
	width: 45px;
	height: 2px;
	margin: 0;
	background: #ffffff;
}

header nav,
header > img{
	float: left;
}

/* Main */
main hr{
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 0;
}

/*--aside--*/
main aside{
	width: 190px;
	margin: 154px 47px 0 0;
	float:left;
}

main aside p{
	padding:12px 0 0 29px;
	font-family:TitilliumTextBold;
	font-size:13px;
	text-align:right;
	line-height:130%;
}

/*--section--*/
main section{
	width:782px;
	margin: 24px 0 0 0;
	float: right;
}

main section h6{
	margin:0 0 9px 0;
	font-family:TitilliumTextReg;
	font-size:16px;
}

main section h6 span{
	font-family:TitilliumTextBold;
}

main section nav{
	margin: 9px 0;
}

main section nav a,
main section nav p{
	float: left;
}

main section nav p{
	color: #cc3333;
	font-weight: bold;
	font-size:20px;
	line-height: 50%;
	margin: 0 0 9px 0;
	padding:0 3px;
}

main section nav a.previous{
	width: 60px;
	height: 11px;
	background: #ffffff url('images/previous.jpg') no-repeat;
}

main section nav a.next{
	width: 41px;
	height: 11px;
	background: #ffffff url('images/next.jpg') no-repeat;
}

.slider-wrapper{
	width:748px;
	height:351px;
	background:#ffffff;
	margin: 9px 0 14px 0;
	overflow:hidden;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	z-index:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-directionNav{
	display:none;
}

.nivo-controlNav{
	display:none;
}

main section #thumbnails{
	width: 100%;
	overflow: auto;
}

main section #thumbnails div{
	width: 33px;
	height: 33px;
	background:#000000;
	margin: 12px 19px 0 0;
	float:left;
	overflow:hidden;
}

main section #thumbnails div p.title,
main section #thumbnails div p.description{
	display:none;
}