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

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.75em;
	background: #868080;
	color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}
p {
	padding: 0 0 10px 0;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 15px;
	color:#ff091b;
}
h4, h5, h6 {
1.2em;
}
a, a:visited {
	color:#ff091b;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ff091b;
	text-decoration:none;
}
ul {
	margin: 0;
	padding: 0 0 10px 14px;
}
li {
	margin: 0;
	padding: 0 0 0 3px;
	list-style:disc;
}
#outer-wrapper {
	width: 960px;
	margin: 0 auto;
}
#branding {
	width: 960px;
	height: 196px;
	background: url(/images/header_top.jpg) no-repeat;
	position:relative;
}
#branding h1 a {
	display:block;
	height:171px;
	left:24px;
	position:absolute;
	text-indent:-999em;
	top:13px;
	width:297px;
}
#branding p.head {
	display: none;
}
#branding p.code {
	display:block;
	height:22px;
	left:822px;
	position:absolute;
	top:168px;
	width:109px;
	font-size: 14px;
}
#col-holder {
	width: 960px;
	background: #fff url(/images/bg_left.gif) top left repeat-y;
	padding: 0 0 15px 0;
}
#lft-col {
	width: 270px;
	float:left;
	overflow:hidden;
}
#rht-col {
	width: 690px;
	float:right;
	background:url(/images/header_btm.jpg) top left no-repeat;
	padding-top: 56px;
	overflow:hidden;
}
#content-holder {
	width: 630px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#nav {
	width: 100%;
	background: url(/images/bg_nav_top.gif) top left no-repeat;
	padding: 22px 0 0 0;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 0;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:list;
}
#nav li a, nav li a:visited {
	display: block;
	line-height:33px;
	width:240px;
	color: #fff;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	text-decoration:none;
	background: url(/images/nav_bg_up.gif) no-repeat;
	padding-left: 30px;
}
#nav li a:hover, nav li a:active {
	display: block;
	line-height:33px;
	width:240px;
	padding: 0 2px 0 0;
	color: #FF091B;
	padding-left: 30px;
}
body.home #nav-home, body.about #nav-about, body.portfolio #nav-portfolio, body.testimonials #nav-testimonials, body.services #nav-services, body.articles #nav-articles, body.contact #nav-contact {
	color: #000;
	background: url(/images/nav_bg_active.gif) no-repeat;
}
#call-wrapper {
	width: 100%;
	padding: 10px 0;
	color:#fff;
}
.arrow-holder {
	width:100%;
	background: url(/images/call_arrow.gif) 14px 23px no-repeat;
}
.call-holder {
	margin: 0 auto;
	width: 210px;
	border-bottom: 1px dashed #999;
	padding:17px 0 25px 0;
}
.call-holder a {
	color:#ff091b;
	text-decoration:none;
}
.call-holder a:hover {
	text-decoration: underline;
}
.rht-flt {
	float: right;
}
#footer {
	width: 880px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	font-size:9px;
	padding: 10px 0 0 0;
}
#footer a {
	color:#d80013;
	text-decoration: underline;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #000;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 297px;
	padding: 0 .25em;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
