@charset "utf-8";
/* css created by BatesMeron sweet design 00/00/00 */

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	min-width:1024px;
}

a {
	outline: none;
}

#backdrop {
	
}

#project-name {
	position: absolute;
	top: 60px;
	right: 2.5%;
}

#arrow_side {
	position: absolute;
	top: -0px;
	right: 0px;
}

#arrow_down {
	position: absolute;
	top: -47px;
	right: 0px;
}

#tagline_1 {
	position: absolute;
	top: 5.5%;
	left: 1.5%;
}

/* HEADER */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	background-color: #572600;
}

#copyright {
	float: right;
	width: 250px;
	height: 15px;
	margin-right: 2.5%;
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-align: right;
}

#form {
	float: left;
	margin-left: 15px;
	padding-top:4px;
	height: 15px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#form p {
	margin:0;
	pading:0;
	display:inline;
}

#form input.email {
	font-size: 11px;
	color: #9c9c9c;
	height:14px;
	width:137px;
	padding: 1px 0 0 3px;
	border:0;
	position:relative;
	top:-1px;
}

#newsletter-submit {
	position:relative;
	top:3px;
	height:15px;
}

/* MAIN MENU */

#main-nav {
	position: absolute;
	left: 0;
	bottom: 20%;
	background-image: url(/images/menu/menu.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 387px;
}

#main-nav ul {
	/*clear: left;*/
	border: 0;
	margin-top: 105px;
	margin-left: 18px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#main-nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#main-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px 7px 0px;
}

a#home {
	display: block;
	height: 12px;
	width: 61px;
	border-right: 2px solid #fff;
}

a#about {
	display: block;
	height: 12px;
	width: 91px;
	border-right: 2px solid #fff;
}

a#work {
	display: block;
	height: 12px;
	width: 64px;
	border-right: 2px solid #fff;
}

a#now {
	display: block;
	height: 12px;
	width: 55px;
	border-right: 2px solid #fff;
}

a#contact {
	display: block;
	height: 12px;
	width: 87px;
}

#home a:hover {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

#about a:hover {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

#work a:hover {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

#now a:hover {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

#contact a:hover {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

body#home a#home, body#about a#about, body#work a#work, body#now a#now, body#contact a#contact {
	background-image: url(/images/menu/background_link_active.png);
	background-repeat: repeat;
}

#project-name {
	width:300px;
	position:absolute;
	right: 33px;
	z-index:10;
}


#project {
	position: absolute;
	top:64px;
	right:51px;
	width:300px;
	height:50px;
	background-color: #fff;
	filter:alpha(opacity=.75);
	-moz-opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	opacity:.75;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

#project-content  {
	height:32px;
	width:210px;
	display:inline;
	float:left;
	padding: 15px 0 0;

}

#project-content p#project-title {
	margin: 0 0 0 15px;
	display:inline;
}


#leftbutton {
	width:33px;
	float:left;
	display:inline;
	left: 10px;
	top:15px;
	position:relative;
	cursor:pointer;

}

#right {
	width:12px;
	float:left;
	display:inline;
}

#project-arrow {
	display:inline;
	position:relative;
	left:220px;
	top: 67px;
	cursor:pointer;
	z-index:20;
}

#project-caption {
	font: 14px/18px Arial, Helvetica, sans-serif;
	width:220px;
	margin: 0;
	padding:10px 0 0;
	opacity:0;
}

#project-caption a {
	text-decoration:none;
	color: #000;
}

#project-caption strong {
	font-weight:bold;
}