@charset "UTF-8";
/* CSS Document */

body {
background:url('../img/backgroundOverlay2.png');
background-position:bottom;
background-attachment:fixed;
background-repeat:repeat-x;
margin: 0 0 0 0;
}
a:hover {
color:#333;
text-decoration:underline;
}
#footer {
position:absolute;
width:400px;
bottom:0px;
margin:0 auto;
text-align:right;
font-family:tahoma, verdana, helvetica;
font-size:.6em;
padding-bottom:5px;
font-weight:300;
color:#FFffff;
}
#footer a:link, #footer a:visited, #footer a:hover{
color:#FFFFFF;
}

a {
color:#f15a24;
text-decoration:none;
}
.headline {
font-size:1.75em;}
.homeMe {
font-family:tahoma, verdana, helvetica;
font-size:2.5em;
font-weight:800;
color:#FF6600;}
#logo {
width:350px;
height:150px;
background:url('/img/logo2.jpg') no-repeat;
position:absolute;
top:20px;
left:30px;
z-index:-999;
}
#wrapper {
position:absolute;
min-width:870px;
width:100%;
}

#mainContent {
overflow:visible;
position:relative;
width:600px;
top:50px;
margin-left:auto;
margin-right:auto;
}
span.tab {
min-height:200px;
border:1px solid #dddddd; 
background-color:#dddddd;
overflow:auto;
position:absolute;
top:26px;
right:20px;
width:96%;
z-index:-500;
}

#info1, #info2, #info3, #info4 {
padding:20px;
}
#menu{
clear:both;
padding-right:20px;
}
#contentWindow {
position:relative;
font-family:tahoma, verdana, helvetica;
font-size:.75em;
color:#545454;
}
.thumbsList td{
vertical-align:bottom;
text-align:right;
padding:4px;
}
.thumbsList .header {
padding-right:20px;
}
.thumbsList img{
border:1px solid #545454;
max-width:60px;
height:auto;
}
/*tabs */
ul li {
float: right;
list-style: none;
text-align: center; 
padding-right:5px;
clear:left;
}
li a {
display: block;
margin: 0 1px 0 0;
color:#fff;
font-family: tahoma, verdana, helvetica;
font-weight:500;
font-size:.8em;
text-decoration:none;
 background-color: #f18024;
 padding: 5px 5px 5px 5px;
 }

li #active { 
color: #fff;
background-color:#dddddd;
border-bottom: 1px solid #dddddd;
}

