/*
	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: #999;
}

a, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	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;
}

h2 {
	font-size: 19px;
	border-bottom: 2px #333 solid;
	padding-bottom: 2px;
	height: 19px;
	display: block;
	width: auto;
	font-style: italic;
	font-weight: 200;
}

.tagline h2 {
	font-size: 30px;
	border-bottom: 0px;
	padding-bottom: 0px;
	height: auto;
	display: block;
	width: auto;
	font-style: italic;
	font-weight: bolder;
	color: #333;
}

h3 {
	font-size: 15px;
	border-bottom: 2px #333 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;
}

/* `Colors
----------------------------------------------------------------------------------------------------*/

h1 {
	color: #FF0000;
}

h2 {
	color: #FF0000;
}

h3 {
	color: #FF0000;
}

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;
}

.pageTitlesLeft {
	padding-top: 5px;
}

/* `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;
}
