body { background:#191919 url(../../images/template/bg.jpg) repeat-x 0 0; font:10px Tahoma, Arial, Helvetica, sans-serif; color:#1c1c1c; } /*----- Body -----*/

.mainbody {
position: absolute;
width: 100%;
left: 0px;
top: 0px;
}

#blanket {
background-color:#404040;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -9.5px;
margin-left: -110px;
width: 220px;
height: 19px;
z-index: 9002;
text-align: center;
}

.header {
width: 978px;
margin: 0px auto;
}

.curvedbar {
clear: both;
width: 978px;
margin: 0px auto;
background: url(../../images/template/curvedbar.png) repeat-x 0 0;
}

.scroller {
clear: both;
width: 978px;
margin: 0px auto;
padding-bottom: 6px;
background: #383636;
}

.content_body {
clear: both;
width: 978px;
margin: 0px auto;
background: #383636;
}

.content_body_bottom {
clear: both;
width: 978px;
margin: 0px auto;
background: #ffffff;
}

.footer {
width: 978px;
margin: 0px auto;
font-family:helvetica;
font-size: 11px;
}

.footer_banners {
background: #383636;
text-align: center;
padding-bottom: 8px;
}

.footer_slogan {
position: absolute;
width: 978px;
margin-top: 23px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.footer_copyright {
float: left;
width: 370px;
text-align: left;
padding-top: 5px;
color: #505050;
}

.footer_paypal {
float: left;
width: 238px;
text-align: center;
padding-top: 5px;
}

.footer_contact {
float: left;
width: 370px;
text-align: right;
padding-top: 5px;
color: #505050;
}

.intro_image {
float: left;
padding-right: 10px;
}

a:link, a:active, a:visited	{
color: #000000;
text-decoration: none;
}
		
a:hover	{
color: #000000;
text-decoration: underline;
}

a.menutop:link, a.menutop:active, a.menutop:visited	{
color: #c0c0c0;
text-decoration: none;
}
		
a.menutop:hover	{
color: #ffffff;
text-decoration: none;
}

/* SUBMIT CONFIRM */
#submit_confirm {
position: fixed;
width: 352px;
height: 167px;
top: 50%;
left: 50%;
margin-top: -83px;
margin-left: -176px;
padding: 5px;
background-color: #404040;
font-family:helvetica;
color: #ffffff;
font-size:12px;
font-weight: bold;
z-index: 9003;
background: url(../../images/template/cogs_confirm.png) repeat-x 0 0;
}

#submit_confirm_msg {
position: absolute;
width: 175px;
margin-left: 135px;
margin-top: 40px;
font-family:helvetica;
color: #000000;
font-size:12px;
font-weight: bold;
}

#submit_confirm_close {
position: absolute;
margin-left: 290px;
margin-top: 20px;
}
/* END SUBMIT CONFIRM */

/* THUMBNAIL POPUP */
.thumbnail {
cursor: pointer;
}

.thumbnail span {
position: fixed;
top: 50%;
left: 50%;
margin-top: -188px;
margin-left: -251px;
visibility: hidden;
text-decoration: none;
border: 0px;
}

.thumbnail:hover span {
visibility: visible;
}
/* END THUMBNAIL POPUP */
