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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-align: justify;
}
.align_center {
	text-align: center;
}
.table-hdr-bg {
	background-image: url(Images/tbl_hdr.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.table-hdr-bg2 {
	background-image: url(Images/tbl_hdr2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.table-hdr-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF;
	text-align: center;
}
#specs-table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BD4800;
	border-bottom-color: #BD4800;
	border-left-color: #BD4800;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.breadcrumb {
	font-size: 11px;
	color: #333;
	text-align: right;
}
a.crumb:link {
	text-decoration: none;
	font-size: 11px;
	color: #F60;
}
a.crumb:visited {
	text-decoration: none;
	font-size: 11px;
	color: #F60;
}
a.crumb:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #F60;
}
a.crumb:active {
	text-decoration: none;
	font-size: 11px;
	color: #F60;
}

a.foot:link {
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}
a.foot:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}
a.foot:hover {
	text-decoration: none;
	font-size: 10px;
	color: #F60;
}
a.foot:active {
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}


.font11px {
	font-size: 11px;
}



.padding_10px {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 20px;

}

.boxes_home {
	padding-right: 5px;
	padding-left: 5px;
}

body {
	background-color: #FFF;
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #BD4800;
}
a:visited {
	text-decoration: none;
	color: #BD4800;
}
a:hover {
	text-decoration: underline;
	color: #BD4800;
}
a:active {
	text-decoration: none;
	color: #BD4800;
}
.footer_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.nav:link {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	
}


.nav:visited {
	text-decoration: none;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	;
}
.nav:hover {
	color: #FF6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(Images/nav_btn.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	font-weight: bold;
	padding: 25px;
	
}
.nav:active {
	text-decoration: none;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	
}

#nav {
	padding: 0 0 0 20px;
	height: 65px
}
#table-cats {
	border: 1px solid #BD4800;
}


#nav-main, #nav-main ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav-main a {
	display: block;
}

#nav-main li {
	float: left;
	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.align-right {
	text-align: right;
}
