﻿html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
}

html,body{
	background: #3f3f40;
	color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

body{
    margin-top: 30px;
}

body.pop{
    margin-top: 0px;
    padding: 14px;
}

p{ 
    margin-bottom: 12px;
    line-height: 14px;
}


h1{
    font-size: 15px;   
    line-height: 15px;
    margin-bottom: 18px;
    color: #00b7f0;
    font-weight: bold;
    text-transform: lowercase;
}

h2{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
        margin-bottom: 12px;
}

h3{
    font-size: 15px;   
    line-height: 15px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: bold;
}

ul{
    list-style-type: none;
    margin-bottom: 14px;
}

a, a:visited{
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

a:hover, a:visited:hover{
    cursor: pointer;
    text-decoration: none;
    color: #00b7f0;
}


img, a img { border: none; }

img{ vertical-align: bottom; }

#header{
    width: 100%;
    height: 80px;
    background-color: #00b7f0;
    border-bottom: solid 3px #ffffff;
    margin-bottom: 35px;
}

#container{
    width: 1000px;
}
#sidenav{
    margin-left: 15px;
    float: left;
    
}

#sidenav ul{
    width: 150px;
    list-style: none;
    color: #00b7f0;
    margin-bottom: 20px;
}

#sidenav ul li{
    margin-bottom: 0px;
    border-bottom: solid 1px #3f3f40;
}

#sidenav ul li.current{
    border-bottom: solid 1px #00b7f0;
}

#sidenav ul.main {
    margin-bottom: 70px;
}


ul.bodynav{
    width: 150px;
    list-style: none;
    color: #00b7f0;

}

ul.bodynav li{
    margin-bottom: 0px;
    border-bottom: solid 1px #3f3f40;
}

ul.bodynav li.current{
    border-bottom: solid 1px #00b7f0;
}

ul.marginedNav{
    margin-top: 15px;
    margin-bottom: 35px;
}

#content{
    position: relative;
    float: left;
    width: 800px;
    min-height: 500px;
    height:auto !important;
    height:500px;
    margin-left: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #6a747b;
}

#footer{
    margin-left: 180px;
    margin-top: 10px;
}
.column{
    float: left;
    width: 220px;
    padding-right: 30px;
}

.column-w{
    float: left;
    width: 340px;
    padding-right: 30px;    
}

.imageoption{
    float:left;
    width: 280px;
    margin-right: 4px;
    position: relative;

}

.imageLeft{
    float:left;
    width: 280px;
    margin-right: 20px;
    position: relative;
}

.verticalImageOption{
    position: relative;
    float: left;
    height: 164px;
    margin-bottom: 4px;
}


.optionlabel{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    width: 260px;
    height:20px;
    background-color: #00b7f0;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

.optionlabeltext{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    width: 270px;
    height:30px;
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	font-size: 17px;
	font-weight: bold;
}

.optionlabeltext a, .optionlabeltext a:visited{
    text-decoration: none;
    color: #ffffff;
}

.optionlabeltext a:hover, .optionlabeltext a:visited:hover{
    text-decoration: none;
    color: #3f3f40;
}


.imageoption-d{
    float:right;
    width: 250px;
    margin-left: 4px;
    border-bottom: solid 1px #ffffff;
}

.imageoption-d img {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #ffffff;
}

.productblock {
    float: left;
    background-color: #E79C9C;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    width: 200px;
    height: 380px;
    margin-right: 15px;
    padding: 10px 40px 10px 10px;
}

.warning{
    border-top: solid 1px #00b7f0;
    padding-top: 5px;
    color: #00b7f0;

}

#optionHolder{
    position: relative;
}

#optionHolder-height{
    height: 280px;
    position: relative;
}

#optionHolder-small{
    height: 180px;
    position: relative;
}

#optionHolder div, #optionHolder-height div, #optionHolder-small div{
    position: absolute;
    top: 0px;
    left: 0px;
}

.imagetiles-2{
    float:left;
    width: 250px;
    margin-right: 15px;
}

.imagetiles-4{
    float:left;
    width: 500px;
    margin-right: 15px;
}

.imagetiles-2 img {
    margin-bottom: 4px;
    margin-right: 1px;
}

.imagetiles-4 img{
    margin-bottom: 4px;
    margin-right: 1px;
}

img.thumbnail{
    padding-bottom: 20px;

}

table{
    margin-bottom: 20px;
}
    
th{
    border-bottom: solid 1px #ffffff;
}

th, td{
    vertical-align: top;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
    
#flashcontent{
    float: left;
    margin-right: 4px;
}



#subtext2, #subtext3, #subtext4{
    display: none;
} 

.smallText{
    font-size:10px;
}