body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/pasto2.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/spacer.png);
	background-repeat: repeat-y;
	background-position: center center;
} 

.twoColFixLtHdr #header { 

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	padding: 0px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2068a3;
	font-size: 12px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 360px;
	padding-top: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a{
	color: #3ced01;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover{
	color: #0099FF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header #logo {
	padding-top:30px;
	height: 117px;
}

#header #menu{
	height: 44px;
	width: 940px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#navcontainer ul#navlist
{
	white-space: nowrap;
	float: right;
	margin-top: -42px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#navcontainer #navlist li
{
	display: inline;
	list-style-type: none;

}
#menuproductos #navlist #fijo {
	height: 28px;
}


#navcontainer  #navlist a
{
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
}


#navcontainer  #navlist a:hover
{
	color: #FFFFFF;
	background-image: url(images/g1.png);
}
#navcontainer #navlist #carro a {
	background-image: url(images/carrobg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
}
#navcontainer #navlist #carro a:hover {
	background-image: url(images/carrobg.png);
	background-repeat: no-repeat;
	background-position: left -34px;
	padding-left: 32px;
}

#menuproductos{
min-height:315px;
}

#menuproductos ul#navlist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#menuproductos #navlist li
{
	list-style-type: none;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	width: 168px;
	margin: 0px;
}

#menuproductos  #navlist a
{
	text-decoration: none;
	display: block;
	height: 20px;
	background-image: url(images/g2.png);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0px;
	color: #000000;
}

#menuproductos  #navlist a:hover
{
	color: #FFFFFF;
	background-image: url(images/g1.png);
}
#container #menuproductos #navlist #fijo a{
	color: #FFFFFF;
	background-image: url(images/g3.png);
	padding-top:6px;
	height:30px;
}
#container #menuproductos #navlist #fijo a:hover{
	color: #FFFFFF;
	background-image: url(images/g4.png);
}
#container #menuproductos {
	margin-top: -6px;
}
a {
	color: #148300;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #0099FF;
}

#buscador {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	height: 50px;
	width: 161px;
	padding-left: 4px;
	padding-right: 2px;
}

#buscador .input{
	height: 20px;
	margin: 0px;
	width: 125px;
	border: 1px solid #148700;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#buscador .submit{
	font-size: 12px;
	height: 26px;
	width: 28px;
	background-image: url(images/buscar1.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	display: inline;
	border: 1px solid #148700;
	margin: 0px;
	padding: 0px;
	float: right;
}

#buscador .submit2{
	font-size: 12px;
	height: 26px;
	width: 28px;
	background-image: url(images/buscar2.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	display: inline;
	border: 1px solid #148700;
	margin: 0px;
	padding: 0px;
	float: right;
}

