
p 
	{
	color: #264666;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;

	line-height: 14px;
	}


.page
	{
	margin-left: 16px;
	}


.design
	{
	font-size: 12px;
	}


td
	{
	color: #000000;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	}


#form
	{
	color: #264666;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 14px;
	}


#product
	{
	color: #FFFFFF;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 23px;
	line-height: 23px;
	}


blockquote
	{
	color: #264666;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	}


h1
	{
	color: #264666;
	font-family: Helvetica Neue Condensed Bold, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 4px;
	}


#h1sup
	{
	font-size: 18px;
	}


#h1small
	{
	font-size: 30px;
	line-height: 30px;
	}


#h1smaller
	{

	font-size: 16px;
	line-height: 16px;
	}


#home
	{
	color: #000000;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 13px;
	}


#subhead
	{
	color: #800040;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	}


#accent
	{
	color: #000;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	font-style: regular;
	}


h2
	{
	color: #0673A5;
	font-family: Helvetica Neue Condensed Bold, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 20px;
	}


li
	{
	color: #264666;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	}


A:link
	{
	color: #264666;
	text-decoration: none;
	}


A:visited
	{
	color: #264666;
	text-decoration: none;
	}


A:hover
	{
	color: #0673A5;
	text-decoration: none;
	}

A:active
	{
	color: #264666;
	}


input.formInputText
	{
	color: #264666;
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin-left: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
	line-height: 14px;
    background-color: #fee;
    padding: 2px;
    border: solid 1px #f66;
	}


input.formInputText:hover
	{
    background-color: #ccffff;
    border: solid 1px #006600;
    color: #000;
    cursor: pointer;
	}


input.formInputText:focus
	{
    color: #000;
    background-color: #ffffff;
    border: solid 1px #006600; 
    cursor: text;
	}


input.formInputButton
	{
	font-family: Helvetica Neue, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
	color: #264666;
    background: #f99 url(bg_button.png) repeat-x;
    padding: 1px;
    border: solid 1px #f66;
    float: right; 
    cursor: pointer;
    }





#lightbox
	{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox img
	{
	width: auto;
	height: auto;
	}

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
	}

#prevLink
	{
	left: 0;
	float: left;
	}

#nextLink
	{
	right: 0;
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover { background: url(../include/js/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../include/js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer
	{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData
	{
	padding:0 10px;
	color: #666;
	}

#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;

	}