#singleProduct {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	text-align: left;
}

#leftColumn {
	position: relative;
	top: 25px;
	width: 325px;
	float: left;
}

#rightColumn {
	position: relative;
	top: 105px;
	width: 510px;
	left: 25px;
	float: left;
}



/******** NAVIGATION TABS *********/

#nav {
	width: 949px;
	background-color:#001B2F;
	font-size: 120%;
	color: #7d8c95;
	line-height: 40px;
	clear: both;
	margin:0px;
	padding:0px;
	font-family: Rockwell, Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	color: #7d8c95;
	width: 100%;
	margin-left: 25px;
	height: 45px;
}
 
#nav ul li {
	display: inline;
	list-style-type: none;
	margin-left: 30px;
	
}

#nav ul li a {
	list-style-type: none;
	color: #7d8c95;
}

li#nav_fishtv a {
	display:block; 
	width: 117px; 
	height:45px; 
	float:left; 
	margin-left: 30px;
	margin-right:70px; 
	background-image: url(/images/NavBtnFishTV1.png); 	/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnFishTV.gif);		/*IE will apply this one*/
}

li#nav_fishtv a:hover {background-position: -117px 0; }

li#nav_fishtv a.select {
	background-position: -117px 0;
	background-image: url(/images/NavBtnFishTV1.png); 	/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnFishTV.gif);		/*IE will apply this one*/
	
}

li#nav_acc a {
	display:block; 
	width: 197px; 
	height:45px; 
	float:left; 
	margin-right:70px; 
	background-image: url(/images/NavBtnAcc.png);  		/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnAcc.gif); 		/*IE will apply this one*/
}
	
li#nav_acc a:hover {background-position: -197px 0; }

li#nav_acc a.select {
	background-position: -197px 0;
	background-image: url(/images/NavBtnAcc.png); 		/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnAcc.gif);		/*IE will apply this one*/
	
}

li#nav_contact a {
	display:block; 
	width: 185px; 
	height:45px; 
	float:left;
	margin-right:70px; 
	background-image: url(/images/NavBtnContact.png);  	/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnContact.gif); 	/*IE will apply this one*/
}

li#nav_contact a:hover {background-position: -185px 0; }

li#nav_contact a.select {
	background-position: -185px 0;
	background-image: url(/images/NavBtnContact.png); 	/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnContact.gif);	/*IE will apply this one*/
	
}

li#nav_home a {
	display:block; 
	width: 117px; 
	height:45px; 
	float:left; 
	background-image: url(/images/NavBtnHome.png); 		/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnHome.gif);		/*IE will apply this one*/
}

li#nav_home a:hover {background-position: -117px 0; }

li#nav_home a.select {
	background-position: -117px 0;
	background-image: url(/images/NavBtnHome.png); 		/*Mozilla/Safari will apply this one*/
	*background-image: url(/images/NavBtnHome.gif);		/*IE will apply this one*/
	
}

#nav ul li a:hover {
	display: block;
	list-style-type: none;
	color: #FFF;
}


.selected {
	display: inline;
	list-style-type: none;
	color: #FFF;
	width: 140px!important;
	background:	#1d4565;
	padding: 6px 18px 8px 18px;
	font-family: Rockwell, Helvetica, Arial, sans-serif;
	font-size: 24px;
}

.selected a {
	color: #FFF!important;
}

/******** END NAVIGATION TABS *********/

/***************************************
********** PRODUCT INFO TABS ***********
***************************************/

.product_tab_subnav_table{
	padding-top:31px;
	margin-bottom:4px;
	border-bottom: 2px solid #558899;
	width: 520px;
}

#minitab_buy_text{line-height:1.5em;}
#minitab_features_text{line-height:1.5em;}
#minitab_specs_text{line-height:1.5em;}

.productText {
	font-size: 1.2em;
	width: 520px;
	line-height: 1.4em;
	font-family: Helvetica, arial, sans-serif;
}

/******* END PRODUCT INFO TABS ********/

/***************************************
************ TEMP INFO TABS ************
***************************************/

#tabs {
	width: 520px;
	clear: both;
	margin:0;
	border-bottom: 2px solid #558899;
}

#tabs ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #7d8c95;
	width: 100%;
	margin-left: 0px;
	height: 35px;
}
 
#tabs ul li {
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;	
}

#tabs ul li a {
	list-style-type: none;
	color: #7d8c95;
}

li#tab_features a {
	display:block; 
	width: 189px; 
	height:35px; 
	float:left; 
	background-image: url(/images/tab_features_off.gif);
}

li#tab_features a:hover {
	background-image: url(/images/tab_features_on.gif);
}

li#tab_features .select {background-image: url(/images/tab_features_on.gif);}

li#tab_specs a {
	display:block; 
	width: 154px; 
	height:35px; 
	float:left; 
	background-image: url(/images/tab_specs_off.gif);
}

li#tab_specs a:hover {background-image: url(/images/tab_specs_on.gif);}

li#tab_specs .select {background-image: url(/images/tab_specs_on.gif);}

li#tab_images a {
	display:block; 
	width: 160px; 
	height:35px; 
	float:left; 
	background-image: url(/images/tab_images_off.gif);
}

li#tab_images a:hover {background-image: url(/images/tab_images_on.gif);}

li#tab_images .select {background-image: url(/images/tab_images_on.gif);}

/***************************************
********* END TEMP INFO TABS ***********
***************************************/


a.BuyNow {
	position: relative;
	top: 20px;
    background:url(/images/BtnBig_Norm.png) repeat-x;
    background-color: #2c5b6e;
    color: #FFF;
    font: bold 18px helvetica, arial, sans-serif;
    height: 45px;
    padding: 12px 50px 12px 50px;
    text-decoration: none;
    border: 1px solid #FFF;
    clear: both;
}

a.BuyNow:hover {
	color: #FFFFFF;
	background:url(/images/BtnBig_Over.png) repeat-x!important;
	background-color: #001C30;
}

/************************
   EXTRA IMAGES
************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail img {
    border: 2px solid #000;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 4px;
left: -400px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40px;
*top: -100px; /* IE ONLY */
left: 100px; /*position where enlarged image should offset horizontally */

}

/****************************
     ADDITIONAL MISC STUFF
****************************/
.product_info p {
	font-size: 1.2em;
}

.tabcontent {
	width: 520px;
	line-height: 1.6em;
}

.tabcontent p {
	line-height: 1.6em;
}

.tabcontent img {
	border: 2px solid #000;
}

.tabcontent img:hover {
	border: 2px solid #999; 
}

/**************************
        FLASH MOVIE
**************************/
.flashMovie {
        position: relative;
        top: 5px;
        left: 30px;
        z-index: 10;
}
