/*
-----------------------------------------------
ASP.net master style sheet
author:  Dan Rubin / Webgraph
edited:  June 1, 2005
----------------------------------------------- */

/* IE-Win CSS Bug Fixes
----------------------------------------------- */

/* Hides from IE5-mac \*/
* html body {font-size:100%;}

* html form#aspnetForm {height:3%;}

* html #wrapper {width:770px;}

* html #nav-wrapper {width:770px;}

* html #nav-wrapper #nav a {width:.1em;white-space:nowrap;}

* html #nav-wrapper #nav {font-size:12px;}

/* End hide from IE5-mac */


/* commented elements

background:DarkSlateGray top left repeat-x ;

----------------------------------------------- */

/* primary layout elements
----------------------------------------------- */
body {
background-image:url('../images/3137.jpg'); 

background-repeat:repeat;
margin:0;
padding:0;
font-family:Tahoma, verdana, sans-serif;
}

/* form wrapper required by ASP.net */
form#aspnetForm {
margin:0;
padding:0;
width:100%;
}

#wrapper {
width:770px;
min-width:770px;
}

img {border:none;}

.clear {clear:both;height:0;}


/* primary navigation
----------------------------------------------- */
#nav-wrapper {
border-color:Black;border-width:1px;border-style:solid;width:770px;background-image:url(/images/redsliver.gif);border-collapse:collapse;
height:25px;
}

#nav-wrapper #nav {
float:left;
padding:0px 0px 0px 0px;
margin:0px;
list-style:none;
font-size:12px;
font-family:tahoma,sans-serif;
}

#nav li 
{
	padding:0px;
	margin:0px;
float:left;
list-style:none;
}

#nav li:hover ul { left: auto; }
#nav ul { list-style: none; }
#nav li ul { z-index: 1; position: absolute; left: -999em; }

#nav-wrapper a {
display:block;
height:18px;
color:#fff;
padding:7px 10px 0px 10px;
text-decoration:none;
text-align:center;
font-weight:bold;
border-right:1px solid #648ABD;
}
#nav-wrapper a:hover {
background-color:red;
Text-decoration:underline;
}
#nav-wrapper .active a {
background-color:red;
}



/* main link styles
----------------------------------------------- */
a, a:link {
color:Navy;
}
a:visited {

}
a:hover {
color:#356299;
}


/* main text styles
----------------------------------------------- */

/* zero margins for all basic text elements */
h1, h2, h3 p {
margin:0;
}



/* footer
----------------------------------------------- */
#footer {
clear:both;
padding:5px;
margin-top:4px;
border-top:1px solid #ccc;
}
#footer p {
color:#fff;
font-size:.6em;
line-height:160%;
}
#footer a {
color:#fff;
}
/*----------------toms hardware styles */
.box {
	background: #FFF;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666;
	padding-top: 5px;
	margin-top: -5px;
	margin-bottom: 9px;
	line-height: 18px;
	width: 200px;
}
.mark { background: #FFFFFF;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: left;
}
.pad {
	padding: 6px;
	font-size:14px;
}
.edge {
	position: relative;
	float: right;
	width: 3px;
	height: 24px;
	margin-bottom: 0px;
	background: url(../images/bar_rite.gif);
	background-repeat: no-repeat;
}
.bar {
	position: relative;
	height: 24px;
	width: 202px;
	/* XXX: this image doesn't exist (that's how it was in the templates) */
	background: url(../images/bar_left.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
}
.bar p {
	margin-left: 17px;
}
.ModelTitle {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 32px; font-weight: bold; color: #B8860B}
.smallbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}


/*----------------add-on styles */
.Filter 
{
    background-color:Ivory;
    font-size:10pt;
    font-family:Verdana
}
#CanonCopiers,#PanCopiers,#CSCopiers
{
    font-family:Tahoma;
    font-size:10pt;
}

