/* CSS Document */
body {margin:0; padding: 0; font-family : Tahoma, Arial, Helvetica, sans-serif; font-size :78%; background-color: #C8C1D3;}
img{border: none}
h2{	font-size: 1.3em; padding: 1em 0 0 20px}
h3{	font-size: 1.15em; padding: 20px 0 0 100px}


#mainContainer,#pageHeader, .pageBottom, .menuLine, #mainPage, #bottomPanel, .tagline{width: 700px} 

#mainContainer{position: absolute; left: 50%; margin-left: -350px; }
#pageHeader{float: left; height: 120px; padding: 0; background-image: url('pics/headerBackground.png');}

.menuLine{float: left; height: 23px; font-size: 1.1em; background-color: #323232; color: white}
.menuLine li{float: left; padding: 2px 5px 2px 8px;font-variant: small-caps; }
.menuLine ul{list-style: none; padding: 0; margin: 0;}
.menuLine a{font-weight:  normal; color: white; text-decoration: none}
.menuLine a:hover{color: red}

#mainPage{float: left; background-color: #b4b5b8;}
#mainPage a{ text-decoration: none; color:#333399; font-weight: bold}
#mainPage a:hover{color: red}

#mainPage p{margin: 30px 0 0 100px; width: 400px;}

#leftPanel{
        float: left; 
        width:  475px; 
        background-image: url('pics/putter.png'); 
        background-repeat: no-repeat; 
        background-position: 125px 50px; 

        }
        
#rightPanel{
    float: left; 
    width: 205px; 
    text-align: center; 
    font-weight: bold
    }

#pageBottom{
    border: none; 
    font-family: 'Zapf Eliptical', 'Times New Roman', Times, serif;
    padding-top: 16px; 
    text-align: center
    }

#viewPanel{
    float:  left; 
    padding: 80px 0 0 0; 
    font-size: 1.4em; width: 450px;
    height: 285px;
    }

#bottomPanel{
        float: left; 
        height:  80px;
        background-color: #323232; 
        color: white;
        }
      
#bottomRight{
    width: 220px;
    float: right;
    text-align: center;
    padding-top: 10px;
}

.tagline{font-weight: bold;  font-size: 1.2em; text-align: center; float: left; padding-bottom:  20px;}

.label {text-align : right; padding-right : 3px 5px 0 0; width: 35%}
.price {font-size : 1.05em; color : red; font-weight : bold; }
.optimizer {font-weight : bold; font-size : 1.05em; }
.headline {font-size : 1.3em; vertical-align : bottom; padding : 5px 10px 2px 10px; height : 25px; font-variant : small-caps; border-bottom : 2px solid green; font-weight: bold}
.orderPage table{width: 500px; margin-right: 100px; margin-left: 100px}
  
 
 .contactUs input, .contactUs textarea{width: 350px}
  