body
{
    margin: 0;
    padding: 0;
    line-height: 1.5px;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #274762;
}

H1 
{
Color: #15264C;
font-family: "Verdana,Tahoma,Arial,Helvetica,Times New Roman"; 
font-size: 16pt;
LINE-HEIGHT: 22px;
margin-top: 10px;
}

H2 
{
Color: #086B3F;
font-family: "Verdana,Tahoma,Arial,Helvetica,Times New Roman"; 
font-size: 10pt;
LINE-HEIGHT: 12px;
margin-top: 0px;
margin-bottom: 5px;
}

H3 
{
Color: #805E35;
font-family: "Verdana,Tahoma,Arial,Helvetica,Times New Roman"; 
font-size: 16pt;
LINE-HEIGHT: 18px;
margin-top: 0px;
margin-bottom: 5px;
}



.bodytext
{
    FONT-SIZE: 11px;
    COLOR: black;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}


.price
{
font-family: "Verdana,Tahoma,Arial,Helvetica,Times New Roman"; 
font-size: 18pt;
LINE-HEIGHT: 20px;
font-weight: bold;
}

.greentext
{
    line-height: 1.5px;
    font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
    Color: #086B3F;
    font-weight: bold;
}

.GreenI
{
    line-height: 1.5px;
    font: italic 16px/20px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    Color: #086B3F;
    margin-top: 10px;
    margin-bottom: 10px;
}

b{font-size: 110%;}


#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
border-left: 2px solid black;
border-right: 2px solid black;

}


#topsection{
background: #FFFFFF;
height: 185px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;

}

#contentcolumn{
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
   	background: #ffffff;

}





#leftcolumn{
float: left;
width: 1px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 1px; /*Width of right column*/
margin-left: -1px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
text-align: left;
margin-top: -2px;
BACKGROUND-IMAGE: url(_images/footer_background.jpg);
}

#category
{
top: 20px;
position: relative;
}

.subbody
{
    margin: 0;
    padding: 0;
    line-height: 1.5px;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    text-indent:15pt; 
}


#productgallery
{
  padding-top: 2px;
    position: relative;
}

#footer a{
color: black;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.innertube2{
margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.innertubeie{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.centerinnertube{
margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.comment
{
    FONT-SIZE: 7pt;
    COLOR: black;
    LINE-HEIGHT: 13pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}




.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
letter-spacing: 1px;
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}






