/* Basics */

body
{
	background: #dfdfdf /* url(../img/bgtest.png) repeat-x #213559*/;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	color: #5b5b5b;
	line-height: 17px;
	height: 100%;
}

#wrap
{
	margin: 10% auto 50px auto;
	width: 758px;
}

a
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.title
{
	font-size: 15px;
}

/* Header */

#header-wrap
{
	height: 46px;
	width: 750px;
	margin: 0 auto;
}

#header-wrap #logo
{
	background: url(../img/logo.png) top left no-repeat;
	display: inline-block;
	height: 46px;
	width: 273px;
	float: left;
	margin-top: 15px;
}

#header-wrap #logo a
{
	display: inline-block;
	text-decoration: none;
	height: 46px;
	width: 273px;
}

#header-wrap #logo a span
{
	visibility: hidden;
	height: 46px;
	width: 273px;
}

#latest-work-title
{
	background: url(../img/latest-work-title.png) top left no-repeat;
	width: 93px;
	height: 14px;
	margin-top: 37px;
	float: right;
	display: inline-block;
}

#latest-work-title span
{
	visibility: hidden;
}

/* Navigation */
#nav
{
	height: 18px;
	margin-left: 25px;
	margin-top: 36px;
	display: inline-block;
}

#nav #portfolio-nav
{
	background: url(../img/portfolio-nav-off.png) top left no-repeat;
	display: inline-block;
	width: 71px;
	height: 18px;
	margin-right: 19px;
}

#nav #portfolio-nav:hover
{
	background: url(../img/portfolio-nav-on.png) top left no-repeat;
}

#nav #portfolio-nav a
{
	display: inline-block;
	text-decoration: none;
	width: 71px;
	height: 18px;
}

#nav #portfolio-nav a span
{
	visibility: hidden;
	width: 71px;
	height: 18px;
}

#nav #contact-nav
{
	background: url(../img/contact-nav-off.png) top left no-repeat;
	display: inline-block;
	width: 64px;
	height: 18px;
	margin-right: 19px;
}

#nav #contact-nav:hover
{
	background: url(../img/contact-nav-on.png) top left no-repeat;
}

#nav #contact-nav a
{
	display: inline-block;
	text-decoration: none;
	width: 64px;
	height: 18px;
}

#nav #contact-nav a span
{
	visibility: hidden;
	width: 64px;
	height: 18px;
}

#nav #services-nav
{
	display: inline-block;
	background: url(../img/services-nav-off.png) top left no-repeat;
	width: 72px;
	height: 18px;
}

#nav #services-nav:hover
{
	background: url(../img/services-nav-on.png) top left no-repeat;
}

#nav #services-nav a
{
	display: inline-block;
	text-decoration: none;
	width: 72px;
	height: 18px;
}

#nav #services-nav a span
{
	visibility: hidden;
	width: 72px;
	height: 18px;
}


/* Content Area */

#content-top
{
	background: url(../img/main-top.png) top left no-repeat;
	width: 758px;
	height: 6px;
}

#content-bottom
{
	background: url(../img/main-bottom.png) top left no-repeat;
	width: 758px;
	height: 6px;
}

#content-body-outer
{
	background: url(../img/main-bg.png) top left repeat-y;
	width: 758px;
}

#content-body-inner
{
	width: 740px;
	margin: 0 auto;
}

#content-main
{
	width: 540px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Sidebar */

#sidebar
{
	width: 190px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Footer */

#footer
{
	text-align: center;
}

/* Text Fields */

input, textarea
{
	background: #fff;
	border: 1px solid #213559;
	padding: 3px;
}

input
{
	font-size: 16px;
}

textarea
{
	font-size: 13px;
}

#contact textarea
{
	width: 520px;
	height: 175px;
}

#send
{
	margin: 0 auto;
	display: block;
}

.green
{
	color: #008000;
}

.red
{
	color: #be0202;
}
