
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: #000000;
}
body {
	margin: 0 auto;
	width: 816px;
	min-height: 100%;
	position: relative;
	font: 87.5%/1.2 "Trebuchet MS", Arial, sans-serif;
	color: #A3A3A3;
}
* html body {
	height: 100%;
}
h1, h2 {
	font-weight: normal;
	color: #EAEAEA;
}
h1 {
	margin-bottom: 0.3em;
	font-size: 2.57em;
}
h2 {
	font-size: 1.29em;
}
h1 small {
	font-size: 0.5em;
}
a {
	color: #0096BB;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol {
	list-style: none;
}
table {
	border: 0;
	border-collapse: collapse;
}
fieldset {
	border: 0;
	text-align: right;
}
label {
	padding-top: 4px;
	width: 180px;
	height: 25px;
	float: left;
	clear: left;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}
button {
	margin-top: 5px;
	border: none;
	width: 98px;
	text-align: right;
	background: transparent;
	cursor: pointer;
}
input, select, textarea {
	margin-bottom: 20px;
	vertical-align: middle;
	font: 1em "Trebuchet MS", Arial, sans-serif;
}
input.text, select, textarea {
	padding-top: 2px;
	border-top: 1px solid #141414;
	border-left: 1px solid #141414;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	width: 330px;
	color: #FFFFFF;
	background: #000000;
}
input.text {
	height: 20px;
}
select {
	height: 23px;
}
textarea {
	height: 114px;
	overflow: auto;
}

/** header */
#header {
	padding-top: 50px;
	height: 157px;
}
#header-logo {
	margin-right: 66px;
	position: relative;
	left: -5px;
}
#header-phone {
	margin-right: 49px;
	vertical-align: top;
}
#header-email {
	vertical-align: top;
}
#header-link {
	position: absolute;
	top: 48px;
	right: 0;
	font-size: 0.79em;
	color: #707070;
}
#header-menu {
	margin-left: -105px;
	padding: 0;
	position: relative;
	top: -28px;
	float: right;
	list-style: none;
}
#header-menu li {
	margin-left: 105px;
	padding-left: 16px;
	float: left;
	font-size: 1.29em;
	line-height: 1.4em;
	background: left 60% no-repeat;
}
#header-menu a {
	color: #E3E3E3;
}
li#header-menu-about {
	background-image: url('/img/menu/red.gif');
}
li#header-menu-where {
	background-image: url('/img/menu/orange.gif');
}
li#header-menu-order {
	background-image: url('/img/menu/yellow.gif');
}
li#header-menu-about a.selected {
	color: #E72302;
}
li#header-menu-where a.selected {
	color: #FF7800;
}
li#header-menu-order a.selected {
	color: #CDE616;
}

/** main */
#main {
	padding-bottom: 110px;
	width: 100%;
	overflow: hidden;
}

/** content */
#content {
	width: 504px;
	float: left;
}

/** sidebar */
#sidebar {
	width: 261px;
	float: right;
}

/** footer */
#footer {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.64em;
	font-family: Tahoma, Arial, sans-serif;
}
#footer a {
	color: #FFFFFF;
}
#footer-copy {
	float: left;
}
#footer-rest {
	float: right;
}

/** modules */
#modules th {
	text-align: left;
	height: 36px;
}
#modules td {
	padding-bottom: 28px;
	font-size: 0.86em;
	line-height: 1.17;
}
#modules img {
	vertical-align: middle;
}
#modules .current a {
	color: #FF8700;
}

/** page where */
#page-where p {
	margin-bottom: 1.15em;
}
#page-where h2#center {
	color: #E72302;
}
#page-where h2#regional {
	margin-top: 1.4em;
	color: #FF7800;
}
#page-where h2 a {
	color: #FFFFFF;
}
#page-where a.banner {
	margin-bottom: 15px;
	float: right;
	clear: both;
}

/** page order */
#page-order h2 {
	margin: 1.25em 0 1.1em 0;
	font-size: 1.14em;
	font-weight: bold;
	color: #CDE616;
}
#page-order p {
	margin-bottom: 1em;
}
#page-order #main {
	margin-right: -49px;
	padding-right: 49px;
}
#page-order #content {
	width: 536px;
}
#page-order #sidebar {
	width: 265px;
	position: relative;
	left: 49px;
}
#page-order #notice {
	display: none;
	color: #FF0000;
}
#page-order #assist {
	margin-top: 20px;
	text-align: center;
}
#page-order #assist img {
	margin-bottom: 20px;
}

/** page faq */
#page-faq h2 {
	margin-bottom: 0.2em;
	color: #A3A3A3;
}
#page-faq #content div {
	padding: 14px 0;
	border-top: 1px dashed #313131;
}
#page-faq #content div.first {
	padding-top: 0;
	border-top: none;
}
#page-faq .question {
	font-size: 0.86em;
	color: #E72302;
}
#page-faq .answer {
	font-size: 0.86em;
	color: #B3CA00;
}