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

	Layout Styles

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

body
{
	margin: 0;
	padding: 0;
	background: #333 url(img/bgd.jpg) repeat-x 0 0;
	text-align: center;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: .75em;
	color: #fff;
}

* html body { font-size: .75em; }

#wrap1
{
	width: 1000px;
	margin: auto;
	text-align: left;
}

#wrap2
{
	width: 1000px;
	float: left;
	background: none;
}

#wrap3
{
	width: 1000px;
	float: left;
	background: none;
}

#wrap4
{
	width: 1000px;
	float: left;
	background: none;
}

#header
{
	width: 1000px;
	float: left;
	background: transparent url(img/hdr.jpg) no-repeat 0 0;
}

#content
{
	width: 1000px;
	float: left;
	margin-bottom: 5em;
}

#footer
{
	width: 1000px;
	float: left;
}

#left
{
	width: 825px;
	float: left;
}

#right
{
	width: 175px;
	float: right;
}

hr { display:none; }

h1 { display:none; }

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

	Navigation Styles

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


ul.nav {
width: 800px;
height: 80px;
margin: 0;
padding: 0;
border: 0;
background: url(img/hdr.jpg) no-repeat;
position: relative;
}

ul.nav li	{
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

ul.nav li, ul.nav li a {
height: 80px;
display: block;
border: 0;
}

ul.nav li a	{
text-indent: -9999px; 
text-decoration: none;
border: 0;
}

#nav-home {left: 0px; width: 300px;}
#nav-home a:hover { background: transparent url(img/hdr.jpg) -0px -80px no-repeat;}

#nav-portfolio {left: 315px; width: 100px;}
#nav-portfolio a:hover { background: transparent url(img/hdr.jpg) -315px -80px no-repeat;}

#nav-about {left: 427px; width: 62px;}
#nav-about a:hover { background: transparent url(img/hdr.jpg) -427px -80px no-repeat;}

#nav-contact {left: 503px; width: 80px;}
#nav-contact a:hover { background: transparent url(img/hdr.jpg) -503px -80px no-repeat;}


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

	Gallery/Portfolio Navigation Styles

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

.portfolio 
{
	font-size: .9em;
}
.portfolio .breadcrumbs 
{
	float:left;
	width: 650px;
}
.portfolio .next-previous 
{
	float:left;
	text-align:right;
	width: 150px;
}
.portfolio .image 
{
	clear:both;
	border:1px solid #ccc;
}
* html .image
{
	margin-top: 1em;
}
ul.galleries 
{
	list-style: none;
	padding: 0;
	margin: 1em 0 0 0;
}

ul.galleries li 
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.75em;
	text-align: right;
	line-height: 1.4em;
}
ul.galleries li a
{
	text-decoration: none;
}
ul.galleries li a:hover
{
	color: #4786B9;
}

ul.galleries li.login 
{
	font-size: .9em;
	margin-top: 1.75em;
}
ul.galleries li.logged 
{
	text-align: left;
}
ul.galleries li.private 
{
	font-size: .9em;
	font-style: oblique;
}

ul.thumbnails 
{
	list-style: none;
	float: left;
	margin: 1.8em 0 0 0;
	padding: 20px 0 0 0;
	background: transparent url(img/click_images.gif) no-repeat 0 0;
}

ul.thumbnails li 
{
	list-style: none;
	float: left;
	width: 75px;
	height: 75px;
	margin:0;
	padding:0;
}
ul.thumbnails img 
{
	border: 1px solid #ccc;
}
ul.thumbnails a img 
{
	border: 1px solid #666;
}
ul.thumbnails a:hover img 
{
	border: 1px solid #fff;
}



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

	Global Styles

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

a {
	outline:none;
	color: #ccc;
	font-weight: normal;
}
a:visited {
	color: #fff;
	font-weight: normal;
}
a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #fff;
	font-weight: normal;
}

.error {
	color: #e51919;
}



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

	Contact Form Styles

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

#contact form ol {
	margin: 0;
	padding: 0;
}
#contact form ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact fieldset {
	border: 0;
}
#contact legend {
	display: none;
}
#contact label {
	margin-top: .5em;
	color: #ccc;
	display: block;
}
#contact form br {
	display: none;
}
#contact input ,
#contact textarea {
	margin: .5em 0;
	width: 50%;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: .25em;
	border: 1px dotted #666;
	background: #333;
	color: #fff;
}
#contact textarea {
	height: 200px;
}
#contact select {
	margin: .5em 0;
}
#contact input.submit {
	width: auto;
}
#contact form .error_message , 
#contact form label.error {
	color: #f30;
	margin-top: 0;
}
