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

body
{
	//determined by swfObject2
}

#header
{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 5%;
	width:  30%;
}

.page
{
	position: relative;
	width: 100%;
}

.aspectRatio
{
	padding-top: 124%;
}

.content
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#getFlash
{
	position: absolute;
	top: 76%;
	left: 50%;
	margin-left: -193px;
	margin-top: -20px;
}

#main
{
	background: url(images/main.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#about
{
	background: url(images/about.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#philo
{
	background: url(images/philo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

#capabil
{
	background: url(images/capabil.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact
{
	background: url(images/contact.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#previewVideo
{
	position: absolute;
	width:  74%;
	height:  41%;
	top: 20%;
	left: 13%;
}

/*.button:hover #buttonBkrnd
{
	fill: #000000;
	opacity:  0.8;
}

.button:hover #buttonCopy
{
	fill: #FFFFFF;
}*/

#resizer
{
	position: absolute;
	display: inline-block;
	width: 32%;
	top: 64.5%;
	left: 53.5%;
}

#phoneNumber
{
	text-align: center;
	color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

/**
{
	margin: 0;
	padding: 0;
	border: 0;
}

html {
/*no scrollbars for 100% x 100% swf*!/
overflow: hidden;
height: 100%;
}

body {
background-color: #000000;
height: 100%;
}

#content {
}

#noFlashContent {
}*/
