﻿body 
{ 
    margin: 0pt;    
    padding: 0pt;  
    height: 100%;    
    max-height: 100%;    
    font-family: arial;    
    font-size: 16px;    
    overflow: hidden;    
    color: White;
}  

#container 
{ 
    position: absolute;    
    top: 90px;    
    left: 5%;    
    right: 5%;    
    bottom: 30px;
/*    overflow: auto;     */
/*    text-align: left;  */
} 

#scrollcontainer
{ 
    position: absolute;    
    top: 40px;    
    left: 0px;    
    right: 0px;    
    bottom: 10px;
    overflow: auto;     
/*    text-align: left;  */
} 
.datacontainer
{ 
    background-image: url(images/trans.png);
} 

.datacontainerheadertext
{ 
    background-image: url(images/trans.png);
    font-weight: normal;
    text-align: center;
    position: absolute;    
    top: 17px;    
    height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    color: White;
    font-size: 20px;
    text-decoration: none;
}

.datacontainerheadertext a
{ 
    color: Red;
    text-decoration: none;
} 

.datacontainerheadertext a:hover 
{ 
    cursor: pointer;
    color: White;
    text-decoration: none;
}

/************
 * Products *
 ************/
.productcontainer
{
    padding: 5% 0% 5% 0%;
    
}
.producttable
{
    background-color: White;
    border: solid red 1px;
}
.producttext
{
    font-size: 16px;
    color: black;
    font-weight: normal;
    border-style: none;
    text-align: left;
}

.productimage
{
    text-decoration: none;
    border: none;
}

.productid
{
    font-size: 18px;
    color: black;
    font-weight: bolder;
    border-style: none;
    text-align: left;
}

.productlist
{
    vertical-align: top;
    left: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}

.productlist a
{
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 12px;
    font-weight: bold; 
} 

.productlist a:hover
{
    color: White;
    text-decoration: none;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
} 

img#toprounded
{
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

/************************************
 * Cleaned up above, old code below *
 ************************************/



/**************************** Old Below   *********************************/











.headertext
{
    color: Black;
}


.attracttext
{
    background-image: url(images/transrounded.png);
    width: 415px;
    height: 110px; 
    bottom: 25%;
    position: absolute;
    right: 15%; 
    padding: 15px 15px 15px 15px;
    color: White;
    font-size: 18px;
    font-weight: bolder;
    text-align: right;
}


.transparentbackground
{
    background-image: url(images/trans.png);
}

.test2
{
    height:100%; 
    width:100%; 
    border: 1px solid green;
}

.headertext
{
    left: 7%;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
}

.catstyle
{
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

.catstyle:hover
{
    color: Red;
} 

.itemstyle
{
    vertical-align: top;
    left: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

.itemstyle a
{
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-family: arial;
    font-size: 18px;
    font-weight: bold; 
} 

.itemstyle a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: Red;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
} 



#header 
{ 
    border-style: none;
    position: absolute;    
    top: 60px;    
    left: 10%;    
    width: 100% - 30px;     
    height: 28px;    
    overflow: hidden;    
    text-align: left;    
    vertical-align: bottom;
}  

.menu
{
    text-decoration: none;
    cursor: pointer;
    color: black;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    left: 5%;
    top: 10px;
    vertical-align: bottom;
}

.menu a
{
    text-decoration: none;
    cursor: pointer;
    color: black;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
} 

.menu a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: Red;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
} 

.logoArea
{
    right: 15px;   
    top: 15px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    position: absolute;
}

.backbutton
{
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    color: Black;
}

.logoArea a a:hover
{
    text-decoration:none;
    cursor: pointer;
}

.copywritetext
{ 
    background-color: Transparent;  
    position: absolute;    
    bottom: 0pt;    
    left: 0pt;    
    width: 100%;    
    height: 25px;    
    overflow: hidden;    
    text-align: left; 
    text-decoration:none; 
    cursor:pointer;
    margin: 0px 0px 0pt; 
}  

.copywritetext a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: Red;
    margin: 0px 0px 0pt; 
} 

h1 
{ 
    margin: 0pt;    
    padding: 0pt;    
    font-size: 3em;    
}  

#container img 
{ 
    margin: 0px;    
}  

img#background 
{
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -9998;
}

a:link, a:visited, a:active
{
    outline:none;
}


.contactText
{
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-style: none;
    text-align: left;
    background-color: Transparent;
}



/*********************************************************************************/
.warrantypanel
{
    background-image: url(images/trans.png);
    position: absolute;    
    top: 34px;    
    left: 5%;    
    right: 5%;    
}
.warrantyheader
{
    font-size: 20px;
    color: white;
    font-weight: bolder;
    border-style: none;
    text-align: left;
    background-color: Transparent;
}
.warrantytext
{
    font-size: 14px;
    color: white;
    font-weight: bold;
    border-style: none;
    text-align: left;
    background-color: Transparent;
}
.warrantyfooter
{
    font-size: 10px;
    color: white;
    font-weight: normal;
    border-style: none;
    text-align: center;
    background-color: Transparent;
}
.aboutpanel
{
    background-image: url(images/trans.png);
    position: absolute;    
    top: 34px;    
    left: 5%;    
    right: 5%;    
}
.abouttext
{
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-style: none;
    text-align: left;
    background-color: Transparent;
}
.itemimage
{
	width: 250px;
	position: relative;
}
