/* GiANT Worldwide - http://www.giantworldwide.com */
/* All associated graphics copyright 2008-, GiANT Worldwide */
/* Updated Last: November 21, 2008 */
/* Update By: Chris Ediger */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* YUI Reset, Base & Font CSS */
/* CSS Framework */

@import "css/yui_reset.css";
@import "css/yui_base.css";
@import "css/yui_fonts.css";


/* Main */
/* Use this section to define general body & wrapper formatting */

html {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background: #fff url("../images/bg_worldwide.jpg") repeat-x left 0px;
}

#container {
	position: relative;
	width: 714px;
	margin: 0 auto;
}


/* Sections - Structural */
/* Use this section to define the structural section elements for the page */

#header {
	position: relative;
	padding-top: 50px;
}

#mainnav {
	margin-left: 155px;
	height: 123px;
}

#mainnav ul {
	display: inline;
	position: absolute;
	padding: 0;
	margin: 0;
}

#mainnav ul li {
	list-style: none;
	display: inline;
	line-height: 124px;
	float: left;
}

#body, 
#home {
	position: relative;
}

.brand_item {
	clear: both;
	padding-bottom: 10px;
}


/* General - Formatting */
/* Use this section to define general formatting rules for the page */



/* Sections - Formatting */
/* Use this section to define sectional formatting rules for the page */

#mainnav h5 {
	display: none;
}

#mainnav a {
	display: block;
	width: 140px;
	height: 141px;
	background: transparent url("../images/bg_mainnavww.jpg") no-repeat 0px 0px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
	margin-right: 10px;
}

#mainnav a:hover,
#mainnav li.here a {
	height: 143px;
	background: transparent url("../images/bg_mainnavww.jpg") no-repeat 0px -142px;
	color: #fff;
}

#body {
	color: #666;
	padding-top: 80px;
	padding-bottom: 50px;
	min-height: 250px;
	width: 615px;
	font-size: 90%;
}

#home {
	font-size: 90%;
	padding-top: 100px;
	width: 615px;
}

#body h2 {
	font-size: 140%;
	font-weight: normal;
	color: #000;
	padding-bottom: 15px;
}

h3 {
	padding-top: 15px;
}

#body a {
	color: #D01B22;
	text-decoration: none;
	border-bottom: 1px solid #D01B22;
}

#body a:hover {
	text-decoration: none;
	color: #595959;
	border-bottom-style: dotted;
}

#body ul {
	padding-left: 15px;
}

#body ul li {
	padding-bottom: 10px;
}

.brand_item img {
	float: left;
	padding: 2px;
	border: 5px solid #ddd;
	margin-right: 10px;
}

.brand_item h3 {
	font-size: 130%;
	font-weight: normal;
	color: #cf1b21;
	margin-bottom: -10px;
}

.brand_item p {
	font-size: 90%;
}

.brand_item h5 {
	font-weight: normal;
	font-size: 100%;
	padding-left: 19px;
	background: transparent url("../images/bullet_redsquare.jpg") no-repeat left -16px;
	height: 16px;
}

.brand_item ul {
	list-style: square;
	font-size: 90%;
}

.brand_item ul.biolist li {
	margin-left: 15px;
}

.brand_item li {
	list-style: square;
}

#footer img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

#footer {
	font-size: 85%;
	color: #666;
	border-top: 2px dotted #666;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* Other Elements - Formatting */
/* Use this section to define formatting rules for additional page elements */

.red {
	color: #cf1b21;
}

.link1 {
}

.link2 {
}

.link3 {
}


/* Positioned Elements */
/* Use this section to define absolutely positioned page elements */

#static_logo a {
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 0;
	width: 150px;
	height: 214px;
	background: transparent url("../images/logo_worldwide.png") no-repeat left top;
}

#static_logo h2 {
	display: none;
}

#static_contactus {
	position: absolute;
	top: 100px;
	right: -99px;
	width: 100px;
	text-align: right;
}

#static_contactus img {
	padding-bottom: 5px;
}

#static_contactus a {
	text-decoration: none;
	color: #cf1b21;
	border-bottom-width: 0;
	font-size: 80%;
}

#static_contactus a:hover {
	text-decoration: underline;
}


/* Colored Sections */
/* Uncomment this temporary section in order to see highlighted page sections for troubleshooting */

/* #body {
	background-color: pink;
}

#container {
	background-color: yellow;
}

#header {
	background-color: aqua;
}

#mainnav {
	background-color: blue;
}

#body {
	background-color: lime;
}

#footer {
	background-color: purple;
} */
