html, body {
   	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#header, #middle, #footer, #flash, .col1 {
	display: none;
}

#container, #bottom {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: #000000;
   	background: none;
}

div#container {
	margin: 0;
	padding-top: 1em;
	height: 100%;
   	border-top: 2px solid #e20000;
	border-bottom: 2px solid #999;
}

#container a:link:after, #content a:visited:after {
   	content: " (http://www.elcoto.co.uk/" attr(href) ") ";
   	font-size: 90%;
}

#container a[href^="/"]:after {
   	content: " (http://www.elcoto.co.uk/" attr(href) ") ";
}

div {
    text-align: left;
}

a, a:visited {
	color: #e20000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


/*__content_________________________________________________________________________________*/



/*	Headers   */
h1{
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #e20000;
	margin: 0;
	margin-bottom: 20px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e20000;
	margin: 0;
	margin-bottom: 10px;
}


/*	Text   */
p{
	color: #000;
	line-height: 14px;
	margin-bottom: 15px;
}

/*	Unordered Lists   */
ul.bullets {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	display: block;
}

ul.bullets li {
	font-weight: bold;
	list-style-image: url(../site/global/icn_bullet.gif);
	list-style-position: outside;
	color: #8c96ad;
	padding-left: 5px;
	padding-bottom: 3px;
	line-height: 12px;
}

ul.bullets li span.highlight {
	color: #900;
}

ul.bullets li a {
	color: #FFFFFF;
}

ul.bullets li a:hover {
	color: #CCCCCC;
}


#eltorero h1, #eltorero h2, #eltorero a, #eltorero a:visited {
	color: #fdb913;
}

#eltorero .headerright span {
	color: #000;
}
	




/*__images_____________________________________________________________________________________________*/

.imageleft {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imageright {
	float: right;
	border: none;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imageleftborder {
	float: left;
	border: 1px solid #adadad;
	margin-right: 25px;
	margin-bottom: 15px;
}

.imagerightborder {
	float: right;
	border: 1px solid #adadad;
	margin-left: 25px;
	margin-bottom: 15px;
}



/*__horizontal rules___________________________________________________________________________________*/

div.hr { 
	width: 100%; 
	height: 1px; 
	background: #666; 
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 0px; 
	font-size: 0px;
}

