/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #222;
	line-height: 18px;
	background: #2f2f2f;
}

table.test-table {
	width: 100%;
	background: #fff;
}

table.test-table td {
	background: #fff;
}

/*-----------------------------------------
	1. Generic
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

.prev {
	cursor: pointer;	
}

.next {
	cursor: pointer;	
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	color: #0a2e87;
	font-size: 1.6em;
	margin: 10px 0px;
}

h2 {
	color: #0a2e87;
	font-size: 1.4em;
	margin: 10px 0px;
}

h3 {
	color: #0a2e87;
	font-size: 1.2em;
	margin: 10px 0px;
}

h4 {
	color: #0a2e87;
	font-size: 1em;
	margin: 10px 0px;
}

p {
	margin: 10px 0px;
}

strong {
	font-size: 1.2em;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

span.pdf-title {
	font-size: 1.8em;
}

span.pdf-title small {
	font-size: 0.6em;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

div#special-products-holder a:link, div#special-products-holder a:active, div#special-products-holder a:visited {
	color: #fff;
	text-decoration: none;
}

div#special-products-holder a:hover {
	color: #fff;
	text-decoration: none;
}

div#menu a:link, div#menu a:active, div#menu a:visited {
	color: #fff;
	text-decoration: none;
}

div#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

ul#products a:link, ul#products a:active, ul#products a:visited {
	color: #fff;
	text-decoration: none;
}

ul#products a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #ccc;
	text-decoration: none;
}

div#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#header-container {
	width: 100%;
	height: 195px;
	background: #fff url("../images/standard/header-bg.jpg") top left repeat-x;
}

div#header {
	position: relative;
	width: 902px;
	height: 195px;
	margin: 0px auto;
	background: #fff url("../images/standard/header-banner.jpg") top left no-repeat;
}

div#menu {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 900px;
	height: 40px;
}

div#search {
	position: absolute;
	top: 5px;
	right: 30px;
	width: 260px;
	height: 20px;
	color: #fff;
}

div#suppliers {
	position: absolute;
	top: 65px;
	right: 25px;
	width: 170px;
	height: 72px;
	background: red;
}

div#content-container {
	width: 100%;
	background: #fff;
}

div#content {
	width: 902px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
}

div.left-column {
	float: left;
	display: inline;
	width: 195px;
	margin-left: 1px;
}

div.right-column {
	float: right;
	display: inline;
	width: 630px;
	margin-right: 20px;
}

div#products-menu {
	width: 195px;
}

div#products-title {
	width: 195px;
	height: 33px;
}

div#products-buffer {
	padding: 0px 0px 10px 0px;
	background: transparent url("../images/standard/products-bottom.jpg") bottom left no-repeat;
}

div#products-bottom {
	width: 195px;
	height: 10px;
}

div#special-products {
	position: relative;
	width: 630px;
	height: 170px;
	background: #fff url("../images/standard/special-products-bg.jpg") top left no-repeat;
}

div#special-products-holder {
	position: absolute;
	width: 550px;
	height: 150px;
	top: 10px;
	left: 43px;
	overflow: hidden;
}

div#special-products-left {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 63px;
	left: 0px;
}

div#special-products-right {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 63px;
	right: 0px;
}

div#footer-container {
	width: 100%;
	height: 70px;
	background: transparent url("../images/standard/footer-bg.jpg") top left repeat-x;
}

div#footer {
	width: 900px;
	margin: 0px auto;
	color: #ccc;
	font-size: 8pt;
}

div#footer-left {
	float: left;
	margin: 30px 0px 30px 20px;
	width: 450px;
}

div#footer-right {
	float: right;
	margin: 30px 20px 30px 0px;
	width: 300px;
	text-align: right;
}

div.pdf-button {
	position: relative;
	float: left;
	width: 320px;
	height: 113px;
	margin-right: 10px;
	background: #fff url("../images/standard/pdf-button.jpg") top left no-repeat;
}

div.pdf-title {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 230px;
	height: 80px;
	color: #fff;
	line-height: 20px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
}

table th {
}

table td {
	font-size: 1em;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
}

legend {
}

input {
}

textarea {
}

label {
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.brochures {
	border: 1px solid #444;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

div.anyClass ul {
	padding-left: 0px;
	margin: 0px;
}

div.anyClass ul li {
	margin-right: 1px;
	float: left;
	height: 153px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 135px;
}

ul li {
}

dl {
}

dt {
}

dd {
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

div#menu ul {
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}

div#menu ul li {
	float: left;
	padding: 0px 20px;
	margin: 0px;
	list-style-type: none;
}

/* --- Products Menu --*/

/*ul#products {
	margin: 0px;
	padding: 0px;
	background: #000 url("../images/standard/products-bg.jpg") top left no-repeat;
}

ul#products li {
	margin: 0px;
	padding: 0px;
	width: 195px;
	line-height: 25px;
	border-bottom: 1px solid #888;
	list-style-type: none;
}

ul#products li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #888;
	border-bottom: 0px;
	background: #585858;
	list-style-type: none;
}

ul#products li ul li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #888;
	border-bottom: 0px;
	background: #787878;
	list-style-type: none;
}

ul#products li.active {
	background: #0a2d87;
}

ul#products li ul li.active {
	background: #0f3baa;
}

ul#products li ul li ul li.active {
	background: #184ed8;
}*/

#products {width:195px; list-style:none; color:#033; background: #000; /*url("../images/standard/products-bg.jpg") top left no-repeat;*/}
#products h3 {width:185px; margin-top:1px; cursor:pointer; border-bottom: 1px solid #888; background: transparent url("../images/standard/products-down-arrow-bold.gif") top right no-repeat; line-height: 25px; font-size:1em; font-weight: normal; margin: 0px;padding-left: 10px;}
#products h3:hover {background:#0f3baa url("../images/standard/products-down-arrow.gif") top right no-repeat;}

#products .acc-section {overflow:hidden; background:transparent; }
#products .acc-content {width:auto; border-top:none; background:transparent;}

#nested {width:195px; list-style:none; color:#033; }
#nested h3 {width:185px; cursor:pointer; background: transparent url("../images/standard/products-down-arrow.gif") top right no-repeat;}
#nested h3:hover {background:#0f3baa url("../images/standard/products-down-arrow.gif") top right no-repeat;}
#nested .acc-section {overflow:hidden; background:transparent;}
#nested .acc-content {width:auto; border-top:none; background:transparent;}
#nested .acc-selected {background: transparent url("../images/standard/products-down-arrow.gif") top right no-repeat;}

li.active > .acc-section {
	height: auto !important;
}

#products li.level1 {
	background: #555;
}
#products li.level2 {
	background: #777;
}
