/*- - - - - - - - - - - - - - - - - - - - - */

body {	
	background-color: #FFFFFF;
	text-align:center;
	margin: 10px 0px 0px 0px;
}

/* ----- TEXT ----- */

td, th {
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
}
.fontsm {
	color: #999999;
	font-size: 11px;
}
.fontwhtsm {
	color: #FFFFFF;
	font-size: 12px;
}
.font3 {
	font-size: 16px;
}
.title {
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0 10px;
	text-align: center;
}
h1 {
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: normal;	
}
h2 {
	font-size: 16px;
}
h3 {
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: normal;	
}
/* ----- FORMATTING ----- */

#header {
	width: 800px;
	height: 100px;
}
#header h1 {
	position:absolute;
	text-indent:-99999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#footer {
	border-top:3px dotted #C0C1C4;
	font-size: 10px;
	width: 800px;
}
#footer div {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #808386;
}
#footer div img {
	padding-right: 6px;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #808386;
}
#nav {
	border:0px; 
	border-top:3px dotted #C0C1C4; 
	border-bottom:3px dotted #C0C1C4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
#nav a {
	outline: none;
}
#main_content {
	background-color: #FFFFFF;
	height: 300px;
}

.fields   {
	font-family: Arial, Helvetica;
	border: 1px solid #666666;
	font-size: 12px; 
	color: #000000;
	background-color: #DCDCDC;
	width: 250px;

}
.textbox   {
	font-family: Arial, Helvetica;
	border: 1px solid #666666;
	font-size: 12px; 
	color: #000000;
	background-color: #DCDCDC;
}
.select   {
	font-family: Arial, Helvetica;
	border: 1px solid #666666;
	font-size: 12px; 
	color: #000000;
	background-color: #DCDCDC;
}
.button   {
	background-color: #808386;
	color: #FFFFFF;
	border: 1px double #999999;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}
hr {
   	border: 0;
   	color: #E9E9E9;
   	background-color: #E9E9E9;
   	height: 2px;
   	margin: 4px 0px 4px 0px;	/* top right bottom left */
}

.hide {
	display:none
} 
.show {
	display:inline
}
/* ----- IMAGES ----- */
.alert {
	font-family: Arial, Helvetica;
	background: transparent url('../images/alert_ico_sm.gif') no-repeat 0% 2%;
	border:10px solid #990000; 
	background-color:#990000; 
	color:#FFFFFF; 
	font-size: 12px; 
	padding-left: 20px;
	padding-bottom: 2px;
	line-height: 18px;
	margin: 4px;
	width:455px;
}
a[class ="popup"] {
   	padding-right: 20px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}
a.popup {
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}

/* ----- LINKS ----- */

	a:link{ color: #808386; text-decoration: underline; font-weight: bold;}
	a:visited{ color: #808386; text-decoration: underline; font-weight: bold;}
	a:active{ color: #808386; text-decoration: underline; font-weight: bold;}
	a:hover{ color: #808386; text-decoration: none; font-weight: bold;}

	a.shop:link{ color: #808386; text-decoration: none; font-weight:normal;}
	a.shop:visited{ color: #808386; text-decoration: none; font-weight:normal;}
	a.shop:active{ color: #808386; text-decoration: none; font-weight:normal;}
	a.shop:hover{ color: #808386; text-decoration: underline; font-weight:normal;}

a {
	outline: none;
}

/*- - - - - - - - - - - - - - - - - - - - - */


* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}


/*- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	background-color:#999999;
	padding: 10px;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;	
	}
#lightboxDetails{
	font-family: Verdana, Arial, Helvetica;
	color: #999999;
	font-size: 10px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#closeButton{ top: 7px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #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;
}

