* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	font: 12px/18px "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow:hidden;
}
a {
	color: #002aff;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}

#container
{
	width:872px;
	height:100%;
	position:relative;
	margin:0px auto;
	border:1px solid transparent;
}

.logo_container
{
	margin-top:20px;
	height:50px;
	text-align:right;
}

#slidshow_cont
{
	width:870px;
	height:379px;
	border:1px solid #c6c6c6;
	margin:20px auto;
	background: url(../../resources/images/main_bg.png) repeat-x;
}
.main_img {
    background: url(../../resources/images/girl.png?v1) no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 377px;
    position: absolute;
    right: 33px;
    width: 302px;
    z-index: 11;
}
#details_cont
{
	width:100%;
	border:1px solid #c6c6c6;
	margin:20px auto 0;
	padding:20px 0;
}

#details_cont .option
{
	line-height:25px;
}

.fLeft{ float:left; }
.fRight{ float:right; }
.clear{ clear:both; }

.coverPhone {
    font-size: 14px;
    text-align: right;
	color:#5c5c5c;
}

.poweredby {
    background: url(../../resources/images/poweredby.jpg) no-repeat scroll 0 0 transparent;
    bottom: 14px;
    color: #969696;
    font-size: 11px;
    height: 16px;
    position: absolute;
    right: 0px;
    width: 148px;
	display:inline-block;
}

#privacypolicy
{
	margin-top:10px;
}

#whatWillSeeBox {
    display: none;
    left: 0;
    position: absolute;
    top: 224px;
    width: 100%;
    z-index: 999;
}
#whatWillSeeBox div {
    background-color: #FFFFFF;
    border: 1px solid #404040;
    color: #404040;
    font-size: 14px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    width: 300px;
}
#whatWillSeeBox .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#whatWillSeeBox .close img {
    border: 0 none;
}

#whatWillSeeBox ul {
    list-style: disc outside none;
    margin: auto auto auto 15px;
}

#whatWillSeeBox ul li {
    margin: auto;
    padding: 3px;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:190px;
	/*background:url(../../resources/images/loading.gif) no-repeat 50% 50%;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#greeting {
	width: 300px;
	margin: 30px;
}

#greeting p, #greeting, p{
	font-size: 15px;
	line-height: 20px;
	word-wrap: break-word;
}

a.startButton span {
    background: url("../../resources/images/btn_span.gif?v1") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    margin: 0;
    padding: 4px 0 4px 18px;
}

a.startButton {
    background: url("../../resources/images/btn_end.gif") no-repeat scroll right top transparent;
    bottom: 20px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 28px;
    left: 23px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 18px;
    position: absolute;
    text-decoration: none;
    z-index: 997;
}

a.startButton:hover
{
	background-position: right -28px;
}
a.startButton:hover span
{
	background-position: 0px -28px;
}

a.startButton:active
{
	background-position: right -56px;
}
a.startButton:active span
{
	background-position: 0 -56px;
}

#privacyText p, #privacyHeader
{
	font-size:12px;
}