/* CSS Document */

/* Initialise */

body,div,table,tr,td,h1,h2,h3,p,form,img,ol,ul,li { border: 0; padding: 0; margin: 0; }

/* MAIN */

body { padding: 10px 0; }
div#page { text-align: center; padding: 0 10px; }
div#content { width: 750px; position: relative; }

a {
	text-decoration: none;
	color: #03C;
	font-weight: bold;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
a.rollover {
	padding: 2px;
}
a.rollover:hover {
	text-decoration: none;
	background: #03C;
	color: #FFF;
}

input, textarea, select {
	font: 12px Verdana,sans-serif;
}
input.notBtn, textarea {
	border: 1px solid #03C;
	color: #03C;
	background: #EEE;
	width: 200px;
}
img.inliner { float: right; margin: 10px; }

/* NAV */

table#nav { width: 100%; }
table#nav td {
	font: bold 12px Arial,sans-serif;
	padding: 5px;
	text-align: center;
	background: #CCC;
}
table#nav td#tag {
	font-size: 16px;
	color: #FFF;
	background: #03C;
	letter-spacing: 2px;
	text-align: left;
}
table#nav td#logobw {
	background: #03C;
	text-align: right;
}
table#nav td#navimg {
	height: 35px;
	padding: 5px 0 0 0;
	margin: 0;
	border-bottom: 2px solid #03C;
	vertical-align: bottom;
}

/* PAGEFOOT */

table#pagefoot {
	width: 100%;
	position: absolute; bottom: 0; right: 0;
}
table#pagefoot td {
	font: bold 12px Arial,sans-serif;
	padding: 5px;
	background: #CCC;
	color: #03C;
}
table#pagefoot td#right {
	text-align: right;
}

/* TEXT */

div.text {
	font: 12px Verdana,sans-serif;
	border: 2px solid #CCC;
	padding: 10px 0 50px 0;
	background: #FFF url('images/bg_logo.gif') no-repeat 75px 75px;
	text-align: left;
	height: 400px;
	position: relative;
}
div.text h1 {
	font: bold 16px Arial,sans-serif;
	color: #03C;
	padding: 10px 10px;
	text-align: left;
	background: #EEE;
	letter-spacing: 2px;
}
div.text h2 {
	font: bold 14px Arial,sans-serif;
	color: #03C;
	padding: 5px 10px;
	text-align: left;
}
div.text p {
	padding: 5px 10px;
	line-height: 1.5em;
	text-align: justify;
}

table td {
	font: 12px Verdana,sans-serif;
}
table#formTable {
	margin: 10px 0 10px 10px;
}
table#formTable td {
	padding: 0 10px 10px 0;
}
div.text li { padding: 5px 10px 5px 0px; margin: 0 0 0 50px; }

/* PRODUCTS */

div#products {
	/*background: #FFF url('images/bg_light.jpg') 0 45 no-repeat;*/
	background: #FFF url('images/product_page.jpg') 0 45 no-repeat;
	height: 400px;
}
div#products img {
	vertical-align: middle;
	margin-right: 5px;
}
div#products div#productNav {
	padding: 25px 0 0 250px;
}
div#products a {
	padding: 2px;
}
div#products a:hover {
	text-decoration: none;
	background: #03C;
	color: #FFF;
}
div#products a.noroll {
	padding: 0;
}
div#products a.noroll:hover {
	text-decoration: none;
	background: #FFF;
	color: #FFF;
}

table.pdct { margin: 5px 0 0 10px; }
table.pdct td { padding: 0 5px 5px 0; vertical-align: top; }

table.formTable { margin: 5px 0 0 10px; }
table.formTable td { padding: 0 10px 10px 0; }

table.spec { margin: 5px 0 0 10px; }
table.spec td { padding: 0 5px 5px 0; vertical-align: top; }

.col1 { font-weight: bold; }

/* NEWS */

div#news {
	/*background: #FFF url('images/bg_light.jpg') 0 45 no-repeat;*/
	background: #FFF url('images/product_page.jpg') 0 45 no-repeat;
	height: 400px;
}
div#news img {
	vertical-align: middle;
	margin-right: 5px;
}
div#news div#newsNav {
	padding: 25px 0 0 250px;
}
div#news div#newsNav p {
	text-align: left;
}

/* DISTR */

table.distrib { margin: 10px; width: 720px; }
table.distrib td { padding: 2px; font-size: 11px; border: 1px solid #CCC; border-width: 0 0 1px 0; height: 30px; }

