﻿body 
{
	background-color: #000;
	margin: 0;
	color: #e6e6e6;
	font-family: Arial;
	font-size: 12pt;
}

img
{
	border: 0;
}

.textCenter
{
	text-align: center;
}

#logo
{
	padding-top: 20px;
}

#mazyGray
{
	position: absolute;
	right: 0;
	top: 183px;
	background-repeat: no-repeat;	
	background-image: url(../imgs/mazyGray.jpg);
	width: 657px;
	height: 190px;
	z-index: 0;
}

#topBar
{
	background-position: bottom;
	height: 105px;
	background-image: url(../imgs/topBg.gif);
	width: 100%;
}

#menuBar
{
	height: 50px;
	background-image: url(../imgs/menuBarBg.gif);
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	color: White;

}

.centeringM1
{
	margin-left: auto;
	margin-right: auto;	
	width: 680px;  /* 113*menuItems.count */
}

.centeringM2
{
	margin-left: auto;
	margin-right: auto;	
	width: 795px;  /* 113*menuItems.count */
}

#menuBar ul
{
	margin: 0;	
	padding: 0;	
	clear: both;		
}

#menuBar li
{	
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: url(../imgs/menuItem.png);
	width: 100px;
	height: 50px;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
	padding-left: 13px;	
	position: relative;		
	line-height: 1em;		
}

#menuBar a
{
	padding-top: 10px;
	color: White;
	outline: none;
}

#menuBar a:hover
{
	text-decoration: none;
}

#menuBar a:active
{
	text-decoration: none;
	
}

#menuBar li.subMenu
{
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: url(../imgs/submenuItem.png);
	width: 153px;
	height: 22px;
	padding-left: 13px;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;			
}

#menuBar li.subMenu > a
{
	padding-top: 4px;
}

.tableWithMazy
{
	width:100%; 	
	height: 200px;
	background-image: url(../imgs/mazyGray.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

#centerBar
{
	height: 213px;
	background-image: url(../imgs/centerBarBg.gif);
	text-align: center;
}

#centerBarContent
{
	width: 800px;

	height: 213px;	
	margin-left: auto;
	margin-right: auto;
}

.photo
{
	border: solid 1px #dcdcdc;
	padding: 2px;	
	margin-right: 15px;	
}

.centerBarTable
{
	height: 213px;
	width: 100%;	
}

.mottoBar
{
	width: 243px;	
}

.photosBar
{
	padding-left: 40px;
	width: 557px;		
	text-align: left;
}

#subCenterBar
{
	height: 16px;
	background-image: url(../imgs/subCenterBarBg.gif);		
}

#contentContainer
{
	height: 200px;
	background-image: url(../imgs/contentBg.gif);
	background-repeat: repeat-x;		
}

#mazyBlack
{
	width: 100%;
	background-image: url(../imgs/mazyBlack.jpg);
	background-repeat: no-repeat;
	height: 219px;
	text-align: center;	
	border-top: solid 1px black;
}

h1
{
	color: #01adee;
	font-family: Book Antiqua;
	font-size: 26pt;	
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0;
}

#content
{
	width: 650px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	padding-top: 20px;		
}


#content > p
{
	font-family: Tahoma;
	font-size: 10pt;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: justify;
}

p
{
	font-family: Tahoma;
	font-size: 10pt;
	margin-bottom: 1em;
	text-align: justify;
}

a
{
	color: inherit;
}

.notice
{
	font-size: 12pt;
	color: #01adee;
	font-style: italic;
	padding-left: 0;
	margin-left: 0;
	
}


.galleryTable
{
	border: solid 1px #555;
	border-collapse: collapse;
	width: 100%;
}

.G_firstColumn
{
	width: 15%;
	border: dashed 1px #555;
	padding: 10px;
}

.G_secondColumn
{
	width: 70%;
	border: dashed 1px #555;
	padding: 10px;
	vertical-align: top;
}

.G_thirdColumn
{
	width: 15%;
	border: dashed 1px #555;
	padding: 10px;
	vertical-align: top;
}

.galleryTable > thead
{
	background-color: #333;
	border: solid 1px #555;
	font-size: 10pt;
	font-weight: bold;
}

.row0
{
	background-color: #111;
}

.row1
{
	background-color: #222;
}

.errorNotif
{
	font-size: 12pt;
	color: red;
	display: none;
}

.notif
{
	font-size: 10pt;
	text-align: center;
}
.notifErr
{
	font-size: 10pt;
	color: Red;
	text-align: center;
}

.section{	
	width:100px;
	height: 100px;
	float:left;
	margin-right:20px;
	padding: 10px;
	background-color: #111;
	border: solid 1px #222;
}

.leftt
{
	font-size: 10pt;
	text-align: right;
	padding-right: 5px;
}
.rightt
{
	padding-left: 5px;
	border-left: solid 1px #333;
	
}

.emailForm
{
	float:left; 
	margin-left: 45px;
	padding-left: 20px;
	border-left: solid 1px #555;
}

#footer
{
  position:absolute;
  bottom:0;
  right:0;  
  height: 20px;
  padding-right: 20px;  
  font-size: 8pt;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #222;
}

#footer a.footer
{
	text-decoration: none;
}

#footer a.footer:visited
{
	color: #222;
	text-decoration: none;
}


.button
{
	width: 80px;
	font-size: 8pt;
	margin-bottom: 5px;
}
