/* global */

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	font-family: "Calibri", sans-serif;
	text-align: center;
}

a, img, body, html, div, table, table tr, table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-collapse: collapse; 
	border: none;
}

body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	margin: 5px 0px 15px 0px;
	width: 350px;
}

table tr {
}

table tr td {
	border: 0px none;
	vertical-align: top;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	color: #CE2A2C;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	color: black;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	font-size: 14pt;
	font-weight: bold;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	text-align: justify;
}

ul {
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 10px 0px;
}

ol {
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 10px 0px;
}

a {
	cursor: pointer;
}

a:link, a:visited {
	color: grey;
	text-decoration: none;
}

a:hover, a:active {
	color: #CE2A2C;
	text-decoration: underline;
}

sup {
	font-size: 50%;
}

fieldset {
	margin: 5px 0px 15px 0px;
	border: 1px solid silver;
}

legend {
	font-size: 120%;
	font-weight: bold;
}

/* layout */

#web_general {
	margin: 0px auto 0px auto;
	padding: 40px 0px 0px 0px;
	width: 100%;
	background-image: url(../images/body_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#web_header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 88px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

#web_logo {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 198px;
	height: 34px;
}

#web_filter {
	position: relative;
	padding: 10px 10px 10px 360px;
	width: 630px;
	height: 68px;
	text-align: left;
}

.filter_clickers {
	float: left;
	padding: 1px 0px 1px 0px;
	width: 150px;
	font-size: 80%;
	line-height: 13px;
}

.filter_button {
	position: absolute;
	top: 25px;
	right: 19px;
	width: 114px;
	height: 32px;
	background-image: url(../images/filter_button.png);
	background-repeat: no-repeat;
	border: 0px none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#web_container {
	margin: 20px auto 0px auto;
	width: 1000px;
	background-color: white;
}

#web_content {
	position: relative;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

#web_content_top {
	width: 1000px;
	height: 10px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
}

#web_content_bottom {
	width: 1000px;
	height: 10px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
}

.text_box {
	padding: 0px 10px 0px 10px;
}

.product_box {
	float: left;
	margin: 1px 1px 1px 1px;
	padding: 3px 10px 0px 10px;
	width: 473px;
	height: 71px;
	background-color: #fa3a3a;
	background-image: url(../images/product_box.png);
	background-repeat: no-repeat;
	color: white;
}

.product_box a:link, .product_box a:visited {
	color: white;
	text-decoration: none;
}

.product_box a:hover, .product_box a:active {
	color: white;
	text-decoration: underline;
}

.contact_button {
	position: absolute;
	top: 12px;
	right: 19px;
	width: 178px;
	height: 32px;
	background-image: url(../images/contact_button.png);
	background-repeat: no-repeat;
	border: 0px none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#web_footer {
	margin: 0px auto 0px auto;
	padding: 5px 0px 10px 0px;
	width: 1000px;
	text-align: center;
	font-size: 10pt;
}


/* format */

.newline {
	clear: both;
}

.a_mid {
	text-align: center;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.img_left {
	float: left;
	margin: 0px 50px 0px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 0px 50px;
}

.warning {
	padding: 10px 10px 10px 10px;
	border: 3px double red;
	color: red;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.c_hand {
	cursor: pointer;
}

.c_help {
	cursor: help;
}

