/************* Global Styles and Browser Resets ***************/

html, div, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	height: 0px;
	width: 0px;
	clear:both;
}

/***** default text styling *****/

a,p,li,span { font-family: Verdana, Geneva, sans-serif; font-size:13px; color:#999;}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}

h2 {
	font-size:22px;
	font-family: Verdana, Geneva, sans-serif;
}

h3 { font-size:16px; }

h4 {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
}

h5 { font-size:14px; }

a,p,li,form {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover {
	color:#E46318;
}

a:active { outline: none; }

a:focus {
	-moz-outline-style: none;
	color: #EC7716;
}

.dark /*for darker font coloring*/ {
	color:#333;
}

/****************** Global Layout ********************/

body {
	background-image: url(../images/bg-main.jpg);
	background-position: center 247px;
	background-color: #161419;
	background-repeat: no-repeat;
}
#wrapper {
	width: 978px;
	min-height: 720px;
	background-image: url(../images/bg-main.jpg);
	background-position: center 167px;
	background-repeat: no-repeat;
	margin: 80px auto 0px auto;
}

body#contact, body#error, body#submitted {
	background-position: center 347px;
}
#contact #wrapper, #error #wrapper, #submitted #wrapper {
	background-image: url(../images/bg-main-lvl2.jpg);
	background-position: center 267px;
}

#header {
	width: 978px;
	height: 112px;
	background-image: url(../images/header-slice.jpg);
	background-repeat: repeat-x;
}

#flash {
	width: 970px;
	height: 293px;
	margin: 0px 4px 0px 4px;
	background-image:url(../images/flash-bg-slice.jpg);
}

#content {
	width: 890px;
	height: 400px;
	margin: 0px auto 0px auto;
	background-image:url(../images/flash-bg-slice.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
}

#fc_wrapper {
	height: 406px;

}

a.nav {
	font-size: 14px;
	color: #EC7716;
	text-decoration: none;
	margin-left: 20px;
}

a:hover.nav {
	color: #F60;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}

#button {
	width: 978px;
	height: 48px;
	margin-top: 24px;
}

#button a {
	width: 460px;
	height: 48px;
	float: right;
	margin-right: 120px;
	display:block;
}

#home #button a {
	background-image: url(../images/button-order.jpg);
}

#home #button a:hover {
	background-image: url(../images/button-order.jpg);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#error #button { margin-top: 17px; }

#error #button a {
	background-image: url(../images/button-error.jpg);
}

#error #button a:hover {
	background-image: url(../images/button-error.jpg);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

.message {
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer {
	position:absolute;
	bottom:5px;
	left: 10px;
	z-index:1000;
}
.required,.required-def {
	margin-left: 2px;
	color:#EB7616;
}
.required {
	width: 10px;
	float:left;
}
.required-def {
	padding-top: 60px;
	font-size: 10px;
	float: right;
}