/* CSS */
body {
background-image: url(images/bg.gif);
background-color: #EFD69C;
color: #7E3300;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans, Sans-serif;
font-size: 12px;
margin: 0px;
padding:0px;

}
a:link,a:visited {
color: #808000;
text-decoration: underline;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans, Sans-serif;
}
a:hover {
	color: #990000;
	text-decoration:  none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans, Sans-serif;
}
#container{

/*background-color: #233136;*/
background-color: #EBE1D0;
}
#header{
width: 780px;
background-color: #F7E7B5;
background-image: url(images/bg_header.gif);
background-repeat: repeat-x;
height: 65px;
}
#content{
padding-top: 15px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
line-height: 16px;
font-size: 12px;
text-align: justify;
}
#picture{
	background-color: #673301;
	vertical-align: top;
	
}

.picture{
	background-color: #673301;
	vertical-align: top;
	width: 410px;
}
.prodItem1{
	width:87px;
	margin:0 10px 5px 0;
	text-align:left;
	float:left;
	}

#footerLine{
	background-color: #663300;
	height: 2px;
}

#footer{
background-color: #EFD69C;
font-size: 11px;
padding: 15px;
padding-left: 25px;
padding-right: 25px;
}
#footerLegal{
	background-color: #E2B752;
	font-size: 11px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 25px;
	height: 40px;
}
#credits{
	width: 100%;
	background-color: #eeeeee;
	font-size: 10px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
}

.title{
	color: #663300;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.subtitle{
color: #663300;
font-size: 14px;
font-weight: 700;
}
.active{
font-weight: bold;
font-size: 11px;
color: #de0913;
padding-left: 3px;
padding-right: 3px;
}
.bold {
font-weight: bold;
}

.txt10 {
font-size: 10px;
}

/*LINKS*/

a.footer:link, a.footer:visited  {
	COLOR: #fff;
	text-decoration: none;
	font-size: 10px;
	}
a.footer:hover {
	COLOR: #ccc;
	text-decoration: none;
	font-size: 10px;
	}

a.link2:link, a.link2:visited  {
	COLOR: #233136;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding-right: 10px;
	}
a.link2:hover {
	COLOR: #000;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding-right: 10px;
	}
a.link3:link, a.link3:visited  {
	COLOR: #fff;
	text-decoration: none;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	}
a.link3:hover {
	text-decoration: none;
	COLOR: #ccc;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	}
.input{
	border: 1px solid #4a6670;
	background-color: #F3F3F1;
	width: 550px;
	float: none;
	margin: 0;
	margin-top: 2px;
}
.input2{
	border: 1px solid #4a6670;
	background-color: #F3F3F1;
	float: none;
	margin: 0;
	margin-top: 2px;
}

.inputError{
	border: 1px solid #ff0033;
	background-color: #f6c0c9;
	float: none;
	margin: 0;
	margin-top: 2px;
}

/* Fin CSS */
