/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clearall { clear: both; }
.floatright { float: right; margin: 0 0 8px 16px; }
.floatleft { float: left; margin: 0 16px 8px 0; clear: left; }
small {	font-size: 10px; }
ul.bullets {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
	overflow: hidden;
}

/***********************************
	Essentials
***********************************/

body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	background-color: #4c1740;
	color: #fff;
}
a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}
p {	margin-bottom: 16px; line-height: 18px; }
p.special {
	color: #ae1950;
	background-color: #fff;
	padding: 6px 9px;
	width: 500px;
}

/***********************************
	Wrappers
***********************************/

#pageWrapper {
	background-color: #3c0b30;
	background-image: url(../images/bluedog/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#contentWrapper {
	margin: 0 auto;
	width: 920px;
}

/***********************************
	Header
***********************************/

#header {
	height: 145px;
	position: relative;
	z-index: 80;
}
#header #logo {
	margin: 0 auto;
	width: 199px;
	height: 130px;
	background-image: url(../images/bluedog/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 39px;
	left: 365px;
	z-index: 100;
}
#header #logo a {
	height: 130px;
	display: block;
}
#header #bluedogSmall {
	width: 92px;
	height: 66px;
	background-image: url(../images/bluedog/pinz_sm.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 69px;
	left: 138px;
}
#header #bluedogSmall a {
	height: 66px;
	display: block;
}
#header #social {
	width: 146px;
	height: 35px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 81px;
	right: 135px;
}

/***********************************
	Nav
***********************************/

#nav {
	padding: 0 0 0 43px;
	height: 57px;
}
#nav li {
	margin-right: 2px;
	width: 125px;
	float: left;
}
#nav li.first	 { width: 115px; }
#nav li.second	 { width: 136px; margin-right: 319px; }
#nav li.third	 { width: 85px; }
#nav li.fourth	 { width: 109px; }
#nav li.fifth	 { width: 105px; }
#nav li a {
	display: block;
	height: 57px;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
}
#footer {
	margin: 0 auto;
	width: 920px;
	font-size: 11px;
}
#footer a {
	color: #fff;
}
#footer ul#footerNav li {
	padding: 0 14px 2px;
	border-right: #435c9a 1px solid;
	float: left;
	line-height: 12px;
}
#footer ul#footerNav li.last { border: 0; }
#footer ul#footerNav li a { text-decoration: none; }
#footer #copyright {
	float: right;
	color: #fff;
}
#footer #copyright a { 
	text-decoration: none;
	border-bottom: #e37a19 1px solid;
}

/***********************************
	Features
***********************************/

#featuresWrapper {
	padding: 16px 0 30px;
	background-color: #27041f;
	background-image: url(../images/bluedog/features_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
}
#features {
	margin: 0 auto;
	width: 920px;
}
#features ul li {
	margin-right: 16px;
	width: 296px;
	float: left;
}
#features ul li.last {
	margin: 0;
}
#features ul li h2 {
	text-align: center;
}
#features ul li h2 a {
	text-decoration: none;
}
#features ul li div {
	min-height: 150px;
	background-color: #fff;
}

/***********************************
	Content
***********************************/

#content {
	position: relative;
	min-height: 250px;
}

/***********************************
	Headings
***********************************/

h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1 { font-size: 23px; }
h2 { font-size: 18px; }

/***********************************
	Forms (Generic)
***********************************/

label {
	width: 110px;
	display: block;
	float: left;
}
input, select, textarea {
	padding: 4px;
	width: 200px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	float: left;
	border: 1px solid #fff;
}
form p {
	margin-bottom: 4px;
	overflow: hidden;
}
form p.btnHolder input {
	width: auto;
	background-color: #05647B;
	border: 0;
	color: #fff;
}

/***********************************
	Sub
***********************************/

#subBanner {
	height: 110px;
	overflow: hidden;
}
#subBanner img {
	position: relative;
}
#subContent {
	padding-top: 28px;
	min-height: 200px;
	background-image: url(../images/sub_banner_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	top: -48px;
	z-index: 90;
}
#subContent h1 {
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #a71001;
	letter-spacing: 4px;
	text-shadow: 0 1px 0 #fff;
}

/***********************************
	Home Promo
***********************************/

#homePromoWrapper {
	min-height: 280px;
	position: relative;
}
#homePromo {
	width: 920px;
	min-height: 368px;
	position: absolute;
	top: -88px;
	background-image: url(../images/bluedog/home/promo_bg.jpg);
	background-repeat: no-repeat;
}
#homePromo h1 {
	width: 338px;
	height: 23px;
	position: absolute;
	top: 120px;
	left: 80px;
	background-image: url(../images/bluedog/home/promo_h1.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#homePromo p {
	width: 370px;
	position: absolute;
	top: 161px;
	left: 80px;
	color: #e9cfe6;
}








