@CHARSET "ISO-8859-1";

/*
** HTML GERAL
*/
body {
    text-align: center;
    margin: 0;
    padding: 0;
    *padding: 28px 0;
    background: url('../imgs/bg_point.jpg') #f5f5f5;
	font-family: Verdana, Arial;
}

/*
** BODY GERAL
*/
#body {
    text-align: justify;
    width: 778px;
    border: 1px solid #000;
    margin: 28px auto;
    background: url('../imgs/background.jpg') repeat-y top center;
}
/*
** HOME
*/
.bodyHome {
    text-align: justify;
    width: 778px;
    border: 1px solid #000;
    margin: 28px auto;
}
.bodyHome div.home {
    width: 778px;
    height: 355px;
    background: url('../imgs/home.jpg') no-repeat top center;
}
.bodyHome .topHome {
    width: 778px;
    height: 171px;
    background: url('../imgs/topHome.jpg') no-repeat top center;
}
.bodyHome .bottomHome {
    width: 778px;
    height: 0px;
    background-color: #fff;
    clear: both;
}

/*
** BODY TOP GERAL
*/
#top {
    width: 778px;
    height: 170px;
    background: url('../imgs/top.jpg') no-repeat top center;
}
/*
** MENU GERAL
*/
ul#menu{
	list-style-type: none;
    width: 465px;
    height: 51px;
    margin: 35px 0 0 276px;
    padding: 0;
    float: left;
}
ul#menu li{
	float: left;
	height: 51px;
	margin: 0 2px;
}
ul#menu li a{
    padding: 15px 11px 5px 11px;
	display: block;
    color: #ddd;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	display: none;
    background: url('../imgs/bgButton2.jpg') no-repeat bottom center;
}
/*
** SUBMENU GERAL
*/
ul#menu li ul#subMenu{
	list-style-type: none;
	padding: 0;
	width: 92px;
	margin-left: 15px;
	padding: 0;
	display: none;
    background: url('../imgs/bgSubButton3.png') top left;
}
ul#menu li#products ul#subMenu{
	width: 168px;
}
ul#menu li:hover > ul#subMenu, ul#menu li:hover > a{
	display: block;
}

ul#menu li ul#subMenu li{
	float: none;
    font-size: 12px;
	height: 24px;
	margin: 0;
}

ul#menu li ul#subMenu li:first-child{
	background: url('../imgs/bgSubButton2.png') repeat-x top left;
	padding-top: 10px;
}
ul#menu li ul#subMenu li.last_child{
    background: url('../imgs/bgSubButton.png') repeat-x bottom left;
}

ul#menu li ul#subMenu li a{
	display: block;
    color: #ddd;
	text-decoration: none;
	height: 18px;
	padding: 2px 17px;
	font-weight: bold;
	background: none;
}

ul#menu li ul#subMenu li a:hover{
	color: #7ebc3f;
}	
/*
** MENU E SUBMENU ESPECIFICOS
*/
ul#menu li#company:hover, ul#menu li#products:hover, ul#menu li#quality:hover,
ul#menu li#contact:hover,ul#menu li#location:hover {
    background: url('../imgs/bgButton.jpg') repeat-x top left;
}

ul#menu li#company{
	width: 85px;
}

ul#menu li#products{
	width: 85px;
}

ul#menu li#quality{
	width: 93px;
}

ul#menu li#contact{
	width: 79px;
}

ul#menu li#location{
	width: 101px;
}

/*
** BODY LEFT GERAL
*/
#left {
    float: left;
    width: 227px;
    height: 304px;
    background: url('../imgs/left.jpg') no-repeat top center;
}

/*
** BODY CONTENT GERAL
*/
#content {
    width: 551px;
    float: left;
	padding-bottom: 54px;
}
#content p, #content h3  {
	font-size: 12px;
	margin: 8px 54px;
}

/*
** BODY BOTTOM
*/
#bottom {
    width: 778px;
    border-top: 1px solid #909193;
    height: 49px;
	color: #fff;
    background-color: #b2b2b2;
    clear: both;
}

/*
** LEFT ON BODY BOTTOM
*/
#bottom #left {
	height: 41px;
	letter-spacing: -1px;
	float: left;
	font-size: 11px;
	margin: 4px;
    background-image: none;
}
#bottom #left p {
	margin: 0;
	padding: 0;
}
#bottom #left p:first-child {
	letter-spacing: 0px;
	font-weight: bold;
}

/*
** RIGHT ON BODY BOTTOM
*/
#bottom #right {
	height: 41px;
	float: right;
	font-size: 8px;
	margin: 4px;
}
#bottom #right img {
	vertical-align: top;
	margin: 0 2px;
}

/*
** ADMIN GERAL
*/
#content p.products, #content p.contacts{
	margin: 22px 54px;
}

#content p.products img{
	float: left;
	margin-right: 32px;
}

#content p.products span, #content p.contacts span{
	display: block;
	height: 16px;
	padding: 4px;
	text-align: right;
}

#content p.products span a, #content p.contacts span a{
	text-decoration: none;
	color: #000;
}

#content p.products span a:hover, #content p.contacts span a:hover{
	text-decoration: underline;
}

#content p.products span a img, #content p.contacts span a img{
	float: none;
	margin: 0px;
	border: 0;
}
/*
** FORMULARIO GERAL
*/
label {
	display: block;
}
input, textarea {
	border: 1px solid #44ae30;
}

.big {
	width: 255px;
}

.small {
	width: 160px;
}

