a:link, a:visited {color: #801314; text-decoration: underline}
a:hover, a:active {color: #d22020; text-decoration: underline}

body {
	margin: 0px;

	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;	
	background: #ffffeb url('images/ui/body_back.png') repeat-y top left;
	
	width: 960px;
	height: 100%;
}

p {
	margin: 10px 5px 15px 5px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 2px;
	
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	margin-top: 5px;
	
	font-size: 14pt;
	font-weight: bold;
}

ul, ol {
	margin-top: 10px;
}

blockquote {
	margin: 20px 5px 5px 40px;
}

li.wide {
	margin-top: 2px;
}

/******************************************************************************
Layout
******************************************************************************/
#header {
	display: block;	
	width: 960px;
	height: 154px;	
	margin: 0px;
	padding: 0px;
	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	
	background: #801314 url('images/ui/header_back.png') repeat-x bottom;
}

#logoback {
	position: absolute;
	left: 60px;
	top: 0px;
	z-index: 5;
	
	display: block;	
	width: 170px;
	height: 154px;

	background-color: #9F3034;
}

#sidefade {
	position: absolute;
	top: 154px;
	z-index: 10;
}

#logo {
	position: absolute;
	left: 10px;
	top: 12px;	
	z-index: 15;
	
	display: block;
	width: 331px;
	height: 128px;	
}
#logo img {
	border:none
}

/* flash image scroller */
#scrolltop {
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: 1;
	
	display: block;	
	width: 960px;
	height: 130px;	
}

#spacer {
	display: block;
	width: 960px;
	height: 154px;	
	margin: 0px;
	padding: 0px;
}

#pagewrapper {
	margin-left: 40px;
	background-color: white;
}

#extendbar {
	float: left;
	background: url('images/ui/sidebar_back.png') repeat-y top left;
}

#sidebar {
	float: left;
	width: 190px;
	height: 390px;
	padding: 10px 10px 0px 10px;
	text-align: center;
	
	background: #9f3034 url('images/ui/sidebar_back.png') repeat-y top left;
}

#menuwrapper {
	margin-left: 20px;
	/*position: fixed;
	width: 150px;*/
}

#menuwrapper div {
	position: absolute;
	left: 70px;
	
	width: 150px;
	height: 40px;
	margin-bottom: 10px;
}

#menuwrapper span {
	display: block;
	
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
	
	color: #9f3034;
	text-align: center;
	font-size: 8pt;
}

#menuwrapper div a {
	display: block;
	height: 40px;
}

#content {
	float: left;
	width: 670px;
	margin: 10px;
	padding: 0px 10px 5px 10px;
	
	background-color: white;
	color: black;
}

#extendbarcap {
	float: left;
	display: block;
	width: 210px;
	height: 40px;
	
	background: url('images/ui/sidebar_cap.png') no-repeat top left;
}

.sidepic {
	margin:10px 0px 10px 10px;
	float:right
}

.textbox {
	background: white url('images/ui/box_back.png') repeat-x top left;
	color: black;
}


/******************************************************************************
Buttons
******************************************************************************/
.btn_01, .active_01 {top: 164px;}
.btn_02, .active_02 {top: 214px;}
.btn_03, .active_03 {top: 264px;}
.btn_04, .active_04 {top: 314px;}
.btn_05, .active_05 {top: 364px;}
.btn_06, .active_06 {top: 414px;}
.btn_07, .active_07 {top: 464px;}
.btn_08, .active_08 {top: 514px;}

.btn_01 a{background: url('images/ui/btns/btn_01.png') no-repeat 0px 0px;}
.btn_02 a{background: url('images/ui/btns/btn_02.png') no-repeat 0px 0px;}
.btn_03 a{background: url('images/ui/btns/btn_03.png') no-repeat 0px 0px;}
.btn_04 a{background: url('images/ui/btns/btn_04.png') no-repeat 0px 0px;}
.btn_05 a{background: url('images/ui/btns/btn_05.png') no-repeat 0px 0px;}
.btn_06 a{background: url('images/ui/btns/btn_06.png') no-repeat 0px 0px;}
.btn_07 a{background: url('images/ui/btns/btn_07.png') no-repeat 0px 0px;}
.btn_08 a{background: url('images/ui/btns/btn_08.png') no-repeat 0px 0px;}

.btn_01 a:hover{background: url('images/ui/btns/btn_01.png') no-repeat 0px -40px;}
.btn_02 a:hover{background: url('images/ui/btns/btn_02.png') no-repeat 0px -40px;}
.btn_03 a:hover{background: url('images/ui/btns/btn_03.png') no-repeat 0px -40px;}
.btn_04 a:hover{background: url('images/ui/btns/btn_04.png') no-repeat 0px -40px;}
.btn_05 a:hover{background: url('images/ui/btns/btn_05.png') no-repeat 0px -40px;}
.btn_06 a:hover{background: url('images/ui/btns/btn_06.png') no-repeat 0px -40px;}
.btn_07 a:hover{background: url('images/ui/btns/btn_07.png') no-repeat 0px -40px;}
.btn_08 a:hover{background: url('images/ui/btns/btn_08.png') no-repeat 0px -40px;}

.active_01{background: url('images/ui/btns/btn_01.png') no-repeat 0px -80px;}
.active_02{background: url('images/ui/btns/btn_02.png') no-repeat 0px -80px;}
.active_03{background: url('images/ui/btns/btn_03.png') no-repeat 0px -80px;}
.active_04{background: url('images/ui/btns/btn_04.png') no-repeat 0px -80px;}
.active_05{background: url('images/ui/btns/btn_05.png') no-repeat 0px -80px;}
.active_06{background: url('images/ui/btns/btn_06.png') no-repeat 0px -80px;}
.active_07{background: url('images/ui/btns/btn_07.png') no-repeat 0px -80px;}
.active_08{background: url('images/ui/btns/btn_08.png') no-repeat 0px -80px;}

/******************************************************************************
Home page
******************************************************************************/
div.split {
	display: block;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	
	margin: 20px 0px 0px 0px;
	
	padding: 4px;
}

/******************************************************************************
Q & A
******************************************************************************/
ol.boldlist li{font-weight: bold;}
ol.boldlist p{font-weight: normal;}
ol.thinlist li{font-weight: normal;}

a.toplink {
	font-size: 8pt;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/******************************************************************************
Satisfied Customers
******************************************************************************/
div.sign {
	font-style: italic;
	text-align: right;
}

div.quote {
	float: left;
	width: 650px;
	margin-top: 10px;
	padding: 10px;	
}
