﻿img
{
border: none;
}

a
{
text-decoration: none;
color: #808080;
}

a b
{
font-weight: bold;
color: #505050;
}

a:hover
{
color: #303030;
}

body
{
font-family: arial;
font-weight: lighter;
height: 100%;
margin: 0px;
background-color: #fff;
}

h1
{
font-family: arial;
font-weight: lighter;
font-size: 20px;
letter-spacing: 6px;
border-bottom: 1px #808080 solid;
padding-bottom: 10px;
}

#content
{
padding-top: 10px;
}

.popup
{
position: absolute;
left: 50%;
top: 200px;
margin-left: -300px;
padding: 15px;
padding-top: 5px;
width: 600px;
background-color: #dddddd;
border: 1px #eeeeee solid;
z-index: 100;
display: none;
color: #808080;
font-size: 13px;
text-align: justify;
}

#aboutpop
{
}

#contactpop
{
}

.formblock
{
margin-bottom: 15px;
}

.formblock .txt 
{ 
padding: 4px 6px; 
width: 582px; 
}

.formblock .txtarea 
{
padding: 3px 5px; 
width: 585px; 
height: 140px; 
font-family: arial;
}

.formblock .error
{
color: #9D3131;
font-weight: bold;
}

.tick
{
Font-weight: bold;
font-size: 30px;
}

#infscr-loading
{
z-index: 97;
position: fixed;
left: 50%;
margin-left: -130px;
bottom: 20px;
padding: 20px;
background-color: #000000;
color: #ffffff;
opacity: 0.7;
}

#infscr-loading img
{
margin-left: 100px;
margin-bottom: 20px;
}


#wrapper
{
margin: 0 auto;
}

.stamp
{
width: 398px;
height: 240px;
margin-right: 2px;
margin-left: 10px;
margin-bottom: 4px;
padding-top: 10px;
float: left;
background-color: #fff;
border: 1px #eeeeee solid;
font-size: 15px;
z-index: 1;
}

#links
{
position: relative;
line-height: 50px;
margin-top: 9px;
/* left: 65px; */
text-align: center;
z-index: 10;
}

#links a
{
color: #000;
margin-right: 8px;
margin-left: 4px;
}

.underlined{
text-decoration: underline;
}

#logo
{
margin-top: -10px;
}

.item
{
float: left;
margin-right: 0px;
margin-left: 1px;
margin-top: -3px;
}

.PopBoxImageLarges
{
box-shadow: 0px 0px 20px #000000;
position: fixed;
}

.overlay
{ 
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
z-index: 99;
opacity: 0.8;
}