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

 	Website: Viva Creative Group
	Stylesheet Author: Andrew Hite
	Developer: Impulse Development
	Date: July 2008

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

/* 1. GENERAL
=========================================================================================*/

/* 1.1	Global Reset
-----------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, label, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
body { font-size: 62.5%; }

/* 1.2	Typography
-----------------------------------------------------------------------------------------*/

/* 1.2.1 Headings */

h1 {
	color: #e8941a;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

h2 {
	color: #e8941a;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

h3 {
	color: #e8941a;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

h4 {
	color: #e8941a;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

/* 1.2.2 Paragraphs */

p {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

/* 1.2.2 Lists */

ul {
	margin-bottom: 2em;
}

ul li {
	color: #ffffff;
	font-size: 1.0emem;
	line-height: 1.3em;
}

ol li {
	color: #ffffff;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

dl dt {
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

dl dd {
	color: #ffffff;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 1.0em;
}

/* 1.2.3 Links */

a {
	color: #e8941a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 1.2.4 Fields */

.textField input {
	color: #000000;
	font-size: 0.9em;
	height: 11px;
	padding: 2px;
}

.textArea textarea {
	color: #000000;
	font-size: 0.9em;
	padding: 2px;
}

.fileField input.fakeField {
	color: #000000;
	font-size: 0.9em;
	height: 11px;
	padding: 2px;
}

/* 1.2.5 Miscellaneous */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* 2. Layout
=========================================================================================*/

/* 2.1	Structure
-----------------------------------------------------------------------------------------*/

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	overflow-x: hidden;
}

.container {
	min-width: 920px;
	width: 100%;
}

#pageHeader {
	background-color: #ffffff;
	border-bottom: 1px solid #d1d5d8;
	clear: both;
	height: 154px;
	margin-bottom: 3px;
	position: relative;
	width: 100%;
}

#pageBody {
	background-color: #455560;
	clear: both;
	float: left;
	padding: 30px 0 40px 0;
	width: 100%;
}

	#pageBody .scroller {
		height: 188px;
		margin: -30px 0 30px 0;
		overflow: hidden;
		padding-top: 12px;
		width: 100%;
	}
	
	#pageBody .content {
		float: left;
		overflow: hidden;
		padding: 0 25px;
		width: 324px;
	}
	
		.noColumns #pageBody .content {
			width: 600px;
		}
	
	#pageBody .contentColumns {
		float: left;
		width: 276px;
	}
	
		.noColumns #pageBody .contentColumns {
			display: none;
		}
	
	#pageBody .sidebar {
		float: left;
		padding: 0 15px;
		position: relative;
		width: 230px;
	}

#pageFooter {
	background: #455560;
	border-bottom: 1px solid #d1d5d8;
	clear: both;
	padding: 14px 0;
	width: 100%;
}

	

/* 2.2	Header Elements
-----------------------------------------------------------------------------------------*/

/* 2.2.1 Logo */

#headerTitle {
	height: 208px;
	left: -25px;
	position: absolute;
	top: -58px;
	width: 210px;
}

	#headerTitle a {
		background: url(../images/logo-main.png) no-repeat;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -5000px;
		width: 100%;
	}

/* 2.2.2 Navigation */

#headerNavigation {
	bottom: 10px;
	left: 235px;
	margin-bottom: 0;
	position: absolute;
}

	#headerNavigation li {
		float: left;
		margin: 0 40px 0 0;
		text-transform: uppercase;
	}

		#headerNavigation li a {
			border-bottom: 1px solid #ffffff;
		}
		
		#headerNavigation li a:hover, #headerNavigation li a.current {
			color: #455560;
			text-decoration: none;
		}
		
/* 2.2.3 Caption */

#headerCaption {
	left: 235px;
	position: absolute;
	top: 20px;
	width: 415px;
}

	#headerCaption p {
		color: #455560;
		font-size: 10px;
	}
	
/* 2.2.4 Newsletter Signup */

#headerNewsletterForm {
	bottom: 8px;
	left: 704px;
	position: absolute;
}

	#headerNewsletterForm label {
		color: #888;
		display: block;
		margin-bottom: 8px;
	}
	
	#headerNewsletterForm .textField {
		float: left;
	}
	
		#headerNewsletterForm .textField input {
			background-color: #f1f1f2;
			border: 1px solid #c6cacd;
			width: 150px;
		}
	
	#headerNewsletterForm .buttons {
		float: left;
		margin-left: 5px;
	}
	
		#headerNewsletterForm .buttons button {
			background: url(../images/btn-submit.gif) no-repeat;
			border: 0;
			cursor: pointer;
			height: 17px;
			overflow: hidden;
			position: absolute;
			text-indent: -5000px;
			top: 20px;
			width: 41px;
		}
	
/* 2.3	Slider Elements
-----------------------------------------------------------------------------------------*/

.scroller .contents {
	width: 10000%;
}

.scroller .item {
	float: left;
	height: 176px;
	margin-right: 6px;
	position: relative;
	width: 298px;
}

.scroller .item .subItems {
	display: none;
}

.slider {
	background: #516977;
	clear: both;
	float: left;
	height: 17px;
	width: 100%;
}

.slider .knob {
	display: inline;
}

/* 2.4	Content Elements
-----------------------------------------------------------------------------------------*/

/* 2.4.1  Forms */

.content form {
	margin: 40px 0;
	width: 75%;
}

.content form .textField,
.content form .textArea,
.content form .fileField,
.content form .select,
.content form .options,
.content form .buttons {
	display: inline;
	float: left;
	padding: 7px 0;
	position: relative;
	width: 380px;
}

.content form label {
	color: #e8941a;
	display: inline;
	float: left;
	font-weight: bold;
	margin-right: 18px;
	width: 54px;
}

.content form .textField input {
	background-color: #EFF0F0;
	border: 1px solid #737f87;
	display: inline;
	float: left;
	width: 300px;
}

.content form .textArea textarea {
	background-color: #EFF0F0;
	border: 1px solid #737f87;
	display: inline;
	float: left;
	height: 74px;
	width: 300px;
}

.content form .fileField input.realField {
	filter: alpha(opacity: 0);
	-moz-opacity: 0;
	opacity: 0;
	position: relative;
	text-align: right;
	width: 230px;
	z-index: 2;
}

.content form .fileField input.fakeField {
	background-color: #EFF0F0;
	border: 1px solid #737f87;
	left: 72px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 155px;
	z-index: 1;
}

.content form .fileField .fakeButton {
	background: url(../images/btn-upload.gif) no-repeat;
	height: 17px;
	left: 240px;
	position: absolute;
	top: 10px;
	width: 41px;
	z-index: 1;
}

.content form .select ul {
	background: url(../images/misc-select_field.gif) no-repeat;
	float: left;
	height: 0;
	display: inline;
	margin-bottom: 0;
	padding-top: 17px;
	position: absolute;
	width: 300px;
	z-index: 99;
}

	.content form .select ul li {
		color: #455560;
		cursor: pointer;
		display: none;
		height: 17px;
		line-height: 1.7em;
		margin: 0 14px 0 8px;
		padding: 0 4px;
		z-index: 99;
	}

	.content form .select ul li.selected {
		display: block;
		left: 0;
		position: absolute;
		top: 0;
	}
	
.content form .select {
	position: relative;
	z-index: 9999;
}

.content form .select ul.open {
	overflow: visible;
	padding-top: 0;
	height: auto;
	z-index: 99;
}

	.content form .select ul.open li {
		background-color: #e99619;
		display: block;
		margin-left: 0;
		padding-left: 12px;
		z-index: 99;
	}

	.content form .select ul.open li.selected {
		background-color: #f4ad4c;
		font-weight: bold;
		position: static;
	}

	.content form .select ul.open li:hover {
		background-color: #eda23a;
	}
	
	.content form .select ul.open li.selected:hover {
		background-color: #f4ad4c;
	}
	
.content form .buttons button {
	background: url(../images/btn-submit_blue_bg.gif) no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	height: 17px;
	overflow: hidden;
	text-indent: -5000px;
	width: 41px;
}

.errorExplanation {
	background: #f7eded;
	border: 1px solid #b00000;
	margin: 12px 0;
	padding: 12px;
}

	.errorExplanation h2 {
		display: none;
	}

	.errorExplanation p {
		color: #b00000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.errorExplanation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.errorExplanation ul li {
			color: #b00000;
			font-size: 12px;
			line-height: 15px;
			list-style: none;
			margin-bottom: 0;
			text-align: center;
		}



/* 2.5	Content Columns Elements
-----------------------------------------------------------------------------------------*/

.contentColumns .column {
	border-left: 1px solid #737f87;
	float: left;
	padding: 0 14px;
}

.contentColumns .single {
	width: 247px;
}

.contentColumns .double {
	width: 109px;
}

.contentColumns .column ul li a {
	color: #fff;
}
	

/* 2.6	Sidebar Elements
-----------------------------------------------------------------------------------------*/

/* ## NOTE: No elements specific to the sidebar ## */

/* 2.7	Footer Elements
-----------------------------------------------------------------------------------------*/

#pageFooter p {
	font-size: 10px;
	margin: 0 0 0 25px;
}

	#pageFooter p span {
		color: #e8941a;
	}

/* 2.8	This Is An Easter Egg Yo
-----------------------------------------------------------------------------------------*/

#whoopsieTrigger {
	bottom: -25px;
	height: 25px;
	position: absolute;
	width: 230px;
}

#whoopsieEvent {
	background: url(../images/pic-lunch_break_rock_band.gif) no-repeat;
	height: 317px;
	left: -652px;
	margin-top: -1px;
	position: relative;
	width: 652px;
}

/* 2.9	Miscellaneous Elements
-----------------------------------------------------------------------------------------*/

/* 2.9.1 Images and Thumbs */

.image, .thumb {

}

/* 2.9.2 Element Positioning */

.center {

}

.floatLeft {

}

.floatRight {

}

/* 2.9.3 Horizontal Rules */

.hr {
	border-bottom: 1px solid #737f87;
	margin: 0 0 16px -25px;
	padding-top: 6px;
	width: 110%;
}

.hr hr {
	display: none;
}

/* 2.9.4 Button Links */

.button a {
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -5000px;
}

/* 2.9.5 vCards */

.vcard {
	margin-bottom: 1.0em;
}

.vcard p {
	margin-bottom: 0;
}

.vcard .street-address {
	display: block;
}

.vcard .extended-address {
	display: block;
}

.vcard .line-type {
	color: #e8941a;
	font-style: italic;
	font-weight: bold;
}

.directions {
	font-style: italic;
}

/* 3. TEXT REPLACEMENT
=========================================================================================*/

.replaced {
	overflow: hidden;
	text-indent: -5000px;
}

/* 3.1 Text Replacements
-----------------------------------------------------------------------------------------*/

#txt-keep_it_simple_make_it_loud {
	background: url(../images/txt-keep_it_simple_make_it_loud.gif) no-repeat;
	height: 21px;
	margin-bottom: 8px;
	width: 195px;
}

#txt-keep_it_simple_make_it_loud_espanol {
	background: url(../images/txt-keep_it_simple_make_it_loud_espanol.gif) no-repeat;
	height: 22px;
	margin-bottom: 2px;
	width: 132px;
}

/* 3.2 Button Link Replacements
-----------------------------------------------------------------------------------------*/

.button .apply {
	background: url(../images/btn-apply.gif) no-repeat;
	width: 41px;
}