/* 
    Document   : construct
    Created on : Jul 25, 2010, 5:55:06 PM
    Author     : Kairoo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a img {
border: 0 none;
}
body {
    font-family: Courier, "Courier New";
    height: 750px;
    width: 1280px;
    margin: auto;
    padding-top: 35px;
}
#contentArea {
    width: 800px;
    height: 700px;
    margin: auto;
    position: absolute;
    left: 300px;
    top: 30px;
}
#contactForm {
    width: 800px;
    height: 700px;
    margin: auto;
    position: absolute;
    left: 300px;
    top: 30px;
    display: none;
    
}

.buttons {
    width: 150px;
    height: 30px;
    margin: auto;
    border: solid 1px #000;
}
#slides
{
    width: 1000px;
    height: 500px;
    margin: auto;
    
}
#logo {
    
    position: absolute;
    top: 30px;
    height: 93px;
    width: 296px;
	left: 5px;

   
}

.shown {
    display: block;
}
#leftcol {
    width:296px;
    height: 350px;
    float: left;
	margin: auto;
}

#contact {
	position: absolute;
    left: 85px;
    top: 135px; 
    color: #000;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
#footer {
    width: 1100px;
     height: 25px;
    font-size: 11pt;
    color: #957b7b;
    padding-left: 33px;
    clear: both;
    position: absolute;
    top: 535px;
    left: 376px;
}
#footer a {
    font-size: 11pt;
    color: #957b7b;
    text-decoration: none;
}
#footer a:hover {
    color: green;
}
#slider {
    margin-top: 10px;
}
