﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 14px;
	text-align: center;
}

#backgroundContainer
{
    background: url(img/bg_body.jpg) no-repeat center bottom;   
}

#backgroundBorder 
{
    background: url(img/bg_menu_footer.png) repeat-x left bottom;
}
.contentWrapper 
{
	width: 990px;
	text-align:left;
	margin: 0 auto;
}

#headerWrapper 
{
	background: url(img/bg_top_header.png) no-repeat center top;
	padding: 40px 0px 0px 0px;
	margin-bottom: 5px;
}

#headerBar
{
	background: url(img/patron.png) repeat-x left bottom;
	height: 150px;
}

#header 
{
	width: 1000px;
	text-align:left;
	margin: 0 auto;
	background: url(img/logo_new.png) no-repeat -5px 4px;
}

#mainMenuWrapper
{
    padding: 8px 0px 20px 150px;
}




#mainMenuSub
{
	width: 990px;
	text-align:left;
	margin: 0 auto;
}


#mainMenuSub ul
{
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    list-style: none;
}

#mainMenuSub li
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;

}

#mainMenuSub div.langSel
{
    float: left;
}

#mainMenuSub ul.social
{
    float: right;
}

#mainMenuSub ul.social li
{
    float: left;
    padding: 0px 0px 0px 5px;
}


#leftContent .listMenuWrapper
{
	margin-top: 30px;
}


.galleriesIndexVideo
{
    /*background: url(img/separator_index_galleries.png) repeat-x left bottom;*/
    margin: 40px 0px 40px 0px;
    border-bottom: dashed 1px #c8c8c8;
}

.galleriesIndexVideo-Item
{
    float:left;
    width: 31%;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 20px 0px;
    cursor: pointer;
}

.galleriesIndexVideo-Item img
{
    border: solid 1px #c8c8c8;
    float: left;
    width: 40%;
}

.galleriesIndexVideo-Item p
{
    font-size: 12px;
    float: right;
    width: 56%;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.galleriesIndexVideo-Item p a
{
    display: block;
    color: #003300;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.galleriesIndexImages
{
    margin: 40px 0px 40px 0px;
    
}

.galleriesIndexImages-Item
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    cursor: pointer;
    border-bottom: dashed 1px #c8c8c8;
}

.galleriesIndexImages-Item img
{
    border: solid 1px #c8c8c8;
    float: left;
    width: 40%;
}

.galleriesIndexImages-Item p
{
    font-size: 12px;
    float: right;
    width: 56%;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

.galleriesIndexImages-Item p a
{
    display: block;
    color: #003300;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}


.contactForm 
{
	margin-top: 20px;
}

.contactForm td
{
	padding-bottom: 3px;
}

.contactForm td.label
{
	font-weight: bold;
	padding-right: 3px;
	vertical-align: top;
}

.contactForm input, .contactForm select, .contactForm textarea
{
	width: 300px;
}

.contactForm .required
{
	color: Red;
	font-weight: bold;
}

.contactForm .question 
{
	display: block;
	color: #990000;
	width: 300px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.contactForm input.submite
{
	color: #000000;
	font-weight: normal;		
	background: #f1f1f1 url(img/arrow.png) no-repeat 5px center;
	padding: 10px 5px 10px 10px;
	text-decoration: none;
	border: solid 1px #bebebe;
	font-size: 14px;
	width: 90px;
}

h1.type1
{
    color: #000000;
    font-size: 24px;
    background: url(img/tit1_bg_760.gif) no-repeat left bottom;
    height:40px;
    font-style: italic;
    font-weight: bold;
}

h2.type1
{
    color: #ff6600;
    font-size: 20px;
}

h1
{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 28px;
	font-style:italic;
}

h2
{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 20px;
	font-style:normal;
}

div.sectionTitle
{
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 30px;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	background: url(img/line_tit.png) repeat-x left bottom;
	padding: 0px 0px 20px 0px;
	color: #666666;
}
