/* CSS Document */

html, body {
	margin: 0px;
	width: 100% ;
	height: 100% ;
}

body {
	background:url('/administrator/common/splash/advancedwebsitebuilder/bodyBackground.png') #fff;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.Body .Header {
	padding-top: 30px;
}

.Body .Header, .Body .Header table {
	width: 100% ;
}
.Container {
	width: 100% ;
	text-align: left ;
}

.Container .Body {
	margin: auto ;
	width: 950px ;
}

.Container .Form td {
	text-align: left ;
}

.SubMenu table {
	width: 100% ;
}

.SubMenu table td {
	padding: 3px;
	white-space: nowrap ;
}

.SubMenu .Welcome {
	width: 90%;
}
	
#text_position {
	width:100%;
	position:inherit;
	padding-left:300px;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

img {
	border: none ;
}

#LiveHelp {
	display: none ;
}

#topspacer{
	width: 100%;
	height:130px;
}

.Splash {
	top:auto;
	width: 755px ;
	margin: auto;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:left;
}

.Splash .Buttons {
	position:absolute;
	float:right;
	left:800px;
	top:5px;
	padding-right:20px ;
}

.Splash .Buttons img {
	margin-left: 5px ;
	margin-right: 5px ;
	border:none;
}

.Splash .Right, .Splash .Left {
	float: left ;
}

.Splash .Left {
	top:25px;
	width: 320px ;
}

.Splash .Right {
	float: right;
	position:relative;
	width:420px;
}

.Splash .Item {
	width: 293px ;
	padding-top: 30px ;
	padding-left: 10px;
}

.Splash .Item .Head {
	margin-bottom: 8px ; 
}

.Splash .Image {
	margin-top: 20px ;
	text-align: center ;
}

.Splash .Point {
	padding-left: 30px ;
	margin-top: 25px ;
}

.Splash .Intro {
	position: relative ;
	background-repeat: no-repeat ;
	margin-top: 25px ;
	width: 380px ;
	left: 20px ;
}

.Splash .Intro .Text {
	width: 245px ;
}

.Spacer {
	clear: both ;
}
.Splash .PriceText{
	width:100%;
}
#slideshow{
	position:relative;
	margin-top: 20px ;
	width: 407px;
	height:300px;
}

#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


