* {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

p, a, li, label, input, textarea, .feedback {
	color: #7f7f7f;
	font-size: 12px;
}

p {
	line-height: 20px;
	margin: 0 0 20px 0;
	width: 380px;
}

h1, h2, h3, h4, h5 {
	color: #7f7f7f;
	font-weight: normal;
}

ul {
	padding-left: 16px;
	margin-bottom: 28px;
	line-height: 20px;
}

body {
	background: url(images/background.jpg) 50% top; 
	/* background-color: black; */
}

#wrapper {
	width: 980px;
	margin: 16px auto; 
}

#header {
	word-spacing: 3px;
	width: 980px;
	height: 227px;
	position: relative;
	
/*
	border-left: 3px #4b493b solid;
	border-right: 3px #4b493b solid;
*/
	
}

/* Gilder/Levin image replacement - allows text heading for text readers and images turned off and for search engines*/
#header span {
	background: url(images/header.jpg) no-repeat left top;
	position: absolute;
	width: 100%;
	height: 100%;
}


/* +++++++++++++++++++++++++++++++  Basic elements */

a {
	color: #7f7f7f;
}

a:hover, a:active {
	color: #fff;
/*
	font-weight: bold;
*/
}


/* +++++++++++++++++++++++++++++++  NAVIGATION  */
.nav {
	letter-spacing: 4px;
	list-style: none;
	text-transform: uppercase;
}

.nav li a {
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
}

.nav li a:hover, .nav li a:active {
	display: block;
	text-decoration: none;
margin-bottom: 0;
	border-bottom: 3px #fff solid;
}

#current-page, #current-page-top-nav, #current-page-side-nav {
	color: #2782ba;
}

#top-nav {
	display: inline-block;
	padding: 0 53px 0 0;
	margin: 0;
	width: 926px;
	background: url(images/nav-top.jpg) no-repeat top left;
}

#top-nav li {
	float: right;
	display: inline;
	margin: 0 12px; 
}

#top-nav li a {
	padding: 16px 0 8px;
	text-align: right;
}

#side-nav {
	width: 180px;
	float: left;
	padding: 0;
}

#side-nav li{
	padding: 0 0 26px;
}

#side-nav li a {
	width: 180px;
	padding: 0 0 6px;
}
/* ++++++++++++++++++++++++ */



#main-content {
	padding: 40px 10px 55px 55px;
	min-height: 493px;
	width: 915px;
	clear: both;
	display: inline-block;
	position: relative;
	background: url(images/main-content.png) repeat-y left;

}

#main {
	display: inline;
	float: right;
	width: 522px;
}


#home-image {
	margin: 60px 0 0 -28px;
}

#main form {
	margin: 0 0 40px 50px;
}

#side {
	display: inline;
	float: left;
	width: 360px;
}

#side ul{
	width: 140px;
	float: left;
}


.thumbnail-collection {
	width: 206px;
	float: left;
	margin: 0 0 0 20px;
}

.thumbnail-collection p {
	text-align: center;
	width: auto;
}

.thumbnail {
	margin: 1px;
	float: left;
	cursor: pointer;
border: 2px #000 solid;
}

#work-example {
	float: right;
	display: none;
}

#example-text {
	float: right;
}

#example-text span {
	font-size: 8px;
}



/* +++++++++++++++++++++++++++++ FORMS */
.row {
	margin: 0 0 20px;
}

label {
	display:inline;
	float:left;
	margin: 3px 0 0 -90px;
	text-align:right;
	width:85px;
}

input {
	display:inline;
	margin:2px 10px 2px 3px;
	width: 200px;
}

textarea {
	width: 350px;
}

.submit {
	width: auto;
}

.email-feedback {
	margin-bottom: 400px;
}

/* ++++ */

.feedback, .feedback-ta {
	color: #A50000;
	padding-left: 22px;
	background: url(images/caution.png) no-repeat left center;
}


#audio-controler {
	width: 60px;
	overflow: hidden;
	float: right;
}

#footer {
	clear: both;
	margin: 0 0 50px; 
	padding: 190px 55px 0;
	width: 868px;
	height: 37px;
	background: url(images/footer.png) no-repeat left top;
}

#footer p {
	margin: 6px 0 0;
	width: auto;
}

.portrait {
	margin-top: 5px;
	border: 1px #222222 solid;
}

.spacer {
height: 300px;
}

/* fix a bug with SWFobject in Firefox 3 */
object { outline:none; }

