/* -------------- 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: 76% arial,sans-serif;
}

body.fend{
	background:#000;
	width: 100%;
	height: 100%;
}

h1{
	font: bold 18px/24px Arial, Helvetica, sans-serif;
    color: #879b46;
}

h2{
	font: bold 16px/22px Arial, Helvetica, sans-serif;
    color : #005064;
}

h3{
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
    color : #669900;
}

h4{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
    color: #8d8d8d;
}

h5{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
    color : #8d8d8d;
	text-transform: uppercase;
}

p{
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
	margin: 5px;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 25px;
	color: #879b46;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a:link, a:visited, a:active{ 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #42a4d7;
    text-decoration: none;
}

a:hover{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #597805;
    text-decoration: underline;
}

table{
	border-collapse: collapse;
}

td{
	padding: 3px;
}

a img{
	border: 0px;
}

.imglink{
	border: 0;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

div#maincontainer{
	background: #fff url(/fend/images/bg-top.jpg) repeat-x top;
	position: relative;
	min-height: 265px;
}

	div#outercontainer{
		background: url(/fend/images/bg-bottom.jpg) repeat-x bottom;
		min-height: 252px;
	}
		
		div#innercontainer{
			width: 916px;
			margin: 0 auto;
		}
		
		div#headershell{
			position: relative;
			height: 100px;
			background: url(/fend/images/container-top.gif) bottom no-repeat;
		}
		
			div#finntasticlogo{
				width: 282px;
				height: 76px;
				background: url(/fend/images/finntasticlogo.jpg) no-repeat;
				position: absolute;
				top: 0;
				left: 15px;
			}
			
			div#navwrapper{
				position: absolute;
				right: 20px;
				bottom: 10px;
			}
			
			ul#topnav{
				background: url(/fend/images/bg-topnav.gif) repeat-x;
				height: 30px;
				max-width: 300px;
				width: auto !important;
				position: absolute;
				top: 0;
				right: 15px;
				margin: 0;
			}
			
				ul#topnav li{
					margin: 0 12px;
					float: left;
					list-style-type: none;
				}
				
				ul#topnav li a{
					line-height: 30px;
				}
				
				ul#topnav li a:hover, div#rootlinks a:hover{
					color: #fff;
				}
		
		div#content-container{
			background: url(/fend/images/innercontainer-backer.gif) repeat-y;
		}
		
		div#outerwrapper{
			background: url(/fend/images/container-top.jpg) no-repeat top;
		}
		
			div#innerwrapper{
				background: url(/fend/images/container-bottom.jpg) no-repeat bottom;
				padding: 0 14px 0 20px;
				min-height: 400px;
				height: auto !important;
				height: 400px;
			}
			
				div#navtrail{
					float: left;
					font-size: 11px;
				}
				
				div#navtrail a{
					font-size: 11px;
				}

				div#content{
					float:left;
					width:655px;
					margin: 10px 0 30px 0;
				}
				
				div#columnshell{
					float:right;
					width:210px;
					margin-bottom: 30px;
				}
				
					/* ------------------ site search form START -----------------------*/
					div#searchwrapper{
						width: 210px;
						height: 35px;
						background: url('/fend/images/search-backer.gif') no-repeat;
					}
					
					div#searchwrapper #search_string{
						float: left;
						background: none;
						border: 0px none;
						margin: 8px 0 0 30px;
						width: 130px;
					}
					
					#searchwrapper #search_submit{
						float: right;
						margin: 7px 7px 0 0;
						width: 40px;
						height: 21px;
					}
					/* ------------------ site search form END -----------------------*/
					
					div#cartwrapper{
						width: 210px;
						height: 82px;
						background: url(/fend/images/cart-backer.gif) no-repeat;
						margin-top: 10px;
					}
					
						div#cartcontents{
							width: 180px;
							padding: 45px 0 0 16px;
							color: #fff;
						}
						
						div#cartcontents a{
							color: #c6e4ff;
						}
						
					div#catdownwrapper{
						width: 210px;
						height: 114px;
						background: url(/fend/images/catalogdownload-backer.gif) no-repeat;
						margin-top: 10px;
					}
					
						div#catdowncontents{
							width: 180px;
							padding: 40px 0 0 16px;
						}
						
						a#imglink-catdown{
							width: 152px;
							height: 33px;
							background: url(/fend/images/imglink-catdown.gif) no-repeat;
							display: block;
							margin: 2px 0 0 10px;
						}
						
					h2#title-contactinfo{
						width: 210px;
						height: 20px;
						background: url(/fend/images/title-contactinfo.gif) no-repeat;
						margin-top: 10px;
					}
					
					div#sencialogo{
						margin-top: 40px;
					}
		
		div#footershell{
			height: 52px;
			color: #647e8f;
		}
	
			div#rootlinks {
				text-align: center;
			}
			
			div#copyright{
				text-align: center;
				font-size: 10px;
				margin: 10px 0;
			}

/*------------------ 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{
	margin-top: 3px;
	float: left;
}

div#quantity-add input{
	margin-left: 10px;
}

span.comersus-item-description{
	display: none;
}

ul#accessorynav{
	list-style: url(/fend/images/bullet-green.gif);
	float: left;
}

	ul#accessorynav li{
		margin: 1px 15px;
	}
	
div#featuredproducts{
	margin-top: 10px;
}
	
	div#featuredproducts h3{
		background: url(/fend/images/title-featuredproducts.gif) no-repeat top;
		height: 30px;
	}
	
		div#featuredproducts h3 span{
			display: none;
		}
		
	div#featuredproducts ul{
		margin: 0;
		list-style: none;
	}
	
		div#featuredproducts ul li{
			margin: 0;
			float: left;
			width: 200px;
			padding: 0 9px;
			text-align: center;
		}


/* 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: 16px;
	color: #003256;
}
th.comersusnewcustomer,
td.comersusnewcustomer{
	width: 70%;
	border-right: 1px solid #ccc;
}
th.comersusreturningcustomer,
td.comersusreturningcustomer{
	width: 30%;
}

td.comersusnewcustomer{
}

div.comersus-new-user{
	padding: 10px;
	background: #ffedee;
	border: 1px solid #e8a9ad;
}
div.comersus-new-user a{font-size: 18px;}

/* --------------- Comersus 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;
}


