/* Copyright 2008 - Photokinetics */

@import url("reset.css");

/*------------ General ------------*/
body{
	background: url(../img/breakopen.jpg) #151515 top right no-repeat;
	color: #aaa;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	}

a{
	background:transparent;
	color:#E7E0D0;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

strong{
	color: #bbb;
	font-weight:bold;
	}

em{
	font-style:italic;
	}
	
td {
	padding: 0 15px 2px 0;
	}
/*---------------------------------------------*/

/*---------------- Forms ----------------

form table{
	float:left;
	margin:0 50px 0 0;
	}

form th{
	vertical-align:top;
	text-align:right;
	padding:5px;
	font-weight:bold;
	}

form td{
	vertical-align:top;
	padding:3px 0 10px 0;
	}

input{
	border:none;
	background:#fff;
	width:250px;
	padding:3px;
	font-size:11px;
	color:#66;
	}

textarea{
	border:none;
	background:#fff;
	width:255px;
	font-size:11px;
	color:#666;
	height:150px;
	}

/*---------------------------------------------*/

/*------------------- Menu --------------------*/
div#menu{
/*	width:400px; */
	height:24px;
	float:right;
	margin:20px 0 0 0;
	}

div#menu a {
	float: left;
	}

div#menu li{
	display:inline;
	float:left;
	}

div#menu li a{
	margin: 0 10px 0 15px;
	height:24px;
	}

/*---------------------------------------------*/

/*------------------- Buttons ------------------*/

p.button-1{
	background:url(../../images/master/button1-p.gif) no-repeat left center;
	padding:0 0 0 20px;
	line-height:30px;
	}

.button-1 span{
	background:url(../../images/master/button1-span.gif) no-repeat right center;
	padding:5px 10px 5px 0;
	text-transform:uppercase;
	font-weight:bold;
	}

.button-1 a{
	background:transparent;
	color:#fff;
	}
.button-1 a:hover{
	background:transparent;
	color:#E7E0D0;
	text-decoration:none;
	}
/*---------------------------------------------*/

#wrapper{
	margin:0 auto;
	width:920px;
	padding:35px 0 15px 0;
	}

#top{
	margin:0;
	}
	
#top h1 {
	margin: 0 0 0 9px;
	background: url(../img/logo.gif) top left no-repeat;
	width: 204px;
	height: 55px;
	text-indent: -9999px;
	}

.column{
	width:189px;
	float:left;
	margin:25px 7px;
	padding:15px 15px;
	background:#141414;
	min-height:422px;
	display: inline;
	}
	
.big-column{
	width:642px;
	float:left;
	margin:25px 7px;
	padding:15px 15px;
	background:#141414;
	min-height:300px;
	display: inline;
	}
	
.gallery-column{
	width:878px;
	float:left;
	margin:25px 7px;
	padding:15px 15px;
	background:#141414;
	display: block;
	}
	
.big-column img {
	float: right;
	}
	
.port-column{
/*	width:672px;*/
	width:908px;
	float:left;
	margin:25px 7px;
	padding: 0;
	background:#141414;
	min-height:300px;
	display: inline;
	}
	
.gallery-example {
	background: url(../img/gallery_woman.jpg) top left no-repeat;
	width:452px;
	height:452px;
	}
	
#flashcontent {
	height: 452px;
	}

.column h2, .big-column h2, .breadcrumb{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #e8e8e8;
	}
	
.column h3, .big-column h3 {
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	color: #bbb;
	font-weight:bold;
	padding: 0 0 3px 0;
	}

.column p, .big-column p{
	margin:0 0 15px 0;
	}

#content{
	margin:25px 7px;
	padding:15px 15px;
	background:#141414;
	}

#content p{
	margin:8px 0;
	}

#content h1{
	margin:15px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	}

#content h2{
	margin:20px 0 10px 0;
	color: #e8e8e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}

.block-portfolio{
	width:180px;
	float:left;
	margin:0 8px 8px 0;
	padding:15px;
	background:#301B11;
	height:300px;
	}

.block-portfolio h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}

.block-portfolio h2 img{
	background:#825D4A;
	padding:3px;
	margin:0 0 15px 0;
	border:2px solid #825D4A;
	}

.block-portfolio p{
	margin:0 0 10px 0;
	}

#footer{
	background:#0a0a0a;
	width:880px;
	padding:15px 15px;
	margin:0 auto;
	color:#222;
	}

#footer p{
	margin:0 0 10px 0;
	}

#footer a{
	background:transparent;
	color:#222;
	margin:0 5px;
	}

#footer a strong{
	background:transparent;
	color:#444;
	}

#footer div#footer-right{
	width:300px;
	float:right;
	text-align: right;
	clear:both;
	}