
/* COMMON
------------------------------------*/

.margin{
	width:900px;
	margin:0 auto;
	position:relative;
}
.pad10{
	padding:10px;
}
.pad20{
	padding:20px;
}
.pad30{
	margin: 20px 30px 30px 30px;
}
#logo {
	/*float:left;*/
	margin-top:20px;
	margin-bottom:10px;
}

/* HOME
------------------------------------*/

#home{
	position:absolute;
	width:930px;
	margin-left:-450px;
	left:50%;
	z-index:40;
	height:650px;
}
#footer_home{
 	position:absolute;
  	bottom: 30px;
	z-index:20;
	width:100%;
	height:50px;
	background-color:#FFB0C8;
	opacity:.5;
	filter:alpha(opacity=50);
}
#footer_text{
  	position: absolute;
  	bottom: 30px;
	z-index:50;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:11px
}
#fade{
	position:absolute;
	z-index:10;
	width:100%;
}
#home_text{
margin-top:70px;
	position:absolute;
	z-index:100;
	width:342px;
	height:400px;
	top:120px;
}

#home_link{
	position:absolute;
	z-index:100;
	width:342px;
	height:400px;
	top:320px;
}
#home_text p{
}
#home_text_background{
	margin-top:70px;
	position:absolute;
	z-index:20;
	top:120px;
	overflow:hidden;
}
#promo_video{
	position:absolute;
	z-index:100;
	width:342px;
	top:360px;
}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}

/* SUBPAGE
------------------------------------*/

#header{
	margin:50px 0 0 0;
	
}
#header_image{
	margin-top:70px;
	float:left;
	width:580px;
	overflow:hidden;
	height:280px;
}
#header_text_box{
	margin-top:70px;
	float:left;
	width:320px;
	height:280px;
	background:#e0e9f8;
	overflow:hidden;	
}
#header_text_box h1{
	color:#FFFFFF;
	font-size:30px;
}
#header_text_box p{
	/*text-transform: uppercase;*/
	font-size:12px;
}
#content{
	clear:both;
}
#components{
	float:left;
	width:580px;
}
#sidebar{
	float:left;
	width:320px;
}

#footer{
	height:60px;
	background-color:#FFD7E3;
	line-height:50px;
	text-align:center;
	font-size:11px;	
}

/* PRODUCTS
------------------------------------*/

#products{
	margin:0 0 20px 0;
}
#products h2{
	padding:10px 0 10px 10px;
	margin:0;
}
.product_image {
	display:block;
	border:solid 2px #fff;
}
.product_image:hover {
	border:solid 2px #96a7c4;
}
.product_content {
	width:216px;
	float:left;
	margin:0 12px 0 0;
	overflow:hidden;
}
.product_content_last{
	margin:0;
}
.product_text {
	background:url(../images/imageShadow.jpg);
	background-repeat:repeat-x;
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
	border-bottom:solid 2px #fff;
}
.view_product {
	display:block;
	background:url(../images/star.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	border:solid 1px #91a6ca;
	font-size:11px;
	color:#003768;
	background-color:#C0CADC;
	padding:5px 5px 5px 25px;
}
.view_product:hover {
	color:#FFFFFF;
	background-color:#ABB8CF
}

/* CONTACT FORM
------------------------------------*/

.contact_form{
	margin:0 0 10px 0;
}
.contact_form dt, .contact_form dd{
	margin:0 0 5px 0;
	padding:0;
}

#apDiv1 {
	width:100%;
	height:60px;
	z-index:1;
	position: absolute;
 	bottom: -30px;
}
#apDiv1_subpage{
	
}
