@charset "utf-8";
/* CSS Document */

/*Default Styles*/
html {min-height:100%; margin-bottom:1px; overflow:hidden;} /*this is meant to put in a scroll bar to stop side shift of page*/
body {margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; background-color:#CC2229;} /*to center the container in ie 6 and previous*/
div, h1, h2, p, form, label, input, textarea, img, span, fieldset, table, tr, td, tbody, thead {margin:0; padding:0; border:0;}
/*img {border:0;}*/
ul {margin:0; padding:0; list-style-position: inside; list-style-type:disc; /*font-size:0;*/}
li {margin:10px 0 0 20px; /*padding-left: 10px;*/}
.spacer{clear:both; font-size:0; line-height:0;}
a {outline:none;}
p {font-size:12px; color:#FFFFFF; line-height:20px; margin:0 0 10px 0;}
h1 {font-size:16px; color:#FFFFFF; margin:0 0 10px 0; font-weight:bold;}
#container{width:1024px; height:768px; margin:0px auto;	/*center container*/ text-align: left; /*resetting the text align for container centering in ie 6 and previous*/}
*/

/*background Styles*/
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    /*top:0;
    left:150px;*/
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*main styles*/

#main{ z-index:11; position:absolute; width:875px; height:585px; padding:230px 0 0 150px;}

#about { float:left; width:360px; margin:30px 30px 0 30px; display:inline;}

#contact_wrap { float:left; width:215px; padding:0 0 0 35px; margin:30px 30px 0 30px;}

#contact_wrap h1 {color:#d0695a;}
#contact_wrap p {font-size:10px; line-height:15px}

#contact_form {float:left; width:215px; font-size:10px;/*margin:25px 50px 0 0;*/}
#contact_form label {float:left; width:60px; line-height:23px; margin:0 0 5px 0; color:#FFFFFF; } /*background colour fixes ie6 bug - hasLayout?*/
#contact_form input, #contact_form textarea {float:left; width:148px; height:18px; border:#d0695a solid 1px; margin:0 0 5px 0; padding:5px 0 0 5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }
#contact_form input:focus, #contact_form textarea:focus {border:1px solid #CC2229;}
#contact_form textarea {float:right; height:60px; line-height:15px; overflow:auto; }
#contact_form #contact_send input {float:left; width:50px; height:25px; margin:12px 0 0 0; padding:0; border:#d0695a solid 1px; font-size:10px; color:#FFFFFF; background-color:#463c36;}












