html,
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #dfdfdf url("../../images/background_repeat.png") repeat-x bottom center;
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
embed,
object {
	margin: 0;
	padding: 0;
}

ul, ol {
	padding: 0 0 0 25px;
}

ul li, ol li {
	line-height: 1.7em;
	margin: 2px 0;
	padding: 0;
}

img {
	border: none;
}

fieldset {
	border: none;
}

/*	-------------------------------------------------------------
	ANCHORS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0;
}

a, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	margin: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	font-size: 3em;
	margin: 0;
	font-weight: bold;
	line-height: 100%;
	padding: 0 0 20px 0;
}

h1 span {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

h2 {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 0 0;
}

h3 {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 0 0;
}

.justify {
	text-align: justify;
}

.small {
	font-size: 0.7em;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}

.big strong {
	font-size: 1.35em;
}

/*	-------------------------------------------------------------
	COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.last {
	margin-right: 0 !important;
}

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	position: relative;
	width: 990px;
	height: 600px;
	top: 10%;
	margin: 0 auto;
	border: 8px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: #b7b6b6 0 0 5px;
	-webkit-box-shadow: #b7b6b6 0 0 5px;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 600px;
}

.content {
	position: relative;
	width: 990px;
	height: 600px;
	z-index: 1;
	background: url("../../images/bg_content.png") repeat 0 0;
}

.scroll {
	height: 380px;
}

/* Header */
.header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 20px;
	background: #fff;
	z-index: 2;
}

/* Header Logo */
.header .logo img {
	float: left;
	margin-left: 10px;
	margin-top: 18px;
}

/* Header Navigation */
.header #nav-header ul {
	list-style: none;
	margin: 15px 10px 0 0;
	padding: 0;
	float: right;
}

.header #nav-header ul li {
	line-height: 40px;
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
}

.header #nav-header ul li a, .header #nav-header ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	letter-spacing: 0;
	color: #666;
}

.header #nav-header ul li a:hover, .header #nav-header ul li a.current {
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #8d8d8d;
}

/*	-------------------------------------------------------------
	Sections / Content Area 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#about,
#people,
#works,
#contacts {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

/* Content Right Navigation */
.content #nav-default {
	position: absolute;
	padding: 20px;
	width: 275px;
	height: 560px;
	right: 0;
	z-index: 5000;
	background: transparent url("../../images/transparent.png") repeat 0 0;
}

.content #nav-default ul {
	list-style: none;
	margin: 180px 0 0 0;
	padding: 0;
}

.content #nav-default  ul li {
	line-height: 2.3em;
	margin: 0;
	padding: 0;
}

.content #nav-default ul li a, .content #nav-default ul li a:visited {
	font-size: 3.0em;
	color: #ccc;
	font-weight: bold;
	letter-spacing: -2px;
}

.content #nav-default ul li a:hover, .content #nav-default ul li a.current {
	color: #fff;
}

/* Main Contents */
.main-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.section-content {
	position: absolute;
	top: 80px;
	left: 80px;
	width: 600px;
}

.section-content-full {
	position: absolute;
	top: 80px;
	left: 60px;
	width: 835px;
	z-index: 100;
}

/* Home Section */
#home {
	position: absolute;
	left: 80px;
	top: 170px;
	width: 500px;
}

#home p {
	font-size: 1.45em;
	letter-spacing: -0.5px;
	line-height: 170%;
	text-align: left;
}

#home p strong {
	font-size: 1.35em;
}

/* Contacts Section */
.socialnetwork {
	display: none;
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 9000;
}

.socialnetwork ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.socialnetwork ul li {
	float: left;
	margin: 0;
}

.socialnetwork ul li a {
	font-size: 11px;
}

.socialnetwork ul li a:hover {
	color: #fff;
}

.socialnetwork ul li img {
	margin: 2px 5px 3px 0;
}

/*	-------------------------------------------------------------
	Columns
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.col {
	float: left;
	width: 172px;
	margin: 0 40px 30px 0;
}

.col p {
	margin: 0;
	line-height: 160%;
}

.col h2, .col h3 {
	margin: 10px 0 5px 0;
}

.large {
	width: 275px;
}

/*	-------------------------------------------------------------
	Table
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.global {
	border-width: 0px;
	border-style: none;
	width: 100%;
	padding: 12px;
	margin: 10px 0 20px 0;
	border-collapse: separate;
	background: url("../../images/transparent.png");
}

.global td, .global th {
	border-bottom: 1px solid #ccc;
	padding: 8px;
	zoom: 1;
	text-align: left;
}

.global thead th {
	border-width: 3px;
	border-color: #fff;
	background: url("../../images/transparent.png");
}

.global tfoot td {
	border: 0;
	padding-bottom: 0;
	width: auto !important;
}

.global tfoot td {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 16px;
	padding: 8px;
	text-align: center;
}

/*	-------------------------------------------------------------
	Gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.gallery {
	background: #090909 url("../../images/bg_works.jpg") no-repeat 0 0;
}

.image-grid {
	padding: 0;
	margin: 0 -16px;
}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.image-grid li {
	width: 176px;
	margin: 15px 0 5px 25px;
	float: left;
	text-align: left;
	color: #666;
	font-size: 11px;
	overflow: hidden;
}

.image-grid li img {
	display: block;
	padding: 3px;
	width: 170px;
	margin: 0 0 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: transparent url("../../images/transparent.png") repeat;
}

.image-grid li div {
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: transparent url("../../images/transparent.png") repeat;
}

.image-grid li .ph {
	padding: 0;
	margin: 0;
	width: 170px;
	height: 104px;
	background: transparent url("../../images/ajax-loader.gif") no-repeat 50% 50%;
}

.image-grid li strong {
	color: #fff;
}

.image-grid li span {
	font-style: italic;
}

/* Filter Area */
.splitter {
	position: absolute;
	right: 27px;
	top: 13px;
	margin: 0;
	text-align: left;
	padding: 0;
	font-size: 12px;
	z-index: 20000;
	list-style: none;
}

.splitter:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.splitter li {
	margin: 0 10px 0 0;
	float: left;
}

.splitter li a {
	display: inline;
	line-height: 1;
	padding: 5px;
	color: #b3b3b3;
	text-decoration: none;
	text-shadow: 0 0px 10px #000;
}

.splitter li a:hover {
	color: #fff;
}

.splitter li.selected-0 a,
.splitter li.selected-1 a,
.splitter li.selected-2 a,
.splitter li.selected-3 a,
.splitter li.selected-4 a {
	color: #fff;
	text-shadow: 0 1px 0px #000;
	background: transparent url("../../images/transparent.png") repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*	-------------------------------------------------------------
	CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contactform {
	width: 700px;
	margin: 40px auto 0 auto;
	padding: 0;
	border: none;
}

#contactform label {
	font-size: 11px;
	text-shadow: 0 0px 10px #000;
}

#contactform .input-div {
	width: 200px;
	float: left;
}

#contactform input {
	font-family: Helvetica, Arial, sans-serif;
	width: 180px;
	padding: 9px;
	display: block;
	margin-bottom: 14px;
	margin-top: 5px;
	color: #fff;
	border: 2px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: transparent url("../../images/transparent.png") repeat;
}

#contactform .message-div {
	position: relative;
	width: 380px;
	padding-left: 20px;
	float: left;
	font-size: 11px;
}

#contactform textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 9px;
	width: 360px;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 2px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: transparent url("../../images/transparent.png") repeat;
}

#contactform .submit {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 9px;
	width: 95px;
	display: block;
	float: left;
	border: 2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}

#contactform .submit:hover {
	color: #131313;
	text-shadow: 0 0px 10px #666;
}

/* Form Error Handling */
#contactform .errorbox {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 280px;
	display: none;
	margin: 0;
}

#contactform .errobox ul {
	padding: 0;
	margin: 0;
}

#contactform .errorbox ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
}
.vspacer{
	margin-top: 20px;
}
.justify {
	text-align: justify;
}
.link {
	border-bottom: dotted 1px #efefef;
}
