
@import url("typography.css");



#wrapper { 
 margin: 0 auto;
 width: 750px;
 border: 0px solid blue;
}
#faux {
/* background: url(../img/faux-3-2-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 border: 0px solid yellow;
}
#header {
 color: #333;
 width: 750px;
 padding: 0px;
 height: 90px;
 margin: 10px 0px 0px 0px;
/* background: #ABBEBE;*/
 background: #fff;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 165px;
 float: left;
 border: 0px solid green;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 530px;
 display: inline;
 position: relative;
 border: 0px solid red;
}
#footer { 
 width: 750px;
 clear: both;

 font-size: 0.9em;
/* background: #ABBEBE;*/
background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0px 0px 0px 5px;
 border-top: 1px solid #491a40;
}

#tagline {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 5px;
     font-size: 0.7em;
     color: #ccc;
}

#footer p {
     color: #ccc;
}

#footer a {
     color: #ccc;
}

#footer a:hover {
     color: #94628C;
}

.clear { clear: both; background: none; }


#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li
{
padding-bottom: 5px;
}

#navcontainer ul li a
{
background: transparent url(../img/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(../img/list-on.gif) left center no-repeat;
color: #94628C;
}

#navcontainer ul li a.current
{
background: transparent url(../img/list-active.gif) left center no-repeat;
color: #481A40;
}
#navcontainer ul li ul
{
    padding-left: 20px;
    padding-top: 5px;
}

 #galleria
 {
     height: 400px;
     margin: 0px;
 }



 #contact-area {
	width: 530px;
	margin-top: 25px;
       
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 401px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #491a40;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
        margin-left: 5px;
}

#contact-area input.simplemodal-close {
	width: 100px;
	float: right;
        margin-left: 5px;
}



label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:320px;
	margin-bottom: 20px;
        width: 530px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
		z-index:500
}


