/* -------------- Reset Styles -------------- */
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, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

/* -------------- general styles -------------- */

html,body{
	margin:0;
	padding:0;
}

body{
	font: 75% trebuchet ms, arial,sans-serif;
}

body.hydraulic-cylinders{
	background:#ececec url(/fend/images/bg.gif) repeat-y center top;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 30px;
	color: #4d6b90;
	font-size: 14px
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 15px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #3d769f;
    text-decoration: none;
}

h3 {
    font-size : 15px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #D58A00;
    text-decoration: none;
}

h4 {
    color: #003C66;
    font-size: 13px;
    font-family: trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : trebuchet ms, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}
p {
    font-family: trebuchet ms, Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000; 
	margin: 5px 0;
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: trebuchet ms, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #0097e4;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: trebuchet ms, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffa800;
    text-decoration: none;
}

/* site search form START*/
div#searchwrapper {
	width: 220px;
	height: 25px;
	background: url('/fend/images/search-backer.gif') no-repeat;
}

div#searchwrapper #search_string {
	float: left;
	background: none;
	border: 0px none;
	margin: 4px 0 0 25px;
	width: 140px;
}

#searchwrapper #search_submit {
	float: right;
	margin: 2px 2px 0 0;
	width: 50px;
	height: 21px;
}
/* site search form END*/

div#container{
	width:799px;
	text-align:left;
	margin:0 auto;
}

	div#headershell{
		position:relative;
	}
	
		ul#navmenu{
			height: 47px;
			background: url(/fend/images/nav-backer.jpg) no-repeat top;
			padding: 0 0 0 182px;
			margin: 0;
		}
		
			ul#navmenu li{
				float: left;
				display: inline;
				margin: 0;
				margin-right: 1px;
			}
			
				ul#navmenu li a{
					display: block;
					height: 47px;
					text-align: center;
					color: #fff;
					font-size: 14px;
					font-weight: normal;
				}
				
				ul#navmenu li a:hover{
					color: #ffa800;
					text-decoration: none;
				}
			
				li#navhome a{
					width: 53px;
					line-height: 35px;
				}
			
					li#navhome a:hover,
					li.navhome-active a{
						background: url(/fend/images/navhome.gif);
						color: #ffa800!important;
					}
				
				li#navaboutus a{
					width: 75px;
					line-height: 40px;
				}
			
					li#navaboutus a:hover,
					li.navaboutus-active a{
						background: url(/fend/images/navaboutus.gif);
						color: #ffa800!important;
					}
				
				li#navproducts a{
					width: 74px;
					line-height: 45px;
				}
			
					li#navproducts a:hover,
					li.navproducts-active a{
						background: url(/fend/images/navproducts.gif);
						color: #ffa800!important;
					}
				
				li#navsponsor a{
					width: 69px;
					line-height: 45px;
				}
			
					li#navsponsor a:hover,
					li.navsponsor-active a{
						background: url(/fend/images/navsponsor.gif);
						color: #ffa800!important;
					}
				
				li#navcontactus a{
					width: 88px;
					line-height: 40px;
				}
			
					li#navcontactus a:hover,
					li.navcontactus-active a{
						background: url(/fend/images/navcontactus.gif);
						color: #ffa800!important;
					}
				
				li#navsitemap a{
					width: 73px;
					line-height: 35px;
				}
			
					li#navsitemap a:hover,
					li.navsitemap-active a{
						background: url(/fend/images/navsitemap.gif);
						color: #ffa800!important;
					}
	
		div#headershell h1{
			height: 86px;
			background: url(/fend/images/cylindersplus-logo.gif) no-repeat center;
			text-align: center;
		}
		
			div#headershell h1 a span{
				display: none;
			}
	
	div#wrapper{
		margin: 0 10px;
		background: #dae6ee url(/fend/images/content-top.gif) no-repeat top;
		width: 780px;
		padding-bottom: 10px;
	}
	
		div#content{
			float:right;
			width:524px;
			padding-top: 10px;
		}
		
			div#contentwrapper{
				padding-right: 10px;
			}
	
		div#pagetitle{
			padding: 50px 0 10px 0;
			width: 230px;
			float: left;
			text-align: right;
		}
		
		div#columnshell{
			float: left;
			width: 240px;
		}
		
			div#columnshell h3{
				height: 32px;
				text-align: right;
				padding: 0 10px;
				margin: 10px 0 0 0;
				background: url(/fend/images/column-header.gif) no-repeat top;
				line-height: 32px;
				color: #fff;
			}
			
			div#columnshell div{
				margin: 0;
				background: #cddbe5 url(/fend/images/column-footer.gif) no-repeat bottom;
				padding: 10px;
				line-height: 14px;
			}
			
			ul#subnav{
				margin: 0;
				list-style-image: url(/fend/images/bullet.gif);
			}
			
				ul#subnav li{
					padding: 5px 0;
				}
		
	div#footershell{
		color: #FFF;
		clear:both;
		background: url(/fend/images/footer-backer.gif) no-repeat;
		background-position: 10px 0;
		height: 58px;
		text-align: center;
	}
	
		div#sencialogo{
			float: left;
			display: inline;
			margin: 43px 0 0 10px;
		}
		
		div#copyright{
			padding-top: 58px;
			color: #2977ae;
		}
		
		div#twi{
			float: right;
			display: inline;
			margin: 32px 10px 0 0;
		}
		
		.dimension-shade{background-color: #cdeafe;}
    	

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/

/* ------------------ Calendar START -----------------------*/
.calendar_table
{
	border: solid 1px #000;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: #dddddd;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #000;
}
.calendar_dayname_cell
{
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: 0px;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
/* ------------------ Calendar END -----------------------*/

/* --------------- Event Listing START -------------------*/

.event-listing-table{width: 100%;}
.event-header-row{}
.event-header-cell{background-color: #bec9d6;}
.event-month-row{}
.event-month-cell{}
.event-row-1{}
.event-row-2{}
.event-cell-1{}
.event-cell-2{}
.event-event-col{}
.event-date-col{}
.event-info-col{}

/* --------------- Event Listing END ---------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

