@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	min-height:100%;
	_height:100%;
	position: relative;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	color:#fff;
	padding: 0 0 1px;
	background: url(../images/bg.png);
}

.container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1040px;
	font-size: 12px;
	line-height: 16px;
}

#header {
	position: relative;
	background: url(../images/header-bg.png) repeat-x;
	
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 435px;
	height: 105px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -999999em;
}


#secondary-nav, #secondary-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary-nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#secondary-nav li {
	float: left;
	margin-right: 10px;
	color: #7f9d9e;
}
#secondary-nav li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#site-section-chooser {
	position: absolute;
	top: 34px;
	right: 30px;
	width: 379px;
	height: 38px;
	background: url(../images/site-slider.png) no-repeat;
}

#site-diy {
	position: absolute;
	top: 7px;
	left: 11px;
	width:129px;
	height: 25px;
	background: url(../images/lozenge-diy.png) no-repeat top center;
	text-indent: -999999em;
}
#site-event {
	position: absolute;
	top: 7px;
	left: 155px;
	width:91px;
	height: 25px;
	background: url(../images/lozenge-event.png) no-repeat top center;
	text-indent: -999999em;
}
#site-custom {
	position: absolute;
	top: 7px;
	left: 210px;
	width:209px;
	height: 25px;
	background: url(../images/lozenge-custom.png) no-repeat top center;
	text-indent: -999999em;
}
#site-section-chooser .site-button.selected {
	background-position: bottom center;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

#navbar {
	height: 52px;
	background: url(../images/nav-bg.png) repeat-x
}
ul#nav {	
	width:597px;
	list-style:none;
	height:39px;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#nav li {
	display:inline
}

ul#nav li a {
	height:40px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#nav  li a span {
	float:left;
	display:block
}

ul#nav li#nav-1 a {
	width:96px;
	background:url(../images/nav.png) no-repeat 0px 0
}

ul#nav li#nav-1 a:active,
ul#nav li#nav-1 a:hover {
	background-position:0px -40px
}
ul#nav li#nav-1 a.current {
	background-position:0px 0px -40px
}

ul#nav li#nav-2 a {
	width:149px;
	background:url(../images/nav.png) no-repeat -96px 0
}

ul#nav li#nav-2 a:active,
ul#nav li#nav-2 a:hover {
	background-position:-96px -40px
}
ul#nav li#nav-2 a.current {
	background-position:-96px -96px -40px
}

ul#nav li#nav-3 a {
	width:141px;
	background:url(../images/nav.png) no-repeat -245px 0
}

ul#nav li#nav-3 a:active,
ul#nav li#nav-3 a:hover {
	background-position:-245px -40px
}
ul#nav li#nav-3 a.current {
	background-position:-245px -245px -40px
}

ul#nav li#nav-4 a {
	width:76px;
	background:url(../images/nav.png) no-repeat -386px 0
}

ul#nav li#nav-4 a:active,
ul#nav li#nav-4 a:hover {
	background-position:-386px -40px
}
ul#nav li#nav-4 a.current {
	background-position:-386px -388px -40px
}

ul#nav li#nav-5 a {
	width:109px;
	background:url(../images/nav.png) no-repeat -462px 0
}

ul#nav li#nav-5 a:active,
ul#nav li#nav-5 a:hover {
	background-position:-462px -40px
}
ul#nav li#nav-5 a.current {
	background-position:-462px -492px -40px
}

#secondary-nav {
	float: right;
}

#body-top {
	margin-bottom: 120px;
}
#body-top .container {
	background: url(../images/content-top.png) no-repeat top center;
	margin-top: 10px;
	padding: 8px 0 0;
	width: 950px;
}
#body-bottom {
	background: url(../images/content-bottom.png) no-repeat bottom center;
	padding: 0 0 8px;
}
#body-middle {
	background: url(../images/content-middle.png) repeat-y;
	padding: 1px;
}

.home #body-top {
	margin-bottom: 120px;
}
.home #body-top .container {
	background: none;
	margin-top: 10px;
	width: 950px;
}
.home #body-bottom {
	background: none;
}
.home #body-middle {
	background: none;
}


#content {
	color: #333;
	padding:40px;
}
a {
	outline: none;
}
h2 {
	font-weight: normal;
	color: #de2e18;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 1px;
	font-weight: 100;
	margin: 20px 0 10px;
}
h3 {
	font-weight: normal;
	color: #de2e18;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 100;
	margin: 20px 0 10px;
}
.emph {
	font-weight: normal;
	color: #666;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	margin-bottom: 15px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 81px;
	background: url(../images/footer-shadow.png) repeat-x top;
	padding-top: 14px;
}
#footer-bg {
	background: url(../images/footer-bg.png) repeat-x top;
	height: 81px;
}

#footer .container {
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	color: #de2e18;
	padding: 35px 0 0;
	margin: 0 50px;
}
#footer a {
	color: #de2e18;
}

a.action {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #cff;
	text-decoration: none;
}
a.action:hover {
	color: #fff;
}
a.action img {
	margin-left: 5px;
	vertical-align: middle;
	border: none;
}
a img {
	border: none;
}

ul {
	margin-bottom: 15px;
}
li {
	margin-bottom: 7px;
}

#flash_message {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 0 20px;
	text-align: center;
	background: url(../images/trans-gray.png);
	border-bottom: 1px solid #000;
	display: none;
}
#flash_message p {
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

/* Styled Forms
 ***********************/
.styled input,
.styled textarea {
	border: 1px solid #de2e18;
	padding: 5px 13px;
	font-size: 18px;
	color: #333;
	width: 425px;
	margin: 0 0 7px 0px;
}
.styled select {
	margin-bottom: 10px;
}
.styled label {
	font-weight: bold;
}
.styled input:focus {
	border-color: #de2e18;
	outline: none;
}
.styled input[type=image] {
	padding: 0;
}
p.error {
	color: black;
}

.login-form {
	margin-bottom: 150px;
}
.login-form .form_element {
	float: left;
	max-width: 287px;
}
.login-form .form_element p {
	margin: 20px 0 0 20px;
	color: #ccc;
	font-size: 10px;
	padding-right: 100px;
}
.login-form .form_element input.text {
	padding: 10px 10px;
	width: 257px;
	height: 23px;
	border: none;
	margin-left: 10px;
	background: url(/media/images/login-form-bg.png) no-repeat;
	margin-top: 39px;
	color: white;
}
.login-form p.error {
	background: none;
	color: #900;
	border: none;
}

.form_element input.text {
	padding: 10px 10px;
	width: 257px;
	height: 23px;
	border: none;
	margin-left: 10px;
	margin-bottom: 15px;
	background: url(/media/images/login-form-bg.png) no-repeat;
	color: white;
}

