body {
	background: #78818E;
}

body.HardCoreWebEditor {
	background: #fff;
}

body img {
	border-width: 0px;
}

form {
	margin: 0px;
}

/* text objects */
h1, h2, h3, p {
	margin: 0px;
}

h1 {
	margin-bottom: 0.75em;
	letter-spacing: 0.02em;
}

h2 {
	letter-spacing: 0.02em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 0.25em;
}

p {
	margin-bottom: 0.75em;
	letter-spacing: 0.01em;
	line-height: 150%;
}

hr {
	border-width: 0px;
	border-top: 1px solid #CBD2D2;
	height: 1px;
}

/* CORNERS */
.top, .bottom, .top .right, .bottom .right {
	height: 5px;
	font-size: 1px;
}

.top {
	background: url(/gfx/corner-gray-ul.gif) no-repeat top left;
}
.top .right {
	background: url(/gfx/corner-gray-ur.gif) no-repeat top right;
}

.bottom {
	background: url(/gfx/corner-gray-ll.gif) no-repeat bottom left;
}
.bottom .right {
	background: url(/gfx/corner-gray-lr.gif) no-repeat bottom right;
}

.middle {
	width: 100%;
}

/* MAIN */
#main {
	margin: 10px 10px 10px 10px;
	background: #fff;
	width: 900px;
	text-align: left;
}

/* TOPNAV */
#topnav {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 71%;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #333;
}

/* SEARCH */
#quicksearch {
	position: absolute;
	margin: 25px 0px 0px 470px;
}

#quicksearch a {
	display: block;
	font-size: 71%;
	color: #000;
	text-decoration: none;
	float: left;
	padding: 2px 5px 0px 5px;
}

#quicksearch .line {
	float: left;
	font-size: 71%;
	padding: 2px 0px 0px 0px;
}

#quicksearch input.text, #quicksearch textarea.textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 71%;
	border: 1px solid #aaa;
	padding: 2px;
	width: 191px;
	margin-right: 5px;
	margin-left: 5px;
}

#quicksearch .submit {
	font-family: verdana, arial, sans-serif;
	font-size: 71%;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
#quicksearch .submit:hover {
	cursor: pointer;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 71%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

/* LOGO */
#logo {
	padding: 15px 0px 5px 10px;;
}

/* TOP */
#top {
	background: #04181E url(/gfx/bg-top.jpg) no-repeat top right;
	padding: 25px 0px 25px 250px;
	font-size: 23px;
	text-transform: lowercase;
	color: #CDD0D2;
}

/* FRONTPAGE */
#frontpage {
	margin: 50px;
}

#frontpage div {
	cursor: pointer;
	float: left;
	width: 400px;
	text-align: center;
	padding-bottom: 50px;
}

#frontpage h1 {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 20px auto;
}

/* LEFT */
#left {
	float: left;
	width: 20%;
	font-size: 74%;
	font-weight: bold;
}

#left div.inner {
	margin: 20px 10px 20px 10px;
}

#left a {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 10px;
	color: #0E4570;
	text-decoration: none;
	border-bottom: 1px solid #CFCFD1;
}

#left a:hover {
	background-color: #eee;
}

#left .act a {
	background: url(/gfx/bg-amenu.gif) no-repeat center left;
}

#left .submenu {
	font-weight: 400;
	font-size: 90%;
	margin: 5px 0px 5px 0px;
}

#left .submenu .submenu {
	margin: 0px;
	font-size: 1em;
	padding-left: 10px;
}

#left .submenu div a {
	border: 0px;
	color: #000;
}

/* RIGHT */
#right {
	float: right;
	width: 25%;
	margin-top: 20px;
}

#right div.inner {
	margin: 0px 10px 20px 10px;
}

#right .box {
	margin-bottom: 10px;
}

#right .navi {
	font-size: 71%;
}

#right .navi div {
	margin-bottom: 5px;
}

#right .navi div.act a:link, #right .navi div.act a:visited {
	color: #000;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 71%;
	margin-bottom: 5px;
}

/* CONTENT */
#content {
	margin-left: 20%;
}

#content.right {
	margin-right: 25%;
}

#content div.inner {
	margin: 20px 10px 20px 10px;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

.date {
	font-weight: bold;
}

/* CONTENT TABLE */
#content table {
	margin-bottom: 1em;
}

#content table tr th, #content table tr td {
	padding: 2px;
}

#content table tr td {
	font-size: 71%;
}

#content table tr td p, #content table tr th p, #content table tr td ul, #content table tr td ol {
	font-size: 1em;
}

#content table tr td h2 {
	font-size: 120%;
}

#content table tr td h3 {
	font-size: 110%;
}

#content table tr td h4 {
	font-size: 100%;
}

/* FOOTER */
#footer {
	font-size: 71%;
	text-align: center;
	clear: both;
	color: #00294A;
}

/* LISTS */
.list div {
	font-size: 71%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 71%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #000;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 71%;
	margin: 0px 10px 10px 20px;
}

#func img {
	float: left;
	margin-right: 2px;
	border-width: 0px;
}

#func a:link, #func a:visited {
	color: #000000;
}

#func a.login {
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	background-color: #999;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
div.sitemap {
	margin-bottom: 1em;
}

div.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

div.sitemap div {
	margin-bottom: 20px;
}

div.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* CART */
table#steps {
	float: right;
	clear: right;
}

table#steps tr td {
	border: 0px;
	color: #fff;
	background: no-repeat center right;
}

table#steps td.step {
	background-image: url(/gfx/bg-step.gif);
	padding: 11px 12px 12px 4px;
}

table#steps td.astep {
	background-image: url(/gfx/bg-astep.gif);
	padding: 11px 12px 12px 4px;
}

/* PRODUCT */
#products div {
	float: left;
	border: 1px solid #999;
	width: 200px;
	height: 166px;
	margin: 0px 20px 20px 0px;
	cursor: pointer;
}

#products div.end {
	margin-right: 0px;
}

#products a {
	display: block;
	padding: 10px 5px 0px 5px;
	text-align: center;
	font-size: 71%;
	font-weight: bold;
	background: #fff no-repeat bottom center;
}

#products a span {
	display: block;
	background: #fff no-repeat center center;
	margin: 5px 10px 0px 10px;
	width: 180px;
	height: 120px;
}

#products a:link, #products a:visited {
	color: #000;
	text-decoration: none;
}

#content table.orderlist td {
	padding: 1px 2px 1px 2px;
}

table.orderlist .text {
	width: 50px;
	text-align: right;
	font-size: 90%;
}

table.orderlist .add a, .viewcart a {
	display: block;
	border: 1px solid #ccc;
	background: #efefef;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
}

.viewcart a {
	background: #efefef url(/gfx/bg-viewcart.gif) no-repeat 5px 3px;
	padding: 1px 20px 1px 34px;
}

table.orderlist tr.odd td {
	background: #efefef;
}

.disc {
	background: #000;
	color: #FFE933;
	padding: 1px;
	font-weight: bold;
	text-align: center;
}
.pdf { padding-top: 2em; }