html {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h1 {
	font-family: Verdana,Helvetica;
	font-size: 26px;
	display: inline;
	height: 24px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana,Helvetica;
	font-size:20px;
	display: inline;
	height: 24px;
	font-weight: normal;
	position: relative;
	top: -7px;
}

h3 {
	font-family: Verdana,Helvetica;
	font-size: 20px;
	display: inline;
	height: 24px;
	font-weight: normal;
	position: relative;
	top: -7px;
}

h4 {
	font-family: Verdana,Helvetica;
	font-size:20px;
	display: inline;
	height: 24px;
	font-weight: normal;
	position: relative;
	top: -7px;
}


form {
	margin: 0;
	padding: 0;
}

.margin-nt {
	margin-top: 0;
}

.margin-nb {
	margin-bottom: 0;
}

.image-fl {
	float: left; padding-top: 5px;
}

.image-fr {
	float: right; padding-top: 2px;
}

.pointdiv {
	margin-top: 6px;
}

.pointspace {
	margin-top: 16px;
}

.testimonial-imgdiv {
	float: left; width:48px; padding-right: 10px; padding-top: 6px;
}

.testimonial-img {
	width:48px; height: 48px;
}

.testimonial-text {
	float: left; font-weight: normal; width: 850px; padding-bottom: 10px; padding-top: 5px; font-size: 11px; line-height: 16px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fright {
	float: right;
}

.highlight {
	color: #ff0000;
}

.highlight {
	color: #ff0000;
}

.img-lbox {
	border: 0;
}

.img-lbox:hover {
	border: 0;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

body {
	font-size:62.5%
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #0a2d51;
	background-color: #2d4055;
	height: 100%;
}

.content_subtitle {
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}

a {
	color: #97eeff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted 1px #97eeff;
}

a:hover {
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
}

.imagelink {
	border-bottom: 0px;
}

.imagelink:hover {
	border-bottom: 0px;
}

#page {
	text-align: left; width: 100% height: 100%;
	/*background: url('../images/border-light.png'); background-position: top center; background-repeat: repeat-y;*/
}

#header-wrapper {
	margin-top: 5px;
	width: 100%;
	background: url('../images/border_header_pixels2.png'); background-position: top center; background-repeat: repeat-y;
	/*overflow: hidden;*/
}


#header {
	padding-top: 10px;
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	font-size: 13px;
	overflow: hidden;
	height: 56px;
	text-align: center;
}

#nav-wrapper {
	float: right; margin-top: 0px; margin-bottom: 5px;
}

#nav {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	margin-top: 0px;
	float: right;
	margin-bottom: 0px;
	position: relative;
	top: -4px;
	padding-bottom: 0px;
}

#nav ul {
	padding: 0px;
	padding-top: 4px;
	padding-right: 8px;
	margin:0;
	list-style:none;

}

#nav li {
	float: left;
	padding:0px;
	padding-left: 4px;
	/*background-color: #0a2d51;*/
	line-height: 28px;
	background: url('../images/navl.png'); background-position: bottom left; background-repeat: no-repeat;
	margin: 0px;
	margin-left: 5px;
	list-style: none;

}

#nav li a {
	display: block;
	font-weight: bold;
	color: #cccccc;
	border-bottom: 0px;
	/*border-bottom: dotted 1px #0a2d51;*/
	background: url('../images/navr.png'); background-position: bottom right; background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 9px;
	padding-left: 4px;
	font-size: 11px;
}

#nav li a:hover {
	border-bottom: 0px;
	color: #ffffff;
	/*border-bottom: dotted 1px #ffffff;*/
}

#nav .highlight {
	float: left;
	padding:0px;
	padding-left: 4px;
	/*background-color: #0a2d51;*/
	line-height: 30px;
	background: url('../images/navlo.png'); background-position: bottom left; background-repeat: no-repeat;
	margin: 0px;
	margin-left: 5px;
	list-style: none;

}

#nav .highlight a {
	display: block;
	font-weight: bold;
	color: #0a2d51;
	border-bottom: 0px;
	/*border-bottom: dotted 1px #0a2d51;*/
	background: url('../images/navro.png'); background-position: bottom right; background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 9px;
	padding-left: 4px;
	font-size: 11px;
}

#nav .highlight a:hover {
	border-bottom: 0px;
	color: #0a2d51;
	/*border-bottom: dotted 1px #ffffff;*/
}


#content-wrapper {
	width: 100%;
	background: url('../images/border-dark.png'); background-position: top center; background-repeat: repeat-y;
	padding-top: 5px;
}

#logo {
	margin-top: 8px;
}

#logo img {
	width:370px; height: 44px; border: 0px;
}

#breadcrumb-wrapper {
	font-size: 11px;
	color: #0a2d51;
	font-weight: bold;
	clear: right;
	padding-top: 0px;
}

#breadcrumb {
	float: right; margin-top: 8px;
	padding-bottom: 2px;
}

#breadcrumb a {
	color: #97eeff;
	border-bottom: dotted 1px #97eeff;
}

#breadcrumb a:hover {
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
}

#content {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: auto;
	padding-bottom: 20px;
	color: #ffffff;
}


#curve {
	width: 948px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: auto;
	margin-bottom: 20px;
	text-align: center;
}

#strap {
	position: relative; top: 150px;
	text-align: right;
}

.title-image {
	margin-bottom: 5px;
}

.content-group {
	padding-top: 10px; font-size: 12px; line-height: 20px;
}

.content-group-dark {
	padding-top: 10px; font-size: 12px; line-height: 20px; background-color: #0a2d51;
}

.content-title {
	margin-bottom: 15px;
	border-bottom: dotted 1px #0a2d51;
}

.content-clear {
	clear: both; height: 20px; border: 0px; line-height: 20px;
}

.content-clear-breaker {
	clear: both; height: 20px; border: 0px; line-height: 20px; border-bottom: dotted 1px #0a2d51;
	font-size: 10px;
	margin-bottom: 5px;
	margin-right: 1px;
}

.content3-left-backing {
	float: left; width: 315px; text-align: left; color: #cccccc;
}

.content3-left {
	float: left; width: 286px; padding-right: 14px; text-align: left; color: #cccccc; padding-left: 15px;
}

		.content3-left-dark {
			float: left; width: 300px; text-align: left; color: #cccccc; padding-right: 15px;
		}

		.content3-left-dark-t {
			background: url('../images/dark_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 300px;
		}

		.content3-left-dark-m {
			width: 286px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/db.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
		}

		.content3-left-dark-b {
			height: 4px;
			background: url('../images/dark_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

		.content3-left-green-t {
			background: url('../images/green_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 300px;
		}

		.content3-left-green-m {
			width: 286px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/gb.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
		}

		.content3-left-green-b {
			height: 4px;
			background: url('../images/green_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

.content3-middle {
	float: left; width: 286px; text-align: left; padding-left: 14px; padding-right: 14px; color: #cccccc;
}

		.content3-middle-dark {
			float: left; width: 300px; text-align: left; color: #cccccc; padding-left: 8px; padding-right: 6px;
		}

		.content3-middle-dark-t {
			background: url('../images/dark_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 300px;
		}

		.content3-middle-dark-m {
			width: 286px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/db.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
		}

		.content3-middle-dark-b {
			height: 4px;
			background: url('../images/dark_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

		.content3-middle-green-t {
			background: url('../images/green_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 300px;
		}

		.content3-middle-green-m {
			width: 286px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/gb.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
		}

		.content3-middle-green-b {
			height: 4px;
			background: url('../images/green_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

.content3-right {
	float: left; width: 286px; text-align: left; color: #cccccc; padding-left: 14px; padding-right: 15px;
}

		.content3-right-dark {
			float: left; width: 300px; text-align: left; color: #cccccc; padding-left: 18px;
		}

		.content3-right-dark-t {
			background: url('../images/dark_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 300px;
		}

		.content3-right-dark-m {
			width: 286px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/db.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
		}

		.content3-right-dark-b {
			height: 4px;
			background: url('../images/dark_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

.content2-left {
	float: left; width: 600px; text-align: left; color: #cccccc; padding-right: 14px; padding-left: 15px;
}

.content2-right {
	float: left; width: 600px; text-align: left; color: #cccccc; padding-left: 14px; padding-right: 15px;
}

.content1 {
	float: left; width: 918px; text-align: left; color: #cccccc; padding-left: 14px; padding-right: 15px;
}

		.content1-dark {
			float: left; width: 948px; text-align: left; color: #cccccc;
		}

		.content1-dark-t {
			background: url('../images/dark_backing_top.png'); background-position: top left; background-repeat: no-repeat;
			height: 4px; width: 948px;
		}

		.content1-dark-m {
			width: 934px; text-align: left; padding-left: 7px; padding-right: 7px; margin-top: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;
			background: url('../images/db.png'); background-position: top left; background-repeat: repeat;
			font-weight: bold;
			overflow: auto;
		}

		.content1-dark-b {
			height: 4px;
			background: url('../images/dark_backing_bottom.png'); background-position: top right; background-repeat: no-repeat;
		}

.content3-left-darko {
	float: left; width: 286px; padding-right: 14px; text-align: left; color: #cccccc; padding-left: 15px; background-color: #0a2d51;
}

.content3-middle-darko {
	float: left; width: 286px; text-align: left; padding-left: 14px; padding-right: 14px; color: #cccccc; background-color: #0a2d51;
}

.content3-right-darko {
	float: left; width: 286px; text-align: left; color: #cccccc; padding-left: 14px; padding-right: 15px; background-color: #0a2d51;
}

#base-wrapper {
	width: 100%;
	background: url('../images/border_base.png'); background-position: top center; background-repeat: no-repeat;
	padding-top: 4px;
	height: 10px;
}

#footer-wrapper {
	width: 100%;
	background: url('../images/border_footer_pixels2.png'); background-position: top center; background-repeat: no-repeat;
	padding-top: 4px;
}

#footer {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: center;
	color: #000000;
	overflow: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer a {
	color: #97eeff;
	border-bottom: dotted 1px #97eeff;
}

#footer a:hover {
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
}

#footer-left {
	float: left; width: 296px; padding-right: 14px; border-right: 1px dotted #0a2d51; text-align: left; color: #dddddd; line-height: 16px;
}

#footer-middle {
	float: left; width: 310px; padding-left: 7px; padding-right: 7px; color: #dddddd; line-height: 16px;
}

#footer-right {
	text-align: center; color: #dddddd; line-height: 16px;
	
}

.footer-small {
	font-size: 9px; line-height: 11px; margin-top: 6px; color: #0a2d51;
}

#social-bookmarks {
	margin-top: 5px;
	text-align: center;
}

#social-bookmarks img {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

#social-bookmarks a {
	border: 0px;
}

#social-bookmarks a:hover {
	border: 0px;
}

.title-icon {
	width: 24px; height: 24px; position: relative; top: -3px; margin-right: 1px;
}

.link-img {
	margin-right: 2px; position: relative; top: 5px;
}

.link-img-large {
	margin-right: 2px; position: relative; top: 7px;
}

.footer-title-left {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.footer-title-right {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.footer-title-center {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

fieldset { border:solid 0 #fff; }

fieldset label {font-size: 0.8em; font-weight: bold; }

fieldset .small {width: 6em; margin-bottom: 5px; }

fieldset .long {width: 35em; margin-bottom: 5px; }

fieldset .medium {width: 20em; margin-bottom: 5px; }

fieldset .textarea-long {width: 35em; height: 10em; margin-bottom: 5px; }

.generaltable th {
	border-bottom: dotted 1px #0a2d51;
}

.newslist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	/*display: inline;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

.newslist li {
	padding-left: 8px;
	/*display: block;*/
	background: url('../images/next_16.png');
	background-position: 0px 2px; background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.newslist .image {
	margin-left: 0;
	padding: 0px 0px;
	padding-left: 8px;
	list-style: none;
	display: block;
	padding-right: 14px;
	background: url('../images/capture_16.png');
	background-position: 0px 2px; background-repeat: no-repeat;
	padding-left: 16px;
	color: #ffffff;
}

.newslist li img {
	width: 16px; height: 16px; position: relative; top: 4px; margin-right: 1px;
}

.news li a {
	font-weight: bold;
}






.features {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	/*display: inline;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

.features li {
	padding-left: 8px;
	/*display: block;*/
	background: url('../images/ok_16.png');
	background-position: 0px 2px; background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 5px;
}

.features .highlight {
	margin-left: 0;
	padding: 0px 0px;
	padding-left: 8px;
	list-style: none;
	display: block;
	padding-right: 14px;
	background: url('../images/star_16.png');
	background-position: 0px 2px; background-repeat: no-repeat;
	padding-left: 16px;
	color: #ffffff;
}

.features .image {
	margin-left: 0;
	padding: 0px 0px;
	padding-left: 8px;
	list-style: none;
	display: block;
	padding-right: 14px;
	background: url('../images/capture_16.png');
	background-position: 0px 2px; background-repeat: no-repeat;
	padding-left: 16px;
	color: #ffffff;
}

.features li img {
	width: 16px; height: 16px; position: relative; top: 4px; margin-right: 1px;
}

.features li a {
	font-weight: bold;
}

#adminscroller-divprev {
	float: left; width: 32px;
}

#adminscroller-divnext {
	float: left; width: 32px; text-align: right; margin-left: 10px;
}

#adminscrollprev {
	visibility: hidden;
}

.scroller-control {
	border: 0px; margin-top: 70px; border: 0px;
}

#adminscrollcontainer {
	float: left; width: 860px; position: relative;
}

#adminscroller {
	width:3000px; position: relative; left: 0px;
}

#adminscroller img {
	padding-top: 10px; margin-right: 7px; margin-left: 8px; border: 0px;
}

#shopscroller-divprev {
	float: left; width: 32px;
}

#shopscroller-divnext {
	float: left; width: 32px; text-align: right; margin-left: 10px;
}

#shopscrollprev {
	visibility: hidden;
}


#shopscrollcontainer {
	float: left; width: 860px; position: relative;
}

#shopscroller {
	width:3000px; position: relative; left: 0px;
}

#shopscroller img {
	padding-top: 10px; margin-right: 7px; margin-left: 8px; border: 0px;
}

.example-image {
	margin-top:0px; padding-bottom: 5px;
	width: 280px; height: 200px;
	border: 0px;
}
