@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	height:100%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	background-color:#310003;
	font-family: Arial, Helvetica, san-serif;
	color: #DE0029;	
}
#container {
	width:1024px;
	position: relative;
	display:table;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
h1{
	font-size:18px;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style-type: none;
}
div.clear{
	clear:both;
	height:0px;
}
#header{
	color: #DE0029;
	width:100%;
	text-align:right;
}
#header img{
	border:none;
}
#header a{
	color: #DE0029;
}
#header #title{
	font-size: 36px;	
	height: 20%;
	width: 100%;
	letter-spacing: 0.7em;
	text-align: right;
}
#header #strap{
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 1.1em;
	height: 20%;
	width: 100%;
	text-align: right;
}
#contact,
#online{
	display:block;
	width:100%;
	height:375px;
	font-size: 14px;
	background: url(../image/contact-back.jpg) no-repeat top;
}
#contact ul{
	margin-left:10px;
}
#contact ul li{
	font-size:14px;
	line-height:18px;
}
#onlineContent,
#contactContent{
	padding-top:230px;
	width:380px;
}
#onlineContent h1,
#contactContent h1{
	line-height:24px;
	margin:0;
	padding:0;
}
#onlineContent p{
	margin:0;
	margin-top:10px;
	padding:0;
}
#contactContent ul{
	margin-top:2px;
}
/*-----------------------------------------------------------------------*/
#content{
	float:left;
	margin:0px;
	padding:0px;
	width:500px;
	height:70%;
	font-size:14px;
}
#content a{
	color: #DE0029;
}
#homeImg{
	text-align:center;
}
#inset{
	float:right;
	margin:0px;
	padding:0px;
	margin-top:42px;
	width:500px;
	height:70%;
}
#inset img{
	padding:0;
	margin:0;
	float:right;
}
#content div.leftCol{
	float:left;
	width: 50%;
}
#content div.leftCol ul{
	margin-bottom:14px;
	font-size:12px;
}
#content div.leftCol ul li{
	line-height:16px;
}
#content div.rightCol{
	float:left;
	width: 50%;
}
#content div.rightCol ul{
	margin-bottom:14px;
	font-size:12px;
}
#content div.rightCol ul li{
	line-height:16px;
}
#footer{
	width:100%;
	float:left;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #000000;
	font-size:10px;
	color:#9f001d;
}
#clients{
}
#clients ul{
	width:930px;
}
#clients ul li{
	display:inline;
	font-size:12px;
	line-height:18px;
}
#clients #clientImgs{
	margin-bottom:10px;
}
/*
 NAV BAR
*/
#navbar {
	font-size: 16px;
	font-style: normal;
	color: #DE0029;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom:10px;
	border-bottom:1px solid #000000;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left: 15px;
	top: 0px;
	right: 15px;
	bottom: 0px;
	line-height: 20px;
}
#navbar ul li {
	display: inline;
	margin-left: 15px;
	float: left;
}
#navbar ul li.first{
	margin-left:0px;
}
#navbar ul li a {
	font-size: 16px;
	color: #DE0029;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #FFF;
}