/* Main
-------------------------------------------------------------- */

#header-wrapper{
	position:relative;
}
#slogan-content{
	position:absolute;
	color:#FFF;
	text-shadow: 1px 1px #333;
	filter: shadow(Color=#333333, Direction=135, Strength=3);
	font-size:24px;
	width: 555px;
	top: 173px;
	left: 487px;
	height: 180px;
}
#product-image{
	
/*
	position:absolute;
	background-image:url(../images/product-image2.png);
	width: 304px;
	height: 384px;
	top: 0px;
	left: 150px;
*/	
	
	position:absolute;
	background-image:url(../images/product-image.png);
	width: 305px;
	height: 372px;
	top: 0px;
	left: 150px;
	
}

#product-name{
	position:absolute;
	background-image:url(../images/product-name.png);
	width: 515px;
	height: 119px;
	top: 40px;
	left: 487px;
	
}

#wordpress-logo{
	position:absolute;
	background-image:url(../images/wordpress-orange-logo.png);
	width: 141px;
	height: 129px;
	top: 275px;
	left: 120px;
	
}

#sub-slogan{
	position:absolute;
	background-image:url(../images/sub-slogan.png);
	width: 715px;
	height: 68px;
	top: 383px;
	left: 126px;
}

#buy-button{
	position:absolute;
	width: 183px;
	height: 63px;
	top: 386px;
	left: 851px;
}



#footer-wrapper{
	position:relative;
}
#footer-content{
	font-size:12px;
	color:#FFF;
	position:absolute;
	text-align:center;
	top:17px;
	left:230px;
	width: 748px;
	height: 28px;
}
.textTable td{
  line-height:24px;

}
.icons{
	margin-right: 8px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#videoDiv{
	position: relative;	
	/*width: 750px;*/	
	width: 770px;
	height: 795px;
	background:url(../images/video-skin.png);	
}

#inVideoContent{
	margin:auto;
	left:10px;
	position:absolute;
	top: 0px;		
	display: none;
}

#sidebtn{
	display:none;
	position:fixed;
	left:0;
	top:200px;	
}
