/* HTML & BODY tag styles */
html, body {
	min-width: 1004px;
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
	border: none;
}
body {
	background: #000000 url('/sforms/xo/images/skin/default/logomark.jpg') repeat;
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
	text-align: center;
}

/* Bare tag styles */
div { margin: 0em; padding: 0em; }
p, pre, code, kbd { margin: .5em; padding: .5em; }
strong { font-weight: bold; }
em, cite { font-style: italic; }
img { border: none; }
table tr td, table thead tr th, table tbody tr td, table tfoot tr td { padding: .25em; }
/* Heading tags */
h1 {
	font-size: 2em;
	margin-top: 6px;
	margin-bottom: 6px;
}
h2 {
	font-size: 1.8em;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.6em;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	font-size: 1.4em;
	margin-top: 6px;
	margin-bottom: 6px;
}
h5 {
	font-size: 1.2em;
	margin-top: 6px;
	margin-bottom: 6px;
}
h6 {
	font-size: 1em;
	margin-top: 6px;
	margin-bottom: 6px;
}
/* Links */
a[href] {
	color: #ff1f1f;
	text-decoration: none;
	font-weight: bold;
}
a[href]:hover { color: #ffffff; text-decoration: underline; }

/* Classes for controls, etc */
.nav-container, .sub-nav-container { height: 32px; text-align: left; margin-bottom: 2em; }
.sub-nav-container { margin-top: 96px; }
.nav, .sub-nav { float: right; height: 32px; }
.nav li a[href], .sub-nav li a[href] {
	color: #ffffff;
	background: transparent;
	height: 32px;
	line-height: 32px;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
}
.nav li a[href]:hover, .sub-nav li a[href]:hover {
	color: #ffffff;
	background: #ff1f1f;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
.sub-nav li a[href]:hover {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

/* Layout Container Classes */
.layout {
	position: relative;
	width: 960px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: .5em;
	padding-right: .5em;
	border: solid #ff1f1f 1px;
	background: #000000 url('/sforms/xo/images/skin/default/logo.jpg') top center no-repeat;
	overflow: hidden;
}

.features {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	overflow: hidden;
}
.features-left {  }
.features-middle { background: url('/sforms/xo/images/skin/default/box-bg.png') top left repeat-y; }
.features-right { background: url('/sforms/xo/images/skin/default/box-bg.png') top left repeat-y; }

.mainarea {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align: left;
	overflow: hidden;
}

.footer {
	position: relative;
	width: 920px;
	border-top: solid #ff1f1f 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-align: right;
}

/* Forms */
.label-area {
	text-align: right;
	vertical-align: top;
	padding: .5em;
}
.field-area {
	text-align: left;
	padding: .5em;
}
.field-area input[type="text"], .field-area textarea {
	width: 100%;
}
.footer-area {
	text-align: right;
	padding: .5em;
}
/* Menu tables */
.menuborder-container { margin-top: 2em; margin-left: auto; margin-right: auto; }
.menuborder {
	width: 100%;
	border: double #ff1f1f 3px;
	border-spacing: 0em;
	text-align: center;
	overflow: hidden;
}
.menuborder tr td { text-align: left; }
.menuborder tr th { text-align: left !important; font-weight: bold; }
/* Form tables */
.contactlayout {  }
.contactlayout tr td {  }
.contactlayout tr th { text-align: left !important; font-weight: bold; }
