/* CSS Document */

/* -------------------------- Styles for the HOME page -------------------------- */


#home-banner-container{
float: left;
width: 980px;
height: 300px;
background-color: #070704;
}


#home-banner-container-left{
float: left;
width: 383px;
overflow: hidden;
padding-left: 20px;
padding-top: 20px;
line-height: 18px;
}

#home-banner-container-right{
float: left;
width: 577px;
height: 300px;
}



#home-banner-left-text{
float: left;
overflow: hidden;
}

#home-banner-red-btn{
float: left;
overflow: hidden;
padding: 5px;
background-image: url(../images/home-red-btn-base.gif);
background-repeat: repeat-x;
margin-top: 10px;
border: 1px solid #747473;
font-weight: bold;
}








#home-content-container{
float: left;
width: 960px;
overflow: hidden;
padding:20px;
background-color: #414141;
}



#home-content-container-left{
float: left;
width: 300px;
overflow: hidden;
font-weight: bold;
line-height: 20px;
padding: 10px;
margin-right: 20px;
background-color: #ff2900;
background-image: url(../images/home-red-base-uses.gif);
background-repeat: no-repeat;
}


#home-content-container-right{
float: left;
width: 580px;
overflow: hidden;
padding-top: 20px;
padding-left: 20px;
background-color: #1a1a18;
}

#home-content-container-uses-btn{
float: left;
overflow: hidden;
padding: 5px;
background-image: url(../images/home-grey-btn-base.gif);
background-repeat: repeat-x;
margin-top: 10px;
border: 1px solid #747473;
font-weight: bold;
}











#home-product-container{
float: left;
width: 270px;
height: 140px;
margin-right: 20px;
margin-bottom: 20px;
}

#home-product-image-outer{
float: left;
width: 100px;
height: 100px;
padding: 5px;
background-color: #474745;
}
#home-product-image-inner{
float: left;
width: 100px;
height: 100px;
background-color: white;
}

#home-product-header{
float: left;
width: 150px;
overflow: hidden;
padding-left: 10px;
font-size: x-large;
font-weight: bold;
letter-spacing: -1px;
padding-bottom: 5px;
}

#home-product-subhead{
float: left;
width: 150px;
overflow: hidden;
padding-left: 10px;
font-size: small;
font-weight: bold;
color: red;
letter-spacing: -1px;
padding-bottom: 5px;
}

#home-product-price{
float: left;
width: 150px;
padding-left: 10px;
overflow: hidden;
font-weight: bold;
padding-bottom: 5px;
}

#home-product-btn-buy{
float: left;
width: 68px;
overflow: hidden;
margin-top: 10px;
}




