/* DEFAULTS & GLOBALS
==============================================================================*/

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body {
	background: #3c3c3c;
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	}

hr { display: none; }
img { border: 0 none; }
h1 { display: none; }
h2 { margin: 1em 0 .25em; }
h3 { margin: 0 0 1em 0; }
p { margin: 0 0 .75em 0; }
a { color: #f3f12f; }

/* BASIC PAGE LAYOUT
==============================================================================*/

#container {
	margin: 0 auto;
	width: 760px;
	background: #5a7e98 url("images/background_content.gif") repeat-y;
	text-align: left;
	color: white;
	}
#padding {
	padding: 85px 20px 10px;
	background: url("images/background.jpg") no-repeat;
	border-top: 1px solid black;
	}
#padding_content {
	padding: 130px 30px 10px;
	background: url("images/background.jpg") no-repeat;
	border-top: 1px solid black;
	}

p#preamble {
	padding: 0 50px 0 180px;
	}

a.product {
	display: block;
	padding: 10px 0 0 110px;
	height: 80px;
	text-decoration: none;
	line-height: 1.1;
	color: white;
	}
a.product span {
	font-weight: bold;
	text-decoration: underline;
	color: #f3f12f;
	}

a#b0 { background: url("images/b0.gif") left; background-repeat: no-repeat; }
a#b1 { background: url("images/b1.gif") left; background-repeat: no-repeat; }
/** a#b2 { background: url("images/b2.gif") left; background-repeat: no-repeat; }**/
a#b3 { background: url("images/b3.gif") left; background-repeat: no-repeat; }
a#b4 { background: url("images/b4.gif") left; background-repeat: no-repeat; }
a#b5 { background: url("images/b5.gif") left; background-repeat: no-repeat; }
a#b6 { background: url("images/b6.gif") left; background-repeat: no-repeat; }
a#b7 { background: url("images/b7.gif") left; background-repeat: no-repeat; }
a#b8 { background: url("images/b8.gif") left; background-repeat: no-repeat; }
a#b9 { background: url("images/b9.gif") left; background-repeat: no-repeat; }
a#b10 { background: url("images/b10.gif") left; background-repeat: no-repeat; }
a#b11 { background: url("images/b11.gif") left; background-repeat: no-repeat; }
a#b12 { background: url("images/b12.gif") left; background-repeat: no-repeat; }
a#b13 { background: url("images/b13.gif") left; background-repeat: no-repeat; }
a#b14 { background: url("images/b14.gif") left; background-repeat: no-repeat; }
a#b14 span {
	text-decoration: none;
	color: white;
	}
#b15 {
	padding: 10px 0 0 110px;
	height: 80px;
	background: url("images/b0.gif") no-repeat left;
	}
#b15 span {
	font-weight: bold;
	}
a#b16 { background: url("images/b16.gif") no-repeat left; }

h3#address {
	margin: 1em 0;
	text-align: center;
	}

p#footer {
	padding: 10px 0;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #666666;
	}

/* CONTENT PAGE ITEMS
==============================================================================*/

ul.features {
	margin: 10px 0;
	}
ul.features li {
	margin: 0 100px 0 20px;
	font-weight: bold;
	}
