@font-face {
				font-family: 'HelveticaNeue-UltraLight';
				src: url('fonts/helveticaneueultralight.eot');
				src: url('fonts/helveticaneueultralight-1.eot') format('embedded-opentype'),
					url('fonts/helveticaneueultralight.woff') format('woff'),
					url('fonts/helveticaneueultralight.ttf') format('truetype'),
					url('fonts/helveticaneueultralight.svg') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'HelveticaNeue-Thin';
				src: url('fonts/helveticaneuethin.eot');
				src: url('fonts/helveticaneuethin-1.eot') format('embedded-opentype'),
					url('fonts/helveticaneuethin.woff') format('woff'),
					url('fonts/helveticaneuethin.ttf') format('truetype'),
					url('fonts/helveticaneuethin.svg') format('svg');
				font-weight: normal;
				font-style: normal;
		}
  
  body
  {
background-color:rgb(255,255,255);
background-image:url(images/audi.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-size:14pt;
  }
.backimage
{
position:fixed;
bottom:-20px;
z-index:0;
left:-200px;
}

h3
{
font-family:'HelveticaNeue-Thin';
font-weight:200;
font-size:18pt;
}


img
{
border:none;
}

a
{
text-decoration:none;
font-family:'HelveticaNeue-Thin';
font-weight:200;
color:rgb(245,245,245);
text-shadow:1px 1px 2px black;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	behavior: url(PIE.php);
}

.inlineLink
{
color:rgb(32,64,116);
}

.inlineLink:hover
{
color:rgb(42,74,126);
text-shadow: none;
text-decoration:underline;
behavior: url(PIE.php);
}

a:hover
{
text-shadow: black 4px 4px 5px;
behavior: url(PIE.php);
}
.button
{
position:relative;

cursor:pointer;
width: 140px;
height: 36px;
float:left;
margin-right:5px;
left:180px;

text-shadow: black 3px 3px 3px;
text-align:center;

font-size:18pt;
line-height:28pt;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	behavior: url(PIE.php);
}

.button:hover
{
background-color:rgb(52,84,136);
}
.button:active {
    position: relative;
    top: 4px;
    behavior: url(PIE.php);
}

.buttonbar
{
z-index:2;
position:absolute;
top:230px;
left:50%;
width:1000px;
margin-left:-500px;
height:36px;
background-color:rgb(32,64,116);
behavior: url(PIE.php);
box-shadow:0px 10px 20px black;
}

.picRotation
{
position:absolute;
left:50%;
width:500px;
margin-left:-250px;
top:220px;
z-index:1;
-webkit-transition: opacity 1s linear;
-moz-transition: opacity 1s linear;
transition: opacity 1s linear;
}

.title
{
background-image:url(images/wave.png);
width:1000px;
height:210px;
left:0px;
position:absolute;
top:25px;
background-color:rgb(32,64,116);
box-shadow:0px 0px 10px white;
font-size:48pt;
font-family:'HelveticaNeue-UltraLight';
font-weight:100;
line-height:50px;
z-index:3
}

ul
{
list-style-position:inside;
}

h1
{
font-size:24pt;
text-align:center;
font-family:'HelveticaNeue-thin';
font-weight:200;
text-shadow: black 1px 1px 2px;
}

h2
{
font-size:20pt;
text-align:center;
font-family:'HelveticaNeue-thin';
font-weight:200;
text-shadow: black 1px 1px 2px;
}

.titleText
{
position:relative;
top:2px;
left:0px;
height:200px;
width:1000px;
text-shadow: black 3px 3px 2px;
filter: progid:DXImageTransform.Microsoft.DropShadow(
      offx=2, offy=2, color=#000000);
      behavior: url(PIE.php);
color:white;
text-align:right;
}

.titlePicture
{
position:absolute; 
left:680px; 
top:10px; 
width:300px;
}

.content
{
position:relative;
z-index:1;
background:rgba(255,255,255,.9);
width:1000px;
height:1400px;
top:-35px;
    -webkit-box-shadow:	30px -30px 15px rgba(0,0,0,.3),-30px -25px 15px rgba(0,0,0,.3);
    -moz-box-shadow: 	30px -30px 15px rgba(0,0,0,.3),-30px -25px 15px rgba(0,0,0,.3);
    box-shadow: 		30px -30px 15px rgba(0,0,0,.3),-30px -25px 15px rgba(0,0,0,.3);
left:50%;
margin-left:-500px;
behavior: url(PIE.php);
}

.bottom
{
position:absolute;
width:1px;
bottom:-100px;
left:700px;
z-index:5;
}

.pageText
{
position:absolute;
width:800px;
#font-family:'Helvetica,Arial,sans-serif';
font-family:'HelveticaNeue-thin';
font-weight:200;
top:250px;
padding:45px;
behavior: url(PIE.php);
}


