/*
 Screen style    
 Site: Mark Flowers
*/

body {
 background: #333;
 color: #ccc;
 font-size: 75%;
 padding: 0;
 text-align: center;
}

#header, #wrapper, #footer {
 width: 795px;
 text-align: left; 
 margin: 0 auto;
}

/* Header */
#header-wrapper {
 background: #191919 url(../images/bg/header.gif) repeat-x; 
 color: #fff;
}

#header {
 position: relative; 
 height: 105px;
}

#logo {
 width: 339px;
 height: 65px;
 position: absolute;
 top: 24px;
}

#logo span {
 background-image: url(../images/text/logo.gif);
}

#call-today {
 top: 35px;
 right: 0;
 position: absolute;
 width: 214px;
 height: 18px;
}

#call-today span {
 background-image: url(../images/text/call-today.gif);
}

/* Navigation */
#nav {
 bottom: 1px;
 height: 31px;
 margin: 0;
 position: absolute;
 right: 0;
 width: 335px;
}

#nav li {
 float: left;
 list-style: none;
 margin: 0;
}

#nav a {
 color: #fff;
 display: block;
 font-size: 1em;
 height: 31px;
 line-height: 31px;
 margin: 0;
 overflow: hidden;
 position: relative;
 text-align: center;
 text-decoration: none;
}

#nav a span {
 background-position: top left;
 background-repeat: no-repeat;
 cursor: pointer;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

#nav a:hover {
 background-color: #191919;
 color: #fff;
}

#nav a:hover span, #nav a.current span {
 background-position: bottom left;
}

#nav a#nav01 {
 width: 52px;
}

#nav a#nav01 span {
 background-image: url(../images/nav/01.gif);
}

#nav a#nav02 {
 width: 74px;
}

#nav a#nav02 span {
 background-image: url(../images/nav/02.gif);
}

#nav a#nav03 {
 width: 79px;
}

#nav a#nav03 span {
 background-image: url(../images/nav/03.gif);
}

#nav a#nav04 {
 width: 59px;
}

#nav a#nav04 span {
 background-image: url(../images/nav/04.gif);
}

#nav a#nav05 {
 width: 71px;
}

#nav a#nav05 span {
 background-image: url(../images/nav/05.gif);
}

/* Content and sidebar */
#outer-wrapper {
 background-color: #444;
 padding: 52px 0 28px 0; 
}

#outer-wrapper:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

#content {
 width: 488px;
 float: left;
}

#content a:hover, #sidebar a:hover {
 background: #FF6600;
 color: #fff;
 text-decoration: none;
}

#frame {
 width: 526px;
 height: 381px;
 background: url(../images/bg/frame.jpg);
 background-repeat: no-repeat;
 position: relative;
}

#frame img {
 display: block;
 position: absolute;
 top: 9px;
 left: 7px;
}

#frame object.slides {
 display: block;
 position: absolute;
 top: 9px;
 left: 9px;
}

#content h1 {
 margin: 0 0 15px 0;
}

.sIFR-hasFlash h1.sifr {
 font-size: 24px;
 line-height: 28px;
 visibility: hidden;
}

p.intro {
 color: #fff;
 font-size: 1.5em;
}

.sIFR-hasFlash p.intro {
 font-size: 20px;
 line-height: 22px;
 visibility: hidden;
}

#slideshow {
 width: 494px;
 height: 374px;
 border: 3px solid #292929;
 border-left-width: 4px;
}

/* Contact form */
.contact-form td.label {
 vertical-align: top;
 width: 150px;
}

.contact-form textarea {
 width: 300px;
}

.contact-form select {
 width: 150px;
}

.contact-send {
 margin: 1em 0 2em 0;
}

fieldset {
 border: 1px solid #ccc;
}

label {
 color: #ccc;
}

/* Sidebar */
#sidebar {
 float: right;
 width: 257px;
}

#sidebar h2 {
 margin: 5px 0;
}

#sidebar h2.first {
 margin-top: 0;
}

.sIFR-hasFlash h2.sifr {
 font-size: 15px;
 line-height: 16px;
 visibility: hidden;
}

#view-portfolio {
 margin-top: 20px;
}

#content ul {
 margin: 0 0 0 2px;
}

#sidebar ul {
 margin: 8px 0 18px 2px;
}

#content li, #sidebar li {
 list-style: none;
 background: url(../images/bg/square.gif) 0 6px no-repeat;
 padding-left: 13px;
}

#content ul.privacy {
 margin: 0;
}

#content ul.privacy li {
 background-image: none; 
 padding: 0;
}

/* Footer */
#footer-wrapper {
 background: url(../images/bg/footer.gif) repeat-x;
}

#footer {
 color: #666;
 padding: 15px 0 60px 0;
}

#footer p {
 margin: 0 0 3px 0;
}

#footer a {
 color: #666;
 text-decoration: none;
 margin: 0 6px;
}

#footer span {
 margin-right: 6px;
}

#footer .auburn a {
 margin: 0;
}

/* Image replacement */
.ir {
 font-size: 1em;
 margin: 0;
 overflow: hidden;
 position: relative;
}

.ir span {
 background-position: top left;
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

.ir a {
 cursor: pointer;
 display: block;
 height: 100%;
 width: 100%;
}



