


/**** GLOBAL ELEMENTS ****/

a img { border:0; }

.clear { clear:both; height: 1px;}
.no { margin: 0; padding: 0; }


body { 	background: 	black url("../img/layout/bg.jpg") top center no-repeat;
		margin: 		0;
		padding: 		0;
		font-family: 	"Helvetica Neue", "Helvetica", "Arial", sans-serif;  }





/**** PAGE & HEADER LAYOUT ****/


#home { color:white; }


#wrap {
	position: relative;
	width: 		960px;
	margin: 	0 auto;
	background: transparent url("../img/layout/header_bg.jpg") top center no-repeat;
	}

#super-navigation { list-style: 	none;
					margin:			12px 0 0 0; }

#super-navigation li { 	float: left;
						border-right:		1px solid #454545; }
#super-navigation li:last-child	{ border-right: none; }


#super-navigation li a { 	display: 			block;
							padding: 			1px 11px;
							margin-right: 		11px;
							color: 				#888;
							text-transform: 	uppercase;
							text-decoration: 	none;
							font-size: 			10px;
							background: 		url("../img/layout/red-arrow.png");
							background-repeat: no-repeat;
							background-position: right;
							 }

#super-navigation li a:hover { color: white;}




#header {
    overflow:  hidden;
}


#header-left {
    width: 		280px;
    padding-left: 40px;
    padding-top: 5px;
	float: 		left;
}

#header-right { width: 		630px;
				float: 		right;	}

#header-bottom {
    margin-top:     20px;
}

a.homelink {	color: 				#676767;
				text-transform: 	uppercase;
				text-decoration: 	none;
				font-size: 			11px;
				font-weight: 		bold;}


#header h1.logo { 	width: 			230px;
					height:			52px;
                    margin-left:    15px;
					background:		url("../img/layout/ogio.png") no-repeat top left;
                    float: left; }



#header h1.logo a { 	display: 	block;
						width: 	100%;
						height: 100%;
						text-indent: -9999px;	}

#products-hotspot {
	float: left;
    position: relative;
    margin-left: 90px;
    margin-top: 5px;
	cursor: pointer;
}

#team-hotspot {
	float: left;
    position: relative;
    margin-top: 5px;
    margin-left: 45px;
	cursor: pointer;
}

.dropdown {
    display: block;
	z-index: -50;
    position: absolute;
	top: 115px;
    /* See header.js for explation of this parameter.
    left: 2000px; */
    background-color: #a9131a;
    border: 2px solid #2a0506;
    border-top: 0px;
    border-left: 0px;
    padding-left: 15px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    overflow: hidden;
}

#product_dropdown {
	left: 340px;
	width: 486px;
}

#team_dropdown {
	left: 510px;
	width: 329px;
}
.dropdown ul {
    float: left;
    list-style: none;
    width: 157px;
    margin: 0px;
    padding: 12px 0;
    border-left: 1px solid #8b0f16;
    border-right: 1px solid #5c0a0e;
}

.dropdown ul.right_col {
	border-right: 0px;
}

.dropdown ul.first_list {
    background: url( "../img/layout/down_arrow.gif") no-repeat;
}

.dropdown ul li {
    margin: 0px;
    padding: 0px;
}

.dropdown a {
    display: block;
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    line-height: 2em;
    padding-left: 9px;
}

.dropdown a:hover {
    background-color: #981117;
}


#search {
	float: left;
	position: relative;
    margin-left: 65px;
    margin-top: 20px;
}

#search form {
	width: 300px;
	background-color: transparent;
}

#search_box {
	display: inline;
    padding:4px 21px 7px 90px;
    background: transparent url( "../img/layout/searchbox.png" ) no-repeat;
}

#search_box input {
    color: #666;
	background-color: transparent;
    border: 0px;
}

#search_button {
   position: relative;
   top: 8px;
}
/**** HOME ****/


#content {
	padding: 9px 10px 10px;
	background-color: #000;
}

#content .fade_in{
	height: 32px;
	background-image: url("../img/layout/fade_in.jpg");
}

#homeBox { margin-top: 15px; }
#homeBox .adspace { margin-left: 10px; }



#footer {
    background: url("../img/layout/bg_foot.jpg") bottom center no-repeat;
    clear: both;
}
#footer-content {
    width: 960px;
    margin: 0 auto;
    background: url("../img/layout/bg_foot_content.png") top center no-repeat;
	padding: 25px 0 38px;
}


.footBox {
    width: 125px;
    height: 16em;
    padding: 0  10px 0 20px;
    border-right: 1px solid #222;
    float: left;
    overflow: hidden;
}
.footBox ul { list-style: none; }
.footBox ul li a { text-decoration: none; color: #666; font-size: 12px; line-height:17px; }
.footBox ul li a:hover { color: #ccc; }
.footBox h4 {
    text-transform: uppercase;
    margin-bottom: 3px;
}
.no-bar { border-right: 0px; }
.xtra-wide { width: 135px; }

.footBox ul.products li {
	text-transform: uppercase;
}

ul.products li a{
	font-size: 11px;
}

.footBox ul.social{
    margin: 9px 0 0;
    padding: 0px;
}
.footBox ul.social li {
    padding-left: 23px;
    background-repeat: no-repeat;
}

.footBox ul.social li a {
    line-height: 23px;
    position: relative;
    top: -3px;
}

.footBox ul li.twitter{
    background-image: url( "../img/layout/twitter.gif" );
}

.footBox ul li.facebook{
    background-image: url( "../img/layout/facebook.gif" );
}

.footBox ul li.myspace{
    background-image: url( "../img/layout/myspace.gif" );
}

.footBox ul li.youtube{
    background-image: url( "../img/layout/youtube.gif" );
}

.footBox ul li.email{
    background-image: url( "../img/layout/email.gif" );
}

.footBox ul li.rss{
    background-image: url( "../img/layout/rss.gif" );
}

#footer-content h4 { font-size: 12px; color: #f2f2f2; }
#footer-content #boilerplate {
    clear: both;
    margin: 15px 15px 0px;
    padding: 10px 5px;
    background: #000 url( "../img/layout/boiler_bg.jpg" ) no-repeat;
    border-top: 1px solid #333;
    font-size: 8pt;
    color: #666;
    text-transform: uppercase;
}

.credits {
    float: right;
}
