HTML, BODY {
	background: #FFF;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}

H1, H2, H3, H4, H5, H6, P, FORM {
	margin: 1em 0em;
}

H1, H2, H3 {
	font-size: 18px;
	font-weight: bold;
}

A {
	color: #444;
	outline: none;
}

A:hover {
	color: #888;
}

#main_container {
	width: 760px;
	margin: 0px auto;
	text-align: justify;
}

#main_header {
	height: 194px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999em;
	padding: 0px;
	margin: 0px;
}

#logo {
	height: 73px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999em;
}

#menu {
	position: relative;
	height: 55px;
	background: url(images/menu.gif) no-repeat;
	padding: 0px;
	margin: 0px;
}

#menu LI {
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu A {
	text-indent: -9999em;
	display: block;
	height: 31px;
	background: top center no-repeat;
}

#menu A:hover {
	background-position: bottom center;
}

#home { left: 174px; }
#home A {
	width: 91px;
	background-image: url(images/menu_home.gif);
}

/*
#about { left: 265px; }
#about A {
	width: 97px;
	background-image: url(images/menu_about.gif);
}
*/

#testimonials { left: 265px; }
#testimonials A {
	width: 97px;
	background-image: url(images/menu_testimonials.gif);
}


#portfolio { left: 362px; }
#portfolio A {
	width: 115px;
	background-image: url(images/menu_portfolio.gif);
}

#contact { left: 477px; }
#contact A {
	width: 107px;
	background-image: url(images/menu_contact.gif);
}

#introduction {
	width: 380px;
	float: right;
	margin-top: 20px;
	padding-right: 40px;
}

#introduction {
	font-size: 12px;
}

#portfolio_preview {
	height: 75px;
	width: 380px;
	background: url(images/portfolio_preview.png) left center no-repeat;
	margin-top: 35px;
	margin-left: -30px;
	
	padding: 30px;
	padding-top: 43px;
}

#portfolio_preview IMG {
	margin-right: 1px;
}

#portfolio_preview A IMG {
	border: none;
}

#photo_box {
	position: relative;
	width: 310px;
	height: 310px;
	background: url(images/photo_box.png) center no-repeat;
	float: left;
	margin-left: 10px;
}

#photo_box IMG {
	width: 250px;
	height: 250px;
	padding: 30px;
	position: absolute;
}

#interior {
	margin: 0em 90px;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #999;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2em;
}

#footer P {
	background: url(images/footer.gif) top center no-repeat;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}

/* Forms */

FORM {
}

SPAN.tip {
	color: #999;
	font-size: 10px;
}

LABEL {
	width: 60px;
	color: #666;
	font-size: 11px;
	float: left;
	clear: left;
}

P.submit {
	margin-left: 60px;
}

INPUT.text, TEXTAREA, SELECT {
	border: solid 1px #BBB;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	background: #FEFEFE url(images/textfield.gif) top repeat-x;
}

TEXTAREA {
	width: 85%;
	height: 150px;
}

INPUT.button {
	color: #666;
	font-size: 11px;
	border-top: double 3px #CCC;
	border-left: double 3px #CCC;
	border-bottom: double 3px #999;
	border-right: double 3px #999;
	background: #D6D6D6 url(images/button.gif) top repeat-x;
	padding: .25em .5em;
}

INPUT.error,
TEXTAREA.error {
	background: #FFF999;
}

#form_error {
	display: none;
	color: #900;
	margin-left: 25px;
}

#galleries_list {
	width: 200px;
	background: url(images/select_a_gallery.gif) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 1em .5em 1em 0em;
	padding-top: 40px;
	margin: 1em 0px;
	overflow: auto;
}

#galleries_list LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-indent: -1em;
	margin-left: 1em;
}

#galleries_list LI A {
	color: #999;
	text-decoration: none;
}

#galleries_list LI A:hover {
	color: #666;
	text-decoration: none;
}

#galleries_list LI A.selected {
	color: #333;
	text-decoration: none;
}

#gallery_container {
	width: 360px;
	min-height: 125px; /* for spinner */
	float: right;
	overflow: auto;
	margin-bottom: 1em;
}

#gallery_container TABLE {
	width: 100%;
}

#gallery_container.wait {
	background: url(images/spinner.gif) center no-repeat;
}

#gallery_container IMG {
	padding: 2px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}

