/* 
    Document   : style
    Created on : 12-Jul-2010, 10:16:10
    Author     : oliversmith
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('fonts/cartogothicstd-book-webfont.eot');
	src: local('☺'), url('fonts/cartogothicstd-book-webfont.woff') format('woff'), url('fonts/cartogothicstd-book-webfont.ttf') format('truetype'), url('fonts/cartogothicstd-book-webfont.svg#webfontQfGLOJA7') format('svg');
	font-weight: normal;
	font-style: normal;
}

root { 
    display: block;
}
html { overflow: -moz-scrollbars-vertical;
min-height: 101%}

* {
    padding: 0;
    margin: 0;
    font-family: CartoGothicStdBook, Helvetica, arial, sans-serif;
    color: #373535;

}

body {
padding-top: 100px;
}

a, .hidable_title{
    text-decoration: none;
    color: #949494;
}

a:hover {
    color:black;
}

p, #body ul,  #body ol {
    font-size: 14px;
    padding-bottom: 12px;
}

#body ul, #body ol {
    padding-left: 25px;
}

#body ul li {
    
}

.center  {
    text-align: center;
  
}

.prod_img {
    float: right;
}

h2 {
    font-weight: normal;
    padding-bottom: 25px;
}

h3 {
    font-weight: normal;
    padding-bottom: 20px;
}

h4 {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 8px;
}

#head {
    width: 100%;
    height: 100px;
    background-color: #373535;
    position: fixed;
    top: 0;
    left: 0;
}

.head_cont {
    margin: auto;
    width: 900px;
    height:60px;
}

#logo {
    position: relative;
    margin: 25px 20px 0 0;
    height:50px;
    width: 286px;
}

#logo span{
    top:0px;
    left:0px;
    position: absolute;
    height:50px;
    width: 286px;
    z-index: 1;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
}



#body {

    width: 840px;
    margin: auto;
    background-color: white;
    margin: 0 auto 120px auto;
    padding: 30px;
    min-height: 100%
}

#foot {
    height:130px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #373535;

}

#foot_menu {
    list-style: none;
    width: 820px;
    margin: auto;
}

#foot_menu li {
    float: left;
    height: 110px;
    width:65px;
    font-size: 0;
    margin: 15px 35px 0 0;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}

#foot_menu li a {
      color: #373535;
}

#foot_menu li span{
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   height: 110px;
    width:65px;
 
}

#foot_menu .sep {
    width:1px;
}

#foot_menu .sep span{
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   height: 80px;
   width:2px;
   background-color: white;
}

#ts {
      background-image: url('images/trans.png');
}

#ow {
    background-image: url('images/opaque.png');
}

#ap {
    background-image: url('images/ap.png');
}
#uv {
    background-image: url('images/uv.png');
}
#cl {
    background-image: url('images/clear.png');
}

#about {
background-image: url('images/about.png');
}

#dealers {
background-image: url('images/dealers.png');
}

#contact {
    background-image: url('images/contact.png');
    margin: 15px 0 0 0 !important;
}


.li_title {
    font-size: 16px;
    display: block;
    padding-bottom: 6px;
}

#left, #right {

    width:320px;
    padding: 0 50px 0 50px;
    float: left;
}

label {
    display: inline-block;
    width:120px;
    font-size: 14px;
    vertical-align: middle;
}


.formline {
    vertical-align: middle;
    height: 35px;
    display: block;
}

ul.plain_list, ul.hidable {
    list-style: none;
    padding-left: 0;
}

.hidable li {
    padding: 4px 0 4px 0;
}

.hidable_title:hover {
    color: #373535;
    cursor: pointer;
}

.hidable_title {
    padding-bottom: 5px;
}

.red {
color:red;
}


input[type="text"], input[type="email"]{
    width: 200px;
    height: 20px;
    vertical-align: middle;
    padding: 3px 3px 0px 3px;
    border: black 1px solid;  
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

select {
    width: 206px;
    padding: auto;
    margin: auto;
}

input[type="submit"]  {
    width: 100px;
    vertical-align: middle;
    border-collapse: collapse;
    border: none;
    padding: 5px;
    background-color:#666666;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color: white;
    margin-left: 100px;
}

input[type="submit"]:Hover {
    background-color:#e9f4f9;
    color: black;
}

/* Panel */

.tab {
	height: 50px;
        position: relative;
        top: 0;
        z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
	line-height: 42px;
	margin: 0;
	right: 200px;
  	color: white;
  	font-size: 80%;
	text-align: center;
        
}


.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 40px;
        font-size: 16px;
  	background:#CCC;
        -moz-border-radius-bottomright:5px;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-bottom-right-radius:5px;
        -webkit-border-bottom-left-radius:5px;
}

.tab ul.login li a {text-align: center;
	color: white;
}


.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	width: 200px;
	position: relative;
	top: 14px;
}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#panel {
	width: 100%;
	height: 450px;
	background: #373535;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}


#panel h3{
	color: white;
}

#panel p {
	margin: 0 0 12px 0;
	padding: 0;
        color: white;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel form {
    padding: 20px 0 0 60px;
}
#panel label {
    color: white;
}

#panel input{
    vertical-align: middle;
    margin: auto;
}

#panel input[type="submit"] {
    margin-left: 105px;
}
#panel .content {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}


.left, .right {

    width:350px;
    padding: 0 50px 0 50px;
    float: left;
}

.formline {
    vertical-align: middle;
    height: 55px;
    display: block;
}