/* -------------- 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: "" "";}

/* --------------- default styles START -------------------*/
html,body{
	margin:0;
	padding:0;
	color: #fff;
}

body{
	font: 76% Arial, Verdana, Helvetica, sans-serif;
}

body.fend{
	background:#59697e url(/fend/images/bg.jpg) repeat-x top left;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
}

h1 {
	color: #dce3ee;
	font-size: 16px;
	line-height: 26px;
}

h2 {
	color: #b6bcc5;
	font-size: 14px;
	line-height: 24px;
}

h3 {
	color: #99afd0;
	font-size: 13px;
	line-height: 23px;
}

h4 {
	color: #eae6a1;
	font-size: 12px;
	line-height: 22px;
}

h5 {
	color: #909090;
	font-size: 11px;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

p {
    font-size: 12px;
    color: #fff;
	text-align: left;
	margin: 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-weight: normal;
    color: #ffea00;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-weight: normal;
    color: #88ceff;
    text-decoration: underline;
}

input, select, option, textarea {
	background: #000;
	border: 1px solid #535353;
	color: #fff;
	font-family: arial;
	font-size: 10px;
	padding: 2px;
}

option {
	border: 0 none;
}

table {
	border-spacing: 0px;
}

#content table {
	border-color: #535353;
	border: 1px solid #535353;
	background: #2d2d2d;
}

td {
	padding: 2px 5px;
	color: #fff;
}

ul, ol, li {
	list-style: inside disc;
	text-align: left;
}

li {
	margin: 5px 10px;
    color: #fff;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}
/* --------------- default styles END -------------------*/

div#container{
	width: 780px;
	text-align: left;
	margin: 10px auto;
}

	div#headershell{
		position: relative;
	}
	
		div#header {
			height: 84px;
			background: url('/fend/images/header.png') no-repeat;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/header.png', sizingMethod='crop');
		}
		
			div#topnav {
				position: relative;
				top: 20px;
				left: 619px;
			}
		
				div#topnav a {
					display: block;
					height: 30px;
					position: relative;
				}
			
				a#link-home {
					width: 26px;
					float: left;
					margin-right: 10px;
				}
			
				a#link-sitemap {
					width: 40px;
					float: left;
					margin-right: 10px;
				}
			
				a#link-contact {
					float: left;
					width: 43px;
				}

	div#wrapper {
		background: url('/fend/images/content-backer.png') repeat-y;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/content-backer.png', sizingMethod='scale');
		width: 780px;
		position: relative;
		z-index: 1;
	}

		div#innerwrapper {
			padding: 0 15px;
		}

			div#navwrapper {
				height: 32px;
				background: url('/fend/images/nav-backer.png') repeat-x left;
				z-index: 99;
			}
			
			div#commercebar {
				height: 32px;
				background: url('/fend/images/commercebar-backer.png') repeat-x;
				line-height: 32px;
				 color: #fff;
			}

				div#searchwrapper {
					float: left;
					width: 220px;
					height: 23px;
					background: url('/fend/images/search-backer.gif') no-repeat;
					margin: 4px 0 0 5px;
				}
				
					div#searchwrapper #search_string {
						float: left;
						background: none;
						border: 0px none;
						margin: 4px 0 0 28px;
						width: 135px;
						color: #fff;
					}
					
					#searchwrapper #search_submit {
						float: right;
						margin: 1px 1px 0 0;
						padding: 0;
						width: 50px;
						height: 21px;
						border: 0px none;
					}
				
				div#cartlink {
					float: right;
					margin: 0 10px 0 0;
				}

			div#pagetitle-wrapper {
				height: 30px;
				background: url('/fend/images/pagetitle-backer.jpg') no-repeat;
				line-height: 30px;
			}
			
				div#pagetitle {
					float: left;
					margin: 0 0 0 20px;
				}
				
					div#pagetitle h2 {
						color: #343434;
						font-style: italic;
						line-height: 30px;
					}

				div#navtrail {
					float: right;
					margin: 0 15px;
					color: #fff;
				}
				
					#navtrail a {
						color: #000;
					}
				
				div#print {
					float: right;
					margin: 5px 10px 10px 10px;
				}

			div#content-container {
				background: url('/fend/images/content-bottom.jpg') no-repeat bottom left;
				min-height: 150px;
			}

				div#content-top {
					background: url('/fend/images/content-top.jpg') no-repeat top left;
					width: 100%;
					padding-bottom: 20px;
				}

					div#content-home {
						float: left;
						width: 535px;
						padding: 10px 0 10px 10px;
					}

					div#content {
						padding: 10px 0 10px 10px;
					}

					div#columnshell{
						float: right;
						width: 190px;
						padding: 0 0 15px 0;
					}
					
						div.sidebar {
							margin: 15px 0 0 0;
						}
						
							div.sidebar .title-light {
								height: 22px;
								background: url('/fend/images/sidebar-title-featuredvideo.gif') no-repeat;
							}
							
								div.sidebar .title-light h3 {
									display: none;
								}
							
							div.sidebar .content-light {
								background: url('/fend/images/sidebar-backer-light.gif') repeat-y;
								padding: 5px 10px 0 10px;
								color: #a9a9a9;
							}
							
							div.sidebar .bottom-light {
								height: 10px;
								background: url('/fend/images/sidebar-bottom-light.gif') no-repeat;
							}
							
							div.sidebar .title-dark {
								height: 22px;
								background: url('/fend/images/sidebar-title-ownerfeedback.gif') no-repeat;
							}
							
								div.sidebar .title-dark h3 {
									display: none;
								}
							
							div.sidebar .content-dark {
								background: url('/fend/images/sidebar-backer-dark.gif') repeat-y;
								padding: 5px 10px 0 10px;
								color: #a9a9a9;
							}
							
							div.sidebar .bottom-dark {
								height: 10px;
								background: url('/fend/images/sidebar-bottom-dark.gif') no-repeat;
							}
							
							div.sidebar p{
								margin: 0;
								padding: 10px 0;
							}

	div#footershell{
		background: url('/fend/images/footer-backer.png') no-repeat;
		_background-image: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/footer-backer.png', sizingMethod='scale');
		color: #FFF;
		clear:both;
		height: 55px;
	}
	
		div#rootlinks {
			margin: 0 0 0 30px;
			color: #fff;
			text-transform: uppercase;
			float: left;
			line-height: 40px;
			position: relative;
			display: inline;
		}
		
			div#rootlinks a {
				color: #000;
				font-size: 10px;
			}
		
		div#sencialogo {
			position: relative;
			float: right;
			margin: 6px 25px 0 0;
			display: inline;
		}
	
	div#copyright {
		text-align: center;
		color: #000;
	}
	
/*------------------ Custom Form START -----------------------*/
ul.customform,
ul.customform2{
	margin: 0;
}

	ul.customform li{
		list-style: none;
		margin: 0 10px 5px 0;
		float: left;
		width: 350px;
	}
	
		ul.customform label{
			width: 150px;
			text-align: right;
			line-height: 25px;
			float: left;
		}
		
			ul.customform input,
			ul.customform select{
				width: 190px;
				float: right;
				font-size: 12px;
			}

ul.customform2 li{
	list-style: none;
	margin: 0 10px 5px 10px;
}
		
ul.customform2 li.padleft{
	padding-left: 10px;
	padding-bottom: 5px;
}

	ul.customform2 label{
		text-align: right;
	}
	
		ul.customform2 input,
		ul.customform2 select{
			font-size: 12px;
		}

input.send {
	background: url(/fend/images/btn-send.gif);
	height: 21px;
	width: 60px;
	border: 0;
	cursor: pointer;
}

input.reset {
	background: url(/fend/images/btn-reset.gif);
	height: 21px;
	width: 60px;
	border: 0;
	cursor: pointer;
}
/*------------------ Custom Form END -----------------------*/

/*------------------ 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 ---------------------*/

/* --------------- Comersus START ---------------------*/

div#quantity-add select{
	float: left;
}

div#quantity-add input{
	margin-left: 10px;
	border: none;
	background: none;
}

a.nav img{
	padding-right: 5px;
}


/* checkout page */
table.comersuscheckout{
	width: 100%;
}
table.comersuscheckout th,
table.comersuscheckout td{
	text-align: left;
	padding: 5px 10px;
}
table.comersuscheckout th{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
th.comersusnewcustomer,
td.comersusnewcustomer{
	width: 70%;
	border-right: 1px solid #000;
}
th.comersusreturningcustomer,
td.comersusreturningcustomer{
	width: 30%;
	border-left: 1px solid #333;
}

td.comersusnewcustomer{
}

div.comersus-new-user{
}
div.comersus-new-user a{font-weight: bold;}

/* --------------- Comersus END ---------------------*/

/* --------------- Gear Calculator START ---------------------*/

div#gearcalculator ul{
	margin: 5px 0;
	list-style: none;
	float: left;
}

	div#gearcalculator li{
		clear: both;
		width: 230px;
		list-style: none;
		margin: 5px 0;
	}
	
		div#gearcalculator label{
			width: 100px;
			display: block;
			float: left;
			text-align: right;
		}

		div#gearcalculator input{
			width: 100px;
			margin-left: 10px;
		}

div#gearcalculator th{
	background: #414141 url(/fend/images/th-backer.gif) repeat-x;
	font-weight: bold;
	font-size: 11px;
	color: #9c9c9c;
}

tr.highlight td{
	background: #333333;
}

/* --------------- Gear Calculator 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;
}

