body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

img {
	border: 0;
}

a {
	color: #77bfd1;
}

p, ul.general {
	line-height: 2em;
	color: #646464;
	font-size: 1em;
}

fieldset { border: 0; margin: 0; padding: 0; }

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

div#center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

div.black-divide {
	width: 850px;
	background-color: #323232;
	height: 3px;
}

/* HEADER */
div#header {
	position: relative;
	width: auto;
	height: 110px;
	/*background: url(../images/global/header_bg.jpg) no-repeat;*/
	background: url(../images/global/header_bg_white.jpg) no-repeat;
	margin-bottom: 24px;
}

	img#logo {
		position: absolute;
		left: 4px;
		bottom: 17px;
	}
	
	div#navigation {
		position: absolute;
		bottom: 21px;
		right: 0;
	}
	
		div#navigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			div#navigation ul li {
				position: relative;
				float: left;
				height: 33px;
				margin-left: 5px;
				background: url(../images/global/nav_bg-off.jpg) repeat-x;
			}
			
			div#navigation ul li#store {
				background: url(../images/global/nav_bg_red-off.jpg) repeat-x;
			}
			
				div#navigation ul li#store div#tag {
					position: absolute;
					width: 31px;
					height: 21px;
					top: -12px;
					left: 0;
				}
			
			div#navigation ul li span {
				display: none;
			}
	
	div#header div#bar {
		position: absolute;
		bottom: 6px;
	}

/* SUB NAV */
ul.sub-nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.sub-nav li {
		display: inline;
		margin-right: 12px;
	}
	
	ul.sub-nav li a {
		text-decoration: none;
	}
	
		ul.sub-nav li a:hover {
			text-decoration: underline;
		}
	
	ul.sub-nav li.active {
		font-size: 1.2em;
		text-transform: uppercase;
		color: #323232;
	}

/* PAGE TITLES */
div#title {
	position: relative;
	margin-bottom: 22px;
}

/* GLOBAL INLINE LIST */
ul.inline {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin-left: 8px;
	}
	
/* HEADERS */
h3.section-sub {
	color: #323232;
	font-size: 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 20px;
}

h3.focus {
	color: #323232;
	font-size: 1.6em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h3.sub_p {
	color: #646464;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	font-stretch: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

a.style2 {
	background-color: #f0f0f0;
	border-style: solid;
	border-color: #c8c8c8;
	border-width: 0 1px 1px 0;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	font-weight: bold;
}

/* Slide Container */
div#slide_container {
	position: relative;
	width: auto;
	margin-top: 40px;
}

	div#prev {
		position: absolute;
		top: 210px;
		left: 0;
	}
	
	div#core {
		padding: 2px;
	}
	
	div#next {
		position: absolute;
		top: 210px;
		right: 0;
	}

	div#slide_container div#core {
		margin-left: 40px;
		margin-right: 40px;
		border: 4px solid #f0f0f0;
		width: auto;
	}
	
	
/* Collage */
div#collage {
	position: relative;
	margin-bottom: 40px;
	margin-top: 30px;
}
	
/* FOOTER */
div#footer {
	position: relative;
	height: 80px;
	/*background: url(../images/global/footer_bg.jpg) no-repeat top;*/
	background: url(../images/global/footer_bg_white.jpg) no-repeat top;
	font-size: .9em;
	color: #969696;
	margin-top: 40px;
	margin-bottom: 20px;
}

	div#footer a {
		text-decoration: none;
	}

	div#footer div#bar {
		position: absolute;
		top: 33px;
	}
	
	div#copyright {
		position: absolute;
		top: 58px;
		left: 10px;
	}
	
	div#eminentmedia {
		position: absolute;
		top: 76px;
		left: 10px;
		color: #c8c8c8;
	}
	
	div#footer ul#links {
		position: absolute;
		top: 58px;
		right: 10px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		div#footer ul#links li {
			display: inline;
		}
