﻿a
{
    color: #FFFFFF;
}
html, body 
{
    text-align: center;
    background-color: #000000;
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
	min-height: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position:center;
}

.main
{
    text-align: left;
    width: 900px;
    position: relative;
    margin: 0 auto; 
}
.top
{
    width: 900px;
    height: 15px;
    float: left;
    overflow: hidden;
    border-bottom: solid 1px #FFFFFF;  
    font-size: 10px;
    padding: 2px 0px 2px 10px;
}
.header
{
    width: 900px;
    height: 150px;
    float: left;
    overflow: hidden;
    background-image: url('../images/filmstripe.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.headerleft
{
    width: 169px;
    height: 150px;
    padding-top: 5px;
    float: left;
    overflow: hidden;
}


.languagebar
{
    width: 50px;
    float: right;
    overflow: hidden;
    padding-right: 25px;
    padding-top: 10px;
}
.languagebar img
{
    border: solid 0px #FFFFFF;
}
.languagebar a
{
    border: solid 0px #FFFFFF;
}

.middlebar
{
    width: 90px;
    height: 10px;
    float: left;
    overflow: hidden;
}
.content
{
    width: 900px;
    min-height: 500px;
    float: left;
    overflow: hidden; 
}

.contentleft
{
    width: 303px;
    float: left;
    overflow: hidden; 
    text-align: center;
}

.contentleft img
{
    border: 0px;
}

.menu
{
    width: 303px;
    float: left;
    overflow: hidden; 
    text-align:left;
}

.menu a, .menu a:visited
{
    width: 253px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    float: right;
    overflow: hidden;
    background-image: url('../images/menuitem.png');
    background-repeat: repeat;
    text-decoration: none;
    padding: 10px 5px 5px 50px;
    margin: 0px 0px 10px 0px;
}

.rent
{
    float: right;
    border: solid 0px #FFFFFF;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}

.imgleft
{
    float: left;
    border: solid 0px #FFFFFF;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}
.menu a:hover, .menu a:active
{
    width: 253px;
    height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    float: right;
    overflow: hidden;
    background-position: 0px -1px;
    background-image: url('../images/menuitem.png');
    background-repeat: repeat;
    text-decoration: none;
    padding: 9px 5px 5px 50px;
    margin: 0px 0px 10px 0px;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.contentright
{
    width: 567px;
    float: right;
    overflow: hidden;
    background-image: url('../images/back40.png'); 
    background-repeat: repeat;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 10px;
}

.contentright p
{
    color: #000000;
}

.note
{
    border: solid 1px white;
    background-color: #000000;
    padding: 5px 5px 5px 5px;
    width: 100%;
    float: right;
    overflow: hidden;
    width: 557px;
    color: #FFFFFF;
    
}

h1
{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

h2
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.footer
{
    width: 890px;
    height: 17px;
    float: left;
    overflow: hidden;
    background-image: url( '../images/backfooter.jpg' );
    background-repeat: repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 20px;
    font: Verdana normal normal bold 8px;
}

.contentright table
{
    background-color: #DFDFDF;
    border-spacing: 0px;
    border: solid 1px #000000;
    width: 570px;
}

.contentright td
{
    border: solid 1px #000000;
    color: #000000;
    padding: 2px 2px 2px 2px;
}

.tablePrice td
{
   
}

.tablePrice
{
    margin-bottom: 10px;
}

.photo
{
 
    overflow: hidden;
    float: left;
    border: solid 2px #FFFFFF;
    margin: 1px 1px 1px 1px;
}
.portfoliomenu
{
    overflow: hidden;
    float: left;
    width: 570px;
    height: 30px;
    border-bottom: solid 1px white;
}

.portmenuitem
{
    width: 100px;
    height: 25px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    overflow: hidden;
    float: left;
    padding-top:5px;
    margin-right:5px;
    text-align: center;
}

.portmenuitemselected
{
    width: 100px;
    height: 25px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    overflow: hidden;
    float: left;
    padding-top:5px;
    margin-right:5px;
    background-color: White;
    color: Black;
    font-weight: bold;
    text-align: center;
}