/* CSS Document */
-->
body{
	/*background-color:#33526f;*
	color:#1b1b1b;*/
}
a.white {
    display: block;
    text-decoration: none;
	background-image:url(/images/up.jpg);
}
a.white:hover {
background-image:url(/images/down.jpg);
}
a#yellow {
display:block;
text-decoration:none;
background-image:url(/images/yellow-up.jpg);
}
a#yellow:hover {
background-image:url(/images/yellow-down.jpg)
}
a#yellowdbl {
display:block;
text-decoration:none;
background-image:url(/images/yellowdbl-up.jpg);
}
a.yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#33526f;
	background-color:#FF0;
	font-weight:bold;
display:block;
text-decoration:none;
background-image:url(/images/yellow-up.jpg);
}
a.yellow:hover {
background-image:url(/images/yellow-down.jpg)
}
a.yellowdbl {
display:block;
text-decoration:none;
background-image:url(/images/yellowdbl-up.jpg);
}
a.yellowdbl:hover {
background-image:url(/images/yellowdbl-down.jpg)
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#33526f;
padding: 5px;
left: -150px;
border:medium;
border: #A0A0A4;
visibility: hidden;
color: black;
text-decoration: none;
z-index:inherit;

}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -150px;
top: 80px; /*position where enlarged image should offset horizontally */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:normal;
	background-color:#32516e!important;
	background:url(images/barbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:normal;
	}
.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#33526f;
	font-weight:bold; 
}
.saleprice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
	font-weight:bold; 
}
.model {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}
.white {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
}
.heading1   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#33526f;
	font-weight:bold;
}
.heading2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
}
.heading3   {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#33526f;
font-weight:bold;
}
.imagecaption  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#33526f;
	font-weight:bold;
	}
h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#33526f;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#33526f;
font-weight:bold;
margin:0;
padding:0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A6CC0;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #4A6CC0;
}
/* start of page positioning   */
body{
	margin:0px;
	padding:0px;
}
#wrap{
	position:relative;
	margin:0 auto;
	padding:0px;
	width:900px;
	background-color:#FFF;
	-moz-box-shadow: 3px 3px 14px #1b1b1b;
	-webkit-box-shadow: 3px 3px 14px #1b1b1b;
	box-shadow: 3px 3px 14px #1b1b1b;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#1b1b1b')";
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#1b1b1b');*/
}
#header{
	width:900px;
	height:134px;
	float:left;
	background-image:url(http://firstdetection.com/images/header/headerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#003d5c;
}
#sidebar{
	width:176px;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#main{
	background-color:#FFF;
	width:698px;
	height:auto;
	float:right;
	padding:10px;
}
#clear{
	width:718px;
	clear:both;
	height:2px;
}
#footer{
	margin:auto;
	width:900px;
	height:133px;
	clear:both;
	background-image:url(http://firstdetection.com/images/footer/footerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	word-spacing:1px;
}
/* end of page positioning   */
#footer a, #footer a:active, #footer a:visited{
	color:#FFF;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	word-spacing:1px;
}
#footer a:hover{
	text-decoration:underline;
}
#header a, #header a:active, #header a:visited{
	color:#FFF;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	word-spacing:1px;
}
#header a:hover{
	text-decoration:underline;
}
.catimage{
	max-width:175px;
	max-height:130px;	
}
/*   dropdown stuff */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	
}
.mainproductimage{
	max-width:380px;
	max-height:380px;	
}
.productthumb{
	max-width:76px;
	max-height:76px;
	margin:auto;	
	filter:alpha(opacity=70);
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
}
.productthumb:hover{
filter:alpha(opacity=100);
        -moz-opacity:1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;	
}
.productthumbbox{
	border:thin solid #1b1b1b;
	width:84px;
	height:84px;	
	display:block;
	float:left;
	background-color:#FFF;
	color:#1b1b1b;
	margin:3px;
	padding:4px;
}
.wrap-index{
	float:left;
	margin:10px;
	margin-bottom:15px;
	height:210px;
}
.headers-index{
	height:30px;
	background-image:url(images/headerbox.png);
	background-repeat:repeat-x;
	background-position:center;
	border: thin solid #4484a8;
	color:#FFF;
	background-color:#0d4264;
	font-size:14px;
	text-align:center;
	padding:3px;
	width:315px;
}
.headers-index a{
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.box-index{
	text-align:left;
	padding:6px;
	background-color:#FFF;
	border: thin solid #4484a8;
	width:309px;
	height:160px;
}
.box-index p{
	margin:3px;	
}
.headers{
	min-height:17px;
	background-image:url(images/headerbox.png);
	background-repeat:repeat-x;
	background-position:center;
	border: thin solid #4484a8;
	color:#FFF;
	background-color:#0d4264;
	font-size:14px;
	text-align:center;
	padding:3px;
}
.box{
	text-align:center;
	padding:10px;
	background-color:#efefef;	
	margin-bottom:15px;
}

/*   Accordion menu stuff   */

.applemenu{
margin:0;
padding: 0;
width: 180px; /*width of menu*/
border: none;
}

.applemenu div.silverheader a{
min-height:15px;
max-height:35px;
background-image:url(images/sidebarbox.png);
background-position:center;
background-repeat:repeat-x;
border: thin solid #0c2538;
color:#FFF;
background-color:#0d4264;
font-size:12px;
text-align:center;
padding:3px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 170px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image:url(images/sidebarboxhover.png);
background-position:center;
background-repeat:repeat-x;
color: #1b1b1b;
font-weight:bold;
border: thin solid #f2f929;
width: 175px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #eeeeee;
padding: 5px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.hr{
	color: #eee;background-color: #eee;height: 1px;	
}
.redbox{
min-height:15px;
max-height:35px;
background-image:url(images/headerboxred.png);
background-position:center;
background-repeat:repeat-x;
border:thin solid #a40505;
color:#FFF;
background-color:#0d4264;
font-size:12px;
text-align:center;
padding:5px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 165px;
text-decoration: none;
}
.redbox a{
	color:#FFF;
	font-size:12px;
text-align:center;
font-weight:bold;

}
.redbox:hover{
	background-image:url(images/headerboxredover.png);
background-position:center;
background-repeat:repeat-x;
width: 170px;
}
.redbox a:hover{
	text-decoration:none;	
}
