﻿body
{
    margin:0;
    padding:0;
    background:white url('assets/bg.jpg') repeat-x;
    font:0.9em Georgia, Times New Roman;

}

img
{
    border:none;
}

h1, h4, p
{
    margin:0 0 14px 0;    
    color:#505050;
}

h2, h3
{
    margin:0 0 6px 0;    
    color:#505050;
}

h3
{
    font-size:1.1em;
}

p
{
    line-height:1.4em;
   
}

p a, span a
{
   color:#505050;
}

p a:hover, span a:hover
{
   color:#000;
}

.more
{
    float:right;
    width:auto;   
}

h1
{
    font-size:1.8em;
    text-decoration:underline;
    font-weight:500;
}

h2
{
    font-size:1.3em;
    
    font-weight:500;
}

.main
{
    width:750px;
    margin:0 auto;
    height:auto;
    /*border:1px #ddd solid;*/
}

.banner
{
    height:170px !important;
    margin-bottom:0 !important;
    /*width:750px;
    float:left;
    border:1px #bbb solid;*/
}

.logo
{
    width:290px;
    height:169px;
    float:left;
}
.menu
{
    color:#fff3c3;
    font-size:1.1em;
    float:right;
    margin-right:-8px;
    width:auto;
    margin-top:144px;
    margin-bottom:0 !important;

}

.menu li
{
    display:inline;
    margin-left:14px;
    padding:0 4px 0 4px;
    float:right;
}

.menu li a
{
   color:#fff3c3;
   text-decoration:none;
   padding:0 4px 0 4px;
}

.menu li a:hover
{
   color:#f4f4f4;
   text-decoration:none;
   background-color:#505050;
   padding:0 4px 0 4px;
}

.content
{
    float:left;
    width:734px;
    margin-top:0 !important;
    height:auto;
    padding:8px;
    background: url('assets/bg_content.gif') no-repeat top;
}

.left
{
    float:left;
    width:450px;
    height:auto;
}

.right
{
    float:right;
    width:254px;
    height:auto;
    padding:8px;
    margin-top:40px;
    background:#f2f2f2;
    border:1px #ccc solid;
}

.footer
{
    float:left;
    height:100px;
    width:100%;
    margin-top:20px;
    background:#f2f2f2;
    border-top:1px #ccc solid;
}

.parfooter1
{
    float:left;
    width:auto;
    margin:10px auto;
    font-size:0.8em;
    color:#999;
}

.parfooter2
{
    float:right;
    width:auto;
    margin:10px auto;
    font-size:0.8em;
    color:#999;
}

.footer_container
{
    margin:0 auto;
    width:740px;
}

/*-- form --*/
.tb
{
    background:#f2f2f2;
    border:1px solid #ccc;
}

/*nyromodal*/
div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #ddd;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #ddd;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -14px;
	right: -14px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(img/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	color:White;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: help;
}*/
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(img/next.gif) right 20% no-repeat;
}

