@charset "UTF-8";
/* CSS Document */

body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, font, img, 
strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
header, footer, aside, nav, article, section {  
    display: block;  
}
body {
	font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	background-color: #555;
}
#wrapper {
	width: 1000px;
	margin: 0px auto 10px auto;
                border: 0px outset #101010;
                border-radius: 16px 16px 16px 16px;
                -moz-border-radius: 16px;
                -webkit-border-radius: 16px;
                padding: 0px;
                overflow: auto;
                box-shadow: 0 0 20px rgba(0,0,0,2.5);
}
header {
	padding: 10px 0px 0px 0px;
	height: 120px;
	position:relative;
	background-color: #FFF;
}
#logo {
	float: left;
	margin-left:20px;
	margin-top: 10px;
}
#tagline{
	position:absolute;
	top:90px;
	right:10px;
	width:350px;
	text-align:right;
}
h1 {
	font-family: 'Francois One', sans-serif;
}
h2 {
	font-family: 'Francois One', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#C1272D;
	
}
h2 a{
	text-decoration: none;
	color:#C1272D;s
}
h2 a:hover{
	color:#000;
}
nav {
	float: right;
	position: relative;
}
nav ul{
	display: inline;
}
nav ul li{
	display: inline;
}
nav ul li a{
	display: block;
	float: left;
	color: #888;
	text-decoration: none;
	font-family: "PT Sans Narrow", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	margin: 10px 15px;
	font-weight: normal;
}
nav ul li a:hover{
	border-bottom: 4px solid #BD2C31;
}
#banner {
	display:block;
	background-color:#000;
}
#linkboxes {
	background-color: #FFF;
}
#maintext {
	padding: 0px 35px;
}
.one{
	background-color:#C1272D;
	color:#FFF;
	font-size:24px;
	padding-left:30px;
	font-weight:normal;
}
.two{
	background-color:#A40F2D;
	color:#FFF;
	font-size:24px;
	padding-left:30px;
	font-weight:normal;
}
.three{
	background-color:#8B0F28;
	color:#FFF;
	font-size:24px;
	padding-left:30px;
	font-weight:normal;
}
.four{
	background-color:#650F28;
	color:#FFF;
	font-size:24px;
	padding-left:30px;
	font-weight:normal;
}
#linkboxes table tr td ul {
	padding-left:20px;
	padding-top:10px;
	list-style-image:url(images/smarrow1.png);
	list-style-position:inside;
	}
#linkboxes table tr td  ul li a{
	color:#000;
	font-size: 15px;
	text-decoration:none;
	}
#linkboxes table tr td  ul li a:hover{
	color:#C1272D;
	text-decoration:underline;
	}
#bar {
	background-color:#C1272D;
	height:20px;
}
#services {
	list-style-type: none;
	margin: 20px 0px;
	display: block;
}
#services li{
	list-style-type: none;
	display: block;
	background-color: #EBEBEB;
	padding: 10px;
	border: 5px solid #CCC;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
#services li h2 {
	font-size: 24px;
}
#services li h3 {
	font-size: 18px;
	float: right;
	display: block;
}
#services li strong {
	font-size: 14px;
	font-weight: bold;
}
#services li h3 span{
	font-size: 12px;
	font-weight: normal;
}
#services li #clickhere {
	font-size: 18px;
	float: right;
	display: block;
	padding: 10px;
	background-color: #C1272D;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
    behavior: url(PIE.htc);
    position:relative;
}
footer {
	background-color:#961826;
	text-align:left;
	color:#000;
	padding:10px 20px 10px 20px;
	font-size:14px;
}
footer h2 {
	color:#FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
footer h2 a{
	color:#FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
footer #otherproducts{
	display: block;
	float: right;
	background-color: #FFF;
	padding: 15px 15px 0px 15px;
	text-align: center;
}
