html
{
	padding:0px;
	margin:0px;
}	
body
{
	background-color:#dedede;
	font-family:"Trebuchet MS", Arial, Sans-serif;
	color:#333;
	word-spacing:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:10pt;
	padding:0px;
	margin:0px;
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color:#f51d2f;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 16px;
	font-weight:bold;
}

h1, h2
{
	border-bottom: 1px solid #000;
}

h1
{
font-size: 18px;
}
h2{
font-size: 14px;
}
h3{
font-size: 14px;
}
h4{
font-size: 12px;
}

.tagline{
font-size: 28px;
}

/* ----- QUOTES ----- */

blockquote{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color:#000000;
}

blockquote {
		margin: 1em 0;
		padding: 0;
		position: relative;
		text-indent: 2em;
		font-family: "Trebuchet MS", Arial, Sans-serif;
		color:#000000;
		font-size:10pt;
		font-weight:bold;
	}

.bqstart,
.bqend { font-size: 300%; }

.bqstartred,
.bqendred {
	font-size: 300%;
	font-weight: bold;
	color:#f51d2f; }

/* apply IE specific rules first */
.bqstart {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
	position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
}

.bqstartred {
	text-indent: 0;
	margin: -0.6em 0 -2em 0;
	float: left;
	position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
}

blockquote > .bqstart {
	/* add extra non-ie rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;

}

blockquote > .bqstartred {
	/* add extra non-ie rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;

}

.bqend {
	position: absolute;
	margin-top: -0.6em;
	right: 0;
	text-indent: 0;
	top: 37px;
}

.bqendred {
	position: absolute;
	margin-top: -0.6em;
	right: -1px;
	text-indent: 0;
	top: 75px;
}

blockquote > .bqend {
	margin-top: -0.2em;
}

blockquote > .bqendred {
	margin-top: -0.2em;
}

/* ----- IMAGES ----- */

img{
	border:0px;
}
img a{
	border:0px;
}
img a:hover{
	border:0px;
}

/* ----- LINKS ----- */

a{
	color:#00A9C1;
	text-decoration:underline;
}
a:hover{

}
a:visited, a:active, a:focus{
 color:#00A9C1;
}
a:visited{
}
a:active{
}
a:focus{
}

a.more-link
{
	background-image:url('../media/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	color:#00A9C1;
	font-size:14px;
	padding-left:1em;
	font-weight:bold;
	text-decoration:none;
}

a:hover.more-link
{
	color:#f51d2f;
}

dd a
{
	color:#e27926;
	text-decoration:underline;
}

dd a:hover 
{
	color:#999;
}

dd a:visited, dd a:active, dd a:focus
{
	color:#e27926;
}

dd a:visited
{
	color:#e27926;
}

dd a:active
{
	color:#e27926;
}

dd a:focus
{
	color:#999;
}

/* -- LISTS -- */
#content ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#content ul li
{
background-image: url('../media/images/square.gif');
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 1em;
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt
{
	font-size:12px;
	font-weight:bold;
	color:#777;
	margin-bottom:.5em;
}
dd{
	margin-left:0px;
	padding-left:0px;
	margin-bottom:1em;
}

#header-container
{
	background-color:#fff;
}

#header
{
	width:970px;
	height:155px;
	background-image:url('../media/images/kuster-header.jpg');
	background-repeat:no-repeat;
	background-position:right;
	background-color:#fff;
	margin:0px auto;
	padding:0px;
}

a#header-logo
{
	width:225px;
	height:107px;
	display:block;
	position:relative;
	top:2em;
	left:2em;
}

/*----- NAVIGATION -----*/
#navbar
{
	background-color:#000;
	text-align: center;
	padding:.2em;
}

#navcontainer
{
text-align:center;
}

#navcontainer ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#navcontainer ul li
{
	display:inline;
	background-image:url('../media/images/dot.gif');
	background-repeat:no-repeat;
	background-position:right center;
}

#navcontainer li  a
{
text-decoration: none;
padding: .4em 1em;
color: #fff;
font-weight:bold;
font-size:14px;
margin: .3em .4em 0em 0em;
}

#navcontainer ul li.lastItem
{
	background-image:none;
}

#navcontainer a:hover
{
color:#f51d2f;
}

/** -- CONTENT CONTAINERS --*/
#content-container
{
	background-image:url('../media/images/kuster_bg_repeat.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

#content-wrapper
{
	width:970px;
	position:relative;
	left:50%;
	margin:0;
	margin-left:-485px;
	background-color:#FFF;
}

#content
{
	background-color:#fff;
}

#content-main
{
	margin:1em 30px;
}

#content-main p
{
	width:500px;
}

#content-main-links
{
	margin:1em 30px;
}

#content-main-links p
{
	width:500px;
}

#content-left-container
{
	float:left;
	width:575px;
}

#content-left
{
	margin:30px;
}

#content-right-container
{
	width:410px;
	float:left;
}

#content-right-text
{
	width:305px;
	float:right;
	text-align: left;
	padding: 15px 10px 10px 15px;
}

#content-right-text-contact
{
	width:255px;
	float:right;
	text-align: left;
	padding: 0px 15px 15px 15px;
}

#content-right img
{
	float:right;
}

#content-left blockquote
{
	margin:3em;
}

/*-- MAIN PAGE CONTENT --*/
#main-banner-container
{
	background-image:url('../media/images/main_bg.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:228px;
}

#main-banner
{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:0px;
}

#main-banner p, #main-banner h2
{
	width:500px;
}

#subcontent-1-container, #subcontent-2-container, #subcontent-3-container
{
	float:left;
	
}

#subcontent-1, #subcontent-2, #subcontent-3
{
	margin-right:60px;
}

#subcontent-1 p, #subcontent-2 p, #subcontent-3 p
{
	width:auto;
}

#subcontent-1, #subcontent-3
{
	width:242px;
}

#subcontent-2
{
	width:246px;
}

/*----- FOOTER -----*/
#seo-footer
{
	width:970px;
	margin:0px auto;
	position:relative;
}

#seo-footer p
{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color:#999;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 11px;
	font-weight:normal;
	padding:10px 25px 5px 25px;
}


#footer
{
	width:970px;
	margin:0px auto;
	position:relative;
}

#footer ul
{
margin: 1em 0em 1em 0em;
padding: 0;
list-style-type: none;
text-align: center;
}

#footer ul li { display: inline; }

#footer ul li a
{
padding: 0em .3em;
}

#footer p
{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	color:#999;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 11px;
	font-weight:bold;
}

#footer-logo
{
	width:17px;
	height:23px;
	position:absolute;
	right:0px;
	top:.5em;
	margin:5px 0px 5px 5px;
}

#footer-menu
{
	clear:right;
}

#footer a{
	color:#999;
	text-decoration:underline;
	font-weight:bold;
}
#footer a:hover{
	font-weight:bold;
	color:#fff;
}
#footer a:visited, #footer a:active{
 color:#999;
}

.red {
	font-weight: bold;
	color:#f51d2f;
}
#content-LP-container {
	float:left;
	width:600px;
}
#content-LP-right-text-contact {
	width:300px;
	float:right;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #F61D30;
	color: #FFFFFF;
	font-weight: normal;
}
