﻿*
{
	margin:0px;
	padding:0px;
	outline:0px;
}

html
{
	min-width:850px;
	height:100%;
	overflow:inherit;
    font:12px Arial;
    line-height:17px;
}

body.home
{
	min-width:850px;
	height:100%;
	overflow:inherit;
    font:12px Arial;
    line-height:17px;
	background:url(../images/bkg_home.jpg) repeat-y center top;
}

body.page
{
	min-width:850px;
	height:100%;
	overflow:inherit;
    font:12px Arial;
    line-height:17px;
	background:url(../images/bkg_body.gif) repeat-y center top;
}

body.popup
{
    background:#fff;
    margin:28px 0px 0px 28px;
    font:10px Arial;
}

#divContainer
{
    margin:0px auto;
    width:850px;
    min-height:100%;
}

* html #divContainer
{
	height:100%;
}

#divLogoTop
{
    width:850px;
    height:120px;
    position:absolute;
    top:0px;
    z-index:9999;
}

#divLogoBottom
{
    width:850px;
    height:124px;
    position:absolute;
    top:120px;
    z-index:99;
}

#divNav
{
    width:174px;
    height:226px;
    position:absolute;
    top:234px;
    padding-left:25px;
    z-index:9999;
}

#divContentHomeBkg
{
    background:url(../images/bkg_home_curve.jpg) no-repeat;
    position:absolute;
    top:120px;
    width:850px;
    height:650px;
    z-index:9;
}

#divContentHome
{
	margin:0px auto;
    position:relative;
    padding-top:120px;
    padding-bottom:50px;
    width:850px;
    z-index:999;
}

#divContent
{
    margin:0px auto;
    position:relative;
    padding:171px 41px 50px 251px;
    width:558px;
    z-index:999;
}

#divFooter
{
	position:relative;
	min-width:850px;
	margin:-50px auto 0px;
	height:50px;
	z-index:99999;
	background:url(../images/bkg_footer.gif) repeat-y center top;
}

#divFooterLinks
{
	margin:0px auto;
	width:850px;
	font:10px Arial;
	color:#999;
	padding:5px 0px;
}

#divGalleryMenu
{
	display:none;
	visibility:hidden;
	position:absolute;
	top:278px;
	margin-left:186px;
	width:156px;
	height:110px;
	z-index:99999;
}

table, img
{
    border:0;
}

form
{
    margin:0;
}

ul
{
    margin:0 0 15px 15px;
    font:12px Arial;
}

select, input
{
    font:12px Arial;
}

.black
{
    color:#000;
}

.darkgray
{
    color:#333;
}

.green
{
    color:#038a02;
}

.lightgray
{
    color:#999;
}

.mediumgray
{
    color:#737373;
}

.fontsize11
{
    font:11px Arial;
    line-height:16px;
}

.fontsize14
{
    font:14px Arial;
}

.bold
{
    font-weight:bold;
}

.ital
{
    font-style:italic;
}

.thumbnailOff
{
	opacity:.2;
	-moz-opacity:.20;
	filter:alpha(opacity=20);
}

.thumbnailOn
{
	opacity:1;
	-moz-opacity:10;
	filter:alpha(opacity=100);
}

.scrollArrow 
{
    position:absolute;
    height:21px;
    width:9px;
    z-index:99;
}

.scrollUp
{
    position:absolute;
    width:16px;
    height:15px;
}

.scrollDn
{
    position:absolute;
    width:16px;
    height:15px;
}
