@charset "utf-8";

/*  SWF OBJECT  */

/* hide from ie on mac \*/
html, body, #website, #alternativeContent {
	height: 100%;
	overflow: hidden;
}
/* end hide */
body {
	background: #CCCCCC;
	font: 86% Arial, sans-serif;
	margin: 0;
}  



/*  LINKS  */

a:link {
color:#666666;
}
a:visited {
color:#333333;
}
a:hover {
color:#333333;
}
a:active {
color:#999999;
}



/*  ALT CONTENT  */

#alternativeContent
{
position: relative;
width: 900px;
height: 600px;
margin: auto;
margin-top: 50px;
padding: 0px;
background-color: #bdbdbd;
border: 1px solid #999999;
}

#menu 
{
position: relative;
float: left;
width: 160px;
height: 450px;
background-image:url(../altcontent/menu.jpg);
padding-top: 150px;
z-index: 15;
}

#menu ul 
{
list-style-type:none;
color: #666666;
font-size: 12px;
}

#menu li
{
margin-bottom: 3px;
}

#innerContent
{
position: relative;
left: 160px;
width: 740px;
height: 600px;
background-image:url(../altcontent/red-leaves-bg.jpg);
}

#innerContent-contact
{
position: relative;
left: 160px;
width: 740px;
height: 600px;
background-image:url(../altcontent/envelopes-bg.jpg);
}

#altimage 
{
position: relative;
padding-top: 50px;
margin-left: 100px;
float: left;
width: 190px;
}

#textContent 
{
position: relative;
float: left;
left: 290px;
width: 160px;
height: 600px;
padding-top: 90px;
padding-left: 30px;
padding-right: 30px;
background-image:url(../altcontent/trans.png);
}


/*  TEXT CONTENT  */

h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:lighter;
line-height:30px;
}

.headertext
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 30px;
}

.headertext-gallery, .headertext-contact 
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
}

h2, .bodytext {
font-size: 12px;
font-weight: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.bodytext-bold {
font-size: 12px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}


/*  GALLERY  */

#altGallery
{
position: relative;
margin-left: 260px;
padding-top: 50px;
width: 340px;
height: 160px;
}

#altGallery img
{
border: 4px solid white;
margin-left: 5px;
margin-bottom: 5px;
}

#textContent-gallery
{
position: relative;
width: 340px;
margin-left: 260px;
padding-top: 20px;
}

