@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 30px auto 10px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

/* layout */
#layout {
	border-collapse: collapse;
}

/* header */
#header {
	background: none;
	padding: 0px 0px 13px;
}
#header img {
	border: 0px;
}

/* main */
#main {
	background: #dfe0e1 url(../images/watermark.jpg) no-repeat bottom right;
	width: 100%;
}

/* menu */
#menu {
	background: #aeb0b2;
	border-right: 1px solid #FFFFFF;
	padding: 0px;
	width: 175px;
}
#menu .h1 {
	background: url(../images/h1.gif) repeat-x bottom center;
	width: 100%;
}
#menu div {
	padding: 11px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
	font-size: 12pt;
}
#menu a:hover {
	background: #c3c5c7;
}
#menu a.active {
}
#menu a.product {
	color: #333333;
	padding: 6px 10px;
	font-size: 10pt;
	line-height:12pt;
}
#menu a.product.active {
	color: #000000;
}

/* content */
#content {
	background: url(../images/corner-light.gif) no-repeat top right;
	padding: 0px;
}
#content div {
	padding: 30px;
}
#content.product_info {
	background: #FFFFFF url(../images/corner-white.gif) no-repeat top right;
}
#content.product_info div {
	padding: 0px 1px 0px 0px;
}
#content.product_info div div {
	padding: 30px;
}
table.info {
	background: #dfe0e1 url(../images/corner-light.gif) no-repeat top right;
	width: 100%;
}
table.info td {
	width: 33%;
	border-left: 1px solid #FFFFFF;
	padding: 0px;
}
table.info td div {
	padding: 13px !important;
}
table.info td em {
	font-style: normal;
	color: #666666;
	font-size: 7pt;
}

/* boxes */
.light, .lightRnd, .dark, .darkRnd {
	padding: 20px;
	color: #FFFFFF;
}
.light {
	background: #c8c9cb;
}
.lightRnd {
	background: #c8c9cb url(../images/corner-light.gif) no-repeat top right;
}
.dark {
	background: #8b8d91;
}
.darkRnd {
	background: #8b8d91 url(../images/corner-dark.gif) no-repeat top right;
}

/* footer */
#footer {
	background: url(../images/footer.jpg) no-repeat top right;
	height: 94px;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 11pt;
}
#footer a {
	color: #FFFFFF;
}
#footer h1 {
	font-size: 24pt;
	text-align: center;
}

/* text formatting */
.h1 {
	background: url(../images/h1-corner.gif) no-repeat bottom right;
}
#content.product_info .h1 {
	background: url(../images/h1-corner-white.gif) no-repeat bottom right;
	width: auto;
}
table.info .h1 {
	background: url(../images/h1-corner-dark.gif) no-repeat bottom right !important;
	width: auto;
}
table.info .left {
	background: url(../images/h1-corner-dark-left.gif) no-repeat bottom left !important;
}
table.info .end {
	background: url(../images/h1-corner-dark-end.gif) no-repeat bottom left !important;
	width: 130px !important;
	text-align: center;
	margin-right: 50px;
}
.h1 td {
	padding: 13px !important;
	font-size: 12pt;
	font-weight: normal;
	color: #444444;
	text-transform: uppercase;
	width: auto !important;
	border-left: 0px !important;
}
table.info .end td {
	padding: 3px !important;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
#content.product_info h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 10px;
	text-transform: none;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 10px;
}
p {
	margin: 0px 0px 20px;
	line-height: 2;
}
p.normal {
	line-height: 1.3;
}
a {
	color: #990000;
}
a:hover {
	color: #000000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	border: 1px solid #999999;
	padding: 3px;
	margin: 5px 0px;
}
input.submit {
	background: #666666;
	border: 0px;
	color: #FFFFFF;
	padding: 2px 10px;
	margin-top: 0px;
}
form {
	margin: 0px !important;
}

