/**************************************
	MAIN
**************************************/
body {
    margin: 0px;
    font-family: arial,sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    background: #fff;        
}

td {
    font-family: arial,sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    vertical-align: top;
}

a {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

img {
    border: 0px;    
}

#mainheader {    
    width: 836px;
    height: 188px;
    background: url( "images/main_01.png" ) no-repeat;
}

.content {    
    width: 836px;
    height: auto;    
    text-align: left;
    background: url( "images/main_05.png" );
}

.content a:hover {
    color: #FF0000;
}

/*****************************************
	FOOTER
*****************************************/

#footer {
    clear: both;
    width: 836px;
    height: 57px;
    background: url( "images/main_07.png" ) no-repeat;
    text-align: center;
    font-family: arial,sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 10px;
    vertical-align: middle;    
    padding: 5px 0px 0px 0px;
}

#footer a {
    color: #FF0000;
}

#footer div {
    padding: 2px 0px;        
}

/*****************************************
	GENERIC
*****************************************/

.center {
    margin-right: auto;
    margin-left: auto;    
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.titleimage {
    padding: 5px 10px 5px 5px;
}

.imagebox {
    padding: 20px 10px 20px 10px;
    height:auto;
    vertical-align: middle;    
}

.splash {    
    vertical-align: middle;    
}

/*****************************************
	FONTS
*****************************************/

.title {
	font-family: arial,sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 20px 3px 70px;	
}

.subtitle {
	font-family: arial,sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;	
}

.altafont {
	font-family: Berlin Sans FB;
	color: #2658D9;
	font-weight: bold;
	font-size: 14px;
	text-align: center;	
}

.maintext {
	font-family: arial,sans-serif;
	color: #000000;	
	font-size: 12px;
	text-align: justify;	
	padding: 0px 30px 20px 30px;
}

/*****************************************
	BUTTONS
*****************************************/
.btn-home {
width:45px;
height:19px;
display:block;
background:url("images/home.png") top no-repeat;
}

.btn-home:hover {
cursor:pointer;
width:45px;
height:19px;
display:block;
background:url("images/home_over.png") top no-repeat;
}

.btn-about {
width:93px;
height:19px;
display:block;
background:url("images/about.png") top no-repeat;
}

.btn-about:hover {
cursor:pointer;
width:93px;
height:19px;
display:block;
background:url("images/about_over.png") top no-repeat;
}

.btn-products {
width:73px;
height:19px;
display:block;
background:url("images/products.png") top no-repeat;
}

.btn-products:hover {
cursor:pointer;
width:73px;
height:19px;
display:block;
background:url("images/products_over.png") top no-repeat;
}

.btn-contact {
width:87px;
height:19px;
display:block;
background:url("images/contact.png") top no-repeat;
}

.btn-contact:hover {
cursor:pointer;
width:87px;
height:19px;
display:block;
background:url("images/contact_over.png") top no-repeat;
}

.btn-related_companies {
width:130px;
height:19px;
display:block;
background:url("images/related_companies.png") top no-repeat;
}

.btn-related_companies:hover {
cursor:pointer;
width:130px;
height:19px;
display:block;
background:url("images/related_companies_over.png") top no-repeat;
}

.btn-merchandise {
width:236px;
height:65px;
display:block;
background:url("images/merchandising.png") top no-repeat;
}

.btn-merchandise:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/merchandising_over.png") top no-repeat;
}

.btn-distributor {
width:236px;
height:65px;
display:block;
background:url("images/distributor.png") top no-repeat;
}

.btn-distributor:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/distributor_over.png") top no-repeat;
}


.btn-stockproduct {
width:236px;
height:65px;
display:block;
background:url("images/stockproduct.png") top no-repeat;
}

.btn-stockproduct:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/stockproduct_over.png") top no-repeat;
}


.btn-boxliners {
width:236px;
height:65px;
display:block;
background:url("images/boxliners.png") top no-repeat;
}

.btn-boxliners:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/boxliners_over.png") top no-repeat;
}


.btn-custom {
width:236px;
height:65px;
display:block;
background:url("images/custom.png") top no-repeat;
}

.btn-custom:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/custom_over.png") top no-repeat;
}


.btn-banners {
width:236px;
height:65px;
display:block;
background:url("images/banners.png") top no-repeat;
}

.btn-banners:hover {
cursor:pointer;
width:236px;
height:65px;
display:block;
background:url("images/banners_over.png") top no-repeat;
}


