﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 11px/1.4 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
}

a, a:visited {
	color: #0000B1;
	text-decoration: none;
	
}

td {
	text-align: left;
	padding: 8px;
}

th {
	text-align: left;
	padding: 8px;
}

.table_head {
	background-color: #0000B1;
	color: #f1f1f1;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align:bottom;
	border: 1px solid #ffffff;
}
.table_head_left {
	background-color: #0000B1;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align:bottom;
	border: 1px solid #ffffff;
}
.table_head_notes {
	background-color: #ffffff;
	color: #0000B1;
	font-weight: bold;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-top: 4px;
	vertical-align: top;
	border-left: none;
	border-right: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}
.table_cell {
	background-color: #f1f1f1;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align:top;
	border: 1px solid #666666;
}
.table_cell_left {
	background-color: #f1f1f1;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align:top;
	border: 1px solid #666666;
}
.table_cell_notes {
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align:top;
	border-left: none;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.table_head2 {
	border: none;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #0000B1;
	vertical-align: center;
	color: #f1f1f1;
	font-weight: bold;
}
.table_cells2 {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #0000B1;
	vertical-align: top;
}


a:hover {
	color: #666;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #999 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	font-style: italic;
	font-weight: bolder;
	color: #0000B1;
}

h2 {
	font-size: 19px;
	border-bottom: 2px #BBB solid;
	padding-bottom: 2px;
	height: 19px;
	display: block;
	width: 100%;
	font-style: italic;
	font-weight: 200;
}

.tagline h2 {
	font-size: 30px;
	border-bottom: 0px;
	padding-bottom: 2px;
	height: auto;
	display: block;
	width: auto;
	font-style: italic;
	font-weight: bolder;
	color: #333;
}

.form-block1 .fullWidthTextBox h2 {
	border-bottom: 2px #666 solid;
	margin-left: 20px;
}

h3 {
	font-size: 15px;
	border-bottom: 2px #BBB solid;
	padding-bottom: 0px;
	height: 17px;
	display: block;
	width: auto;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-bottom: 10px;
}

.applist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.applist ul li {
	margin: 0;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.article ul {
	margin: 0;
	padding: 0;
}

.article ul li {
	margin-left: 5px;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

.sidebar-block ul {
	margin: 0;
	padding: 0;
}

.sidebar-block ul li {
	margin-left: 30px;
}

/* `Colors
----------------------------------------------------------------------------------------------------*/

h1 {
	color: #0000B1;
}

h2 {
	color: #0000B1;
}

h3 {
	color: #0000B1;
}

h5 {
	color: #FFF;
}

/* `ID's & Classes
----------------------------------------------------------------------------------------------------*/

.applistTitle {
	background-color: #0000B1;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.categoryProducts {
	text-align: center;
}

#footer {
	text-align: center;
	font-weight: bold;
	color: #666;
}

#footer ul {
	text-align: center;
	color: #FFF;
}

#footer ul li a {
	color: #FFF;
}


/* `Special Links
----------------------------------------------------------------------------------------------------*/

a.readmore {
	width: 65px;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	text-align: center;
	background-color: #C60000;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
	border: #000 solid 1px;
	margin-top: 3px;
	display: block;
}

a:hover.readmore {
	width: 65px;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	text-align: center;
	background-color: #333;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
	border: #000 solid 1px;
}

a.readmore span {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}

.tagline a {
	color: #333;
	text-decoration: none;
}


/* `Special Text
----------------------------------------------------------------------------------------------------*/

.door-style-text {
	font-size: 9px;
}

.gray-text {
	font-size: 9px;
}
