html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #454444;
	color: #0000;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-size: 11px 
	
}

a:link{
	color: #ff9900;
}

a:vlink{
	color: #ff9900;
}

img{
	border: 0;
}

.clear {
	visibility: hidden;
	height: 1%;
	clear: both;
}

sup{
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	
}


#wrapper{
	width: 100%;
}

#content{
	border: solid 1px #f68121;
	width: 837px;
	margin: 0 auto;
	background: #d8d8d8 url(../images/bg-content-tile.jpg) repeat-y 0 0;
}

	#content.sub{
		background-color: #fff;
	}

#header{
	background-color: #000;
	width: 836px;
}

#header img{
	margin-left: 112px;
}

#left-content, #right-content{
	float: left;
}

#left-content{
	width: 150px;
	background-color: #000;
	min-height: 470px;
}

#right-content{
	width: 685px;
	
}

/* NAVIGATION
----------------------------------------*/

#nav{
	height: 300px;
	border-bottom: 25px solid #F47121;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 150px;
	
}

#nav a {
	display: block;
	width: 130px;
}

#nav li {
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 150px;
	
}

#nav li:hover{
	position: static;
}

/*Position the dropdowns out of sight*/
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left : 150px;
	margin-top : -25px;
	background-color:#000;
	border: 1px solid #fff;
	
}

/*Then bring them back.*/
#nav li:hover ul {
	left: auto;
	
}

#nav li a{
	width: 130px;
	display : block;
	color : #ff9900;
	font-weight : bold;
	text-decoration : none;
	padding : 5px 0 5px 20px;
	cursor: pointer;
	
}

#nav li a:hover {
		color : #000;
		background-color :#F47121;
}

#nav li a.flyout{
	background: transparent url(http://www.kinedyne.com/SpryAssets/SpryMenuBarRightHover.gif) no-repeat 95% 50%;
}

#nav li a.flyout:hover{
	background: #F47121 url(http://www.kinedyne.com/SpryAssets/SpryMenuBarRight.gif) no-repeat 95% 50%;
	
}



/*make hovers work in IE*/
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* SUB CONTENT
----------------------------------------*/
#flash-content{
	margin-bottom: -5px;
	background: #fff;
}

#sub-content{
	width: 687px;
}

#sub-content a.more{
	display: block;
	background: url(../images/more-bracket.jpg) no-repeat 100% 50%;
	margin: 5px 0;
	padding-right: 5px;
	color: #000;
	text-decoration: underline;
	width: 60px;
}

#sub-content a.more.long{
	width: 140px;
}

#sub-content a.more.center{
	margin: 0 auto;
	margin-bottom: 5px;
}

h1#products{
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffc500;
	padding: 5px 0;
	border-bottom: #fa7210 solid 7px;
}

#news{
	width: 687px;
	
}

#news h2{
	font-size: 14px;
	color: #f47121;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	
}

#news h2.item-header{
	border-top: 1px solid #a0a0a0;
	padding-top: 5px;
	clear: both;
}

.news-tile{
	float: left;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	width: 340px;
	margin-left: 2px;
}

.news-tile.right{
	margin-left: 0px;
	border-right: 0;
}

.news-tile .thumb{
	width: 143px;
	min-height: 80px;
	float: left;
	margin: 10px 0px 0 5px;
}

.news-tile .thumb a img{
	border: 1px solid #fff;
}

.news-lead{
	float: left;
	width: 180px;
	margin: 10px 0 10px 9px;
}

.news-lead h3{
	line-height: 14px;
	margin-bottom: 5px;
}

.news-lead h3 a {
	color: #f47121;
	font-size: 14px;
	margin-right: 6px;
	
}
.news-lead p{
	font-size: 11px;
	color: #373737;
	margin-right: 6px;
	min-height: 60px;
}

/* NEWS RELEASES
----------------------------------------*/

ul#news-releases{
	margin-left: 25px;
	list-style-type: none;
}

ul#news-releases li{
	border-bottom: 1px solid #efefef;
	margin:0 10px 0 0;
	padding:5px;
	
}

ul#news-releases li a{
	color:#000;
}


#socmed-wrapper{
	width: 100%;
}

#socmed-content{
	margin: 15px auto;
	padding-top: 25px;
	width: 837px;
	background: url(../images/hr-socmed.jpg) repeat-x 0 0;
}

#socmed-content ul{
	list-style-type: none;
	width: 837px;
	height: 60px;
	background: url(../images/hr-socmed.jpg) repeat-x 0 100%;
}

#socmed-content ul li{
	float: left;
	display: block;
	margin-right: 60px;
}

#socmed-content ul li.last{
	margin-right: 0;
}

#socmed-content ul li a{
	display: block;
	text-indent: -9999px;
	height: 35px;
}

#socmed-content ul li a#twitter{
	background: url(../images/but-socmed.jpg) no-repeat 0 0;
	width: 212px;
	
}

#socmed-content ul li a#facebook{
	background: url(../images/but-socmed-02.jpg) no-repeat 0 0;
	width: 251px;
}

#socmed-content ul li a#youtube{
	background: url(../images/but-socmed-03.jpg) no-repeat 0 0;
	width: 247px;
}

/* VIDEO LIBRARY
----------------------------------------*/
.content-headline{
	color: #F47121;
	padding-bottom: 10px;
	border-bottom: 1px solid #9b9b9b;
	margin: 20px ;
}

#video-lib{
	float:left;
	margin:20px;
	width:296px;
}
.video-player{
	float:left;
	margin:20px 0 0;
	width:320px;
	
}

	.video-player p{
		text-align: center	;
		color: #F47121 ;
		margin-bottom: 10px;
		font-weight: bold;
	}

#video-lib ul{
	border-bottom:1px dotted #9b9b9b;
	padding-bottom:10px;
	margin-bottom: 15px;
	padding-left: 100px;
	width: 180px;
	list-style-type: none;
}

	#video-lib ul#flatbed-prods{
		background: url(../images/main_video1.jpg) no-repeat 0 0;
	}
	
	#video-lib ul#interior-prods{
		background: url(../images/main_video2.jpg) no-repeat 0 4px;
		min-height: 108px;
	}
	
	#video-lib ul#irt{
		background: url(../images/main_video3.jpg) no-repeat 0 4px;
	}

#video-lib ul li{
	display: block;
	height: 28px;
}

#video-lib ul li h3{
	color: #F47121;
	padding-left: 10px;
}

#video-lib ul li a{
	background: url(../images/but-video.jpg) no-repeat 0 0;
	display: block;
	height: 20px;
	color: #000;
	padding:8px 0 0 45px;
	font-weight: bold;
}

#video-lib ul li a:hover{
	background: url(../images/but-video.jpg) no-repeat 0 -28px;
}

#subnav ul{
	margin-left: 20px;
	display: block;
	height: 25px;
	list-style-type: none;
}

#subnav li{
	float: left;
	margin-right: 25px;
}

#subnav a{
	color: #F47121;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

#subnav a:hover{
	text-decoration: none;
}


.anchor-nav{
	margin: 20px;
	clear: both;
}

.anchor-nav ul{
	float: left;
	list-style-type: none;
	width: 260px;
}

.anchor-nav ul li{
	display: block;
	background: url(../images/squarebullet.gif) no-repeat 0 8px;
	padding: 5px 0 5px 15px;
}

.anchor-nav ul li a{
	font-size: 12px;
	color: #F47121;
	text-decoration: underline;
}

.anchor-nav ul li a:hover{
	text-decoration: none;
}

.primary-content{
	margin: 45px 20px 20px 20px;
	clear: both;
}

.primary-content h3{
	font-size: 16px;
	margin: 10px 0;
}

.primary-content p{
	font-size: 12px;
	margin: 8px 0;
	line-height: 18px;
}

.primary-content a{
	color: #F47121;
	text-decoration: underline;
	font-size: 12px;
}

.primary-content a:hover{
	text-decoration: none;
}

.primary-content form{
	font-size: 12px;
}

.primary-content ul.inline, .primary-content ol.inline {
	margin-left: 18px;
	font-size: 12px;
}

#location-nav{
	display: block;
	height: 35px;
	margin-top: 10px;
}

#location-nav li{
	float: left;
	display: block;
	background: url(../images/squarebullet.gif) no-repeat 0 8px;
	padding: 5px 0 5px 15px;
	margin-right: 20px;
}

#location-nav li a{
	font-size: 13px;
}

.addy{
	float: left;
	width: 280px;
}

a.bigger{
	font-size: 15px;
}

hr.dotted {
       border : 0;
       height : 19px;
       background : url(../images/dotted-hr.gif) no-repeat 50% 0 ;
       margin : 1em 0;
       }