﻿/*
	Created by Zero7Web.com
	E-Mail: office@zero7web.com
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #412E2A;
}

a 
{
    color:White;
}

.container{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

#header {
	padding-top:1em;
	text-align:center;
}
#header h1
{
	color: #DDC1C1;
}

#header h4
{
    color: #DDC1C1;
}

#banner
{
	height: 64px;
	background-color: #770F0F;
	background-image: url('../Images/banner.png');
	text-align:center;
	position: relative;
}

#mainContent
{
	margin-left: 18px;
	margin-right: 18px;
	padding: 1em;
	position: relative;
	background-color:#CDAD8D;
}


#navigation
{
	font-size: 1.2em;
	width: 990px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted transparent !important;
	border: 1px solid #770F0F;
}

#navigation li
{
	display: block;
	list-style-type: none;
	margin-left: 1px;
	margin-top: 1px;
	height: 60px;
	width: 7.5em;
	float: left;
}
#navigation li:hover, #navigation li.selected
{
	background-image: url('../Images/banner_hover.png');
}

#navigation li a, #navigation li a:visited, #navigation li a:active
{
	display: inline-block;
	padding-top: 1.3em;
	color: #DDC1C1;
	text-decoration: none;
}

#footer 
{
	/*color: #614C37;*/
	color:#ffffff;
    clear:both;
    text-align:center;
    position:relative;
    margin-bottom:10px;
}

#footer a, #footer a:visited, #footer a:active
{
	color: #DDC1C1;	
}

#phrases
{
    color:black;
    font-size:0.8em;
    margin-bottom:10px;
}

#HomeDiv
{
    position:relative;
    top:-592px;
    margin:-1em;
    z-index:12;
    width:898px;
    height:598px;
    color:White;
}

.HomeBox
{
    padding:10px;
    font-size:1.2em;
    border: 3px solid #9A7652;
    background-color: #412E2A;
    margin:20px;
    margin-top:25px;
    margin-bottom:15px;
    width:490px;
    max-height:554px;
}

.HomeContainerRight
{
    position:absolute;
    top:0px;
    left:555px;
    margin-right:24px;
    width:325px;
    max-height:554px;
}

.HomeBoxRight
{
    padding:10px;
    margin-bottom:20px;
    border: 3px solid #9A7652;
    background-color: #412E2A;
}

#WhereWeWork
{
    font-size:0.9em;
}

#slideshow 
{
    position:relative;
	height: 598px;
	margin: -1em;
	overflow:hidden;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    height: 598px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}





.dropShadowLeft
{
	background-image:url('../Images/fade_left.png');
	background-position: left;
	background-repeat: repeat-y;
	margin-left: -18px;
}
.dropShadowRight
{
	background-image:url('../Images/fade_right.png');
	background-position: right;
	background-repeat: repeat-y;
	margin-right: -18px;
}
.dropShadowBottom
{
	background-image:url('../Images/fade_bottom.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 18px;
}
.dropShadowLeftCorner
{
	float: left;
	margin-left: -18px;
}
.dropShadowRightCorner
{
	float: right;
	margin-right: -18px;
}



.exampleImage
{
	float:right;
	margin: 0.3em;
	height:160px;
	border: 3px solid #9A7652;
}

.floorSample
{
	margin: 0.3em;
	border: 3px solid #9A7652;
	background-color: #2E241A;
	color: #DDC1C1;
	text-align: center;
}

h2
{
	margin-bottom: 0;
}

.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.testimonialDate
{
	font-style:italic;
	font-size:0.9em;
}

.testimonialDesc
{
}

.clear
{
	clear:both;
}

/* form related styles */
.formList li
{
	list-style: none;
}

.formList li label
{
	display:inline-block;
	width:120px;
	vertical-align:top;
}

