html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #142833;
	background-image: url('/gfx/web/background/bg_gradient.jpg');
	background-repeat: repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}

td {
	vertical-align: top;
	padding: 0px;
}

h1 {
	color: #142833;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	color: #142833;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	color: #142833;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

a {
	color: #142833;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #777777;
}

#mainTable {
	margin-top: 10px;
	border-collapse: collapse;
}

#contentsTd {
	background-color: white;
	width: 772px;
	padding-top: 10px;
	padding-bottom: 40px;
}

#contentsTable {
	width: 772px;
	margin-left: 10px;
	margin-right: 10px;
}

#logoTr {
	height: 70px;
}

#frontPictureTD {
	width: 100%;
	height: 286px;
}

#frontPictureTextDiv {
	position: absolute;
	top: 18px;
	right: 10px;
	color: white;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	color: white;
}

#aboutPictureTextDiv1 {
	position: absolute;
	top: 52px;
	left: 190px;
	color: white;
	font-size: 20px;
	text-align: right;
	font-style: italic;
}

#aboutPictureTextDiv2 {
	position: absolute;
	top: 52px;
	right: 30px;
	color: white;
	font-size: 20px;
	text-align: right;
	font-style: italic;
}

.clsMenu {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.clsMenu td {
	margin: 0px;
	padding: 4px;
	padding-bottom: 6px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	background-color: #142833;
	background-image: url('/gfx/web/background/menu_gradient.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 32px;
}

.clsMenu a {
	color: white;
	font-variant: small-caps;
	text-decoration: none;
}

.clsMenu a:link {
	color: white;
}

.clsMenu a:visited {
	color: white;
}

.clsMenu a:hover {
	color: #E2B002;
	text-decoration: none;
}

.clsMenu a:active {
	color: #E2B002;
}

.clsMenuSub {
	width: 100%;
	border-collapse: collapse;
}

.clsMenuSub td {
	font-size: 13px;
	margin: 0px;
	height: 34px;
	padding: 4px;
	vertical-align: top;
	color: #142833;
	border-bottom: 1px solid #142833;
}

.clsMenuSub a {
	font-variant: small-caps;
	color: #142833;
	text-decoration: none;
}

.clsMenuSub a:visited {
	color: #142833;
}

.clsMenuSub a:hover {
	text-decoration: none;
	color: #E2B002;
}

td.clsMenuSubSelected {
	color: white;
	background-color: #142833;
	background-image: url('/gfx/web/background/menu_gradient.jpg');
	background-repeat: repeat-x;
}

.clsMenuSubSelected a:visited {
	text-decoration: none;
	color: #E2B002;
}

.clsMenuSubSelected a {
	text-decoration: none;
	color: #E2B002;
}

td.clsMenuSubSub {
	margin: 0px;
	padding: 3px 0px 6px 10px;
	vertical-align: middle;
	border-bottom: 1px solid black;
	font-size: 11px;
	height: 1px;
}

.clsMenuSubSub a.link {
	color: #142833;
	text-decoration: none;
}

.clsMenuSubSub a:visited {
	text-decoration: none;
	color: #142833;
}

.clsMenuSubSub a:hover {
	text-decoration: none;
	color: #E2B002;
}

td.clsMenuSelected a {
	color: #e2b002;
}

td.clsMenuSelected a:visited {
	color: #e2b002;
}

td.clsMenuSeparator {
	width: 3px;
	background: white;
	padding: 0px;
}

.clsMainImage {
	width: 772px;
}

#frontpageBoxTable {
	padding: 10px;
	padding-top: 156px;
}

table.clsFrontpageBoxTable {
	color: white;
	background: none;
	height: 100%;
}

.clsFrontpageBoxTable td {
	padding: 6px;
	padding-left: 12px;
	margin: 0px;
	background-color: #142833;
	background-image: url('/gfx/web/background/textbox_gradient.jpg');
	background-repeat: repeat-x;
	height: 100%;
	filter: alpha(opacity =   95);
	-moz-opacity: .95;
	opacity: .95;
}

.clsFrontpageBoxTable a {
	color: #e2b002;
	text-decoration: none;
}

.clsFrontpageBoxTable a:hover {
	color: #e2b002;
	text-decoration: underline;
}

.clsFrontpageBoxTable a:visited {
	color: #e2b002;
}

.clsFrontpageBoxTable h1 {
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 6px;
}

td.clsBoxSeparator {
	width: 10px;
	background: none;
	padding: 0px;
}

#textAreaCol {
	width: 372px;
}

#textAreaTd {
	color: #142833;
	padding-left: 15px;
	padding-right: 5px;
}

#rightPaneCol {
	width: 190px;
}

#rightPaneTd {
	padding-left: 10px;
}

.articleRefBorder {
	background-image:
		url('/gfx/web/background/testimonial_border_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #142833;
	width: 178px;
	padding: 6px;
}

.articleRef {
	background-image: url('/gfx/web/background/testimonial_bg_gradient.jpg')
		;
	background-repeat: repeat-x;
	background-color: #bac3c8;
	width: 174px;
	color: #142833;
	padding: 2px;
}

.articleRef h1 {
	font-size: 12px;
}

.clsBottom {
	color: white;
	vertical-align: bottom;
	text-align: center;
}

.clsBottom td {
	white-space: nowrap;
	padding: 2px;
	font-size: 11px;
}

thead.clsProductHeader {
	background-color: #c0c0c0;
}

.clsFaqQuestion {
	margin-top: 5px;
}

.clsFaqQuestion a:visited {
	color: #142833;
}

.clsFaqAnswer {
	
}

.cltCollapse {
	height: 100%;
	width: 100%;
	border-collapse: collapse;;
}

.cltComplex {
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.bodyTextError {
	color: #cc0000;
	font-weight: bold;
}

table.clsFeaturedProductTable {
	background: none;
}

.clsFeaturedProductTable td {
	padding: 10px;
	width: 250px;
}

.clsFeaturedProductTable a {
	color: #142833;
	text-decoration: none;
	font-style:italic;
}

.clsFeaturedProductTable a:hover {
	color: #142833;
	text-decoration: none;
	font-style:italic;
}

.clsFeaturedProductTable a:visited {
	color: #142833;
	text-decoration: none;
	font-style:italic;
}

.clsFeaturedProductTable img {
	border: 0px;
	width: 100px;
	height: 133px;
	float: left;
	margin-right: 3px;
}

div.clsFeaturedProductDiv {
	width: 246px;
	height: 220px;
	padding: 2px;
	border: 1px solid silver;
	position: relative;
}

div.clsFeaturedProductPriceDiv {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 244px;
	padding: 3px;
}
div.clsPrice {
	color: #900;
	font-weight:bold;
}

.shopping_cart {
	font-size:11px;
	border: 1px solid silver;
	margin-bottom:2px;
}

.shopping_cart td{
	padding: 2px;
}

.shopping_cart th{
	text-align:left;
}
