﻿body, html 
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #777;
}

body.internal 
{
    background-attachment: fixed;
    background-image: url('../Images/bodyBg.png');
    background-position: top center;
    background-repeat: no-repeat;
}

input, textarea, select 
{
    font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #fff;
}

a, a:link, a:visited, a:hover 
{
    font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #F90602;
}

ul, li 
{
    list-style-type: square;
}

h1
{
	color: #777;
	font-size: 28px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Sans-Serif;
	border-left: solid 5px #777;
	padding-left: 5px;
}

h2
{
	color: #F90602;
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Sans-Serif;
	margin: 0px;
}

h3 
{
	color: #F90602;
	letter-spacing: 5px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0px;
}

h4 
{
    color: #555;
	font-family:  Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
}

label 
{
    color: #555;
	font-family:  Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

img 
{
	border: 0px;
}

div#intro 
{
	width: 358px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

div#introMovie 
{
	width: 358px;
	height: 550px;
}

div#foot 
{
	clear: both;
	width: 896px;
	color: #444;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}

div#foot a,
div#foot a:link,
div#foot a:visited,
div#foot a:hover 
{
    color: #444;
	font-size: 10px;
	text-decoration: none;
}

div#langSel 
{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
}

div#head 
{
    clear: both;
    width: 896px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

div#patchwork 
{
    width: 894px;
    height: 341px;
    background-color: #000;
    background-image: url('../Images/fabio.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    border: solid 1px #2d2d2d;
}

div#phrase 
{
    width: 874px;
    padding: 10px;
    padding-top: 20px;
}

div#phrase p
{
    font-size: 20px;
}

div#internal 
{
    clear: both;
    width: 896px;
    height: auto !important;
    height: 475px;
    min-height: 475px;
    margin-left: auto;
    margin-right: auto;
}

div#content 
{
    clear: both;
    width: 896px;
}

div#left 
{
    float: left;
    width: 49%;
}

div#right 
{
    float: right;
    width: 49%;
}

div#left2 
{
    float: left;
    width: 59%;
}

div#right2 
{
    float: right;
    width: 39%;
}

div#left3 
{
    float: left;
    width: 335px;
}

div#left3 div 
{
    margin-bottom: 10px;
}

div#right3 
{
    float: right;
    width: 550px;
    text-align: center;
}

a.workLink,
a.workLink:link,
a.workLink:visited,
a.workLink:hover
{
    color: #777;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
}

a.menuItem,
a.menuItem:link,
a.menuItem:visited
{
    text-decoration: none;
    font-weight: normal;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
    border-left: solid 1px #999;  
    border-bottom: solid 1px #000;
    color: #999; 
    margin-right: 10px;
}

a.menuItem:hover 
{
    border-left: solid 1px #F90602; 
    /* border-bottom: solid 1px #F90602; */
    color: #F90602;
}

.eventsGallery h2,
.eventsGallery h3 
{
    letter-spacing: 0px;
    color: #777;
}

.eventsGallery h3 
{
    margin: 3px 0px;
}

.worksGallery,
.eventsGallery
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.worksGallery tr
{
    height: 130px;
}

.worksGallery td,
.eventsGallery td 
{
    border-bottom: dotted 1px #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.workImagePane 
{
    height: 100px;
    padding: 3px;
}

.workLinkPane 
{
    text-align: center;
    height: 10px;
    padding: 3px;
}

.privacy 
{
	color: #666;
}

.textbox 
{
    width: 400px;
    border: solid 1px #999;
    background-color: Transparent;
}

.smalltextbox 
{
    width: 300px;
    border: solid 1px #999;
    background-color: Transparent;
}

.textarea 
{
    width: 400px;
    height: 250px;
    border: solid 1px #999;
    background-color: Transparent;
}

.smalltextarea 
{
    width: 300px;
    height: 250px;
    border: solid 1px #999;
    background-color: Transparent;
}

.button 
{
    width: 82px;
    height: 33px;
    color: #eee;
    background-color: #000;
    border: none;
    margin-top: -37px;
}

.button2 
{
    width: 82px;
    height: 33px;
    color: #eee;
    background-color: #000;
    border: none;
}

.guestbookText 
{
    width: 100%;
    font-size: 13px;
    height: auto !important;
    height: 30px;
    min-height: 30px;
    margin-top: 20px;
}

.guestbookAuthor 
{
    width: 100%;
    border-top: solid 1px #999;
    padding: 3px;
}

span.emailAddress 
{
    color: #fff;
}

.bold 
{
    font-weight: bold;
}

.red 
{
    color: #F90602;
}


.workDetImage 
{
    border: solid 4px #2d2d2d;
}

.detailPager 
{
    text-align: center;
}

.detailPager a,
.detailPager a:link,
.detailPager a:visites
{
    font-family: Arial;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    margin: 0px 20px;
}

.detailPager a:hover 
{
    text-decoration: underline;
}

.largeText 
{
    font-family: Tahoma, Sans-Serif;
    font-size: 14px;
}

.bigText 
{
    font-size: 16px;
    line-height: 22px;
}