@import url(reset.css);
@import url(colorbox.css);

html, body {
	height: 100%;
}

body {
	background: top left repeat-x #fff;
	/*background: url(../images/body_bg3.png) top left repeat-x #fff;#f0f2e5;*/
	color: #666563;
	/*FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; FONT-SIZE: 13px;*/

	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.hidden{
	text-indent: -999999px;
}

.bold{
	font-weight: bold;
}

a{
	text-decoration: none;
}

.newsheader {
	font-size: 0.7em;
}

hr{
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}

#wrapper {
	background: url(../images/logo_hightlight.png) top left no-repeat;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -94px; 
}

#header{
	padding: 10px 0 0 0;
	position: relative;
	height: 85px;
}

#phone {
	background: url(../images/phone_bg.png) top left no-repeat;
	width: 210px;
	height: 30px;
	position:absolute;
	text-align: center;
	font-size: 0.7em;
	line-height: 240%;
	right: 40px;
	top:0px;
}

.logo {
	background: url(../images/blue/logo.png) top left no-repeat;
	display: block;
	width: 270px;
	height: 80px;
	margin: 0 0 0 15px;
	float: left;
}

#content {
	padding: 10px 50px 20px 40px;
}

/*==================================================================================*/

#minidesc {
	padding: 0px 0px 0px 20px;
}
.minidescpic {
	WIDTH: 120px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px;
}
.minidesctxt {
	font-size:13px; DISPLAY: inline; FLOAT: left;WIDTH: 290px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px;TEXT-ALIGN: justify; PADDING-RIGHT: 20px; PADDING-TOP: 10px; HEIGHT: 165px; overflow: hidden;
}
.minidescodd {
	BORDER-RIGHT: #cccccc 1px solid;
}

.minidescskinpic {
	WIDTH: 150px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px;
}
.minidescskintxt {
	font-size:13px; DISPLAY: inline; FLOAT: left;WIDTH: 260px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px;TEXT-ALIGN: justify; PADDING-RIGHT: 20px;PADDING-TOP: 20px; HEIGHT: 150px; 
}
/*==================================================================================*/

#productcontent {
	float:left;
	width:1000px;
	position:relative;
	left:5px;
}

.productWrap {
	border:1px solid #EBEBEB;
	color:#7A7A7A;
	float:left;
	margin:5px;
	padding:10px;
	text-align:center;
	width:125px;
}

.productImageWrap {
	overflow: hidden;
	width:120px;
	height:155px;
}
.productNameWrap {
	font-size:16px;
	height:40px;
	overflow:hidden;
}
.productPriceWrap {
	color:#000000;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	background-color:#CCCCCC;
	padding:5px;
}

/*==================================================================================*/

#navigation{
	width: 600px;
	float: right;
	position: relative;
	margin: 36px 20px 0 0;
	height:40px;
}

#navigation_left{
	position: relative;display:block; 
	float: right;
	width: 10px;
	height:40px;
	background: url(../images/navigation_left.png) 0 0 no-repeat;
}
#navigation_right{
	position: relative;display:block; 
	float: right;
	width: 5px;
	height:40px;
	background: url(../images/navigation_right.png) -15px 0 no-repeat;
}
#navigation_items{
	position: relative;display:block; 
	float: right;
	height:40px;
	background: url(../images/navigation_centre.png) 0 0 repeat-x;
}

#menu {
	margin: 0 40px 0 0; 
	padding:0; 
	list-style:none;

}	

#menu li {
	padding: 4px 8px 0px 8px;
	float:right; 
	margin: 0px 4px 0px 4px;
	display:block; 
	width:auto; 
	position:relative;
	z-index:500;
	height:32px;
}

ul#menu li.backLava {
	position:absolute; 
	z-index:3;
	background-color:#ccc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*behavior:url(border-radius.htc);*/
}


#menu li a {
	position: relative; 
	z-index: 5;
	display: block;
	padding: 6px 0 2px 12px;
	color: #a4a29c;
	font-size: 15px;
	text-align: center;
	width: 100%;
}

#menu li a:hover {
	/*text-shadow: 1px 1px 0px #fff;*/
	color: #666563;
}

/* submenu, it's hidden by default */
#menu ul {
	position:absolute; 
	right:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	width: 20em;
	list-style:none;
}

#menu ul li {
	padding: 4px 12px 2px 0;
	margin: 0;
	display:block;
	text-align: center;
	float: right; 
	position:relative;
	z-index:500; 
	background-color:#fff;
}

#menu ul li:last-child {
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px;
}

#menu ul li:first-child {
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px;
	padding-right:20px;
}


#menu ul a {
	display:block; 
	text-align: center;
	font-size: 0.6em;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 0 0;
}


/* fix ie6 issue */

*html #menu ul {
	margin:0 0 0 -2px;
}


/* overflow problem in ie7 */
#footer, .pusher {
	height: 94px;
}

#footer {
	background: url(../images/blue/footer_bg.png) top left repeat-x;
}


#footercontent {
	background: url(../images/footer_highlight.png) top center no-repeat;
	text-shadow: 1px 1px 0px #dad4d4;
	position: relative;
	height: 42px;
	width: 910px;
	margin: auto;
	color: #fff;
	font-size: 0.70em;
	padding: 52px 0 0 30px;
}

#footercontent .li{
	filter: Shadow(Color=#dad4d4, 	
			Direction=135, 
			Strength=1);
}

#footercontent .address{
	display: block;
	float: left;
	width: 40%;
	color: #fff;
}

#footercontent .footerlogo {
	background: url(../images/blue/logo_small.png) top center no-repeat;
	display: block;
	width: 120px;
	/*height: 50px;*/
	height: 90px;
	float: right;
	text-indent: -999999px;
	position: absolute;
	/*top:30px;
	right:40px;*/
	top:20px;
	right:20px;
	cursor: pointer;
}

#footercontent ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

#footercontent ul li, #footercontent a{
	float: left;
	color: #fff;
	padding: 0 1em 0 0;
}


.vertical-line {
	display: block;
	float: left;
	border-right: 2px solid #ddd;
	width:2px;	
}

.col1{
	width: 260px;
	float: left;
}

.col2{
	width: 260px;
	float: left;
	margin: 0 0 0 40px;
}

.col3{
	width: 260px;
	float: right;
}

.col3and1_5{
	width: 400px;
	float: right;
}

.col2and3{
	width: 520px;
	float: right;
}

.col1and1_5 {
	width: 470px;
	float: left;
	margin: 0 0 0 0;
}

.col1and2 {
	width: 520px;
	float: left;
	margin: 0 0 0 0;
}

.col1and2and3 {
	width: 900px;
	float: left;
	margin: 0 0 0 0;
}

.col320l{
	width: 320px;
	float: left;
}
.col440l{
	width: 440px;
	float: left;
}
.col440r{
	width: 440px;
	float: right;
}

/***** double col ******/

.doublecol1{
	width: 410px;
	float: left
}

.doublecol2{
	width: 420px;
	float: right
}

.doublecol1 img, .doublecol2 img {
	margin: 0 0 1.6em 0;
}


.tripplecol1{
	width: 600px;
	float: right
}

.tripplecol2{
	width: 600px;
	float: right
}

.tripplecol2mini{
	width: 500px;
	float: right
}

.tripplecol1 img, .tripplecol2 img {
	margin: 0 0 1.6em 0;
}

.shadowcol {
	background: url(../images/colshadow.png) 580px 20px no-repeat;
}

.col1 img, .col2 img, .col3 img {
	margin: 0 0 1.6em 0;
}

h3 {
	color: #67b3df;
	/*font-size: 30px;*/
	font-size: 20px;
	margin: 0 0 0.6em 0;
}

h3.infoheader {
	color: #111;
	font-size: 16px;
	margin: 0em;
	font-weight: bold;
}

h4 {
	font-size: 0.8em;
	color: #67b3df;
}

p {
	font-size: 0.7em;
	line-height: 135%;
	/*text-shadow: 0.1em 0.1em 0em #fdfff1;*/
}

.spaced {
	margin: 2em 0 2em 0;
}

/***** regular list with dots ******/
ul.list {
	font-size: 0.7em;
	line-height: 130%;
	color: #4795c2;
	font-weight: bold;
	margin: 1.6em 0 1.6em 0;
	/*text-shadow: 0.1em 0.1em 0em #fdfff1;*/
}

ul.list li {
	list-style: disc;
	list-style-position: inside;
}

ul.treatmentnumberlist {
	font-size: 13px;
	margin: 0em;
	padding: 1.0em;
	list-style: decimal;
	list-style-position: inside;
}

ul.treatmentlist {
	font-size: 13px;
	margin: 0em;
	padding: 1.0em;
	list-style: disc;
	list-style-position: inside;
}

ul.dark {
	color: #666563;
}

ul.floater {
	background: url(../images/divider.png) bottom center no-repeat;
	width: 46%;
	line-height: 180%;
	float: left;
	padding: 0 0 2.2em 0;
	margin: 1em 1.4em 1em 0;
}

ul.top {
	margin-top: 0;
}

/***** list with symbols ******/
ul.symbols li b {
	font-size: 0.7em;
	line-height: 130%;
	color: #4795c2;
}

ul.symbols li p {
	line-height: 130%;
	font-size: 0.65em;
}

ul.symbols li.current {
	
}

ul.symbols li {
	padding: 0.5em 0 0.76em 3.6em; cursor: pointer;
}

ul.symbols li.eye {
	background: url(../images/blue/symbol_eye.png) center left no-repeat;
}

ul.symbols li.lip {
	background: url(../images/blue/symbol_lip.png) center left no-repeat;
}


ul.symbols li.bodyslim {
	background: url(../images/blue/symbol_bodyslim.png) center left no-repeat;
}

ul.symbols li.bustform {
	background: url(../images/blue/symbol_bustform.png) center left no-repeat;
}

ul.symbols li.advanced {
	background: url(../images/blue/symbol_advanced.png) center left no-repeat;
}

ul.symbols li.ceramone {
	background: url(../images/blue/symbol_ceramone.png) center left no-repeat;
}

ul.symbols li.beautytox {
	background: url(../images/blue/symbol_beautytox.png) center left no-repeat;
}

ul.symbols li.intact {
	background: url(../images/blue/symbol_intact.png) center left no-repeat;
}

ul.symbols li.cryo {
	background: url(../images/blue/symbol_cryokit.png) center left no-repeat;
}

ul.symbols li.leo {
	background: url(../images/blue/symbol_leokit.png) center left no-repeat;
}

ul.symbols li.crystal {
	background: url(../images/blue/symbol_crystal.png) center left no-repeat;
}

ul.symbols li.star {
	background: url(../images/blue/symbol_star.png) center left no-repeat;
}

ul.symbols li.elite {
	background: url(../images/blue/symbol_elite.png) center left no-repeat;
}

ul.symbols li.homeset {
	background: url(../images/blue/symbol_homeset.png) center left no-repeat;
}

ul.symbols li.specials {
	background: url(../images/blue/symbol_specials.png) center left no-repeat;
}

ul.symbols li.shoe {
	background: url(../images/blue/symbol_shoe.png) center left no-repeat;
}

ul.symbols li.butterfly {
	background: url(../images/blue/symbol_butterfly.png) center left no-repeat;
}

ul.symbols li.mirror {
	background: url(../images/blue/symbol_mirror.png) center left no-repeat;
}

ul.symbols li.dryer {
	background: url(../images/blue/symbol_dryer.png) center left no-repeat;
}


/***** list for pricelist ******/

ul.pricelist {
	font-size: 0.7em;
	line-height: 130%;
	margin: 0.6em 0 1.6em 0;
	/*text-shadow: 0.1em 0.1em 0em #fdfff1;*/
}

ul.pricelist li {
	background: url(../images/dotted.png) bottom left repeat-x;
	list-style: none;
	list-style-position: inside;
	padding: 0.6em 0 0.6em 0 ;
}

ul.pricelist span{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a4a29c;
	display: block;
	float: right;
	text-align: right;
	width: 6em;
	font-size: 1.5em;
	font-weight: normal;
}


/***** picture list ******/
ul.picturelist li {
	float: left;
	display: block;
	margin: 0 1em 1em 0;
}


/*********forms***********/

input {
	/*background: url(../images/blue/input.png) top left no-repeat transparent;
	padding: 10px 20px 10px 20px;
	margin: 0 0 10px 0;
	border: 1;
	width: 390px;
	vertical-align: top;*/
}

input:focus{
	/*background: url(../images/blue/input.png) -35px left no-repeat;*/
}

textarea {
	/*background: url(../images/blue/textarea.png) top left no-repeat transparent;
	border: 0;
	width: 350px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 16px 20px 4px 20px;*/
	overflow: auto;
}

textarea:focus {
	/*background: url(../images/blue/textarea.png) bottom left no-repeat transparent;*/
}

button{
	background: url(../images/submit.png) top left no-repeat transparent;
	text-indent: -999999px;
	cursor: pointer;
	width: 116px;
	height: 26px;
	float: right;
	border: 0;
	margin: 10px 26px 0 0;
}

button:hover{
	background: url(../images/submit.png) bottom left no-repeat transparent;
}

input.blur {
	color: #b5b4b0;
}

fieldset {
	position: relative;
}

.error {
	position: absolute;
	font-size: 0.6em;
	top: 11px;
	color: #fa8673;
	right: 60px;
	text-transform: uppercase;
	padding: 0 0 0 26px;
	display:none;
}

.message-error {
	right:40px;
}

#form {
	position: relative;
}

.thx {
	position: absolute;
	z-index: 99;
	width: 380px;
	text-align: center;
	top:170px;
	font-size: 1em;	
	color: #67b3df;
	display: none;
}

/***ITEM MENU *************************************/
#menuwrapper{
	position: relative;
	float: left;
	width: 945px;
	height: 200px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

#itemmenu{
	background: url(../images/itemmenu.png) top left no-repeat;
	width: 945px;
	height: 190px;
	position: absolute;	
	left: -2px;
	top:0;
}

#menuspan {
	display: inline-block;
}

#productmenu ul {
	padding: 0;
	margin: 0 auto;
	list-style:none;
}	
#productmenu li {
	float:left;
	position:relative;
	height:180px;
	width:95px;
	padding: 4px 8px 0px 8px;
	margin: 0px 4px 0px 4px;
	overflow: hidden;
}

#productmenu li.productli {
	height:160px;
}

#productmenu li span a{
	cursor:pointer;
	color: #a4a29c;
	font-size: 0.65em;
}

#productmenu li span{
	position:relative;
	float:left;
}

#productmenu li span.minidesc{
	font-size: 0.72em;
	position:absolute;
	top:10px;
	left:110px;
	width:70px;
	height:190px;
	overflow:hidden;
}


/***ITEM MENU *************************************/
#menuwrapperSIDE{
	position: relative;
	float: left;
	width: 90px;
	height: 600px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

#productmenuSIDE ul {
	padding: 0;
	margin: 0 auto;
	list-style:none;
}	
#productmenuSIDE li {
	float:left;
	position:relative;
	height:130px;
	width:70px;
	padding: 4px 8px 0px 8px;
	margin: 0px 4px 0px 4px;
	overflow: hidden;
}

#productmenuSIDE li.productli {
	height:120px;
}

#productmenuSIDE li span a{
	cursor:pointer;
	color: #a4a29c;
	font-size: 0.55em;
}

#productmenuSIDE li span{
	position:relative;
	float:left;
}

/***ITEM MENU BIG*************************************/
#menuwrapperBIG{
	position: relative;
	float: left;
	width: 1100px;
	height: 400px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

#itemmenuBIG{
	background: url(../images/glass.png) top left no-repeat;
	width: 945px;
	height: 390px;
	position: absolute;	
	left: -2px;
	top:0;
}

#productmenuBIG ul {
	padding: 0;
	margin: 0 auto;
	height: 450px;
	list-style:none;
}	
#productmenuBIG li {
	float:left;
	position:relative;
	height:305px;
	width:170px;
	padding: 4px 8px 0px 8px;
	margin: 0px 4px 0px 4px;
	overflow: hidden;
}

#productmenuBIG li.productli {
	height:305px;
}

#productmenuBIG li span a{
	cursor:pointer;
	color: #222222;
	font-size: 0.80em;
}

#productmenuBIG li span{
	position:relative;
	float:left;
}

#productmenuBIG li span.minidesc{
	font-size: 0.62em;
	position:relative;
	width:160px;
	height:50px;
	overflow:hidden;
	left:-5px;
}

/***ITEM MENU BIG*************************************/
#skincaremenuwrapperBIG{
	position: relative;
	float: left;
	width: 950px;
	height: 200px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

#menuspanBIG {
	display: inline-block;
	width: 100%;
	overflow:hidden;
}

#skincaremenuBIG ul {
	padding: 0;
	margin: 0;
	height: 160px;
	list-style:none;
}	

#skincaremenuBIG li {
	float:left;
	position:relative;
	/*height:160px;
	width:125px;*/
	
	overflow: hidden;
}

#skincaremenuBIG li.skincareli {
	height:115px;
}

#skincaremenuBIG li span a{
	cursor:pointer;
	color: #222222;
	font-size: 0.80em;
}

#skincaremenuBIG li span{
	position:relative;
	float:left;
}


/***NEW TABS *************************************/
#techTabs {
	position: relative;
	float: left;
	width: 945px;
	height: 50px;
	top:-15px;
	text-align:center;
	z-index:1000;
}

#techMenu {
	width: 945px;
	height: 60px;
	PADDING-BOTTOM: 6px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 6px;

	BACKGROUND: url(../images/fondmenu_new.png) no-repeat; COLOR: #fff; 
	font-size:13px;

	MARGIN: 10px;

	LIST-STYLE-POSITION: outside; 
	LIST-STYLE-TYPE: none; 
}

#techMenu A {
	COLOR: #ccc;
	cursor:pointer;
}

#techMenu LI A:hover {
	COLOR: #fff;
}

#techMenu LI.menuInter{
	WIDTH: 20px; 
	BACKGROUND: url(../images/menuinter_new.png) no-repeat; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px;
	PADDING-LEFT: 5px; 
	PADDING-RIGHT: 5px;

	MARGIN-LEFT: 5px; 
	MARGIN-RIGHT: 5px; 
}

#techMenu LI {
	DISPLAY: inline; 
	HEIGHT: 31px;
	COLOR: #fff;
}

/***SLIDER *************************************/
#sliderwrapper{
	width: 945px;
	height: 400px;
	position: relative;
	margin-left: 10px;
}

#sliderwrapper_small{
	width: 945px;
	height: 320px;
	position: relative;
}

#slidercontainer {
	width: 945px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#slidercontainer_small {
	width: 945px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

#glass{
	background: url(../images/glass.png) top left no-repeat;
	width: 945px;
	height: 375px;
	position: absolute;	
	left: -2px;
	top:0;
	z-index: 199;
}

#glass_small{
	background: url(../images/glass_small.png) top left no-repeat;
	width: 945px;
	height: 275px;
	position: absolute;	
	left: -2px;
	top:0;
	z-index: 199;
}

#slider {
	width: 940px;
	height: 375px;
	overflow: hidden;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li{ 
	width: 940px;
	height: 375px;
}	

#slider li .slide {
	background-color: #fff;
	height: 335px;
	margin: 20px;
}

#slideshow {
	margin-top: 15px;
	position:relative;
	height:335px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}

div#controls {
}

ul#controls{
	padding: 0;
	margin: -10px 0 10px 0;
	text-align: center;
	padding: 0 0 0 446px;
	position: absolute;
}

ul#controls li {
	background: url(../images/blue/sliderdots.png) top left no-repeat;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	text-indent: -999999px;
}

ul#controls li.current {
	background: url(../images/blue/sliderdots.png) left -10px no-repeat;
}

ol#controls{
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: center;
	padding: 0 0 0 446px;
	position: absolute;
}

ol#controls li {
	background: url(../images/blue/sliderdots.png) top left no-repeat;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	text-indent: -999999px;
}

ol#controls li.current {
	background: url(../images/blue/sliderdots.png) left -10px no-repeat;
}

ol#controls li a {
	display: block;
	width: 10px;
	height: 10px;
}

.slide1 {
	background: url(../images/slide1.jpg) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}	
	
.slide2 {
	background: url(../images/slide2.jpg) top left no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}	
	
.slide3 {
	background: url(../images/slide3.jpg) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}

	
.slide4 {
	background: url(../images/slide4.jpg) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}

	
.slide5 {
	background: url(../images/slide5.jpg) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}	

.slide1 h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	color: #d1cfc7;
	display: block;
}
	
.slide1 h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}
	
.slide2 h1 {
	padding: 165px 40px 0 0;
	font-size: 80px;
	color: #d1cfc7;
	display: block;
	text-align: right;
}
	
.slide2 h2 {
	font-size: 40px;
	padding: 0 40px 0 0;
	color: #d1cfc7;
	display: block;
	text-align: right;
}
	
.slide3 h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide3 h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

.slide4 h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide4 h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

.slide5 h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide5 h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

#slider_small {
	width: 940px;
	height: 275px;
	overflow: hidden;
}

#slider_small ul, #slider_small li{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider_small li{ 
	width: 940px;
	height: 275px;
}	

#slider_small li .slide {
	background-color: #fff;
	height: 235px;
	margin: 20px;
}

.slide1_small {
	background: url(../images/slide1_small.png) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 237px;
	margin: 17px;
}	
	
.slide2_small {
	background: url(../images/slide2_small.png) top left no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 237px;
	margin: 17px;
}	
	
.slide3_small {
	background: url(../images/slide3_small.png) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 237px;
	margin: 17px;
}

	
.slide4_small {
	background: url(../images/slide4_small.png) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 237px;
	margin: 17px;
}

	
.slide5_small {
	background: url(../images/slide5_small.png) top right no-repeat #fff;
	border: 1px solid #e0e4cc;
	height: 237px;
	margin: 17px;
}	

.slide1_small h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	color: #d1cfc7;
	display: block;
}
	
.slide1_small h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}
	
.slide2_small h1 {
	padding: 165px 40px 0 0;
	font-size: 80px;
	color: #d1cfc7;
	display: block;
	text-align: right;
}
	
.slide2_small h2 {
	font-size: 40px;
	padding: 0 40px 0 0;
	color: #d1cfc7;
	display: block;
	text-align: right;
}
	
.slide3_small h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide3_small h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

.slide4_small h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide4_small h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

.slide5_small h1 {
	padding: 165px 0 0 40px;
	font-size: 80px;
	display: block;
	color: #d1cfc7
}
	
.slide5_small h2 {
	font-size: 40px;
	padding: 0 0 0 40px;
	display: block;
	color: #d1cfc7
}

