/* CSS Document */

body
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
background-image: url(images/bg.gif);
}
h1
{
font-family: arial,times new roman,verdana,helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
color: #fa5105;
}
h2
{
font-family: arial,times new roman,verdana,helvetica,sans-serif;
font-weight: bold;
color: #fa5105;
}
p
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
color: dimgray;
text-align: justify;
}
td
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
color: dimgray;
}
a
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #fa5105;
}
a:hover
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #fa5105;
}
.mainTable
{
width: 780px;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.contentTable
{
border: 2px solid black;
border-right: 0px solid;
width: 770;
height: 100%;
}
.leftFill
{
width: 5px;
background-image: url(images/leftFill.gif);
}
.rightFill
{
width: 5px;
background-image: url(images/rightFill.gif);
}
.mainPage
{
width: 770px;
height: 100%;
background-color: white;
}
.titleMain
{
padding-top: 4px;
padding-bottom: 4px;
padding-left: 20px;	
background: #000 url(images/titleLeft.gif);
background-repeat: no-repeat; 
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #fa5105;
}
td.title
		{
		font-family: Verdana, Geneva, Arial, sans-serif;
    	font-size: 11px;
    	color: #333333;
		font-weight: bold;
		}
.title_link
{
font-family: times new roman,verdana,arial,helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
color: #fa5105;
}
div.text
{
margin: 10px;
}
.tabel
{
background-color: #e7e8e8;
}
.menu
{
width: 160px;
height: 100%;
vertical-align: top;
background-image: url(images/menuFill.gif);
}
.content
{
width: 610px;
height: 100%;
vertical-align: top;
background-image: url(images/contentFill.gif);
}
.topMenu
{
text-align: center;
width: 610px;
height: 20px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
color: white;
background-color: black;
padding-top: 3px;
}
a.nav
{
display: block;
padding: 5px;
padding-left: 15px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: white;
background-color: black;
background-image: url(images/blt.gif); background-repeat: no-repeat;
border-bottom: 1px solid white;
}
a.nav:hover
{
display: block;
padding: 5px;
padding-left: 15px;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: white;
background-color: #fa5105;
background-image: url(images/blt1.gif); background-repeat: no-repeat;
border-bottom: 1px solid white;
}
a.bigmenu
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #fa5105;
}
a.bigmenu:hover
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
color: #fa5105;
}
a.horiz
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: white;
}
a.horiz:hover
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #fa5105;
}
a.footer
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
a.footer:hover
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #0099FF;
}

/*** gallery ---------==================== ***/


.gallery {
	width: 550px;
	margin: 10 auto;
	padding: 5px;
	border: 1px solid;
	text-align: center;
}

.tile {
	float: left;
	padding: 3px;
	margin: 10px 5px;
	text-align: center;
	width: 110px;
	height: 120px;
	display: block;
	border: 1px solid #eee;
	overflow: hidden;
}

.tile span {
	display: block;
	font: 10px verdana,arial,helvetica,sans-serif;
	color: #777;
}

#contact td {
    color: #fff;
    text-transform: capitalize;
}

.clear { clear: both; }