/*--- page layout framework ------------*/

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	background: #474c52 url("../img/global/background.jpg") center center fixed;
}

div#gradient {
	/*background: transparent url("../img/global/glowy.png") 0 0 no-repeat;*/
}

div#container {
	width: 81em;
	margin: 0 auto;
}

div#header {
	padding-top: 1em;
}

object#navigation {
	display: block;
	margin: 0.5em 0 0 2em;
}

#logo {
	float: right;
	display: block;
	margin: 1.8em 2.2em 0 0;
}

div#dash {
	padding: 30px;
	background: transparent url("../img/global/headerbg.png") center 0 no-repeat;
}

div#content {
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}


/*--- menu ------------*/
#nav {
	float: left;
	margin-left:20px;
	list-style-type:none;
}

#nav li {
	float: left;
}

#homeNav.active,
#orderNav.active,
#contactNav.active
{
	color: white;
	margin-top: 5em;
	border-bottom: 2px solid #0099ff;
	padding-bottom: 2px;
}

#nav a {
	color: #b9b9b9;
	text-decoration: none;
	display: block;
	position: relative;
	outline: none;
	padding-right: 28px;
	padding-bottom: 3px;
	padding-top: 13px;
	margin-top: 5em;
	border-bottom: 1px solid #6f6f6f;
}

#nav a:after { content: '.'; }

#home #homeNav,
#order #orderNav,
#contact #contactNav,
#nav a:hover {
	color: white;
	margin-top: 5em;
	border-bottom: 2px solid #0099ff;
	padding-bottom: 2px;
}




/*--- intro ------------*/

div#intro {
	width: 45em;
	float: right;
	margin: 0;
}

div#intro p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: right;
	color: #d8dfe5;
}

div#intro a:link, div#intro a:visited {
	text-decoration: none;
	color: #84a2b6;
}

div#intro a:hover {
	text-decoration: underline;
	color: #0099ff;
}

/*--- footer ------------*/

div#footer {
	clear: both;
	margin: 0 1em 2em 1em;
	background: transparent url("../img/global/opaque_10.png") 0 0 repeat;
}

div#footer p {
	width: 40em;
	padding: 0.6em 1em;
	font-size: 1em;
}

div#footer p#poweredby {
	float: left;
	text-align: left;
}

div#footer p#copyright {
	float: right;
	text-align: right;
}

div#footer p#poweredby span.stats {
	color: #8a959e;
}

/*--- images ------------*/

object#logo img {
	width: 316px;
	height: 52px;
}

/*--- contact form ------------*/

#submitter{
	margin: 0 0 0 10.9em;
	text-indent: -300em;
	width: 6em;
	background-color: #000;
	background-image: url("../img/global/submit_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}