/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
}

body {
	background-color: #1B2B37;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px 20px;
}

a {
	color: #950807;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #950807;
}

.blue {
	color: #22364E;
}

.site_main {
	background: #CDCBBF;
	border-collapse: collapse;
	border: 3px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.site_main #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 137px;
	padding: 0px;
}

.site_main #header h1 {
	display: none;
}

.site_main #nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 41px;
	text-transform: uppercase;
}

.site_main #nav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: -4px;
}

.site_main #nav a:hover {
	text-decoration: underline;
}

.site_main #nav ul {
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	
}

.site_main #nav li {
	display: inline;
	padding: 0px 28px 0px;
}

/*  Homepage Table */

.site_content_idx {
	padding: 0px;
}

.site_content_idx #top {
	height: 198px;
}

.site_content_idx #top img{
	border: 0px;
}

.site_content_idx #container {
	margin: 0 auto;
	text-align: left;
}
 
.site_content_idx #header { 
	background-image: url(images/idx_header.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 750px;
}

.site_content_idx #right {
	background-image: url(images/idx_right.jpg);
	background-repeat: no-repeat;
	height: 211px;
	float: right; 
	width: 28.5em;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 18px;
}

.site_content_idx #left {
	background-image: url(images/idx_left.jpg);
	background-repeat: no-repeat;
	height: 211px;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	margin-right: 375px;
	padding: 0px 14px 0px 21px;
}

.left_button {
	margin: 100px;
}

.site_content_idx #left a {
	background-image: url(images/read_more.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 0px 222px;
	padding: 0px 15px 3px 25px;
}

.site_content_idx #left a:hover {
	background-image: url(images/read_more_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.site_content_idx #footer { 
	background-image: url(images/idx_footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 750px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  End Homepage Table */

/* About Table */

.about {
	padding: 0px 0px 5px;
}

.about #container {
	margin: 0 auto;
	text-align: left;
}
 
.about #header { 
	background-image: url(images/about_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	width: 750px;
}

.about #right {
	float: right; 
	width: 18em;
}

.about #right_top {
	background-image: url(images/customers_top.jpg);
	background-repeat: no-repeat;
	height: 38px;
}

.about #right_content {
	background-image: url(images/customers_content.jpg);
	background-repeat: repeat-y;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 5px 20px 0px 10px;
	margin: 0px;
}

.about #right_content p {
}

.about #right_content hr {
	border: 0;
	width: 80%;
	color: #5E5B4D;
	background-color: #5E5B4D;
	height: 1px;
	text-align: center;
}

.about #right_footer {
	background-image: url(images/customers_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}

.about #left {
	color: #22364E;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 295px 0px 10px;
}

.center img {
	border: 3px solid #22364E;
}

/* End About Table */

/* Services Table */

.services {
	padding: 0px;
}
 
.services #header { 
	background-image: url(images/services_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	width: 750px;
}

.services #top {
	background-image: url(images/services_top.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 0px 4px 0px;
}

.services h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #22364E;
	text-transform: uppercase;
}

.services #content {
	background-image: url(images/services_content.jpg);
	background-repeat: repeat-y;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 21px 1px;
}

.services #content ul li {
	list-style: inside;
	margin-left: 0px;
	line-height: 16px;
}

.services #footer {
	background-image: url(images/services_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}

/* End Services Table */

/* Products Table */

.products {
	padding: 0px;
}

.products #container {
	margin: 0 auto;
	color: #22364E;
	text-align: left;
	width: 62.5em;
	font-size: 12px;
	font-weight: bold;
}

.products #header { 
	background-image: url(images/products_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	width: 750px;
}

.products #left {
	float: left;
	width: 15em;
}

.products #right {
	float: right; 
	width: 15em;
}

.products #left h3, .products #left p, .products #right p, .products #right h3, .products #middle p {
	margin: 10px 10px 5px 10px;
}

.products #middle {
 	background: url(images/p_diagram.jpg) no-repeat;
	background-position: top;
	height: 479px;
	margin: 0 15em;
	border-collapse: collapse;
}

.products #top {
	background-image: url(images/services_top.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	padding: 13px 0px 4px 0px;
}

.products h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #22364E;
	text-transform: uppercase;
}

.products #content {
	background-image: url(images/services_content.jpg);
	background-repeat: repeat-y;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 21px 1px;
}

.products #content ul li {
	list-style: inside;
	margin-left: 20px;
}

.products #footer {
	background-image: url(images/services_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}

.products #footer a {
	float: right;
	margin-right: 14px;
}

/* End Products Table */


/* Contact Table */

.contact {
	padding: 0px 0px 5px;
}

.contact h1 {
	margin: 0px;
	font-size: 16px;
	padding: 0px;
}

.contact #container {
	margin: 0 auto;
	text-align: left;
}
 
.contact #header { 
	background-image: url(images/contact_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	width: 750px;
}

.contact #right {
	float: right; 
	width: 18em;
}

.contact #right_top {
	background-image: url(images/contact_top.jpg);
	background-repeat: no-repeat;
	height: 38px;
}

.contact #right_content {
	background-image: url(images/customers_content.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 5px 20px 0px 10px;
	margin: 0px;
}

.contact #right_content hr {
	border: 0;
	width: 80%;
	color: #5E5B4D;
	background-color: #5E5B4D;
	height: 1px;
	text-align: center;
}

.contact #right_footer {
	background-image: url(images/customers_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}

.contact #left {
	color: #22364E;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 295px 0px 10px;
}

.center {
	text-align: center;
}

.contact #left img {
	border: 3px solid #3E3D36;
}

/* End Contact Table */


/* Financing Table */

.financing {
	padding: 0px 0px 5px;
}

.financing #container {
	margin: 0 auto;
	text-align: left;
}
 
.financing #header { 
	background-image: url(images/financing_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	width: 750px;
}

.financing #right {
	float: right; 
	width: 18em;
}

.financing #right_top {
	background-image: url(images/customers_top.jpg);
	background-repeat: no-repeat;
	height: 38px;
}

.financing #right_content {
	background-image: url(images/customers_content.jpg);
	background-repeat: repeat-y;
	color: #343129;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 5px 20px 0px 10px;
	margin: 0px;
}

.financing #right_content p {
}

.financing #right_content hr {
	border: 0;
	width: 80%;
	color: #5E5B4D;
	background-color: #5E5B4D;
	height: 1px;
	text-align: center;
}

.financing #right_footer {
	background-image: url(images/customers_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}

.financing #left {
	color: #22364E;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 295px 0px 10px;
}

.snap {
	text-align: center;
}

/* End About Table */


/* Footer Table */
.site_footer {
	padding: 5px 10px;
	height: 17px;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #6D6B5A;
	font-weight: bold;
}

.site_footer #copy a {
	font-size: 10px;
	color: #6D6B5A;
	font-weight: bold;
}


.site_footer #author {
	float: right;
	text-align: right;
}

.skiva {
	color: #6D6B5A;
}

.site_footer #author a {
	font-size: 12px;
	color: #908E7A;
	text-decoration: none;
}

/* End Footer Table */

.carrier_dealer {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	font-size: 12px;
	color: #456e8e;
	text-align: center;
	padding-top: 10px;
}

.site_counter {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	font-size: 12px;
	color: #456e8e;
	text-align: center;
	padding-top: 10px;
}

.fltrt {
	float: right;
	border: 0px;
	margin-top:10px;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
}