@charset "utf-8";
@import url("basics.css");
@import url("forms.css");

body {
	margin:0;
	text-align:center;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-position:center top;
	background-attachment:fixed;
	min-width:920px;
}

blockquote {
	border:1px solid #ccc;
	background:#fff url(../images/icon_big_quote.png) no-repeat 10px -20px;
	font-weight:bold;
}

#main {
	text-align:left;
	font-size:0.75em;
	width:922px;
	margin:0 auto;
	background:url(../images/top-rounded.png) no-repeat top left;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#wrapper {
	padding:0 29px;
	padding-bottom:40px;
	background:#fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	min-height:600px;
}

#ie6warning {
	display:none;
}

#header {
	height:150px;
}

.headerNormal {	background:url(../images/logo_ms.png) no-repeat left center; }
.headerSpa { background:url(../images/logo_msspa.png) no-repeat left center; }
.headerDepi { background:url(../images/logo_msdepi.png) no-repeat left center; }
.headerModela {	background:url(../images/logo_msmode.png) no-repeat left center; }

.navbarSpa { background:url(../images/navbar_yellow.jpg) no-repeat; }
.navbarSpa a { 	color:#fff; }
.navbarSpa a:hover { color:#fff; }

.navbarDepi { background:url(../images/navbar_lightblue.jpg) no-repeat; }
.navbarDepi a { color:#fff; }
.navbarDepi a:hover { color:#fff; }

.navbarModela {	background:url(../images/navbar_violet.jpg) no-repeat; }
.navbarModela a { color:#fff; }
.navbarModela a:hover { color:#fff; }

.navbar2Spa a { color:#da9a00; }
.navbar2Depi a { color:#006699; }
.navbar2Modela a { color:#991160; }

#navbar {
	height:30px;
	padding-left:5px;
}

#navbar a {
	float:left;
	display:block;
	padding:8px 10px;
	font-size:0.9em;
	font-weight:bold;
}

#navbar .separator {
	background:#ccc;
	width:1px;
	height:10px;
	float:left;
	margin-top:10px;
}

#navbarShadow a {
	background:url(../images/arrow.png) no-repeat 5px;
	float:left;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	padding:5px 12px;
	padding-left:25px;
}

#navbarShadow {
	height:20px;
	background:url(../images/navbar_shadow.jpg) no-repeat top;
	padding:1px;
}

#navbarShadow .separator {
	background:#ccc;
	width:1px;
	height:10px;
	float:left;
	margin-top:7px;
}

#body {
	padding:0 10px;
	margin-top:10px;
}

#body h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	letter-spacing:-1px;
	margin-bottom:15px;
}

.spa h1 { color:#CC9900; }
.modela h1 { color:#990066; }
.depi h1 { color:#3E8491; }

#body h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	background:url(../images/star.png) no-repeat 1px;
	padding-left:16px;
}

#body p, #body li {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.5em;
}

.left {
	float:left;
}

.right {
	float:right;
}


#footer {
	color:#666;
	font-size:0.9em;
	width:892px;
	margin:0 auto;
	text-align:right;
	height:40px;
	line-height:40px;
	padding:0 15px;
	background:url(../images/bottom-rounded.png) no-repeat top left;
}

.clear {
	clear:both;
}


.inner {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.img-middle {
	vertical-align:middle;
	margin:0 2px;
}

.infoBox {
	border:1px solid #ccc;
	background:#f4f4f4;
	margin-top:10px;
	padding:5px 15px;
}

.columLeft, .columRight {
	width:415px;
	float:left;
}

.columLeft {
	margin-right:10px;
}

.columLeft .item, .columRight .item {
	border:1px solid #ccc;
	padding:10px 20px;
	margin-bottom:10px;
}

.more {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/more.gif) no-repeat 1px;
	padding-left:20px;
}

.homes {
	width:275px;
	height:400px;
	display:block;
	float:left;
	margin-top:20px;
}

#home01 {
	background:url(../images/home01b.jpg) no-repeat;
	margin-right:8px;
}

/*
#home01:hover {
	background:url(../images/home01b.jpg) no-repeat;	
}
*/

#home02 {
	background:url(../images/home02b.jpg) no-repeat;
	margin-right:8px;
}

/*
#home02:hover {
	background:url(../images/home02b.jpg) no-repeat;	
}
*/

#home03 {
	background:url(../images/home03b.jpg) no-repeat;
}

/*
#home03:hover {
	background:url(../images/home03b.jpg) no-repeat;	
}
*/

table th, table td {
	padding:10px 15px;
	border:1px solid #ccc;
}

table th td {
	font-weight:bold;	
}

hr {
	background:#ccc;
	border:0;
	height:1px;
	margin:15px 0;
}

.big {
	font-size:1.4em;
	color:#369!important;
	padding-left:35px;
	background:#f4f4f4 url(../images/promo.png) no-repeat 10px;
	margin-left:2px;
	padding-top:7px;
	padding-bottom:7px;
	border:1px solid #ccc;
}

.big span {
	color:#333;
	font-weight:bold;
}

#columRight {
	width:300px;
	float:right;
	margin-top:5px;
	margin-left:20px;
}

#columRight .box {
	border:1px solid #ccc;
	background:#f4f4f4;
	padding:5px;
	margin-bottom:10px;
}

#columRight p {
	color:#333;
	font-size:12px;
	padding:0 6px;	
}

.columTitle {
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:3px;
	font-size:11px;
}

.homeBanner {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:840px;
	height:100px;
	border:1px solid #ccc;
	background-repeat:no-repeat;
}

.homeBanner a {
	width:840px;
	height:100px;
	display:block;
}

/* COLORBOX */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/cbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/cbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/cbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/cbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{ba
