* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/bg.jpg) top left repeat-x #41aad6;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: white;
}

a {
	text-decoration: none;
	/*color: #ff9900;*/
	color: white;
}

a:hover {
	color: #ffcc00;
}

#holder {
	width: 780px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#welcome #holder { background: url(../images/welcome.gif) 65px 105px no-repeat; }
#about #holder { background: url(../images/about.gif) 65px 105px no-repeat; }
#services #holder { background: url(../images/services.gif) 65px 105px no-repeat; }
#casestudies #holder { background: url(../images/casestudies.gif) 65px 105px no-repeat; }
#news #holder { background: url(../images/news.gif) 65px 105px no-repeat; }
#gallery #holder { background: url(../images/gallery.gif) 65px 105px no-repeat; }
#contact #holder { background: url(../images/contact.gif) 65px 105px no-repeat; }

ul, li {
	list-style: none;
}

#nav {
	position: absolute;
	left: 65px;
	top: 55px;
}

#nav li {
	float: left;
	margin-right: 5px;
	width: 14px;
	height: 50px;
}

#nav li a {
	width: 14px;
	height: 50px;
	position: relative;
	display: block;
	background: red;
}

#nav li a span {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	color: white;
	font-size: 22px;
	letter-spacing: 2px;
	width: 124px;
	height: 35px;
}

#nav li a:hover span {
	display: block;
}


#nav li a#welcome { background: #20409a; }
#nav li a#about { background: #d51820; }
#nav li a#services { background: #8cc63f; }
#nav li a#casestudies { background: #ec008c; }
#nav li a#news { background: #54c3bb; }
#nav li a#gallery { background: #f68b1f; }
#nav li a#contact { background: #95bbc6; }

#nav li a#welcome span { background: url(../images/welcome.gif) top left no-repeat; }
#nav li a#about span { background: url(../images/about.gif) top left no-repeat; left: -20px; }
#nav li a#services span { background: url(../images/services.gif) top left no-repeat; left: -40px; }
#nav li a#casestudies span { background: url(../images/casestudies.gif) top left no-repeat; left: -60px; }
#nav li a#news span { background: url(../images/news.gif) top left no-repeat; left: -80px; }
#nav li a#gallery span { background: url(../images/gallery.gif) top left no-repeat; left: -100px; }
#nav li a#contact span { background: url(../images/contact.gif) top left no-repeat; left: -120px; }

#nav li a#about span { left: -19px; }
#nav li a#services span { left: -38px; }
#nav li a#casestudies span { left: -57px; }
#nav li a#news span { left: -76px; }
#nav li a#gallery span { left: -95px; }
#nav li a#contact span { left: -114px; }

h1 {
	width: 248px;
	height: 50px;
	display: block;
	position: absolute;
	top: 56px;
	left: 223px;
	overflow: hidden;
	
}

h1 a {
	display: block;
	width: 248px;
	height: 50px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 50px;
}

h1 a:hover {
	color: white;
}

h1 span {
	background: url(../images/logo-html.gif) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	width: 248px;
	height: 50px;
}

.clear {
	clear: both;
}

#footer {
	color: #ccc;
	font-size: 11px;
	position: relative;
	padding-left: 5px;
	display: none;
}

#footer p {
	margin: 0 !important;
	padding: 0 !important;
}

#rss {
	position: absolute;
	bottom: -1px;
	left: 132px;
}

#swoosh {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 736px;
	height: 72px;
	display: block;
	background: url(../images/swoosh.png) top left no-repeat;
	z-index: -1000;
}

#main {
	position: relative;
	top: 170px;
}

p {
	line-height: 20px;
}

#cases {
	margin-left: 60px;
	padding-bottom: 50px;
	font-size: 18px;
}

#directors {
	margin-bottom: 100px;
	margin-left: 95px;
	font-size: 18px;
}

#cases li,
#directors li {
	float: left;
	margin: 0 10px;
}

#cases li a,
#directors li a {
	color: #ff9900;
}

#cases li a:hover,
#directors li a:hover {
	color: #ffcc00;
}

#photoframe {
	position: absolute;
	top: 100px;
	right: 0px;
}

#news-holder {
    width: 500px;
    margin: 10px auto;
    padding-top: 2px;
    padding-bottom: 30px;
}

.gallery-img {
	width: 85px;
	height: 85px;
	padding: 5px;
	background: #fff;
	margin: 1px;
}

.news-article {
    margin: 10px 0 20px 0;
    padding: 35px 5px 10px 0;
    border-bottom: solid 3px #54c3bb;
	position: relative;
}

.news-article .title {
    font-weight: bold;
    font-size: 18px;
	background: #54c3bb;
	display: block;
	width: 490px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 4px 0 0 10px;
}

.news-article .date {
    float: right;
    text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
}

.news-article .content {
    padding-top: 10px;
    line-height: 18px;
}

.news-article img {
    float: right;
    padding: 5px;
    margin: 0 0 10px 10px;
    border: solid 1px #999;
    background: white;
}

form {
	margin: 0 auto;
	width: 400px;
}

.form-row {
	margin: 5px 0 20px 0;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

input.text,
textarea {
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	border: solid 1px #666;
	padding: 0 2px;
}

textarea {
	height: 100px;
}

#errors {
	width: 300px;
	margin: 10px auto;
	margin-bottom: 30px;
	color: #ff9900;
}

#errors li {
	background: url(../images/cross.png) left bottom no-repeat;
	padding-left: 24px;
	margin: 5px 0;
}

input.submit {
	background: transparent;
	color: white;
	font-size: 18px;
	width: 70px;
	float: right;
	cursor: pointer;
	margin-right: 65px;
}




