body {
  background:#fff;
  margin:10px;
  padding:10px;
  font-family: Verdana,Microsoft Sans Serif, MS Sans Serif, Arial;
  font-size: 0.6em;
  color: #5e5f5d;
  line-height: 1.5;

}

h1 {
margin:5px  0;
font-size:17px;
}

#topLinks{
color:#e31c1c;
font-weight:bold;
text-align:right;
}

#topLinksSecond{
text-align:right;
margin-bottom:10px;
}

#nav{
font-weight:bold;
text-align:center;
border:dashed 1px #5e5f5d;
padding:5px;
margin:10px 0;
}

#footer{
text-align:center;
border-top:dashed 1px #5e5f5d;
margin-top:5px;
}

.panel{
background:#cdcecf;padding:8px;
}

.panelTop{
font-weight:bold;background:url('../images/panelTop.gif');width:147px;padding:5px 5px 0 5px;
}

.panelBotLink{
margin-top:2px;
text-align:right;
}

/*////////////////////////////////////*/

/*///////////// Links ////////////////*/
#topLinks a:link {color:#e31c1c; text-decoration:none;}
#topLinks a:visited {color:#e31c1c; text-decoration:none;}
#topLinks a:hover {color: #e31c1c; text-decoration:underline;}

#topLinksSecond a:link {color:#5e5f5d; text-decoration:none;font-weight:normal;}
#topLinksSecond a:visited {color:#5e5f5d; text-decoration:none;font-weight:normal;}
#topLinksSecond a:hover {color: #e31c1c; text-decoration:underline;font-weight:normal;}

#nav a:link {color:#5e5f5d; text-decoration:none;}
#nav a:visited {color:#5e5f5d; text-decoration:none;}
#nav a:hover {color: #e31c1c; text-decoration:underline;}

#footer a:link {color:#676364; text-decoration:none;font-weight:normal;}
#footer a:visited {color:#676364; text-decoration:none;font-weight:normal;}
#footer a:hover {color: #e31c1c; text-decoration:underline;font-weight:normal;}

a:link {color : #e31c1c; text-decoration:none;font-weight:bold;}
a:visited {color : #e31c1c;text-decoration:none;font-weight:bold;}
a:hover {color : #e31c1c; text-decoration:underline;font-weight:bold;}

#footerWebsitevision a:hover {color: #192ecb; text-decoration:none;background:inherit;font-weight:normal;}
#footer a:hover span {color: #e0bf0b; text-decoration:none;background:inherit;font-weight:bold;}
/*//////////////////////////////////////////*/

/*///////////// Form Elements //////////////*/
form{margin:0;padding:0;}

form p{
	clear:left;
	margin:0;
	padding-top:5px;
	font-weight:bold;
}
form p label{
	float:left;
	width:48%;
}

input{
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 11px;
	color: #3f4241;
	font-weight:normal;
	border:1px solid;
	width:200px;
}

textarea {
	padding:2px;
	border:1px;
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 1em;
	color: #3f4241;
	width:200px;
}

select {
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 1em;
	color: #3f4241;
}

input.but {
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 1em;
	color:#fff;
	font-weight:bold;
	background:#e31c1c;
}


/*///////////////////////////////////////////////////////*/

/*////////////////////// drop down menu //////////////*/

#menu {
width: 170px; /* set width of menu */
background: #eee;
text-align:left;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font-family: Verdana,Microsoft Sans Serif, MS Sans Serif, Arial;
font-size: 1em;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}

#menu a {
color: #fff;
background: #333333;
text-transform: uppercase;
}
#menu h2 {
background:#333333;
}
#menu  ul li ul li a {
color: #000;
background: #efefef;
text-decoration: none;
}
#menu h2 a, #menu h2 a:hover    {
background:#333333;
border:none;

}

#menu h2 a:hover {
color: #a00;
background: #fff;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*///////////////////////////////////////////////////////*/

/*////////////////////// light box styles //////////////*/
#lightbox{
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 1em Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
h3{
	font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
	font-size: 1em;
	color:#666666;
}

/*form*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
fieldset input {
	width:152px;
}
#submit {
	margin-top:8px;
}

label {
	font-weight: bold;
	line-height:30px;
	margin-right:20px;
	}
/* end */
/*HIGH S:IDE*/
.highslide {
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: #000;
}
.highslide-image {

    border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 1em;
    padding: 20px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size:1em;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../images/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 0.6em;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../images/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../images/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.spec div  {
padding:0px;
background:#CCCCCC;
color:#333333;
font-weight:bold;
}


.spec span {
background:#999999;
font-weight:bold;
color:#000000;
padding:5px;
margin-right:25px;
display:inline-block;
width:200px;
}
.spec div.opt  {
padding:0px;
background:#fff;
color:#333333;
margin-left:30px;
}


.spec span.opt {
background:#fff;
font-weight:bold;
color:#333;
padding:3px;
margin-right:25px;
display:inline-block;
width:200px;
}

.optBlk {
color:#333333;
}

.redBor {
border:1px solid red;
text-align:center;
}
h3.prod {
color:#fff;
margin:0;
}