@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}
html,body {
	margin:0;
	padding:0;
	height:95%;
	background-color: #000;
	background-image: url(../images/common/triton_bkg01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
/***********************
LAYOUT
************************/
#flashbkg {
	height:100%;
	width:100%;
	float: left;
	position: absolute;
}
#logobar {
	width: 900px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}
#logobar #searchpanel{
	width: 200px;
	position: absolute;
	z-index: 999;
	padding-top: 10px;
	padding-left: 655px;
}
#logobar #searchpanel .search{
	width: 200px;
	height: 16px;
	background-color: #666;
	border: 1px solid #999;
	padding: 2px;
	color: #CCC;
	font-size: 12px;
	margin-right: 5px;
}
#container {
	min-height:100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	/*background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;*/
}
/**********************/
#mainnav {
	width: 900px;
	height: 30px;
	background-image: url(../images/common/triton_menu.gif);
	background-repeat: no-repeat;
}
/**********************/
#spotlight {
	width: 900px;
	height: 400px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #131314;
	border-bottom-color: #131314;
	background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;
}
#spotlight #product_image{
	width: 350px;
	height: 400px;
	background-color: #1e1c1d;
	float: left;
	overflow: hidden;
	/*background-color: #3F0;*/
}
#spotlight #product_description{
	width: 339px;
	height: 345px;
	float: left;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	/*background-color: #3FC;*/
}
#spotlight #spotlight_content{
	width: 520px;
	height: 345px;
	float: left;
	padding: 15px;
}

#spotlight #scroller{
	border:0;
	height:330px;
	overflow : auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#spotlight #legal{
	width: 339px;
	height: 25px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	color: #666;
	/*background-color: #FC0;*/
	font-size: 11px;
	line-height: 12px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
#spotlight #functions{
	float: right;
	/*width: 180px;*/
	font-weight: bold;
	/*background-color: #63F;*/
}
#spotlight #functions a {
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 10px;
	/*width: 160px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	}
#spotlight #functions a:link {
	color: #ccc;
	}
#spotlight #functions a:hover {
	color: #ccc;
	font-weight: bold;
}
#spotlight #functions .hidden {
  display: none;
}
#spotlight #product_tools{
	width: 540px;
	height: 75px;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
}
/**********************/
#storelocator {
	width: 900px;
	height: 600px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #131314;
	border-bottom-color: #131314;
	background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;
}
#storelocator #map{
	width: 550px;
	height: 600px;
	background-color: #1e1c1d;
	float: left;
	overflow: hidden;
	/*background-color: #3F0;*/
}
#storelocator #stores_list{
	width: 320px;
	height: 420px;
	float: left;
	padding: 15px;
}

#storelocator #scroller{
	border:0;
	height:427px;
	overflow : auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
/**********************/
#carousel {
	width: 900px;
	height: 173px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #131314;
	background-color: #1E1C1D;
	height: 173px;
	width: 900px;
	background-image: url(../images/common/carousel_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
/**********************/
#bottompanel {
	width: 870px;
	font-size: 12px;	/* Height of the footer + 30 of push*/
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;
	float: left;
}
/*********************/
#info, #freeflow {
	padding: 15px;
	background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;
}
/*********************/
#favorites {
	padding: 15px;
	background-image: url(../images/common/ghostBKG.png);
	background-repeat: repeat;
}
#favorites #product_image{
	width: 140px;
	height: 160px;
	background-color: #1e1c1d;
	float: left;
	overflow: hidden;
	/*background-color: #3F0;*/
}
#favorites #product_description{
	width: 715px;
	float: left;
	padding-left: 15px;	/*background-color: #3FC;*/
}
#favorites #spotlight_content{
	width: 520px;
	height: 345px;
	float: left;
	padding: 15px;
}
#favorites #functions{
	float: left;
	padding-top: 20px;
	padding-bottom:20px;
	font-weight: bold;
	width: 870px;
	text-align: center;
}
#favorites #functions a {
	color: #ccc;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 7px;
	border: 1px solid #333;
	}
#favorites #functions a:link {
	color: #ccc;
	}
#favorites #functions a:hover {
	color: #ccc;
	font-weight: bold;
}
#favorites #functions .hidden {
  display: none;
}
/*********************/
#footer {
	bottom:0;
	width:870px;			/* Height of the footer */
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/common/bottomnav_tritonlogo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	display: block;
}
.bar_closure {
	width: 900px;
	height: 30px;
	background-image: url(../images/common/bottom_panel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/**************************
HOMEPAGE SLIDESHOW 
***************************/
#homepage_slideshow {
	width: 900px;
	background-color: #1e1c1d;
	height: 575px;
	/*
	background-image: url(../images/common/carousel_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #131314;
	border-bottom-color: #131314;
}
.homepage_slideshow_panel{
	padding: 10px;
}
.homepage_slideshow_panel h2{
	color: #FC0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 16px;
}
.homepage_slideshow_panel, .homepage_slideshow_panel p {
	color: #fff;
	
}
/*********************
LINKS
*********************/
.homepage_slideshow_panel a:link {
	color: #FC0;
}

.homepage_slideshow_panel a:visited {
  color: #FC0;
}

.homepage_slideshow_panel a:hover {
	text-decoration: none;
}

.homepage_slideshow_panel a:active {
	color: #FC0;
}
/***********************
SLIDING PANEL
************************/
#bottompanel_slide {
	display: none;
}
.slider_handle {
	
	width: 900px;
}
.panel_btn {
	width: 900px;
	height: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../images/common/bottom_panel_btn.gif);
	background-repeat: no-repeat;
	background-position: right -30px;
}
.toggle_btn {
	background-position: right 0px;
}
/**************************
LENS VIEW
***************************/
#dio-lens{
	border:1px solid #FC0;
	z-index: 10000;
	background-color: #1e1c1d;
}

#dio-sensor{
	z-index: 11000;
	cursor:none;
}

#dio-loader{
	background:#fff url(../images/common/preloader.gif) no-repeat center 40px;	
	text-indent:-30000px;
}

#searchresult #product_image {
	background-color:#1E1C1D;
	float:left;
	overflow:hidden;
}

#searchresult #product_image img {
	background-color:#1E1C1D;
	border-style:none;
	float:left;
	overflow:hidden;
}

#searchresult #product_description {
	float:left;
	padding:15px;
}

#searchresult #searchresult_content {
	clear:both;
	float:left;
	padding:15px;
	width:868px;
}

#searchresult {
	background-image:url("../images/common/ghostBKG.png");
	background-repeat:repeat;
	border-bottom:3px solid #131314;
	border-top:3px solid #131314;
	color:#CCCCCC;
	height:auto;
	min-height:400px;
	width:900px;
}