/* Author: www.cit.com.br
   Date: May, 2007
*/ 

/* ################## GENERAL CSS ################## */
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font: 70% Arial, Verdana, Helvetica, Sans-serif;
	background: #c7d7e4 url(../images/backgrounds/background.jpg) center top repeat-x;
	//text-align:left;
//>>text-align:center;

}

#container {
	width: 814px;
	height: 42px;
	padding-top: 13px;

>>	padding-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/* ################## MENU ################## */


.menuitems {
        margin: 0 auto 0 auto;
        width: 817px;
		padding-left:0px;
>>margin: 0 auto 0 auto;
}

.language {
	height:26px;
	margin: 0 auto 0 auto;
>>margin: -26 auto 0 660;

} 
 
ul#menu {  
	width: 790px;
	margin:0;
	padding:0;
	list-style-type: none;
	padding-left: 48px;
	>> margin-left: 1px;
	>> margin-top:0px;
}
 
ul#menu li {
	float: left; 
}

ul#menu li a:hover{
	background-position:bottom;
}

ul#menu li a:active{
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

ul#menu li a{
	background-repeat: no-repeat;
	height:18px;
	display:block;
	text-decoration:none;
	text-align:left;
	padding-top:8px;
}

ul#menu li span{
	padding-left:24px;
	white-space:nowrap;
	margin-top: 5px;
	font-weight:bolder;
	color:#000000;

}

/* HOME - MENU */

ul#menu li a{
	_height:26px;
}


ul#menu li#home a{
	background-image:url(../images/buttons/menu_home.gif);
	width:118px;
}
/* PRODUCTS - MENU */
ul#menu li#products a{
	background-image: url(../images/buttons/menu_products.gif);
	width:128px;
}
/* FAQ - MENU */
ul#menu li#faq a{
	background-image: url(../images/buttons/menu_faq.gif);
	width:97px;
}
/* PROMOTIONS - MENU */
ul#menu li#promotions a{
	background-image: url(../images/buttons/menu_promotions.gif);
	width:130px;
}
/*CONTACT - MENU */
ul#menu li#contact a{
	background-image: url(../images/buttons/menu_contact.gif);
	width:118px;
}

/* ################## HEADER ################## */

#header h1 {
	widht: 813px;
	margin-left: 483px; 
	background: url(images/backgrounds/header.jpg) center top no repeat;
}
#header h1 a {
	widht: 220px;
	height: 78px;
	display: block;
}


/* ################## BACKGROUND ################## */
/*#background {
	width: 788px;
	float: left;
	
	
}*/

/* ################## CONTENT ################## */
#container_content{
	background-image:url(../images/backgrounds/container_content_01.jpg);
	background-repeat: no-repeat;
	height: 498px;
	width: 817px;
	margin-top:0px;
>>margin-top:-1px;
	} 
#container_content2{
	background-image:url(../images/backgrounds/container_content_02.jpg);
	background-repeat: no-repeat;
	height: 1100px;
	width: 817px;
>>margin-left:40px;
>>margin-top:-1px;
	}
	
#container_content3{
	background-image:url(../images/backgrounds/container_content_03.jpg);
	background-repeat: no-repeat;
	height: 988px;
	width: 817px;
	}
	
#container_content4{
	background-image:url(../images/backgrounds/container_content_04.jpg);
	background-repeat: no-repeat;
	height: 2220px;
	width: 817px;
	margin-top:-6px;
>>text-align:left;
>>margin-top:-1px;
	}

/* ################## FOOTER ################## */
#footer {
	width: 788px;
	height: 110px;
	margin-left: 14px;
	margin-top: -10px;
	float: left;
	background:url(../images/backgrounds/footer.gif);	
>>margin-left:7px;
}

#footer p {
	color: #000000;
	font-size: 80%;
	text-align: center;
	margin-top: 20px;
}
#footer p a {
	color: #000000;
}
