/**
* Torito CSS file
*
*@author Mark Story
*/
/**
*  Colour Chart
* 
* green: #00A74C
* red: #ED1B2F
*
*/

/*reset*/
* {
	padding:0;
	margin:0;
}
a img, iframe {
	border:0;
}

body {
	font-size:62.5%;
}

table {
	border-collapse: collapse;
}

address, caption, cite, code {
	font-style:normal;
	font-weight: normal;
}

/* Lists */
ul, ol, li, dl, dt, dd {
	list-style:none;
}

ul {
	margin-left:1em;
}

/* forms */
form {
	border:0;
}

legend {
	color:#000;
}

p, li {
	margin:1em 0;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*********************
**
** Containers
**
*********************/
body {
	background:#0b0b0b;
	color:#fff;
	font-family: "eurostile LT Std", eurostile, trebuchet, tahoma, sans-serif;
}

#wrapper {
	background:#000;
	border-top:36px solid #00A74C;
	
	width:792px;
	height:576px;

	position:absolute;
	top:50%;
	left:50%;
	margin: -306px 0 0 -396px;

	/*position:relative;
	margin:0 auto;
	*/
	
}

#header {
	margin:26px 0 0 33px;position:relative;left:-7px;
}

#menu-bar {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

#content {
	margin: 0 0 0 48px;
}


/***** Header Children *****/
#header h1 {
	font-size:3.8em;
}

#header h2 {
	color:#00A74C;
	font-size:1.2em;
	text-transform:uppercase;
}

/****** Navigation and Menu *****/

#logotype {
	float:right;
	height:124px;
}

#menu-bar #logotype span {
	width:82px;
	height:0;
	padding-top:124px;
	overflow:hidden;
	background: url(images/torito_logo.png);
	
}

#menu-bar ul{
	padding: 0 0 40px 33px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#menu-bar li {
	float:left;
	margin:0 10px 0 0;
	font-size:1.2em;
}

#menu-bar li.current a {
	color:#ED1B2F;
}
#menu-bar li a {
	margin: 0 0 0 10px;
	color:#fff;
}

/*********************
**
** Content Areas
**
*********************/

/** Left Side **/
.left-col {
	width: 443px;
}

.define {
	padding:70px 0 0 0;
}

.define h4 {
	font-size:1.6em;
}

.define h4 span{
	color:#00A74C;
}
.define p {
	font-size:1.4em;
}
#flash-img {
	position:absolute;
	top:260px;	
}
#flash-img.low {
	top:320px;
}

.photo-block {
	z-index:300;
}

.photo-block.wide {

}

/** right side **/
.primary {
	position:absolute;
	top:0px;
	right:0px;
	width: 290px;
	z-index:100;
	height:400px
}
.text {
	height: 481px;
	top:-36px;
	overflow:auto;
	background:#000;
}

/**
* Menu
**/
.menu-text dd, 
.menu-text dt {
	padding: 0.8em 0.4em;
	font-size:1.2em;
}

.menu-text dt {
	width:70%;
	float:left;
	clear:both;
	border-bottom: 1px solid #0b0b0b;
}

.menu-text dd {
	width:20%;
	float:right;
	text-align:right;
}

.menu-text .title {
	border:0;
	color:#ED1B2F;
	font-size:1.4em;
	padding:1em 0 0.1em 0.2em;
}

/***
* Awards
***/
.awards {
 	font-size:1.2em;
}
.awards .date {
	display:block;
}
.awards strong {
	font-size:1.1em;
}
.awards a {
	color:#00A74C;
	display:block;
	width:80%;
}



