/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:0 0 0 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
ul{
	margin:20px 0 20px 10px;
	list-style:none;
}
ul li{
	background:url('../nav/bullet.gif') 0 2px no-repeat;
	padding:0 0 0 15px;
	margin:0 0 8px;
	font-size:11px;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#666;
}
a:hover{
	color:#4c4cc5;
}
a:active{
	font-weight:700;
}
a:focus{
	font-weight:700;
}
input.checkbox, input.radio{
	border:none;
	background-color:transparent;
	width:auto;
	height:auto;
}
strong.lrg-strong{
	font-size:14px;
}
/********* TYPOGRPAHY ********/

body{
	font-family:arial, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
	background:url('../nav/bg_tile.gif') repeat;
}
h1, h2, h3, h4, h5{
	font-family:tahoma, arial, sans-serif;
	font-weight:700;
	color:#b5012a;
}
h1{
	font-size:22px;
	margin:5px 0 15px 0;
}
h2{
	font-size:18px;
	margin:10px 0 15px 0;
	font-weight:400;
}
h3{
	font-size:14px;
	margin:5px 0 10px 0;
}
h4{
	font-size:12px;
	margin:5px 0 10px 0;
}
h5{
	font-size:11px;
	margin:5px 0 5px 0;
}
p{
	margin:0 0 10px 0;
	line-height:16px;
}

/********* STRUCTURE *********/

#wrapper{
	width:968px;
	border:1px solid #e7e7e7;
	border-top:none;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
}
#sidebar{
	margin:20px 9px 20px 0;
	width:255px;
	float:right;
	display:inline;
}
#content{
	margin:20px 0 20px 25px;
	width:654px;
	float:left;
	display:inline;
}

/********* HEADER & NAV *********/

#header{
	height:301px;
	width:950px;
	margin:0 0 0 9px;
	background:url('../nav/header_image.jpg') bottom left no-repeat;
	position:relative;
}
#header #logo{
	position:absolute;
	top:10px;
	left:15px;
}
#header #contact-detail{
	position:absolute;
	top:29px;
	right:15px;
}
#header #quote-button{
	position:absolute;
	bottom:14px;
	left:36px;
}
ul#top-nav{
	width:950px;
	height:30px;
	margin:2px 0 0 9px;
	list-style:none;
	overflow:hidden;
	background-color:#d9d9d9;
	border-bottom:1px solid #999;
}
ul#top-nav li{
	margin:0;
	display:inline;
	padding:0;
	background:transparent;
}
ul#top-nav li a{
	margin:0 15px 0 15px;
	line-height:30px;
	color:#222;
	font-weight:700;
	font-size:11px;
	text-decoration:none;
}
ul#top-nav li a:hover, ul#top-nav li.selected a{
	text-decoration:underline;
	color:#970627;
}
#slideshow{
	width:592px;
	height:163px;
	overflow:hidden;
	position:absolute;
	top:124px;
	left:344px;
	z-index:0;
}

/********* SIDEBAR *********/

#special-offer{
	width:255px;
	background:url('../nav/special_offer_bg.jpg') top no-repeat;
	padding:46px 0 15px 0;
	margin:0 0 20px;
}
#special-offer #so-text{
	width:153px;
	float:right;
}
#special-offer img{
	float:left;
	display:inline;
	margin:0 10px 15px 15px;
	padding:1px;
	bordeR:1px solid #cdcdcc;
	background-color:#fff;
}
#special-offer h3{
	float:left;
	margin:0 0 5px 0;
	font-size:12px;
	color:#333;
	width:140px;
}
#special-offer p{
	margin:0 0 10px 0;
	font-size:11px;
	margin:0 15px 0 0;
}
#home-testimonials{
	width:255px;
	background:url('../nav/quote_bg.jpg') top no-repeat;
	padding:46px 0 15px 0;
	margin:0 0 20px;
}
#home-testimonials blockquote{
	margin:0 15px;
	background:url('../nav/quote.gif') top left no-repeat;
	padding:22px 0 0 0;
}
#home-testimonials blockquote p{
	padding:0 7px;
	font-size:11px;
}
#home-testimonials blockquote p span{
	display:block;
	text-align:right;
	font-weight:700;
	margin:4px 0 0;
}

/********* CONTENT/PAGES *********/

.homepage-block{
	background-color:#f6f6f5;
	width:190px;
	overflow:hidden;
	margin:40px 13px 20px 13px;
	float:left;
	display:inline;
}
.homepage-block img.block-img{
	padding:2px;
	bordeR:1px solid #cdcdcc;
	background-color:#fff;
	margin:0 0 0 8px;
}
.homepage-block ul{
	margin:10px 0 5px 13px;
	list-style:none;
}
.homepage-block ul li{
	background:url('../nav/bullet.gif') 0 2px no-repeat;
	padding:0 0 0 15px;
	margin:0 0 8px;
	font-size:11px;
}
.homepage-block a.r-more{
	display:block;
	height:39px;
	overflow:hidden;
}
#standard-page img{
	float:right;
	display:inline;
	clear:right;
	margin:0 0 0 20px;
	padding:2px;
	border:1px solid #9b151f;
	background-color:#fff;
}
#standard-page img.no-cap{
	margin:0 0 20px 20px;
}
#standard-page .caption{
	background-color:#9b151f;
	float:right;
	clear:right;
	width:206px;
	text-align:center;
	padding:6px 0;
	color:#fff;
	font-size:11px;
	font-weight:700;
	margin:0 0 15px 20px;
}
#standard-page .caption span{
	display:block;
	padding:0 8px;
}
ul#testimonials{
	list-style:none;
	margin:0;
}
ul#testimonials li{
	padding:0 0 10px;
	background:transparent;
	margin:0 0 10px 0;
	border-bottom:1px solid #f0f0f0;
}
#gallery{
	margin:0;
	list-style:none;
	float:right;
	width:206px;
	display:inline;
	clear:right;
	margin:10px 0 10px 20px;
}
#gallery img{
	width:55px;
	height:41px;
	clear:none;
	margin:0 5px 6px 6px;
	padding:0;
	border:none;
	border:1px solid #999;
}
#standard-page .enlarge-caption{
	background-color:#9b151f;
	float:right;
	clear:right;
	width:206px;
	text-align:center;
	padding:6px 0;
	color:#fff;
	font-size:11px;
	font-weight:700;
	margin:0 0 15px 20px;
}
ul#services-list{
	margin:0;
	list-style:none;
}
ul#services-list li{
	width:206px;
	margin:5px;
	padding:0;
	background:transparent;
	float:left;
	height:200px;
}
ul#services-list li a{
	text-decoration:none;
}
ul#services-list li img{
	margin:0;
}
ul#services-list li .caption{
	margin:0;
}
ul#downloads{
	margin:0;
}
ul#downloads li{
	padding:0;
	background:transparent;
	height:16px;
	line-height:16px;
}
ul#downloads li a img{
	float:left;
	border:none;
	margin:0 5px 0 0;
	padding:0;
}

/********* FORMS *********/

#contact-details{
	float:right;
	width:260px;
	margin:5px 10px 0 0;
	bordeR:1px solid #f3f3f3;
	padding:15px 0 0;
}
#contact-details p{
	margin:0 15px 15px 15px;
}
#contact-form{
	margin:20px 0 20px 0;
	width:360px;
}
#contact-form label{
	float:left;
	display:block;
	width:120px;
}
#contact-form p{
	clear:both;
	font-size:11px;
}
#contact-form p.contact{
	font-weight:700;
}
#contact-form p span{
	color:#59aa1e;
	font-size:16px;
}
#contact-form input, #contact-form textarea{
	background-color:#e3e3e3;
	border:1px solid #d8d8d8;
	height:22px;
	width:220px;
}
#contact-form textarea{
	height:130px
}
#contact-form input.submit{
	margin:0 0 0 120px;
	background:url('../nav/button_bg.gif') no-repeat #9b151f;
	height:24px;
	width:220px;
	color:#fff;
	border:none;
	font-weight:700;
}
#contact-form input.submit:hover{
	background:transparent;
	background-color:#111;
}
#contact-form p.small{
	font-style:italic;
	margin:10px 0;
	width:320px;
	text-align:right;
}
#contact-form em{
	display:block;
	float:left;
	width:120px;
}
#contact-form label.boolean-label{
	width:25px;
	float:left;
	clear:none;
}
#contact-form input.radio{
	float:left;
	margin:0 20px 10px 0;
}
#contact-form input.checkbox, #contact-form input.radio{
	border:none;
	background-color:transparent;
	width:auto;
	height:auto;
}


/********* TABLES *********/

table{
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
}
table th, table td{
	padding:8px;
	bordeR:1px solid #e3e3e3;
}
table th{
	background:url('../nav/button_bg.gif') repeat #9b151f;
	color:#fff;
	bordeR:1px solid #9b151f;
}

/********* FOOTER *********/

#footer{
	height:135px;
	width:950px;
	margin:0 0 9px 9px;
	clear:both;
}
#footer #footer-clients{
	height:67px;
	background-color:#970627;
	color:#cd657d;
	overflow:hidden;
	text-align:left;
	padding:0 10px 0 0;
}
#footer #footer-clients p{
	width:100px;
	height:22px;
	overflow:hidden;
	line-height:22px;
	float:right;
	margin:23px 6px 0 6px;
	padding:0;
	text-align:right;
}
#footer #footer-clients img{
	margin:23px 6px 0 6px;
	float:right;
	display:inline;
	border:1px solid #850321;
}
#footer p{
	margin:0;
	text-align:center;
	padding:21px 0 0 0;
	font-size:11px;
}









