body
{
	color: #000;
	background-image: url(images/layout/gradient.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFF;

	/* font-family: Verdana, Arial, sans-serif; */
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size:11pt;

	margin: 0 0 0 0;
}

/********************
 *     Galleries    *
 ********************/
div#overall
{
	background-image: url(images/alpha75.png);
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	position: fixed;

	display:none;
	
	padding-top: 20px;


	/* font-family: sans-serif, Verdana, Arial; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;

	text-align: center;
	vertical-align: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;

	overflow: auto;
}

div.gallery img
{
	cursor: pointer;
}

/* IE-Fix */
* html div#overall
{
	height: 100%;
	width: 100%;
}

div#overall span.small
{
	font-size: smaller;
}

div#overall span.large
{
	font-size: larger;
}

div#overall span
{
	cursor: pointer;
}

div#overall span:hover
{
	color: #C00;
}

div#overall span:active
{
	color: #FAA;
}

div#overall img
{
	border: 1px solid black;
}


/********************
 *      Header      *
 ********************/
div#frame
{
	margin-left: 20px;
	background-image: url(/images/layout/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

h1
{
	color: #007EA1;
	font-size: 37px;

	margin: 0;
	padding: 0;
	padding-top: 20px;
}

div.banner
{
	background-image: url(/images/layout/banner3.png);
	background-position: top left;
	background-repeat: no-repeat;
        margin-bottom: 10px;

	height: 105px;
}

/********************
 *       Menu       *
 ********************/

div#menu ul
{
	margin: 0 0 0 0;

	padding: 0;

	border: 1px solid #000;

	min-height: 250px;
}

div#menu ul ul
{
	border: none;

	min-height: 0;
}

div#menu ul li
{
	padding: 0.3em;
	padding-left: 5px;
	list-style: none;
}

h2, h3, h4, h5, h6
{
	color: #007EA1;
	margin-bottom: 0;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
}

p
{
	margin-top: 0;
}

div.person
{
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 100px;

	min-height: 100px;
}

div.previewImage
{
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 200px;

	min-height: 128px;
}

/* News */
div#contactBox
{
	background-image: url(/images/layout/emblem.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;

	margin-top: 10px;
	padding: 5px;
	padding-top: 50px;

	text-align: right;

	border: 1px solid black;
}

/********************
 *       Links      *
 ********************/
a
{
	color: #000;
	text-decoration: none;

	border-bottom: 1px solid #007EA1;
}

a img
{
	border: none;
}

a:hover
{
	color: #007EA1;
}

/* Menu */
div#menu li a
{
	color: #000;

	border: none;
}

div#menu li.active a, div#menu li.lastActive a
{
	color: #007EA1;
}

div#menu li a:hover, div#menu li.active a:hover,
div#menu li li a:hover, div#menu li.active li.active a:hover
{
	color: #0AC;
}

div#menu li.active li.active a
{
	color: #007EA1;
}

div#menu li.active li a,
div#menu li.active li.active li a
{
	color: #000;
}

/********************
 *     Content      *
 ********************/

div#left
{
	width: 200px;

	float: left;
	padding: 0;
	margin-bottom: 20px;
        padding-top: 15px;
}

div#right
{
	padding-left: 200px;
}

div#content
{
	padding: 20px;
	padding-top: 0;
	padding-right: 100px;

	min-height: 250px;
}

li.lastFloat
{
	float: none;
}

div.productDescription
{
	float: right;
}
/********************
 *      Footer      *
 ********************/
div#footer
{
	clear: both;
	border-top: 1px solid #007EA1;

	font-size: 10pt;

	padding: 5px;
	text-align: right;
}

div#footer div
{
	float: left;
	text-align: left;
}

a.imageLink
{
         display: block;
         float: left;
}

div.imageItem
{
	float: left;
	text-align: center;
	height: 230px;
	width: 300px;
	display: block;
}

p.down
{
	clear: left;
}


