@charset "UTF-8";

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/background.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0072bb;
}

h1 {
	font-size: 110%;
	font-weight: bold;
}

input {
	width: 300px;
	float: left;
	margin-bottom: 5px;
	padding-left: 4px;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	color: #000000;
	background-color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

select {
	width: 300px;
	float: left;
	margin-bottom: 5px;
	padding-left: 4px;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	color: #000000;
	background-color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

textarea {
	width: 300px;
	float: left;
	margin-bottom: 5px;
	padding-left: 4px;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	color: #000000;
	background-color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

img {
	border: 0;
}

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Generic styles */
.minitext {
	font-size: 70%;
	font-style: italic;
}

.button {
	width: 100px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	text-transform: lowercase;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.comment {
	font-weight: bold;
	text-align: justify;
}

.subnote {
	font-size: 77%;
	font-style: italic;
	color: #000000;
	padding: 0;
	margin: 0;
	float: left;
}

.wide {
	width: 300px;
}

.short {
	width: 150px;
}

.tics {
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
}

.invisible {
	display: none;
}

/* Header */
#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
}

/* Tier 1 Menu */
#mmenu {
	width: 720px;
	height: 30px;
	margin: 0 auto;
}

#mmenu h2 {
	display: none;
}

#mmenu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#mmenu li {
	display: inline;
}

#mmenu a {
	display: block;
	float: left;
	height: 22px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #0072bb;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border: 0;
}

#mmenu a:hover {
	color: #0072bb;
	background: url(images/tophov.gif) no-repeat center bottom;
}

#mmenu .active a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/topnow.gif) no-repeat center bottom;
}

/* Tier 2 Menu */
#smenu {
	width: 720px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#smenu h2 {
	display: none;
}

#smenu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#smenu li {
	display: inline;
}

#smenu a {
	display: block;
	float: left;
	height: 18px;
	padding: 6px 10px 0 10px;
	border: 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #0072bb;
}

#smenu a:hover {
	color: #0072bb;
	background: url(images/bothov.gif) no-repeat center top;
}

#smenu .active a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/botnow.gif) no-repeat center top;
}

/* Page */
#page {
	width: 780px;
	margin: 0 auto;
}

/* Sidebar */
#sidebar {
	width: 400px;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/* Content */
#content {
	background: #000c13;
	width: 780px;
	min-height: 200px;
	overflow: visible;
	border: #202020 1px solid;
	margin: 0 auto;
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content h1.title {
	width: 760px;
	text-align: center;
	font-size: 120%;
	color: #0072bb;
	border-bottom: 1px solid #0072bb;
	margin: 0 auto 5px auto;
	padding: 5px;
}

#content p {
	text-align: justify;
	padding: 0 10px 5px 10px;
	color: #0072bb;
}

#content a, #content a:hover, #content a:active, #content a:focus, #content a:visited {
	color: #0072bb;
}

#content a:hover {
	text-decoration: underline;
}

#content .small {
	font-size: 85%;
	font-style: italic;
}

#content .title {
	border-bottom: 1px #888888 double;
}

#content .subtitle {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px #666666 dashed;
}

#content .a {
	text-decoration: none;
}

/* Testimonials */
.quoted {
	color: #0072bb;
	display: block;
	width: 700px;
	min-height: 50px;
	margin: 0 auto 20px auto;
	border: 0;
	border-left: 2px #0072bb solid;
	padding: 5px 5px 5px 45px;
	background: #000000 url(images/quoted.jpg) top left no-repeat;
}

.quoted p {
	color: #0072bb;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	margin: 0 !important;
	padding: 0 !important;
}

.quoted .author {
	float: right;
	color: #0072bb;
	display: inline-block;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	border-top: 1px dashed #0072bb;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}

/* Special cases */
.upsize {
	font-size: 120%;
}

.quotehead {
	width: 760px;
	color: #0072bb;
	font-size: 100%;
	font-weight: bold;
}

.phono {
	color: #0072bb;
	font-style: italic;
	font-size: 100%;
	text-decoration: underline;
}

/* Boxed content */
.boxed {
	width: 760px;
	margin: 5px auto;
	padding: 0;
	background: #000000;
	color: #0072bb;
	border: 1px #000000 solid;
	border-radius: 10px 20px 10px 10px;
	-moz-border-radius: 10px 20px 10px 10px;
	-webkit-border-radius: 10px 20px 10px 10px;
}

.boxed .title {
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #0072bb;
	border-radius: 10px 20px 0px 0px;
	-moz-border-radius: 10px 20px 0px 0px;
	-webkit-border-radius: 10px 20px 0px 0px;
}

.blurb {
	padding: 10px;
}

.boxed .blurb img {
	clear: both;
	float: left;
	border: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Thumbnail boxes */
.thumbbox {
	float: left;
	vertical-align: top;
	text-align: center;
	width: 120px;
	padding: 0;
	margin-bottom: 6px;
	margin-right: 10px;
}

.thumbbox .thumbpic {
	border: 0;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.thumbbox .thumbtext, .thumbbox .thumbtext a, .thumbbox .thumbtext a:hover, .thumbbox .thumbtext a:active, .thumbbox .thumbtext a:visited {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/* Footer */
#footer {
	background: #000c13;
	border: #202020 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 780px;
	height: 20px;
	margin: 0 auto 50px auto;
	padding: 0;
}

#footer p {
	font-size: 77%;
	color: #004470;
	padding: 4px 10px;
	margin: 0;
	float: right;
}

#footer a {
	color: #0072bb;
}

/* SPRY Interactive stuff */
.CollapsiblePanel {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 2px;
	border: solid 1px #666666;
}

.CollapsiblePanelTab {
	background: #000060 url(images/popopen.gif) top left no-repeat;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	border: 0;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	background-color: #e8e8e8;
	color: #000000;
}

.CollapsiblePanelTab a {
	color: #000000;
	text-decoration: none;
}

.CollapsiblePanelOpen {
	background-color: #e8e8e8;
	color: #000000;
	border: solid 1px #666666;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	border: 0;
	background: #0077bb url(images/popclose.gif) top left no-repeat;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	border: 0;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	border: 0;
}

/* More SPRY Interactive stuff */
.Accordion {
	background-color: #000c13;
	border: solid 1px #202020;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

.AccordionPanel {
	background-color: #000c13;
	margin: 0px;
	border: 0;
	padding: 0px;
}

.AccordionPanelTab {
	background: #000060 url(images/popopen.gif) top left no-repeat;
	color: #ffffff;
	font-size: 100%;
	border: 0;
	border-top: 1px solid #202020;
	margin: 0px;
	padding: 2px;
	padding-left: 60px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent {
	background-color: #000c13;
	padding: 10px;
	color: #0072bb;
}

.AccordionPanelOpen {
	background-color: #000c13;
	color: #0072bb;
	border: 0;
	border-top: 1px solid #202020;
}

.AccordionPanelOpen .AccordionPanelTab {
	border: 0;
	background: #0077bb url(images/popclose.gif) top left no-repeat;
}

.AccordionPanelTabHover, .AccordionPanelOpen .AccordionPanelTabHover {
	color: #0072bb;
}

.AccordionPanelFocused .AccordionPanelTab {
	border: 0;
}

.spacer {
	height: 10px;
}

.price {
	font-weight: bold;
	font-style: italic;
	text-align: right;
	border-top: #0077bb 1px dashed;
	padding: 2px 10px 2px 2px;
	margin: 10px 0 0 0;
}

.price .note {
	font-size: 80%;
}

/* Contact Page form layout */
feildset, #senderdata, #information, #security {
	width: 700px;
	margin: 0 auto 10px auto;
	border: 1px solid #202020;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

label {
	color: #0072bb;
	font-size: 120%;
	font-weight: bold;
}

dl.contactform {
	clear: both;
	width: 500px;
	margin: 0 auto;
	padding: 0;
}

dl.contactform dt {
	clear: left;
	float: left;
	text-align: right;
	width: 150px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

dl.contactform dd {
	float: left;
	width: 330px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

