* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 50% 0 #000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#000;
}
html {
	min-width:856px;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:856px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:249px;
	overflow:hidden;
	position:relative;
}
#content {
	height:478px;
	background:url(images/content-bg.jpg) no-repeat 0 0;
	overflow:hidden;
	position:relative;
}
	#content .mainContent {
		float:left;
		width:425px;
	}
	#content .mainContent.left {
		margin-right:47px;
	}
	#content .mainContent.right {
		margin-left:47px;
	}
	#content .aside {
		float:left;
		width:254px;
		background:url(images/aside-bg.png) no-repeat 0 0;
		min-height:335px;
		height:auto !important;
		height:335px;
	}
		#content .aside .inner {
			padding:30px 30px 20px 29px;
		}
#footer {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9a958d;
}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent.outdent-img {
	margin:0 26px 0 -10px;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.p4 { 
	margin-bottom:32px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#870503; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:32px;
	line-height:1.2em;
	color:#870503;
	text-transform:uppercase;
	margin:-10px 0 10px 0;
}
	h1 span {
		font-size:20px;
		color:#1d1d1d;
	}
	h1 strong {
		color:#1d1d1d;
	}
h2 {
	font-size:27px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#000;
	margin-bottom:18px;
}
	h2 span {
		display:block;
		margin-top:-10px;
		color:#870503;
	}
h3 {
	font-size:1em;
	color:#870503;
	margin-bottom:8px;
	text-transform:uppercase;
}


.txt1 {
	color:#870503;
}


.button { 
	float:right;
	background:url(images/button.gif) no-repeat 0 0;
	width:84px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.button:hover {
	text-decoration:underline;
}


.address { 
	float:left;
	padding-top:20px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		text-transform:uppercase;
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:80px;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:239px;
	top:62px;
}
#header .nav {
	position:absolute;
	left:98px;
	bottom:0;
	background:url(images/nav-bg.jpg) no-repeat 0 0;
	width:649px;
	height:52px;
	text-align:center;
	overflow:hidden;
}
	#header .nav ul {
		padding:0 0 0 70px;
	}
		#header .nav ul li {
			display:inline;
			background:url(images/divider.gif) no-repeat 0 23px;
			float:left;
		}
		#header .nav ul li.first {
			background:none;
		}
			#header .nav ul li a {
				display:inline-block;
				padding:20px 15px 20px 15px;
				font-size:14px;
				line-height:1.2em;
				color:#fff;
				text-transform:uppercase;
				text-decoration:none;
				letter-spacing:1px;
				background:url(images/nav-splash.png) no-repeat 50% 50%;
			}
			#header .nav ul li a:hover {
				text-decoration:none;
			}
		

/*===== content =====*/
#content .indent {
	padding:74px 60px 0 69px;
}
	
	dl.list1 dt {
		font-weight:bold;
		text-transform:uppercase;
	}
	dl.list1 dd {
		background:url(images/line-hor.png) no-repeat 50% 100%;
		padding:0 0 15px 0;
		margin-bottom:15px;
	}
	dl.list1 dd.last {
		background:none;
		padding:0;
	}
	
	.links li {
		font-weight:bold;
		text-transform:uppercase;
		padding-bottom:8px;
	}
		.links li a {
			text-decoration:none;
		}
		.links li a:hover {
			text-decoration:underline;
			color:#000;
		}


#faded {
	width:706px;
	position:relative;
	margin-top:20px;
}
#faded ul { list-style:none; padding:0; margin:0; }
#faded ul.big-img {
	position:absolute;
	left:0;
	top:0;
	width:412px;
}
	#faded ul.big-img li img {
		border:2px solid #fff;
	}
	#faded ul.big-img li .description {
		padding:10px 0 0 3px;
	}
		#faded ul.big-img li strong {
			text-transform:uppercase;
			color:#870503;
		}

ul.pagination {
	position:absolute;
	right:0;
	top:0;
	width:236px;
}
	ul.pagination li {
		float:left;
		margin-right:35px;
		margin-bottom:36px;
	}
	ul.pagination li.even {
		margin-right:0;
	}
		ul.pagination li img {
			border:2px solid #fff;
		}
ul.pagination li.current img, ul.pagination li:hover img { border-color:#000;}

ul.navigation {
	position:absolute;
	right:0;
	top:255px;
	width:232px;
}
	ul.navigation li {
		display:inline;
	}
		ul.navigation .button.fleft {
			float:left;
		}
		ul.navigation .button.fright {
			float:right;
		}


.works {
	width:100%;
	overflow:hidden;
	padding-top:18px;
}
	.works li {
		float:left;
		margin:0 20px 21px 0;
	}
	.works li.last {
		margin-right:0;
	}
		.works li img {
			border:2px solid #fff;
		}

/*===== footer =====*/
#footer {
	text-align:center;
	padding:23px 0 80px 0;
}
#footer a {
	color:#9a958d;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px} 
/*==========================================*/
