@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #FFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #67828D;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 1000px;
    margin: 0 auto;
    background: #F5FAF6;
}
A {
    color: #67828D;
    text-decoration: none;
    cursor: pointer;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
}
A.link{
    display: block;
    height: 19px;
    border: 1px solid #3B6A72;
    background: url(images/button-bg.png) no-repeat 0 0;
    color: #FFF;
    line-height: 19px;
    text-align: center;
}
A.link:hover{
    text-decoration: none;
    background: url(images/button-bg.png) no-repeat 0 -19px;
    border: 1px solid #000;
}

/* Header
------------------------------------ */
#header{
    width: 1000px;
    height: 217px;
    background: #FFF url(images/header-bg.png) no-repeat top;
}
#header H1{
    outline: none;
    background: url(images/the-logo-boutique.png) no-repeat;
    display: block;
    width: 287px;
    height: 92px;
    float: left;
    margin: 27px 0 0 28px;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 287px;
    height: 92px;
}

#header-b{
    width: 1000px;
    height: 195px;
    background: #FFF url(images/header-bg.png) no-repeat top;
}
#header-b H3{
    outline: none;
    background: url(images/the-logo-boutique.png) no-repeat;
    display: block;
    width: 287px;
    height: 92px;
    float: left;
    margin: 27px 0 0 28px;
}
#header-b H3 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 287px;
    height: 92px;
}
.login-box{
    width: 415px;
    margin: 16px 23px 0 0;
    float: right;
    color: #FFF;
}
.login-box SPAN{
    width: 98px;
    height: 56px;
    float: left;
    display: block;
    border-right: 1px solid #99B3B9;
    font-size: 14px;
    line-height: 56px;
}
.login-box SPAN A{
    color: #FFF;
}
.login-box FORM{
    width: 294px;
    float: left;
    margin-left: 7px;
}
.login-box FORM A{
    color: #2C383D;
    margin: -23px 0 0 71px;
    display: block;
}
.login-box LABEL{
    width: 60px;
    float: left;
    text-align: right;
    margin-right: 9px;
    display: block;
    line-height: 21px;
}
.login-box INPUT#email, .login-box INPUT#password{
    width: 168px;
    height: 17px;
    border: 1px solid #68828D;
    margin-bottom: 6px;
}
.login-box INPUT.login{
    display: inline;
    width: 50px;
    height: 21px;
    border: none;
    background: url(images/button-login.png) no-repeat 0 0;
    color: #FFF;
    position: relative;
    top: -27px;
    left: 249px;
}
.login-box INPUT.login:hover{
    background: url(images/button-login.png) no-repeat 0 -21px;
}
.login-box-loged{
    width: 440px;
    margin: 16px 23px 0 0;
    float: left;
    color: #FFF;
	padding-left:220px;
	padding-top:15px;
}
.login-box-loged SPAN{
    width: 120px;
    height: 56px;
    float: left;
    display: block;
    border-right: 1px solid #99B3B9;
    font-size: 14px;
    line-height: 56px;
}


.login-box-loged SPAN A{
    color: #FFF;
}
.login-box-loged FORM{
    width: 294px;
    float: left;
    margin-left: 7px;
}
.login-box-loged FORM A{
    color: #2C383D;
    margin: -23px 0 0 71px;
    display: block;
}
.login-box-loged LABEL{
    width: 110px;
    float: left;
    text-align: left;
    margin-right: 9px;
	color: #2C383D;
    display: block;
    line-height: 30px;
	padding-right:10px;
	cursor:pointer;
}



.login-box-loged LABEL:hover{
	text-decoration:underline;
}

.login-box-loged A{
    width: 110px;
    float: left;
    text-align: left;
    margin-right: 9px;
	color: #2C383D;
    display: block;
    line-height: 30px;
	padding-right:10px;
	cursor:pointer;
}



.login-box-loged A:hover{
	text-decoration:underline;
}

.login-box-loged FONT{
	color: #2C383D;
	padding-left:5px;
	font-size: 12px;
}
.login-box-loged INPUT#email, .login-box INPUT#password{
    width: 168px;
    height: 17px;
    border: 1px solid #68828D;
    margin-bottom: 6px;
}
.login-box-loged INPUT.login{
    display: inline;
    width: 50px;
    height: 21px;
    border: none;
    background: url(../home_new/images/button-login.png) no-repeat 0 0;
    color: #FFF;
    position: relative;
    top: 5px;
}
.login-box-loged INPUT.login:hover{
    background: url(../home_new/images/button-login.png) no-repeat 0 -21px;
}
.top-links{
    float: right;
    top: 30px;
    right: 21px;
    width: 560px;
    position: relative;
}
.top-links LI{
    color: #A1C7CA;
    float: left;
    padding-left: 9px;
}
.top-links LI A{
    color: #2C383D;
    float: left;
    padding-right: 9px;
}
#top-nav{
    width: 972px;
    height: 43px;
    background: url(images/top-nav-bg.png) repeat-x;
    clear: both;
    padding-left: 28px;
    margin-top: 33px;
    float: left;
    position: relative;
}
#top-nav LI{
    width: 118px;
    height: 43px;
    background: url(images/top-nav-li.png) no-repeat;
    float: left;
    display: block;
}
#top-nav LI.alt, #top-nav LI:hover{
    float: left;
    display: block;
    width: 118px;
    height: 43px;
    background: url(images/top-nav-li-alt.png) no-repeat;
}
#top-nav LI.alt{
    float: left;
    display: block;
    width: 118px;
    height: 43px;
    background: url(images/top-nav-li-alt.png) no-repeat;
}

#top-nav LI SPAN{
    display: block;
    text-indent: -999999px;
}
#top-nav LI DIV {
	float: left;
	position: absolute;
	left: 0; top:43px;
	width: 959px;
    height: 23px;
    line-height: 23px;
	background: #B30000;
    border-bottom: 1px solid #910000;
	color: #fff;
    padding-left: 41px;
    display: none;
    margin-bottom: 15px;
}
#top-nav LI.alt DIV {
	float: left;
	position: absolute;
	left: 0; top:43px;
	width: 959px;
    height: 23px;
    line-height: 23px;
	background: #B30000;
    border-bottom: 1px solid #910000;
	color: #fff;
    padding-left: 41px;
    display: block;
    margin-bottom: 15px;
}
#top-nav LI DIV A, #top-nav LI.alt DIV A{
    display: inline;
    background: none;
    color: #FFF;
    padding-right: 40px;
}
#top-nav LI DIV A.current, #top-nav LI.alt DIV A.current{
    background: url(images/current.png) no-repeat 0 4px;
    padding-left: 11px;
}
/*#top-nav LI:hover DIV {
    display: block;
}*/
#top-nav LI DIV A:hover {
    text-decoration: underline;
}
.nav-a{
    width: 92px;
    height: 9px;
    margin: 17px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 0;
}
.nav-b{
    width: 65px;
    height: 20px;
    margin: 12px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -9px;
}
.nav-c{
    width: 92px;
    height: 31px;
    margin: 5px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -29px;
}
.nav-d{
    width: 84px;
    height: 9px;
    margin: 17px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -60px;
}
.nav-e{
    width: 67px;
    height: 9px;
    margin: 17px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -69px;
}
.nav-f{
    width: 82px;
    height: 9px;
    margin: 17px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -78px;
}
.nav-g{
    width: 98px;
    height: 20px;
    margin: 12px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -87px;
}
.nav-h{
    width: 87px;
    height: 9px;
    margin: 17px auto 0 auto;
    background: url(images/top-nav-li-sp.png) 0 -107px;
}

/* Show Box
------------------------------------ */
#show-box{
    width: 1000px;
    height: 257px;
    border-bottom: 1px solid #67828D;
    border-top: 1px solid #67828D;
    float: left;
    margin: 2px 0 15px 0;
    clear: both;
}
.show-box-left{
    width: 734px;
    height: 257px;
    float: left;
    position: relative;
}
.show-box-left SPAN A{
    width: 32px;
    height: 31px;
    display: block;
    position: absolute;
    text-indent: -999999px;
    top: 80px;
    left: 645px;
    background: url(images/arrow.png) no-repeat;
}

.show-box-right-call{
    width: 230px;
    height: 70px;
    float: right;
	margin: 20px 25px 15px 0;
}

.show-box-right{
    width: 265px;
    height: 257px;
    float: left;
    border-left: 1px solid #67828D;
}
.show-box-right A{
    display: block;
    width: 265px;
    height: 257px;
    background: url(img/red-tag-logo.png) no-repeat 0 0;
    text-indent: -999999px;
}
.show-box-right A:hover{
    background: url(img/red-tag-logo.png) no-repeat 0 -258px;
}

/* Show Box A
------------------------------------ */
#show-box-a{
    width: 947px;
    margin: 0 auto;
    clear: both;
    margin: 15px 0 -40px 26px;
    float: left;
}
.show-box-wrap{
    background: #FFF url(images/show-box-a-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.show-box-a-top{
    background: url(images/show-box-a-top.png) no-repeat;
    width: 947px;
    padding-top: 4px;
}
.show-box-a-inner{
    background: url(images/show-box-a-bg.png) repeat-y;
    width: 947px;
    float: left;
    padding: 0 0 8px 0;
}
.show-box-a-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 884px;
    float: left;
    top: -49px;
    display: block;
}
.show-box-a-inner H2{
    display: block;
    width: 920px;
    height: 22px;
    margin: 7px 0 10px 12px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.show-box-a-inner H2 SPAN{
    margin: 0px 0 0 10px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.show-box-a-inner-l{
    float: left;
    display: block;
    margin: 0 0 0 20px;
}
.show-box-a-inner-l SPAN{
    color: #2C383D;
}
.show-box-a-inner-r{
    float: right;
    display: block;
    margin: 0 15px 10px 0;
}
.show-box-a-inner-r SELECT{
    width: 220px;
    margin-left: 5px;
}
.show-box-a-inner HR{
    margin: 0 0 10px 12px;
    width: 920px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}
.show-box-a-inner-logos{
    background: url(images/show-box-a-inner-box-bg.png) repeat-x;
    width: 920px;
    height: 321px;
    margin: 0 0 0 12px;
}
.show-box-a-inner-logos UL{
    padding: 20px 0 0 20px;
}
.show-box-a-inner-logos LI{
    float: left;
    padding-right: 65px;
}
.show-box-a-inner-logos LI.last{
    padding-right: 0;
}
.prev A.link{
    width: 68px;
    float: left;
    margin: 15px 0 0 12px;
    clear: left;
}
.next A.link{
    width: 68px;
    float: right;
    margin: 15px 12px 0 0;
}
.video-icon{
    background: url(images/video.png) no-repeat;
    height: 37px;
    padding-left: 50px;
    display: block;
    float: left;
    line-height: 27px;
    margin: 12px 0 0 13px;
}
.get-start{
    width: 199px;
    height: 37px;
    padding-left: 45px;
    display: block;
    float: left;
    line-height: 27px;
    margin: 12px 0 0 216px;
    background: url(images/get-start.png) no-repeat 0 0;
    text-indent: -999999px;
}
.get-start:hover{
    background: url(images/get-start.png) no-repeat 0 -37px;
}

/* Show Box B
------------------------------------ */
#show-box-b{
    width: 702px;
    margin: 0 auto;
    clear: both;
    margin: 0 0 -30px 26px;
    float: left;
}
.show-box-b-wrap{
    background: #FFF url(images/show-box-b-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.show-box-b-top{
    background: url(images/show-box-b-top.png) no-repeat;
    width: 702px;
    padding-top: 4px;
}
.show-box-b-inner{
    background: url(images/show-box-b-bg.png) repeat-y;
    width: 702px;
    float: left;
    padding: 0 0 8px 0;
}
.show-box-b-inner IMG{
    float: left;
    margin: 7px 0 0 35px;

}
.show-box-b-inner IMG{
    float: left;
    margin: 7px 0 0 35px;

}
.show-box-b-inner-descr{
    float: right;
    margin: 17px 22px 0 0;
    width: 430px;
}
.show-box-b-inner DT{
    color: #2C383D;
    font-weight: bold;
    width: 430px;
    text-align: center;
    margin-bottom: 10px;
}
.show-box-b-inner DD{
    background: url(images/v-show-box-b.png) no-repeat;
    padding-left: 20px;
    line-height: 13px;
    margin: 0 0 8px 30px;
}
.show-box-b-inner HR{
    margin: 10px 0 10px 0;
    width: 430px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}
.show-box-b-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 639px;
    float: left;
    top: -51px;
    display: block;
}
.get-start-b{
    width: 199px;
    height: 37px;
    display: block;
    float: right;
    line-height: 27px;
    margin: 12px 0 0 0;
    background: url(images/get-start.png) no-repeat 0 0;
    text-indent: -999999px;
}
.get-start-b:hover{
    background: url(images/get-start.png) no-repeat 0 -37px;
}

/* Featured
------------------------------------ */
#featured-a{
    width: 232px;
    clear: both;
}
.featured-a-left{
    margin-left: 15px;
}
.featured-a-wrap{
    background: #FFF url(images/featured-a-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.featured-a-top{
    background: url(images/featured-a-top.png) no-repeat;
    width: 232px;
    padding-top: 4px;
}

.featured-a-inner{
    background: url(images/featured-a-bg.png) repeat-y;
    width: 232px;
    float: left;
    padding: 0 0 8px 0;
}

.featured-a-inner H2{
    display: block;
    width: 198px;
    height: 17px;
    margin: 7px 0 9px 15px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.featured-a-inner H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.featured-a-inner H3{
    margin: 0 0 0 15px;
    width: 198px;
    color: #E80505;
    font-size: 14px;
}
.featured-a-inner DL{
    margin: 10px 0 0 15px;
    width: 198px;
}
.featured-a-inner DT{
    color: #2C383D;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner DD{
    margin-bottom: 10px;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner DD.last{
    margin-bottom: 0;
}


.featured-a-inner-b{
    background: url(images/featured-a-bg.png) repeat-y;
    width: 232px;
    float: left;
    padding: 0 0 8px 0;
}

.featured-a-inner-b IMG{
	padding-left:70px;
}

.featured-a-inner-b A{
	color:#437B83;
}

.featured-a-inner-b H2{
    display: block;
    width: 198px;
    height: 17px;
    margin: 7px 0 9px 15px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.featured-a-inner-b H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.featured-a-inner-b H3{
    margin: 0 0 0 15px;
    width: 198px;
    color: #E80505;
    font-size: 14px;
}
.featured-a-inner-b DL{
    margin: 10px 0 0 15px;
    width: 198px;
}
.featured-a-inner-b DT{
    color: #2C383D;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner-b DD{
    margin-bottom: 10px;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner-b DD.last{
    margin-bottom: 0;
}

.featured-a-inner-c{
    background: url(images/featured-a-bg.png) repeat-y;
    width: 232px;
    float: left;
    padding: 0 0 8px 0;
}

.featured-a-inner-c IMG{
	padding-left:5px;
	padding-top:3px;
}

.featured-a-inner-c A{
	padding-left:35px;
	color:#000;
}

.featured-a-inner-c H2{
    display: block;
    width: 198px;
    height: 17px;
    margin: 7px 0 9px 15px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.featured-a-inner-c H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.featured-a-inner-c H3{
    margin: 0 0 0 15px;
    width: 198px;
    color: #E80505;
    font-size: 14px;
}
.featured-a-inner-c DL{
    margin: 10px 0 0 15px;
    width: 198px;
}
.featured-a-inner-c DT{
    color: #2C383D;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner-c DD{
    margin-bottom: 10px;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner-c DD.last{
    margin-bottom: 0;
}
.featured-a-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 169px;
    float: left;
    top: -49px;
    display: block;
}

.package UL{
margin: 10px 0 0 15px;
}
.package LI{
padding-left: 12px;
margin-bottom: 3px;
display: block;
background: url(images/v-featured.png) no-repeat 0 4px;
}

.package-b UL{
margin: 10px 0 0 15px;
}
.package-b LI{
padding-left: 12px;
margin-bottom: 3px;
display: block;
}


.featured-a-inner P{
    margin: 10px 10px 0 15px;
    clear: both;
}
.featured-a-inner SPAN.total{
    display: block;
    float: right;
    color: #E80505;
    font-size: 14px;
    margin: 0 30px 10px 0;
}
.featured-a-inner P.info-alert{
    display: block;
    color: #2C383D;
    width: 198px;
    margin: 0 10px 0 15px;
    background: #FFF3D3 url(images/info-ico.png) no-repeat 5px 4px;
    border: 1px solid #D0C6A3;
}
.featured-a-inner P.info-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 140px;
}
.featured-a-inner HR{
    margin: 10px 0 10px 15px;
    width: 198px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}

.hr-home{
    margin: 10px 0 10px 15px;
    width: 198px;
    height: 2px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}
.featured-a-inner P.center{
    text-align: center;
    margin: 0;
}

.featured-a-inner-b P{
    margin: 10px 10px 0 15px;
    clear: both;
}
.featured-a-inner-b SPAN.total{
    display: block;
    float: right;
    color: #E80505;
    font-size: 14px;
    margin: 0 30px 10px 0;
}
.featured-a-inner-b P.info-alert{
    display: block;
    color: #2C383D;
    width: 198px;
    margin: 0 10px 0 15px;
    background: #FFF3D3 url(images/info-ico.png) no-repeat 5px 4px;
    border: 1px solid #D0C6A3;
}
.featured-a-inner-b P.info-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 140px;
}
.featured-a-inner-b HR{
    margin: 10px 0 10px 15px;
    width: 198px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}
.featured-a-inner-b P.center{
    text-align: center;
    margin: 0;
}

.package P{
    text-align: center;
    clear: both;
}
.package-b P{
    text-align: center;
    clear: both;
}

.package A.link{
    width: 48px;
    float: right;
    clear: both;
    margin: 5px 26px 10px 0;
}
.package HR{
    margin: 7px 0 7px 15px;
    width: 198px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}

.link-home{
	font-family:Arial, Helvetica, sans-serif;
	color:#437B83;
	text-decoration:none;
	
}
.link-home A:hover {
	color:#437B83;
    text-decoration: none;
    cursor: pointer;
	clear: both;
}
.featured-a-inner P.package-bottom{
    font-size: 12px;
    text-align: center;
}
.package-bottom SPAN{
    font-weight: bold;
}
.package-bottom SPAN SPAN{
    color: #2C383D;
}
.featured-a-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 169px;
    float: left;
    top: -49px;
    display: block;
}
.bottom-hours{
    clear: both;
    top: -45px;
    position: relative;
    margin: 0 0 -20px 10px;
    display: block;
}
.bottom-hours-left{
    margin: 0 0 -20px 25px;
}

/* Main
------------------------------------ */
#main{
	border-left: 258px solid #F5FAF6;
	border-right: 253px solid #F5FAF6;
	height:1%;
    clear: both;
    padding-bottom: 20px;
}
#main:after{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.main-c{
	height: 1%;
    clear: both;
    padding-bottom: 20px;
	padding-top: 20px;
}
.main-c:after{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.middle{
    width: 100%;
    float: left;
	overflow: hidden;
	margin-right: -100%;
    position: relative;
    padding-bottom: 190px;
    min-height: 1240px;
}
.read-more-home{
	float:right; 
	padding-right:10px; 
	text-align:justify;
}
.middle EM{
    color: #E80505;
}
.middle-b{
    width: 100%;
    float: left;
	overflow: hidden;
	margin-right: -100%;
    position: relative;
    padding-bottom: 190px;
    min-height: 560px;
}
.middle-b EM{
    color: #E80505;
}
.middle-box-b{
    width: 472px;
    margin: 0 auto;
	float:left;
    
}

.middle-box-c{
    width: 472px;
	margin-top:-5px;
	float:left;
    
}
.middle-box{
    width: 472px;
    margin: 0 auto;
    clear: both;
    margin: 0 0 -40px 0;
    float: left;
}
.middle-box-wrap{
    background: #FFF url(images/middle-box-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
	margin-top:5px;
}
.link-title-home{
	clear: both;
	color:#000;
}
.middle-box-top{
    background: url(images/middle-box-top.png) no-repeat;
    width: 472px;
    padding-top: 4px;
}
.middle-box-admin{
    width: 472px;
    margin: 0 auto;
    clear: both;
    margin: 0 0 0 0;
    float: left;
}
.middle-box-top-admin{
    background: url(images/middle-box-top.png) no-repeat;
    width: 472px;
    padding-top: 4px;
}

.middle-box-inner-admin{
    background: url(images/middle-box-bg.png) repeat-y;
    width: 472px;
    float: left;
    padding: 0 0 8px 0;
}
.middle-box-inner{
    background: url(images/middle-box-bg.png) repeat-y;
    width: 474px;
    float: left;
    padding: 0 0 8px 0;
}

.middle-box-inner-c{
    width: 472px;
    float: left;
    padding: 0 0 8px 0;
}

.middle-box-inner-c H2{
    display: block;
    width: 450px;
    height: 17px;
    margin: 1px 0 4px 10px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.middle-box-inner-c H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.middle-box-inner-c H2 SPAN SPAN{
    font-weight: normal;
    display: inline;
    color: #67828D;
    margin: 0;
    padding: 0 1px 0 1px;
}

.middle-box-inner-b{
    background: url(images/middle-box-bg.png) repeat-y;
    width: 472px;
    float: left;
    padding: 0 0 8px 0;
}
.middle-box-inner-b IMG{
	padding-left:70px;
}
.middle-box-inner-b H2{
    display: block;
    width: 450px;
    height: 17px;
    margin: 7px 0 4px 10px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.middle-box-inner-b H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.middle-box-inner-b H2 SPAN SPAN{
    font-weight: normal;
    display: inline;
    color: #67828D;
    margin: 0;
    padding: 0 1px 0 1px;
}
.middle-box-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 409px;
    float: left;
    top: -49px;
    display: block;
}
.middle-box-inner H2{
    display: block;
    width: 450px;
    height: 17px;
    margin: 7px 0 4px 10px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.middle-box-inner H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.middle-box-inner H2 SPAN SPAN{
    font-weight: normal;
    display: inline;
    color: #67828D;
    margin: 0;
    padding: 0 1px 0 1px;
}

.why-list{
    margin-left: 10px;
}
.why-list LI{
    width: 445px;
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #E7ECE9;
}
.why-list LI.last{
    border: none;
    padding: 5px 0 0 5px;
}
.content{
    width: 445px;
    margin: 0;
    float: left;
    clear: both;
}
.content H2{
    margin: 15px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.content P{
    margin-bottom: 10px;
    color: #2C383D;
}
.content A{
    text-decoration: underline;
    color: #2C383D;
}
.content A:hover{
    text-decoration: none;
}
.content A.red{
    color: #E80505;
}

.title-release{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:11px;
	padding-top:8px;
	font-size:13px;
}
.desc-release{
	font-family:Arial, Helvetica, sans-serif;
	color:#437B83;
	padding-left:11px;
	padding-top:5px;
	font-size:13px;
}

.red-more-release{
	font-family:Arial, Helvetica, sans-serif;
	color:#437B83;
	padding-left:11px;
	padding-top:5px;
	font-size:13px;
	float:right;
	padding-right:10px;
}

.home-buttom{
    width: 445px;
    margin: 0;
    float: left;
    clear: both;
	padding-left:130px;
	padding-top:10px;
}
.content-h{
	max-width:445px;
    margin: 0;
    float: left;
}
.content-h H2{
    margin: 15px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.p-descrip{
    margin-bottom: 10px;
    color: #437B83;
	width:445px;
	vertical-align:top;
	padding-left:2px;
	margin: -30px 0px 0px 0px;
}
.content-h A{
    text-decoration: underline;
    color: #2C383D;
}
.content-h A:hover{
    text-decoration: none;
}
.content-h A.red{
    color: #E80505;
}

.read-more A{
    float: right;
    margin-bottom: 20px;
}
.middle-box-partners{
    position: absolute;
	bottom: 0;
	left:0;
}
.middle-box-partners P{
    text-indent: -999999px;
    width: 218px;
    height: 34px;
    margin: 0 auto 3px auto;
    background: url(images/logo-small.png) no-repeat;
    display: block;
    clear: both;
}
.partners-list-img{
    float: left;
    margin: 0 0 2px 23px;	
	border-right: 1px solid #E7ECE9;
	width:122px;
	height:130px;
}
.partners-list-admin{
    float: left;
    margin: 0 0 2px 23px;	
	border-right: 1px solid #E7ECE9;
	width:90px;
	height:90px;
}
.partners-list-admin-r{
    float: left;
    margin: 0 0 2px 23px;	
	width:90px;
	height:90px;
}
.partners-list{
    float: right;
    margin: 0 20px 2px 3px;
}
.partners-list SPAN{
	padding-left:0px;
}
.partners-list DIV{
	color:#000;
	padding-left:0px;
	clear:both;
}
.div-date{
	clear:both;
	padding-left:166px;
	color:#437B83; 
	padding-top:7px	
}
.partners-list LI{
    padding: 12px 10px 0 0px;
    width: 132px;
    height: 45px;
    border-right: 1px solid #E7ECE9;
    float: left;
}
.partners-list A{
	vertical-align:top;
	padding-bottom:30px;
}
.partners-list LI.last{
    border: none;
	width:  280px;
	height: 50px;
}

/* Main A
------------------------------------ */
#main-a {
	border-right: 253px solid #F5FAF6;
	height: 1%;
    clear: both;
    padding: 15px 0 15px 0;
}
#main-a:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.middle-a{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.content-a{
    width: 685px;
    margin: 0 0 0 26px;
    float: left;
    clear: both;
}
.content-a H2{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.content-a P{
    margin-bottom: 10px;
    color: #2C383D;
}
.content-a A{
    text-decoration: underline;
    color: #2C383D;
}
.content-a A:hover{
    text-decoration: none;
}
.content-a A.red{
    color: #E80505;
}
.content-a EM{
    color: #E80505;
}
.img-left{
    float: left;
    margin: 0 10px 0 0;
}
.img-right{
    float: right;
    margin: 0 0 0 10px;
}
.content-a-left{
    float: left;
    width: 432px;
}
.content-a-left H3{
    color: #E80505;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content-a-left P{
    color: #2C383D;
}
.content-a-left A{
    color: #2C383D;
}
.content-a-left A.link{
    width: 178px;
    text-decoration: none;
    color: #FFF;
}
.tel-p{
    display: block;
    border: 1px solid #A1C7CA;
    text-align: center;
    padding: 7px 0 7px 0;
}
.content-a-right{
    float: left;
    width: 238px;
    margin: 0 0 0 15px;
}
.content-a-right-box{
    border: 1px solid #A1C7CA;
    background: #FFF;
    width: 235px;
}
.content-a-right-box H2{
    background: #A1C7CA;
    width: 235px;
    height: 45px;
    text-align: center;
    padding-top: 2px;
    font-family: Georgia, sans-serif;
    font-size: 15px;
}
.content-a-right-box IMG{
    margin-bottom: -10px;
}
.content-a-right-box BLOCKQUOTE{
    width: 235px;
    display: block;
    margin-bottom: 10px;
}
.content-a-right-box BLOCKQUOTE P{
    margin: 0 0 0 10px;
    width: 215px;
    font-style: italic;
    color: #666;
}
.content-a-right-box BLOCKQUOTE P SPAN{
    font-size: 20px;
    font-weight: bold;
}
.content-a-right-box BLOCKQUOTE A{
    font-style: normal;
    text-decoration: underline;
    margin-left: 10px;
}
.content-a-right-box BLOCKQUOTE A:hover{
    text-decoration: none;
}

/* Main B
------------------------------------ */
#main-b{
    clear: both;
    padding: 20px 0 15px 0;
    width: 1000px;
    float: left;
    background: #F5FAF6;
}
.content-b{
    clear: both;
    width: 947px;
    float: left;
    background: #F5FAF6;
}
.content-b H2{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2C383D;
    margin: 0 0 10px 26px;
    font-family: Georgia, sans-serif;
}
.big-box{
    width: 947px;
    margin: 0 auto;
    clear: both;
    margin: 0 0 -30px 26px;
    float: left;
}
.big-box-wrap{
    background: #FFF url(images/big-box-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.big-box-top{
    background: url(images/big-box-top.png) no-repeat;
    width: 947px;
    padding-top: 4px;
}
.big-box-inner{
    background: url(images/big-box-bg.png) repeat-y;
    width: 947px;
    float: left;
    padding: 0 0 8px 0;
}
.big-box-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 884px;
    float: left;
    top: -49px;
    display: block;
}
.big-box-inner TABLE{
    margin: 7px 14px 0 10px;
}
.big-box-inner TD{
    border: 1px solid #E7ECE9;
    text-align: center;
    color: #2C383D;
    padding: 6px;
    vertical-align: middle;
}
.big-box-inner TD A{
    color: #2C383D;
    text-decoration: underline;
}
.big-box-inner TD A:hover{
    text-decoration: none;
}
.big-box-inner TD.no-border{
    border: none;
}
.big-box-inner TD SPAN.yes{
    width: 13px;
    height: 13px;
    background: url(images/yes.png);
    margin: 0 auto;
    text-indent: -999999px;
    display: block;
}
.big-box-inner TD EM{
    color: #E80505;
}
.big-box-inner TD SPAN.table-red{
    color: #E80505;
    font-weight: bold;
    padding-right: 5px;
}
.big-box-inner TD.table-left{
    text-align: left;
}
.big-box-inner TD.table-left-bottom{
    text-align: left;
    vertical-align: bottom;
}
.big-box-inner TD.table-header{
    border-bottom: 3px solid #A1C7CA;
    width: 680px;
    height: 25px;
    background: #E7ECE9;
    padding: 0;
}
.big-box-inner TD.table-header SPAN{
    margin: 0 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
    line-height: 13px;
    padding: 0 30px 0 30px;
    background: url(images/table-header-ico1.png) no-repeat;
    display: block;
    position: relative;
    text-align: left;
}
.big-box-inner TD.table-header-a SPAN{
    background: url(images/table-header-ico2.png) no-repeat;
    line-height: 20px;
}
.big-box-inner TD.table-header-a{
    height: 30px;
    width: 585px;
}
.big-box-inner TD.table-img{
    background: url(images/table-img-bg.png) repeat-x bottom;
    padding: 0;
}
.big-box-inner TD.table-price{
    background: url(images/table-price-bg.png) repeat-x bottom;
}
.big-box-inner TD A.table-red-link{
    display: block;
    height: 19px;
    border: 1px solid #B30000;
    background: url(images/button-red-bg.png) no-repeat 0 0;
    color: #FFF;
    line-height: 19px;
    text-align: center;
    width: 67px;
    text-decoration: none;
    margin: 0 auto;
}
.big-box-inner TD A.table-red-link:hover{
    text-decoration: none;
    background: url(images/button-red-bg.png) no-repeat 0 -19px;
    border: 1px solid #B30000;
}

/* Left Side
------------------------------------ */
.left-side {
	float: left;
	width: 258px;
	position: relative;
	background: #F5FAF6;
	left: -258px;
}

.left-side-b {
	float: left;
	width: 135px;
	position: relative;
	background: #F5FAF6;
	margin: 0px 125px 15px 0;
}


/* Right Side
------------------------------------ */
.right-side{
	float: right;
	margin-right: -253px;
	width: 253px;
	position: relative;
	background: #F5FAF6;
}
.right-side-b{
	float: right;
	width: 253px;
	position: relative;
	background: #F5FAF6;
}
.banner-box{
    margin-bottom: 15px;
    clear: both;
}
.banner-box BLOCKQUOTE{
    width: 235px;
    display: block;
}
.banner-box BLOCKQUOTE IMG{
    float: left;
    padding: 10px 10px 0 0;
}
.banner-box BLOCKQUOTE P{
    margin: 0px 0 0 0;
    font-style: italic;
    color: #666;
}
.banner-box BLOCKQUOTE P SPAN{
    font-size: 20px;
    font-weight: bold;
}
.banner-box BLOCKQUOTE A{
    font-style: normal;
    text-decoration: underline;
    margin-left: 10px;
}
.banner-box BLOCKQUOTE A:hover{
    text-decoration: none;
}
.banner-box BLOCKQUOTE CITE.ronald{
    text-indent: -999999px;
    display: block;
    width: 116px;
    height: 32px;
    background: url(images/ronald.png) no-repeat;
    float: right;
    margin: 12px 25px 15px 0;
}
.subscribe-box{
    width: 228px;
    height: 164px;
    background: #FFF3D3;
    border: 1px solid #D0C6A3;
    clear: both;
}
.subscribe-box H2{
    display: block;
    width: 210px;
    height: 17px;
    margin: 10px 0 14px 9px;
    background: #67828D;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.subscribe-box H2 SPAN{
    margin: -3px 0 0 0;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #D0C6A3;
    font-family: Georgia, sans-serif;
}
.subscribe-box H2 SPAN SPAN{
    display: inline;
    color: #2C383D;
    margin: 0;
    padding: 0 1px 0 1px;
}
.subscribe-box FORM INPUT#ea{
    border: 1px solid #68828D;
    width: 158px;
    height: 17px;
    margin-bottom: 8px;
}
.subscribe-box FORM INPUT.subscribe-submit{
    display: inline;
    width: 80px;
    height: 21px;
    border: none;
    background: url(images/button-subscrtbe.png) no-repeat 0 0;
    color: #FFF;
    float: right;
    margin-right: 12px;
}
.subscribe-box FORM INPUT.subscribe-submit:hover{
    background: url(images/button-subscrtbe.png) no-repeat 0 -21px;
}
.subscribe-box FORM LABEL{
    color: #2C383D;
    float: left;
    line-height: 21px;
    margin-right: 3px;
}
.subscribe-box P{
    clear: both;
    margin-left: 18px;
}
.subscribe-box P.privacy{
    color: #99927F;
    line-height: 19px;
    margin: 0px 0 0 18px;
    padding-top: 10px;
}
.subscribe-box P.privacy SUP{
	vertical-align: baseline;
	position: relative;
    bottom: 0.7ex;
    font-size: 9px;
}
.subscribe-box P.privacy CITE{
    color: #7C7667;
    background: url(images/mail.png) no-repeat 0 3px;
    height: 9px;
    padding-left: 18px;
    font-weight: bold;
    margin-left: 3px;
}

/* Footer
------------------------------------ */
#footer{
    clear: both;
    border-top: 4px solid #A1C7CA;
    background: #FFFFFF;
    position: relative;
    float: left;
    width: 1000px;
}
#footer-b{
    clear: both;
    border-top: 4px solid #A1C7CA;
    background: #FFFFFF;
    position: relative;
    float: left;
    width: 1000px;
	margin-left:129px;
}
.share{
    display: block;
    top: 180px;
    left: 610px;
    width: 125px;
    position: absolute;
}
.footer-list{
    font-size: 11px;
    margin: 15px 0 20px 30px;
    padding-bottom: 20px;
    font-size: 13px;
    border-right: 1px solid #EBEBEB;
    float: left;
    display: block;
}
.footer-list LI{
    float: left;
    line-height: 18px;
    padding-right: 32px;
}
.footer-list LI A{
    text-decoration: none;
}
#footer .footer-list LI.red A{
    color: #E80505;
}
.footer-list LI UL{
    float: left;
}
.footer-list LI UL LI{
    float: none;
}
.footer-list LI A:hover{
    text-decoration: underline;
}
.trast-list{
    width: 130px;
    height: 211px;
    background: url(images/trust.jpg) no-repeat;
    float: left;
    margin: 15px 0 0 40px;
	vertical-align:top;
}
.trast-list LI, .trast-list LI A{
    width: 155px;
    height: 50px;
    margin-bottom: 15px;
    display: block;
    text-indent: -999999px;
}
.footer-bottom{
    height: 29px;
    border-top: 1px solid #999;
    clear: both;
    background: #F5FAF6;
    padding-top: 7px;
}
.footer-bottom UL{
    margin: 0 0 0 28px;
}
.footer-bottom LI{
    float: left;
    color: #A1C7CA;
    margin-left: 10px;
}
.footer-bottom LI A{
    float: left;
    color: #2C383D;
    margin-right: 10px;
}
.footer-bottom P{
    float: right;
    font-size: 11px;
    margin-right: 25px;
}

/* Left Banners
------------------------------------ */
.banner-box-a A{
    background: url(img/3-in-1.png) no-repeat 0 0;
    width: 230px;
    height: 190px;
    text-indent: -999999px;
    display: block;
    margin: -5px 0 15px 0;
    float: left;
}

.banner-box-a IMG{
    background: url(img/3-in-1.png) no-repeat 0 0;
    width: 230px;
    height: 65px;
    text-indent: -999999px;
    display: block;
    margin: 0px 0 15px 0;
    float: left;
}
.banner-box-a A:hover{
    background: url(img/3-in-1.png) no-repeat 0 -190px;
}
.banner-box-b A{
    width: 230px;
    height: 181px;
}

.banner-box-c A{
    background: url(img/watch-our-demo.png) no-repeat 0 0;
    width: 230px;
    height: 253px;
    text-indent: -999999px;
    display: block;
}
.banner-box-c A:hover{
    background: url(img/watch-our-demo.png) no-repeat 0 -253px;
}

/* Other
------------------------------------ */
.center{
    text-align: center;
}

.error_login{
	display:none; 
	color:#E80505; 
	padding-left:70px	
}

.linkRed{
	color:#E80505;
}

/* Not IE Browsers Fixes
------------------------------------ */
html[xmlns*=""]:root .middle  {min-height: 878px;} /* Safari Fix */
