/* Remove padding and margin universally */
*{margin:0;padding:0;}
body{font:small Verdana,sans-serif;
text-align:center;/* for IE to center container;) */ background:#407583;padding-top:15px;color:#004759;}
#outer {
	width: 778px;
	margin: 0 auto;
	padding: 0;
}
#wrapper {
	width: 778px;
	margin: 0 auto;
	position: relative;
	background: #fff url(images/wrapper_bg.jpg) repeat-y right top;
	padding: 5px 5px 0 5px;
}
#mundy {
	position: absolute;
	top: 11px;
	left: 680px;
   width: 90px;
	position: absolute;
	z-index: 100;
}
#header {
   width: 770px;
	height: 100px;
	background: #004759 url(images/header_name.gif) left top no-repeat;
	float: left;
}
#header h1 {
	font-size: 1em;
	font-weight: bold;
	position: absolute;left:-1000px;top:-500px;
}
#navbar {
	width: 770px;
	display: block;
	background: #407583;
	border-bottom: 1px solid #004759;
	float: left;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-top: 1px solid #7fa3ac;
	width: 100%;
}
#navbar ul a:link, #navbar ul a:visited {
	display: block;
	padding: 0 18px;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	background: #407583 url(images/navdivider.gif) repeat-y left top;
	font-weight: normal;
	font-size: 12px;
}
#navbar ul a:hover {
	color: #004759;
	background: #7fa3ac;
}
#navbar ul li {
	float: left;
}
#navbar ul .first a:link, #navbar ul .first a:visited {
	background: none;
}
#navbar ul .first a:hover {
	background: #7fa3ac;
}
#navbar ul .current a:link, #navbar ul .current a:visited {
	color: #7fa3ac;
}
#navbar ul .current a:hover {
	cursor: default;
	background: #407583 url(images/navdivider.gif) repeat-y left top;
}
#content {
   position: relative;
   width: 768px;
	height: 1%;
	padding-top: 5px;
	padding-left: 10px;
}
#content a:link, #content a:visited {
   text-decoration: none;
	font-weight: bold;
	color: #f30;
	border-bottom: 1px dotted #f30;
}
#content a:hover {
	color: #004759;
	border-bottom: 1px solid #004759;
}
.award {
	position: absolute;
	top: 10px;
	left: 500px;
}
#maincontent {
   position: relative;
	float: left;
	width: 500px;
	text-align: left;
	padding: 10px 0 10px 0;
	background: #fff;
}
#maincontent h1 {
	font-size: 1.3em;
	padding: 0 0 10px 10px;
}
#maincontent h4 {
	padding: 5px 5px 0 10px;
	font-size: 1em;
}
#maincontent h4.order {
	padding: 5px;
	border: 1px solid #f30;
	margin-top: 7px;
}
#maincontent h4.subhead {
	padding-bottom: 7px; 
}
#maincontent p, #subcontent p {
	font-size: 0.9em;
	padding-bottom: 12px;
	padding-left: 10px;
	line-height: 1.5em;
}
#maincontent p .indent {
	padding-left: 15px;
}
#maincontent .itemlist {
   width: 450px;
	margin-top: 15px;
	margin-left: 10px;
}
.itemlist h4 {
	margin: 3px 0 7px 0;
}
.itemlist p {
	margin-top: 5px;
}
.itemlist img {
	float: left;
	margin: 3px 15px 10px 10px;
	border: 1px solid #407583;
}
#maincontent ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
#maincontent ul li {
	line-height: 1.3em;
	list-style: none;
	font-size: 0.9em;
	padding: 0 10px 10px 30px; 
	background: url(images/bullet_green.gif) no-repeat 0 1px;
}
#maincontent ul li p {
	padding: 2px 0 6px 0;
	font-size: 1em;
}

#maincontent ul li img {
	float: right;
	border: 1px solid #407583;
	padding: 3px;
	margin: 0 0 10px 10px;
}
#maincontent li a:link, #maincontent li a:visited {
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
	border-bottom: 1px dashed #f30;
}
#maincontent li a:hover {
	color: #004759;
	text-decoration: underline;
	border-bottom: none;
}
#maincontent ol {
	margin: 10px 0 10px 30px;
}
#maincontent ol li {
	display: inline-block;
	line-height: 1.3em;
	list-style: lower-latin outside;
	font-size: 0.9em;
	padding: 0 10px 15px 10px;
	list-style-type: decimal;
}
#maincontent table.products {
	width: 500px;
	margin-left: 5px;
}
table.products th.quantity {
	width: 150px;
}
table.products th.price {
	width: 120px;
}
table{float:left;border-collapse:collapse;border:solid 1px #407583;margin:5px 15px 15px 15px;}
caption{font-size:0.9em;font-variant:small-caps;font-weight:bold;margin:0.5em 0;}
th{font-weight:normal;font-size:13px;font-style:italic;padding:0.5em 5px;vertical-align:bottom;}
td{font-size:13px;padding:0.2em 0.3em;vertical-align:top;}
th,td{border-right:1px solid #407583;}
thead{border-bottom:1px solid #407583;background:#BFD1D5;}

#maincontent .boximage {
	float: right;
	margin-left: 10px;
}
#boximageframe {
	float: right;
	width: 140px;
	margin: 0 0 10px 10px;
	border: 1px solid #407583;
	padding: 5px;
	text-align: center;
	line-height: 1.3em;
}
#maincontent .boximageleft {
	float: left;
	margin-right: 5px;
}
#maincontent .boxwide {
	margin-top: 10px;
	width: 450px;
}
#maincontent .boximagewide {
	width: 450px;
	display: block;
	margin: 5px 5px 10px 25px;
}
#maincontent .boximagewide h5 {
	display: block;
	color: #407583;
}
#maincontent .boxproduct {
	float: left;
	margin: 10px 5px 15px 5px;
}
#maincontent .boxproduct img {
	position: relative;
	padding-bottom: 0;
}
#maincontent .boxproduct h4 {
	text-align: center;
	line-height: 1.4em;
	margin-top: -3px;
}
#maincontent .boxquote {
	float: left;
	width: 130px;
	margin: 10px 0 5px 10px;
	background: url(images/quo_left.gif) no-repeat; 
	background-position: 5px 0;
}
#maincontent .boxquoteleft {
	float: left;
	width: 120px;
	border: 1px solid #7fa3ac;
	padding: 5px;
	margin: 10px 0 10px 10px;
	text-align: center;
}
#maincontent .boxquoteleft h4, #maincontent .boxquoteleft p {
	padding: 0;
}
#maincontent .boxquoteleft h4 {
	padding-bottom: 3px;
}
#maincontent .boxquote_rt, #subcontent .boxquote_rt {
	float: right;
	width: 140px;
	margin: 15px 10px;
	background: url(images/quo_left.gif) no-repeat; 
	background-position: 0 0;
}
.boxquote p, .boxquote_rt p {
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	background: url(images/quo_rt.gif) no-repeat 98% 70%;
}
.boxquote h5, .boxquote_rt h5 {
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	margin-top: -5px;
	color: #407583;
}
#maincontent .boxnews {
	width: 320px;
	float: right;
	border: 1px solid #407583;
	margin: 10px 0 20px 25px;
	padding-bottom: 5px;
}
#maincontent .boxnews img {
	float: right;
	padding: 5px;
	display: inline;
}
#maincontent .boxnewswide img {
	float: left;
	padding: 1px 5px 1px 1px;
}
#maincontent .boxnews p {
	font-size: 0.85em;
	padding: 0 2px 2px 5px;
}
#maincontent .boxnews p.subhead {
	font-size: 1em;
	padding: 5px 0 0 5px;
	font-weight: bold;
	line-height: 1.3em;
}

#maincontent .boxnewswide p {
	font-size: 0.85em;
	padding: 5px;
}
#maincontent .boxnewswide h5 {
	text-align: center;
	margin-bottom: 5px;
}
#maincontent .boxnewswide, #maincontent .boxprivacy {
	width: 400px;
	float: left;
	border: 1px solid #407583;
	margin: 10px 0 20px 25px;
}
#maincontent .boxprivacy {
	margin: 10px 0 10px 40px;
}
#maincontent .boxprivacy h4 {
   color: #407583;
	font-size: 0.85em;
	margin-bottom: 5px;
}
#maincontent .boxprivacy p {
	color: #407583;
	font-size: 0.85em;
	padding-right: 10px;
}
#maincontent ul#staff {
	width: 480px;
	margin: 10px 0 10px 20px;
}
#maincontent ul#staff li {
   font-weight: bold;
	padding-bottom: 35px;
}
#maincontent ul#staff li p {
	font-weight: normal;
}
#maincontent ul#staff li img {
	float: right;
	margin-left: 10px;
}
.header h3 {
	width: inherit;
	background: #004759;
	color: #b2ff0f;
	font-variant: small-caps;
	font-size: 1.1em;
	padding: 2px 5px;
	margin-bottom: 5px;
}
.header h4 {
	width: inherit;
	background: #BFD1D5;
   color: #004759;
	border-bottom: solid 2px #BFD1D5;
}
#subcontent {
	float: right;
	width: 180px;
	text-align: right;
	padding: 10px 10px 10px 5px;
	border-left: 1px solid #7fa3ac;
}
#subcontent h2 {
	font-size: 0.9em;
	font-weight: bold;
}
#subcontent img {
	margin-bottom: 10px;
}
#content img a:link, #content img a:visited {
	text-decoration: none;
	border: none;
}
#subcontent #amic img {
	margin: 15px -10px 0 0;
}
#subcontent #amic {
	text-align: center;
}
#subcontent .subscribebox {
	width: 150px;
	background: #fff;
	border: 1px solid #7fa3ac;
	margin-top: 10px;
	padding: 5px;
	text-align: right;
	float: right;
}
.features {
	background: #bfd1d5;
	margin-left: 7px; 
	padding: 7px 0 7px 10px;
	display: inline-block;
}
.featurebox {
	background: #fff;
	float: left;
	width: 148px;
	margin-right: 10px;
}
.featurebox img {
	text-align: center;
	margin: 5px 6px 0 6px;
}
.featurebox .header h4 {
	width: 117px;
	background: #bfd1d5;
	font-variant: small-caps;
	font-size: 1em;
	margin: 2px 0 5px 7px;
	padding-left: 3px;
}
#maincontent .featurebox p {
	margin: 0 5px 5px 2px;
	font-size: 0.8em;
}
#footer {
	width: 788px;
	background: #407583 url(images/footer_bg.jpg) no-repeat right top;
	margin: 0 auto;
	position: relative;
}
#footer p {
	padding: 7px 0 10px;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
}
#footer .design {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.design a {
	text-decoration: none;
	color: #004759;
}
.design a:hover {
	text-decoration: underline;
}
#footer .design h5 {
	font-weight: normal;
	font-size: 9px;
}
form#orders {
	width: 500px;
	margin-left: 10px;
}
form {
	width: 400px;
	margin-left: 40px;
	margin-bottom: 10px;
}
fieldset {
	margin: 0 10px 10px 10px;
	padding: 0 10px 5px 10px;
	border: 1px solid #407583;
}
fieldset p {
	padding-left: 5px;
	font-size: 0.9em;
}
legend {
	margin-left: 0;
   padding-left: 0;
	margin-bottom: 5px;
	color:#407583;
	font-size:0.9em;
}
label {
	display: block;
}
input.text {
	display: inline;
	width: 250px;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #bfd1d5;
}
input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
	margin-top: 0;
}
.submitarea {
	margin: 0 0 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}

.tagline {
	width: 120px;
	float: right;
	margin-bottom: 15px;
}
strong, .bold {
	font-weight: bold;
}
.red {
	color: #f30;
}
/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

.clear {
	clear: both;
}
.boldred {
	font-weight: bold;
	color: #900;
}
em, .italic {
	font-style: italic;
}

/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #c9cdd1;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #5a6571;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 420px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 7px;
}
.highslide-body p {
	padding-bottom: 10px;
	font-size: 1em;
}
.highslide-body ul li {
	margin-left: 20px;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
.highslide-body a {
	color: #f30;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #f30;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-body h6 {
	font-size: 0.8em;
	padding-top: 10px;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 10px;
}
.highslide-body img.block {
	display: block;
	float: none;
	margin: 0 auto;
}
.highslide-body ul {
	margin: 0;
	padding: 0;
}
.highslide-body ul li {
	padding-bottom: 3px;
}
.highslide-body ul ul li {
   padding-left: 15px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
