/* a */
a, a:visited
{
color: #c30;
text-decoration:none; 
font-weight: bold;
}

a:hover
{
color: #600;
text-decoration: none;
}



	.alignleft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.alignright {
		float: right;
		margin: 0 0 10px 10px;
	}
	.aligncenter {
		margin-left: auto;
		margin-right: auto;
	}
	
/* b */
body
{
background: #fff url(../images/bg_body.gif);
color: #000;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

.border
{
border: 3px solid #600;
}

/* c */
.clear
{
clear: both;
}

#content
{
margin: 10px auto;
width: 960px;
border:3px solid #600; 
background: white; 
padding: 10px;
}

/* d */
dl
{
padding: 0;
margin: 0;
}

dt
{
padding: 0 0 0 10px;
font-weight: bold;
font-size: 1em;
}

dd
{
padding: 5px 0px 15px 0px;
line-height: 1.4em; 
}


/* e */


/* f */
#footer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
letter-spacing: normal;
font-size: 11px;
padding: 20px 0px;
color: #000;
clear: both;
text-align: center;
}

div#feature
{
width: 980px;
height: 100px;
padding: 0px;
margin: 10px auto;
background-color: #fff;
color: black;
border: 3px solid #600;
}

div#feature ul
{
list-style-type: none;
padding: 0;
margin: 0 auto;
}

div#feature ul li
{
margin: 0;
padding: 0;
}


div#feature ul li p
{

font-size: 0.8em;
margin: 10px 0;
}

/* g */

/* h */
#header
{
padding: 5px;
margin: 0;
background: #600 url(../images/bg_header.jpg) repeat-x bottom;
height: 130px;
border-bottom: 1px solid #c30;
}

#header div
{
margin: 0 auto;
width: 960px;
padding: 0;
}

#header h1, #header h2, #header h3, #header p, #header span, #header ul li, #header a
{
color: white;
}

#header hr
{
color: #c30;
background: #c30;
}

#header a:hover
{
color: #cf8a3b;
}

#header h1
{
float: left;
width: 484px;
height: 128px;
background: url(../images/estribos_title.png) no-repeat 0 0px;
position: relative;
bottom: 5px;
}

#header h1:hover
{
background: url(../images/estribos_title.png) no-repeat 0 -150px;
}

#header h1 span
{
display: none;
}

#header ul
{
float: right; 
width: 290px; 
position: relative; 
top: 7px;
}

#header ul li
{
font-size: 0.8em;
font-weight: bold;
}

h1, h2, h3
{
font-weight: bold;
margin: 0px;
padding: 0 0 0.5em 0;
}

h1
{
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #51221A;
	text-decoration: none;
}

h2
{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3
{
font-size: 1.3em;
}

hr
{
background-color: #000;
color: #000;
border: 0px;
height : 1px;
margin: 0px;
}

/* i */
img
{
border: 0px;
}

/* j */

/* k */

/* l */
.large, .larger
{
font-size: 1.2em;
}

/* m */
.margin
{
margin: 10px;
}

/* n */

/* o */

/* p */
p
{
margin: 0 0 1em 0!important;
}

.padding
{
padding: 10px;
}

.pane-list
{
cursor: pointer;
}

/* q */

/* r */

/* s */
.smaller
{
font-size: 0.8em;
}

/* t */
.transparent
{
border: 1px solid #c93;
padding: 10px;
}

/* u */

ul
{
padding: 0;
margin: 0;
}

ul li
{
list-style-type: none;
padding: 0 0 0.5em 30px;
}

ul#events li
{
font-weight: bold;
}


/* v */

/* w */

/* x */

/* y */

/* z */
  
/* products */

div.products
{
float: right;
width: 750px;
border-left: 3px solid #600;
margin-left: 10px;
padding: 10px 0 0 10px;
}

div.products h1, h2, h3, h4
{

clear: both;
}

div.products table
{
margin: 0 0 10px;
padding: 10px;
}

div.products table tr td
{
vertical-align: top;
}

div.products table tr th
{
text-align: left;
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding: 2px 2px 10px;
vertical-align: top;
}

div.products table tr td.img
{
width: 140px;
}


div.products table tr td.img img
{
border: 4px solid #600;
}

div.products img {
	border: 2px solid #600;
}

div.products ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
	div.products ul li{
		padding: 0;
		margin: 5px 1px 0 0;
		padding: 0;
		display: block;
		float: left;
	}
		div.products ul li a{
			display: block;
			background: #600;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding: 5px 8px;
		}
			div.products ul li a:hover {
				color: #fff;
				background-color: #300;
				text-decoration: none;
			}

/* Products page - sidebar 2 */

div#sidebar-products {
	float: left;
	width: 240px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

div#maincontent-products {
	float: right;
	width: 590px;
	border-left: 1px solid #ccc;
	padding: 20px;
	margin: 0;
}

p.desc
{
font-style: italic;
font-size: 0.8em;
line-height: 1.5em;
padding:0;
}

ul.item
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.item li
{
padding: 0;
display: inline;
list-style-type: none;
font: 0.8em Arial, Helvetica, sans-serif;
}

.item a { padding: 3px 10px 6px; }

.item a:link, .item a:visited
{
color: #fff;
background-color: #900;
text-decoration: none;
}

.item a:hover
{
color: #fff;
background-color: #300;
text-decoration: none;
}
.divoverflow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decorastion: none;
	overflow: auto;
	height: 161px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.divoverflow a:link{
	
	color: #333333;
	text-decoration: none;
	
}
.divoverflow a:visited{
	
	color: #333333;
	text-decoration: none;
	
}.divoverflow a:hover{
	
	color: #51221A;
	text-decoration: none;
	
}.divoverflow a:active{
	
	color: #333333;
	text-decoration: none;
	
}

div.newsflash {
	border: 1px solid #600;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 1.1em;
	text-align: center;
}