/*  ----  */

/* GENERAL */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/main_shell/body_bkd_main_red.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


a {
	color: #00B3DF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00B3DF;
}
a:active {
	text-decoration: none;
	color: #00CEFF;
}


/* /////////////////////////////////// */
/*  */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.clearLine {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
	display: block;
	height: 0px;
}
/*  ----  */


/* /////////////////////////////////// */
/* MAIN  */




/* STRUCTURE */
.super_shell {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.header {
	height: 100px;
	width: 960px;
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
}
.header .logo {
	float: left;
	background-image: url(../images/main_shell/header_rle_logo.png);
	height: 100px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.header .navBar {
	width: 550px;
	float: right;
	margin-left: 50px;
	margin-top: 20px;
	padding: 0px;
	white-space: nowrap;
}

.billboard_cap {
	background-color: #480101;
	height: 20px;
	width: 953px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.billboard {
	background-color: #000000;
	height: 384px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}








/* container for slides */
.billboard {
	position:relative;
	float:left;	/* cursor:pointer; ONLY IF CLICKABLE IS TRUE */
}

/* single slide */
.billboard div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin: 0px;
	padding: 0px;
	height: 384px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: left top;
}
.billboard div img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* header */
.billboard h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	display: block;
	margin: 5px;
	text-align: right;
	float: right;
	padding: 0px;
	height: 10px;
}

/* single tab */
.tabs a {
	width:10px;
	height:10px;
	float:left;
	display:block;
	font-size:1px;
	background-image: url(../images/main_shell/navigator_sq.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 0px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0px -40px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:0px 0px;
} 	


/* prev and next buttons */
.forward, .backward {
	display:block;
	width:60px;
	height:80px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	text-indent: -9999px;
}

.backward  {
	top: 145px;
	left: -60px;
	background-image: url(../images/main_shell/bb_tab_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* next */
.forward 				{
	background-color: transparent;
	top: 145px;
	right: -60px;
	background-image: url(../images/main_shell/bb_tab_r.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.forward:hover 		{
	background-position: 0px -80px;
}
.forward:active 	 	{
	background-position: 0px -160px;
} 


/* prev */
.backward:hover  		{
	background-position: 0px -80px;
}
.backward:active  	{
	background-position: 0px -160px;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}





/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#scrollFeatures {

	/* required settings */
	position:relative;
	overflow:hidden;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#scrollFeatures .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
#scrollFeatures .featureBox {
	float:left;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}



/* position and dimensions of the navigator */
.navi {
	height:20px;
	float: right;
	padding-top: 2px;
}


/* items inside navigator */
.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(../images/main_shell/navigator_sq.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

/* mouseover state */
.navi a:hover {
	background-position:0px -40px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0px 0px;
}

.naviLabel {
	font-size: 12px;
	text-transform: capitalize;
	float: right;
	padding-right: 5px;
	padding-top: 4px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0ex;
	color: #FFFFFF;
}
.naviLabel a {
	color: #FFFFFF;
	text-decoration: none;
}
.naviLabel a:hover {
	text-decoration: underline;
}









.banner {
	padding: 0px;
	height: 200px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-position: left top;
}
.banner.contact {
	background-image: url(../images/main_shell/banner_about_red.jpg);	
}
.banner.goodthing {
	background-image: url(../images/billboard/banner_goodthing.jpg);
}


/* FEATURE MODULE - home */
.features_shell {
	background-color: #FFFFFF;
	height: 290px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.features_shell .heading {
	height: 20px;
	background-color: #F1A027;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.1ex;
	overflow: hidden;
	background-image: url(../images/ftr_heading_darkOrange.jpg);
	background-position: left center;
}
.features_shell .content {
	padding: 0px;
	width: 920px;
	height: 210px;
	margin: 20px;
}

.features_shell .content .featureBox {
	width: 215px;
	margin-right: 20px;
	float: left;
}
.features_shell .content .featureBox a {
	text-decoration: none;
}
.features_shell .content .featureBox a:hover {
	color: #00B3DF;
	text-decoration: underline;
}
.features_shell .content .featureBox.last {
	margin: 0px;
	padding: 0px;
}
.featureBox .imageBox {
	background-color: #333333;
	height: 120px;
	width: 215px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/215x120.jpg);
}

.featureBox .imageBox img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.featureBox h1, .column_shell .col_content h1 {
	color: #00B3DF;
	margin: 0px;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.featureBox span {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	display: block;
}





.content_shell {
	background-color: #FFFFFF;
	min-height: 290px;
	width: 685px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
}
.content_shell .heading {
	height: 20px;
	background-color: #F1A027;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.1ex;
	overflow: hidden;
	background-image: url(../images/ftr_heading_darkOrange.jpg);
	background-position: right center;
}
.content_shell .content_body {
	margin: 0px;
	padding: 20px;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
.content_shell .content_body h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 1.6em;
	line-height: 1.1em;
	letter-spacing: -0.1ex;
	color: #666666;
}
.content_shell .content_body h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.5em;
	line-height: 1.1em;
	letter-spacing: -0.1ex;
	color: #666666;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 0px;
}
.content_shell .content_body p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.1em;
	padding-left: 0px;
}
.content_shell .content_body a {
	color: #00A3CC;
	text-decoration: underline;
}
.content_shell .content_body a:hover {
	color: #00B3DF;
}


/* NEWS */
.content_shell .content_body h2 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #0099CC;
	text-transform: capitalize;
}
.content_shell .content_body span {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content_shell .content_body span img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_shell .content_body img.news {
}

.column_shell {
	background-color: #FFFFFF;
	min-height: 290px;
	width: 255px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.column_shell.right {
	float: right;
}
.column_shell.left {
	float: left;
}
.column_shell .heading {
	height: 16px;
	background-color: #CBE1EE;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.1ex;
	overflow: hidden;
	background-position: left center;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/ftr_heading_darkOrange.jpg);
}

.column_shell .col_content {
	margin: 0px;
	padding: 20px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.4em;
}
.column_shell .col_content img {
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.column_shell .col_content h1 {
	color: #00B3DF;
	margin: 0px;
	font-size: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.column_shell .col_content h1 a {
	color: #00B3DF;
	text-decoration: none;
}
.column_shell .col_content h1 a:hover {
	text-decoration: underline;
}
.column_shell .col_content p {
	padding: 0px;
	font-size: 11px;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}










.footer {
	background-color: #000000;
	margin: 0px;
	padding: 20px;
	color: #E0CDCD;
	background-image: url(../images/ftr_bkd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 250px;
	font-size: 0.7em;
}
.footer .clmn-dbl {
	width: 450px;
	margin-right: 20px;
	float: left;
}
.footer .clmn-sgl {
	width: 215px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
}
.footer h1 {
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4775F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
.footer p {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.footer p.small {
	font-size: 10px;
	margin-top: 20px;
}
.footer span.KosaLogo {
	font-size: 9px;
	margin-top: 20px;
	background-image: url(../images/kosa_minore_dante_credit.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right center;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: -0.1ex;
	padding-right: 60px;
	font-style: normal;
	font-weight: normal;
}
.footer span.KosaLogo a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer span.KosaLogo a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a {
	color: #B4775F;
	display: block;
	margin: 0px;
	text-decoration: none;
	line-height: 1.6em;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer .logo {
	background-image: url(../images/main_shell/footer_rle_logo.png);
	display: block;
	height: 30px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: -6px -6px;
}

/* ////////////////// */
/* DROPDOWN MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			23px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	width: 600px;
	text-transform: uppercase;
}
.sf-menu a {
	text-decoration:none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #CFDEFF;
	border-left-color: #fff;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	white-space: nowrap;
	border: 0px none #583808;
	background-color: transparent;
}
.sf-menu li li {
	background-color: #000000;
}
.sf-menu li li li {
	background-color: #000000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
	outline:		0;
	background-color: #460102;
}
.sf-menu a:active {
}


.sf-menu .mainLink:hover {
background-image: url(../images/bs_grad.jpg);
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.75em;
	top:			6px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../images/arrows-ffffff.png);
	background-repeat: no-repeat;
	background-position: -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			6px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ///////////////////////// */

