html {
	height:100%
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#fff url(images/bgdefault.jpg) repeat-x !important;
	height:100%;
}
body.in {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#fff url(images/bgin.jpg) repeat-x !important;
	height:100%;
}
body.default {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#fff url(images/bgdefault.jpg) repeat-x !important;
	height:100%;
}
body.blank {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:none !important;
	background-color:#fff !important;
	height:100%;
}
#container {
	margin:0 auto;
	min-height:100%;
	position:relative;
}
#holder {
	margin:0 auto;
	width:100%;

}
.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
label.error {
	font-size:9px;
	width: auto;
	display: block;
	color:#F00;
}
.asterisk {
	font-size:18px;
	font-weight:bold;
	color:#C30;
}
input {
	background:#fff;
	border-style:default;
}

.no {
	cursor:pointer;
	border:0px;
	font-size:24px;
	background-color:#C30;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 10px;
}
.red {
	color:#F00;
	font-size:12px;
	font-weight:bold;
}
a.pdf {
	color:#C30;
	text-decoration:none;
	padding:5px 20px 10px 25px;
	height:50px;
	background:url(images/pdf.png) no-repeat;
}
a.link {
	color:#C30;
	text-decoration:none;
	padding:5px 20px 10px 25px;
	height:50px;
	background:url(images/link.png) no-repeat;
}
a.more{
	color:#C30;
	text-decoration:none;
	padding:5px 20px 10px 0px;
	height:50px;
}
.source-image {
        width: 100%;
		margin-top:135px;
        position: absolute;
        top: 0;
        left: 0;
}
.source-image-h {
        width: 100%;
		margin-top:135px;
        position: absolute;
        top: 0;
        left: 0;
}
/*===========================================
HIDE FROM PRINT
===========================================*/
.source-image,.source-image-h,#addthis,#tright,#moreinfo,#footernav  {
   display: none;
}
#largemap{
	height:500px;
	margin:20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	
}
#content h2 {
	position:relative;
	font-size:36px;
	padding:0px;
	margin:0px 20px;
	color:#007dae;
	text-transform:uppercase;
}
#mcontent h3  {
	position:relative;
	font-size:24px;
	padding:0px;
	margin:0px;
	color:#7d1d1d;
}
#headerimage img{
	width:90%;
}

/*=======================================================
HEADER
=======================================================*/

#header {
	position:relative;
	height:135px;
	z-index:99999999999999999999;
}
#logo a {
	position:relative;
	z-index:99;
	float:left;
	display:block;
	width:215px;
	height:135px;

}
/*=======================================================
MAIN MENU
=======================================================*/
#menu {
	position:relative;
	right:0px;
	top:-60px;
	width:990px;
	z-index:9999999999999999999999999;
	height:40px;
	margin:0px 0px 0px 300px;
	/* IE */
	*top:-50px;
	*right:-320px;
	*width:1000px \0/;
	
}
.menu {
	list-style:none;
	margin:0px auto 0px auto;
}
.menu li {
	float:left;
	position:relative;
	border:none;
}
.menu li:hover {
	color:#fc5f00;
	z-index:2;
}
.menu li a {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color: #1f1f1f;
	text-decoration:none;
	display:block;
	height:20px;
	text-decoration:none;
	padding:5px 2px 0px 2px;
	margin:0px 2px 0px 2px;
	/* IE */
	font-size:12px \0/;
	padding:3px 2px 0px 2px \0/;
}

.menu .here a {
	color:#b6321f;
}
.menu li:hover a {
	color:#b6321f;
	text-shadow: none;
}
.menu li:hover div a {
	float:left;
	display:block;
	text-transform:none;
	color:#333;
	background:none;
}
.menu li:hover div a:hover {
	color:#b6321f;
	background:none;
}
.menu li ul li a:hover {
	color:#b6321f;
	background:none;
}
/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.menu li ul li a {
	font-weight:normal;
	text-transform:none;
	color:#333;
	font-size:12px;
	position:relative;
	padding:6px;
	margin:0;
	float:left;
	text-align:left;
	width:180px;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
/* Left & right aligned common styles */

.menu .dropdown_1column, .menu .dropdown_2columns, .menu .dropdown_3columns, .menu .dropdown_4columns, .menu .dropdown_5columns {
	margin:10px auto;
	left:-1021em;
	position:absolute;
	z-index:9999999999;
	background:#ffffff;
	border-top:none;
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
}
/* Drop Downs Sizes */

.menu .dropdown_1column {
	width: 180px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column {
	left:0px;
	top:14px;
	/* IE */
	top:8px \0/;
	*top:7px;
}
/* Columns Sizes */

.menu .col_1, .menu .col_2, .menu .col_3, .menu .col_4, .menu .col_5, .menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
}
.menu .col_1 {
	width:250px;
}
.menu .col_2 {
	width:300px;
}
.menu .col_3 {
	width:455px;
}
.menu .col_4 {
	width:610px;
}
.menu .col_5 {
	width:765px;
}
.menu .col_6 {
	width:920px;
}
/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}
/*=======================================================
SIDE NAVIGATION
=======================================================*/
#sidemenu {
	position:relative;
	height:100%;
	padding:2px 0px 20px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#7d1d1d;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d1d1d', endColorstr='#9d352b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#7d1d1d), to(#9d352b)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #7d1d1d, #9d352b); /* for firefox 3.6+ */
}
#sidemenu_bg {
	position:absolute;
	z-index:0;
	width:214px;
	height:inherit;
	background:url(images/sidemenu.png) no-repeat;
}
#accordionmenu{
	margin:10px 0px;
	padding:0px 5px;
	
}
.accordion{
	position:relative;
	z-index:999;	
}
.accordion ul{
	padding:5px;
	margin:0;
	list-style:none;
}
.accordion li{
	margin: 0; 
	padding: 0; 
	border: none;
	list-style:none;
}
.accordion ul li  {
	margin:0px 0px;
	padding:2px 0px 2px 0px; 
	font-weight: normal; 
}
.accordion a {
	font-size:11px;
	padding:2px; 
	text-decoration:none; 
	display: block; 
	color: #fff;
}
.accordion ul li.expand{
	padding:5px;
	
	background-color:#370909;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.accordion li.expand{
	padding:5px;
	
	background-color:#530f0f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.accordion ul li.expand{
	font-weight:bold;
}
.accordion ul li.expand .active{
	font-weight:bold;
}
.accordion ul li ul li.expand .active{
	margin-left:-5px;
	padding:0px -5px;
	font-weight:normal;
}
/*=======================================================
FEATURED
=======================================================*/
#featured{
	height:526px;
}
#featured h1{
	position:absolute;
	z-index:99999;
	padding:10px 0px 0px 20px;
	margin-left:50px;
	margin:0;
	font-size:60px;
	color:#009ada;
	
	text-transform:uppercase;
}
#featured h2{
	position:absolute;
	z-index:99999;
	top:250px;
	padding:0px 0px 0px 20px;
	margin:0;
	width:850px;
	font-size:30px;
	color:#1f1f1f;
}
#taglineholder{
	position:absolute;
	top:150px;
	z-index:9999;
	padding:10px;
	width:850px;
	height:180px;
	opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color:#fff;
	
}
.homeCarousel {
	float:left;
	width: 1000px;
	height:145px;
	position: relative;
	top:390px;
}
@media only screen and (max-device-width: 1024px) {
	.homeCarousel {
	float:left;
	width: 1000px;
	height:145px;
	position: relative;
	top:380px;
}
}
.homeCarousel .wrapper {
	width: 1000px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 145px;
	margin: 0;
	position: absolute;
	top: 0;
}
.homeCarousel ul a img {
	border: 5px solid #000;
}
.homeCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.homeCarousel ul li {
	display:block;
	float:left;
	width:284px;
	height:137px;
	padding:15px 25px;
	background:url(images/box.png) no-repeat;
}
.homeCarousel ul li .left {
	float:left;
}
.homeCarousel ul li .right {
	float:right;
	text-align:right;
}
.homeCarousel ul li h3{
	font-size:28px;
	margin:0;
	padding:0;
	color:#666;
	text-transform:uppercase;
}
.homeCarousel ul li .text{
	font-size:10px;
	line-height:11px;
	width:200px;
}
.homeCarousel ul li .left .more{
	position:relative;
	z-index:9;
	bottom:-10px;
	right:0;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
.homeCarousel ul li .right .more{
	position:relative;
	z-index:9;
	bottom:-10px;
	left:-90px;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}


.homeCarousel ul li img {
	position:relative;
	z-index:0;
	display:block;
}
.homeCarousel .arrow {
	display: block;
	height: 50px;
	width: 50px;
	background: url(images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: relative;
	top: 40px;
	
	cursor: pointer;
}
.homeCarousel .arrowf {
	display: block;
	height: 50px;
	width: 50px;
	background: url(images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: -50px;
	right:0;
	cursor: pointer;
}
.homeCarousel .forward {
	background-position: 0 0;
	right: -45px;
	top:35px;
}
.homeCarousel .back {
	background-position: -50px 0px;
	top:35px;
	left: -50px;
}
.homeCarousel .forward:hover {
	background-position: 0 -50px;
}
.homeCarousel .back:hover {
	background-position: -50px -50px;
}
/*=======================================================
HOME CONTENT
=======================================================*/
#homecontent {
	position:relative;
	height:293px;
	margin:0px 0px;
}
@media only screen and (max-device-width: 1024px) {
	#homecontent {
	position:relative;
	margin:0px 0px;
	height:150px;
}
}
#sections {
	border-top: 1px solid #ddd;
	margin-top:80px;
}
@media only screen and (max-device-width: 1024px) {
	#sections {
	border-top: 1px solid #ddd;
	margin-top:0px;
}
}
#sections #section {
	float:left;
	width:299px;
	border-right:1px solid #ddd;
	padding:0px 15px 0px 15px
}
#sections #section #press{
	font-size:11px;
	padding-top:5px;
	padding:bottom:5px;
	border-bottom:1px solid #ccc;
}
#sections #section a, #sections #section img a{
	font-size:13px;
	font-weight:bold;
	color:#04aae8;
	text-decoration:none;
	border:0;
}
#sections #section a:Hover{
	font-size:13px;
	font-weight:bold;
	color:#1f1f1f;
	text-decoration:none;
}
#sections #section a.more {
	width:98px;
	height:12px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#sections #section a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}

#sections #sectionlast {
	float:left;
	width:299px;
	padding:0px 15px 0px 15px
}
#sections #section h2, #sections #sectionlast h2{
	font-size:24px;
	text-transform:uppercase;
	color:#666;
}
#sectionlast  h3{
	margin:0;
	padding:0;
	font-size:20px;
	text-transform:uppercase;
	color:#666;
}
#sectionlast .tabcontent a.viewall{
	color:#069;
	text-decoration:none;
	}
#homepartners a, #homepartners img a{
	display:block;
	border:none;
	color:#1f1f1f;
	text-decoration:none;
}
#homepartners a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#homepartners a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
#categoryexplore {
	float:left;
	margin:5px;
	padding:5px;
	width:330px;
}
#categoryexplore h3 {
	font-size:16px;
	padding:0;
	margin:0;
}
#categoryexplore .c_image, #categoryexplore .c_image a {
	float:left;
	width:90px;
	height:62px;
	border:none;
	background-color:#ddd;
}
#categoryexplore .c_right {
	position:relative;
	float:left;
	width:160px;
	padding-left:10px;
	font-size:11px;
}
#categoryexplore .c_right a.moreleft {
	position:absolute;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#categoryexplore .c_right a:Hover.moreleft {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
#homelocations{
	float:left;
	padding:5px;
	width:140px;
	
}
#homelocations a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#homelocations a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
CONTENT STYLES
=======================================================*/
#content {
	
	width:100%;
	min-height:500px;
}
#content .left {
	float:left;
	width:214px;
}
#content .right {
	float:right;
	width:700px;
	
}
#mc{
	padding:20px 15px 0px 15px;
}
#mcontent {
	position:relative;
	margin:0px 10px 0px 10px;
	padding:20px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:url(images/trans.png) 10px 0px repeat-x;
}
.childscontainer ul.thumbs li{
	padding:5px;
}
.childscontainer ul.thumbs li img{
	margin:5px;
}
#mcontent .left {
	float:left;
	width:395px;
	padding-right:20px;
	margin-top:20px;
}
#mcontent .left h2 {
	font-size:28px;
	color:#832827;
	text-transform:none;
	margin:0;
}
#mcontent .left ul {
	margin:10px 20px;
	padding:0;
}
#mcontent .left .chart {
	padding:8px;
}
#mcontent .left a.chartlink{
	display:block;
	padding:5px;
	margin-top:5px;
	width:320px;
	text-align:center;
	background:#993229;
	text-decoration:none;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#mcontent .left a:Hover.chartlink{
	display:block;
	padding:5px;
	margin-top:5px;
	width:320px;
	text-align:center;
	background:#007dae;
	text-decoration:none;
	color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#mcontent .right {
	float:left;
	width:310px;
	padding:5px;
	margin-top:20px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#f2f2f2;
	
}



#content hr {
	border:0px;
	height:1px;
	background-color:#efefef;
}
#content table {
	font-size:12px;
	color:#fff;
	padding:10px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#content table th {
	text-align:left;
	color:#115489;
	padding:10px;
	border:1px solid #e2eef8;
}
#content table tr {
	margin:10px;
	font-size:11px;
}
#content table td {
	color:#404042;
	margin:4px;
	border-bottom:1px solid #e7e7e7;
}
#content table tr.odd {
	background-color:#f6f6f6;
	margin:4px;
	border-bottom:1px solid #e7e7e7;
}
#content form table tr {
	background-color:#f8f8f8;
}
#top {
	padding-top:0px;
	height:60px;
	z-index:999;
	width:inherit;
}
#pagetitle {
	float:left;
	width:600px;
}
#pagetitle h2 {
	margin-top:-20px;
}
#headerimage {
	position:relative;
}


#alocs{
	float:left;
	padding:10px;
	width:150px;
	height:250px;
	font-size:11px;
	border:1px solid #ddd;
}
#alocs .title{
	font-size:16px;
	padding:5px;
	font-weight:bold;
	display:block;
	background-color:#ddd;
}
#alocs .linecard{
	float:left;
	display:block;
	width:40px;
	background:url(images/icons/icon_file.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
#alocs .contact{
	float:left;
	display:block;
	background:url(images/icons/icon_email.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
#alocs .website{
	float:left;
	display:block;
	background:url(images/icons/icon_web.png) no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}
/*=======================================================
LANDING PAGES
=======================================================*/
#division a{
	float:left;
	display:block;
	width:356px;
	height:200px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_divisions.jpg) no-repeat;
}
#division a:Hover{
	float:left;
	display:block;
	width:356px;
	height:200px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -200px;
}
#division .image{
	width:313px;
	height:132px;
	margin:16px 22px;
	padding-bottom:5px;
}
#division .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#contactus a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#contactus a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#contactus .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#contactus .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#locations a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#locations a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#locations .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#locations .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#partsservice a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#partsservice a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#partsservice .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#partsservice .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#rental a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#rental a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#rental .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#rental .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
#newsmedia a{
	float:left;
	display:block;
	width:180px;
	height:101px;
	margin-bottom:30px;
	text-align:center;
	color:#069;
	font-weight:bold;
	text-decoration:none;
	background:url(images/landing_contactus.jpg) no-repeat;
}
#newsmedia a:Hover{
	float:left;
	display:block;
	width:180px;
	height:101px;
	text-align:center;
	color:#832827;
	font-weight:bold;
	text-decoration:none;
	background-position: 0px -100px;
}
#newsmedia .image{
	width:163px;
	height:77px;
	margin:7px 9px;
	padding-bottom:10px;
}
#newsmedia .more a{
	display:block;
	color:#069;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}


/*=======================================================
NEWS & MEDIA
=======================================================*/

/* PRIMARY */

#land_nm{
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_nm_item a{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	border-right:1px solid #bbbbbb;
	text-align:center;
}
#land_nm_item a:Hover{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#069;
	text-decoration:none;
	border-right:1px solid #bbbbbb;
	text-align:center;
}
#land_nm_item.last a{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	border-right:none;
	text-align:center;
}
#land_nm_item.last a:Hover{
	float:left;
	width:156px;
	padding:10px;
	font-size:11px;
	color:#069;
	text-decoration:none;
	border-right:none;
	text-align:center;
}

#land_nm_item h2{
	font-size:16px;
	margin:10px 0px;
	
}

/* SECONDARY */

#land_nm_s_item{
	float:left;
	width:362px;
	margin:15px 5px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_nm_s_item .lt{
	float:left;
	width:166px;
	height:134px;
}
#land_nm_s_item .lt img{
	margin:6px 10px;
	border:5px solid #b1b1b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#land_nm_s_item .rt{
	float:left;
	width:191px;
	padding-top:15px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_nm_s_item .rt h2{
	color:#636363;
	font-size:24px;
	margin:0px;
	padding:0px;
}
#land_nm_s_item .rt .desc{
	height:50px;
}
#land_nm_s_item .rt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_nm_s_item .rt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_nm_s_item .rt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

a.land_press{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_press.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_contacts{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_contacts.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_promotions{
	background: #9d352b url(images/icon_press.png) left no-repeat;;
}
a:Hover.land_contacts{
	background: #9d352b url(images/icon_contacts.png) left no-repeat;;
}

/*=======================================================
RENTAL
=======================================================*/

/* PRIMARY */

#land_rental_item{
	float:left;
	width:362px;
	margin:15px 5px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_rental_item .lt{
	float:left;
	width:166px;
	height:134px;
}
#land_rental_item .lt img{
	margin:6px 10px;
	border:5px solid #b1b1b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#land_rental_item .rt{
	float:left;
	width:191px;
	padding-top:15px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_item .rt h2{
	color:#1f1f1f;
	font-size:24px;
	margin:0px;
	padding:0px;
}
#land_rental_item .rt .desc{
	height:50px;
}
#land_rental_item .rt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_rental_item .rt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_rental_item .rt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

/* SECONDARY */

#land_rental_s_item{
	float:left;
	width:215px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:10px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_rental_s_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_s_item h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}
#land_rental_s_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_rental_s_item .desc{
	height:70px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_rental_s_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_rental_s_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_rental_s_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

/* TERTIARY */

#land_rental_t{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#land_rental_t_item{
	float:left;
	width:340px;
	margin:5px;
	font-size:11px;
}
#land_rental_t_item a:Hover, #land_rental_t_item .rt a:Hover{
	color:#069;
}
#land_rental_t_item h2{
	font-size:20px;
	margin:0px;
	padding-bottom:10px;
}
#land_rental_t_item .lt{
	float:left;
	width:121px;
	padding-right:10px;
}
#land_rental_t_item .rt{
	float:left;
	color:#1f1f1f;
	width:200px;
}
a.land_promotions{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_promotions.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_brands{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_brands.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_promotions{
	background: #9d352b url(images/icon_promotions.png) left no-repeat;;
}
a:Hover.land_brands{
	background: #9d352b url(images/icon_brands.png) left no-repeat;;
}

/*=======================================================
PARTS & SERVICE
=======================================================*/

/* PRIMARY */

#land_ps_item{
	float:left;
	width:215px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:10px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_ps_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_item h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}
#land_ps_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_ps_item .desc{
	height:70px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_ps_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_ps_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

/* SECONDARY */

#land_ps_s{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_ps_s_item h2{
	font-size:20px;
	margin:0px;
	padding-bottom:10px;
}
#land_ps_s_item .lt{
	float:left;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
	width:470px;
}
#land_ps_s_item .rt{
	float:left;
	width:150px;
	margin-left:20px;
	font-size:11px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_ps_s_item .rt img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



a.land_warranty{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	margin-right:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_warranty.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.land_bundles{
	float:left;
	display:block;
	width:230px;
	height:10px;
	padding:15px 60px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae url(images/icon_bundles.png) left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a:Hover.land_warranty{
	background: #9d352b url(images/icon_warranty.png) left no-repeat;;
}
a:Hover.land_bundles{
	background: #9d352b url(images/icon_bundles.png) left no-repeat;;
}

/*=======================================================
CAREERS
=======================================================*/

/* PRIMARY */

#land_careers_item{
	float:left;
	width:352px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_careers_item a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item h2{
	float:left;
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:5px 5px;
}
#land_careers_item img{
	margin-left:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
#land_careers_item hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_careers_item .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_careers_item .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}

#land_careers_item_alt{
	float:left;
	width:342px;
	color:#1f1f1f;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	margin:15px 10px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background:#bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#bdbdbd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e8e8e8, #bdbdbd); /* for firefox 3.6+ */
}
#land_careers_item_alt a{
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item_alt h2{
	color:#1f1f1f;
	font-size:20px;
	margin:0px;
	padding:0px;
}

#land_careers_item_alt .desc{
	height:133px;
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_item_alt hr{
	border:0px;
	height:2px;
	background:url(images/land_hr.png) repeat-x;
}
#land_careers_item_alt .more{
	display:block;
	float:right;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px 0px no-repeat;
}
#land_careers_item_alt .more:Hover{
	display:block;
	width:82px;
	height:27px;
	background:url(images/land_morebtn.png) 0px -27px no-repeat;
}


/* SECONDARY */

#land_careers_s{
	width:705px;
	margin-top:15px;
	padding:10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#land_careers_s_item{
	float:left;
	width:340px;
	margin:5px;
	font-size:11px;
}
#land_careers_s_item a:Hover, #land_careers_s_item .rt a:Hover{
	color:#069;
}
#land_careers_s h2{
	font-size:20px;
	margin:0px;
	padding:0px;
}

/* TERTIARY */

#land_careers_t_item{
	float:right;
	padding:10px;
	margin-right:10px;
	display:block;
	width:340px;
	height:40px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background: #007dae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#land_careers_t_item a{
	padding:10px 0px;
	margin-right:10px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#land_careers_t_item a:Hover{
	padding:10px 0px;
	margin-right:10px;
	display:block;
	color:#1f1f1f;
	text-decoration:none;
}
#land_careers_t_item h2{
	color:#fff;
	font-size:20px;
	margin:0px;
	padding:0px;
}



/*=======================================================
PRODUCT/CATEGORY FINDER
=======================================================*/
#sr_prod_list{
	padding:10px;
}
#sr_prod_list.gray{
	background-color:#f8f8f8;
}
#sr_prod_list a{
	font-weight:bold;
	color:#0181b2;
	text-decoration:none;
}
#sr_prod_list a:Hover{
	font-weight:bold;
	color:#932619;
	text-decoration:underline;
}
#sr_prod_list a.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	margin-top:10px;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#sr_prod_list a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
CATEGORY
=======================================================*/
#equipf{
	float:left;
	width:50%;
}
#category {
	float:left;
	margin:5px;
	padding:5px;
	width:80%;
	height:200px;
}
#category h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#category .c_image {
	float:left;
	width:90px;
	height:62px;
	padding:5px;
	background-color:#ddd;
}
#category .c_right {
	position:relative;
	float:left;
	width:100%;
	padding-left:10px;
	font-size:11px;
}
#category .c_right a.more {
	position:absolute;
	bottom:-40px;
	right:0;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#category .c_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}

/*=======================================================
CATEGORY FULL
=======================================================*/
#categoryfull {
	margin:5px;
	padding:5px;
}
#categoryfull.gray {
	background-color:#efefef;
}
#categoryfull h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#categoryfull .p_image {
	float:left;
	width:150px;
	height:150px;
	padding:5px;
}
#categoryfull .p_right {
	position:relative;
	float:left;
	width:540px;
	padding-left:10px;
	font-size:11px;
}
#categoryfull .p_right a.more {
	float:left;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	margin:5px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#categoryfull .p_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
EQUIPMENT LIST
=======================================================*/
#equipmentlist{
	float:left;
	padding:5px;
}
#equipmentlist img{
	clear:both;
}
/*=======================================================
PARTNERS
=======================================================*/
#partners {
	margin:5px;
	padding:5px;
}
#partners.gray {
	background-color:#efefef;
}
#partners h3 {
	font-size:18px;
	padding:0;
	margin:0;
}
#partners .p_image {
	float:left;
	width:150px;
	height:150px;
	padding:5px;
}
#partners .p_image a{
	border:none;
	text-decoration:none;
}
#partners .p_right {
	position:relative;
	float:left;
	width:540px;
	padding-left:10px;
	font-size:11px;
}
#partners .p_right a.more {
	position:absolute;
	bottom:-20px;
	left:10px;
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background:url(images/btn_more.png) no-repeat;
}
#partners .p_right a:Hover.more {
	width:98px;
	height:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:#036 1px 1px 1px;
	display:block;
	padding:5px 0px;
	text-align:center;
	background-position:0px -22px;
}
/*=======================================================
PARTS BY BRAND
=======================================================*/
a.popupbrand {
	color:#0181b2;
	text-decoration:none;
}
a:Hover.popupbrand {
	color:#b7321f;
	text-decoration:none;
}
#partsbybrand{
	padding:10px;
	margin:10px;
	width:420px;
}
#partsbybrand hr{
	height:1px;
	background-color:#CCC;
	border:0px;
}
#partsbybrand h2{
	font-size:29px;
	padding:0;
	margin:0;
}
#partsbybrand h3{
	font-size:22px;
	padding:0;
	margin:0px 0px 5px 0px;
}
#partsbybrand .wide{

}
#partsbybrand .left{
	float:left;
	width:100px;
}
#partsbybrand .logo{

}
#partsbybrand .right{
	float:left;
	width:300px;
	font-size:11px;
	padding:0px 5px;
}
#partsbybrand .left .website{
	font-size:11px;
	display:block;
	background:url(images/icons/icon_web.png) 0px 4px no-repeat;
	padding:5px 18px;
	color:#06C;
	text-decoration:none;
}

/*=======================================================
SIDEBAR FEATURED PRODUCTS
=======================================================*/
#featuredproducts {
	position:relative;
	z-index:9999999;
	margin:5px;
	padding:5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#f2f2f2;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f2f2f2, #ffffff); /* for firefox 3.6+ */
}
#featuredproducts h3 {
	color:#912d26;
	font-size:24px;
	padding:0;
	margin:0;
	text-align:center;
}
#moreinfo {
	position:relative;
	z-index:999;
}
#moreinfo h3 {
	font-size:24px;
	color:#007dae;
}
#moreinfo input[type="text"] {
	width:170px;
	border:1px solid #ccc;
	font-size:12px;
	background-color:#fff;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
#moreinfo .textarea {
	width:170px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding: 5px;
}
#moreinfo .button {
	float:right;
	color:#fff;
	border:0;
	cursor:pointer;
	margin:5px;
	padding:5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#333;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1f1f1f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#1f1f1f)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #333333, #1f1f1f); /* for firefox 3.6+ */
}
/*=======================================================
ACCORDION
=======================================================*/
#accordion {
	font-size:10px;
	margin:0;
	padding:0;
	list-style:none;
}
.acc_list {

}
.acc_head {
	padding: 10px 0px 10px 10px;
	font-size:16px;
	color:#3b3b3b;
	cursor: pointer;
	position: relative;
	margin:1px;
    background:url(images/acc_off.png) right 9px no-repeat;
	border-bottom:1px solid #ddd;
}
.acc_body {
	display:none;
}
.acc_body {
  padding:10px;
  border-bottom:1px solid #ddd;
}
.acc_body a.link{
	color:#C30;
	text-decoration:none;
	padding:5px 20px 10px 25px;
	height:50px;
	background:url(images/link.png) no-repeat;
  
}
.acc_body ul{
	margin:0;
	padding:0;
}
.acc_body li{
	list-style:none;
	line-height:24px;
}

/*=======================================================
GALLERY STUFF
=======================================================*/
.thumbscontainer li{
	float:left;
	display:block;
	padding:5px;
}
.thumbscontainer li a img{
	border:4px solid #fff;
}
.thumbscontainer li a:Hover img{
	border:4px solid #8f2b25;
}
#mc .childscontainer h3 {
	font-size:19px;
	float:none;
	text-align:center;
}
/*=======================================================
HOME TABS
=======================================================*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	
	border-bottom: 1px solid #999;
	
	-moz-border-radius: 5px 5px -5px 5px;
	-khtml-border-radius: 5px 5px -5px 5px;
	-webkit-border-radius: 5px 5px -5px 5px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0px 1px -1px 0px;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -2px;
	background: #2479c1;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	
	background: #ccc;
}
html ul.tabs li.active {
	color:#666;
	background: #fff;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom: 2px solid #fff;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover {
	color:#666;
	background: #fff;
	border-bottom: 10px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}

/*=================================================================
PAGINATION
=================================================================*/
#pagination{
	padding:10px;
}
#pagination.right{
	float:right;
}
#pagination a{
	color:#007fc4;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
}
#pagination .ditto_currentpage {
	color:#f7971c;
	font-weight:bold;
}
/*=======================================================
BREADCRUMBS
=======================================================*/
#breadcrumbs {
	position:relative;
	z-index:0;
	float:right;
	font-size:11px;
	margin-top:0px;
}
#breadcrumbs a {
	color:#C30;
	text-decoration:none;
}
#breadcrumbs .B_currentCrumb sup {
	display:none;
}
/*=================================================================
FOOTER
=================================================================*/
#footerh {
	margin:0 auto;
	background-color:#0080b2;
	height:300px;   /* Height of the footer */
}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	margin:0 auto;
	background:url(images/footerg.jpg) repeat-x;
}
#fh {
	margin:0 auto;
	width:950px;
	color:#fff;
	font-size:11px;
}
#globe {
	position:absolute;
	z-index:0;
	width:528px;
	height:300px;
	background:url(images/globe.png) no-repeat;
}
#footernav {
	position:relative;
	z-index:99;
	float:left;
	margin-right:25px;
	font-size:9px;
}
#fh ul {
	margin:0;
	padding:0;
}
#fh li {
	font-size:9px;
	padding:0px 5px 0px 5px;
	list-style:none;
	line-height:14px;
}
#fh a {
	color:#fff;
	text-decoration:none;
}
#fh a:Hover {
	color:#09C;
	text-decoration:none;
}
#fbot{
	border-top:1px solid #149cd1;
	padding:20px;
	margin-top:10px;
}
#fleft{
	float:left;
	margin-top:20px;
}
#fright{
	float:right;
	margin-top:-10px;
}
#fright h2{
	padding:5px 0px;
	margin:0px;
	float:left;
}

/*=================================================================
A-Z LISTING
=================================================================*/

#a-z{
	color:#ff;
	padding:5px 5px 5px 20px;
	margin-bottom:10px;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#a-z a{
	color:#fff;
	font-size:18px;
	padding:0px 2px;
	text-decoration:none;
}
#a-z a:Hover{
	color:#fff;
	font-size:18px;
	padding:0px 2px;
	text-decoration:underline;
}

#a-z a.viewall{
	position:absolute;
	top:150px;
	right:50px;
	color:#fff;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#a-z a.viewall_alt{
	position:absolute;
	top:450px;
	right:25px;
	color:#fff;
	font-size:10px;
	padding:5px;
	text-decoration:none;
	background-color:#1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.backtop{
	float:right;
	font-size:11px;
	padding:5px;
	color:#04aae8;
	text-decoration:none;
}






/*=================================================================
CALENDAR
=================================================================*/
table.month{
	width:100%;
    border:1px solid #fff;
    padding: 0;
    margin:20px auto;
}
#calendar table {
	width:100%;
    border:1px solid #fff;
    padding: 0;
    margin:20px auto;
    }

#calendar .navigation td, #calendar .monthnavigation{
    font-weight: bold;
    padding: 0 0 6px 0;
	text-shadow: #1f1f1f 0px 1px 2px;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0181b2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07a5ee', endColorstr='#0181b2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#07a5ee), to(#0181b2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #07a5ee,  #0181b2); /* for firefox 3.6+ */
    }
#calendar td.monthname {
    font-weight: bold;
    padding: 0 0 6px 0;
	text-shadow: #1f1f1f 0px 1px 2px;
	font-size: 18px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #0181b2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6321f', endColorstr='#7d1d1d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b6321f), to(#7d1d1d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #b6321f,  #7d1d1d); /* for firefox 3.6+ */
    }	
#calendar .navigation td a{
	color:#fff;
}
#calendar td.monthnavigation,
#calendar td.monthname {
    text-align: center;
    }

#calendar tr {
    min-height: 80px;
    height: 80px;
    }

#calendar tr.navigation,
#calendar tr.dayname {
    height: auto;
    }
    
/* how days this month will look, make dates appear in top right */
#calendar td.monthday,
#calendar .event {
    background: #eee;
    color: #000;
    padding: 6px;
    margin: 0;
    text-align: right;
    vertical-align: top;
    border: 1px solid #fff;
    width: 13%;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#calendar td.nomonthday {
    background: #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

#calendar tr.dayname td {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    }

#calendar a {
    text-decoration: none;
    }

#calendar a:hover {
    text-decoration: underline;
    }
        
#calendar .simplemodal {
    display: none;
    }

#calendar .eventcontent {
    text-align: left;
    padding-bottom: 6px;
    }

.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}

.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.saturday a {
	color: #667171;
}

.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}



/*=================================================================
SOCIAl FEEDS
=================================================================*/
#float{
	float:left;
	width:360px;
}
.rssFeed {

}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody {

}
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow div {
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd {
	background-color: #fff;
	}
.even {
	background-color: #fff;
	}

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}
/* TWITTER */
.twitterFeed
{
	
}
.twitterFeed a
{
	color: #000;
	font-weight: bold;
}
.twitterFeed a:hover, .twitterHeader a, .tweetName a { text-decoration: none; }
.twitterFeed a img { border: none; }
.twitterFeed img
{
	visibility:hidden;
	display:none;
	float: left;
	margin: 0 1em 1em 0;
}

.twitterHeader { padding: 0.2em 0; }
.twitterHeader span
{
	font-weight: bold;
	font-size: 2.2em;
}

.twitterBody
{
	clear: left;
}
.twitterBody ul { list-style: none; }
.twitterBody ul, .twitterRow, .twitterRow h4
{
	margin: 0;
	padding: 0;
}

.twitterRow { padding: 0.5em; }
.twitterRow p { }

.tweetName a, .tweetTime
{
	font-weight: bold;
	color: #444;
}
.tweetName
{
	float: left;
	font-size: 1.2em;
}
.tweetTime { text-align: right; }

/* YouTube */

#yt .video-item{
	width:150px;
	float:left;
	padding:5px 0px 5px 0px;
	
}
#yt .video-item .video-thumb{
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
#yt .video-info{
	line-height:12px;
}
#yt .video-count{
	position:relative;
	bottom:0;
}
#yt a.video-title{
	padding-top:5px;
	color:#a50000;
	text-decoration:none;
}
#yt .video-num-ratings{

	padding:0px 5px 0px 0px;
}
#yt .video-num-views{

	padding:0px 5px 0px 0px;
}
#yt .video a{
	color:#C30;
	text-decoration:none;
}


/*=================================================================
TIMELINE
=================================================================*/
#bgtimeline{
	background:url(images/bg_timeline.jpg) ;
}
#timeline {
	font-family: Georgia, serif;
		width: 735px;
		height: 400px;
		overflow: hidden;
		margin: 10px auto;
		position: relative;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		background: url('images/dot.gif') left 45px repeat-x;
	}
#bgtimeline #decades{
	color:#fff;
	font-size:20px;
	padding:10px;
}
#timeline a {
	color: #ffffcc;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timeline a:hover,
#timeline a.selected {
		color: #fff;
	}	
		#dates {
			width: 750px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 20px;
				text-align: center;
				background: url('images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 28px;
				}
		
		#issues {
			width: 750px;
			height: 400px;
			overflow: hidden;
		}	
			#issues li {
				width: 750px;
				height: 400px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					margin:0px 0px;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					font-family: Georgia, serif;
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					color:#fff;
					font-size: 14px;
					margin-right: 100px;
					font-weight: normal;
					line-height: 22px;
					text-shadow: #000 1px 1px 2px;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 400px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('images/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -38px;
			}
			#next {
				right: 0;
				background-image: url('images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
			
