/* ::::: http://thomlx.free.fr/jquery/styles/doc.css ::::: */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0pt none;
	margin: 0pt;
	padding: 0pt;
	background: #000000;
	font-size: 100%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	font-family: "Gill Sans Light",Arial,Helvetica,sans-serif;
}


body#fashion #menu li a.fashion {
	background: url(../images/layout/fashion.gif) no-repeat 0 -40px;
	cursor: pointer;
}
body#commercial #menu li a.commercial {
	background: url(../images/layout/commercial.gif) no-repeat 0 -40px;
	cursor: pointer;
}
body#backstage #menu li a.backstage {
	background: url(../images/layout/backstage.gif) no-repeat 0 -40px;
	cursor: pointer;
}
body#contacts #menu li a.contacts {
	background: url(../images/layout/contacts.gif) no-repeat 0 -40px;
	cursor: pointer;
}
#header {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	text-align: left;
}
#logo {
	width: 396px;
	float: left;
	margin: 0px 0px 0px 30px
}
#menu {
	float: left;
	width: 480px;
	margin: 0px 0px 0px 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style: none;
	text-indent: -90000px;

}
#menu li a {
	display: block;
}
#menu li a.fashion {
	width: 96px;
	height: 40px;
	background: url(../images/layout/fashion.gif) 0 0 no-repeat;
}
#menu li a.fashion:hover {
	background: url(../images/layout/fashion.gif) no-repeat 0 -40px;
}
#menu li a.commercial {
	width: 132px;
	height: 40px;
	background: url(../images/layout/commercial.gif) 0 0 no-repeat;
}
#menu li a.commercial:hover {
	background: url(../images/layout/commercial.gif) no-repeat 0 -40px;
}
#menu li a.backstage {
	width: 118px;
	height: 40px;
	background: url(../images/layout/backstage.gif) 0 0 no-repeat;
}
#menu li a.backstage:hover {
	background: url(../images/layout/backstage.gif) no-repeat 0 -40px;
}
#menu li a.contacts {
	width: 111px;
	height: 40px;
	background: url(../images/layout/contacts.gif) 0 0 no-repeat;
}
#menu li a.contacts:hover {
	background: url(../images/layout/contacts.gif) no-repeat 0 -40px;
}
a {
	color: #ffffff;
}


ol, ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

a, a span {
	cursor: pointer;
}

a {
	color: rgb(255, 255, 255);
}



h1 {
	border-bottom: 1px solid rgb(47, 47, 47);
	padding: 20px 0pt;
	overflow: hidden;
	margin-bottom: 0.5em;
	font-size: 280%;
	letter-spacing: 0pt;
	color: rgb(93, 176, 230);
	font-family: myriad,"Myriad Pro";
	font-style: italic;
}

h1 a {
	float: right;
	margin-top: -2em;
	font-size: 13px;
	color: rgb(255, 255, 255);
	font-weight: normal;
}

h2 {
	margin: 1em 0pt 0.5em;
	font-size: 190%;
	color: rgb(153, 153, 153);
	font-family: myriad,"Myriad Pro";
	font-weight: normal;
}

a {
	color: rgb(93, 176, 230);
}



pre {
	margin: 10px 0pt;
	padding: 10px;
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}



#container {

margin: 0px auto;
	padding: 0px 40px;
	position: relative;
	text-align: center;
	width: 800px;
	height: 502px;
}
#container .js .carousel-wrap {
	margin: 0pt;
	padding: 0pt;
	overflow: hidden;
	z-index: 2;
	position: relative;
	text-align: center;
}

#container .carousel ul {
margin: 0pt;
	padding: 0pt;
	overflow: hidden;
	z-index: 1;
	position: relative;
	top: 0pt;
	left: 0pt;

}
#container .carousel ul li{
	float: left;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 800px;
	height: 502px;
	vertical-align: middle;
	background
}

#container .carousel .carousel-control {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 999px;
}

#container .carousel .carousel-next {
	background: transparent url('../images/layout/next.gif') no-repeat scroll 0pt 0pt;
	position: absolute;
	top: 230px;
	right: 0px;
	z-index: 3;
	height: 25px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

#container .carousel .carousel-previous {
	position: absolute;
	left: 0px;
	top: 230px;
	z-index: 3;
	background: transparent url('../images/layout/prev.gif') no-repeat scroll 0pt 0pt;
	height: 25px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
}

#container .carousel .carousel-control:hover {
	opacity: 0.7;
}

#container .carousel .disabled, #container .carousel .disabled:hover {
	opacity: 0.1;
	cursor: default;
}

#container .carousel div {
	border: 0pt none;
	margin: 0pt;
	padding: 0pt;
}





#container .carousel ul li cite {
	position: absolute;
	bottom: 3px;
	right: 10px;
	line-height: 19px;
	font-size: 11px;
}

#container .carousel ul li cite a img {
	vertical-align: middle;
}

#container .carousel ul li cite a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#container div.center-wrap {
	overflow: hidden;
	clear: both;
}

#container div.center-wrap div {
	border: 0pt none;
	margin: 15px 0pt;
}

/* Form */
.blabla {
	color: #ffffff;
	text-align: top;
	font-size: 12px;
}

form#myForm {
	width: 320px !important; width /**/: 350px;
	height: 275px !important; height /**/: 300px;
	margin: 0;
	padding: 15px 15px 70px 100px;
}

label {
	float: left;
	width: 90px;
	height: 30px;
	font: 12px/30px Arial,sans-serif;
	margin-right: 5px;
	text-align: right;
	color: #ffffff;
}

input,textarea {
	border: 1px solid #252525;
	color: #475078;
	font: 12px Arial,sans-serif;
}

div.input-cont {
	float: left;
	width: 200px;
	height: 30px;
	margin-bottom: 3px;
}

input {
	display: block;
	width: 175px;
	background: #FFF;
	margin: 5px 0 0 10px
}

div.textarea-cont {
	float: left;
	width: 200px;
	height: 170px;
	padding: 1px;
}

textarea {
	width: 170px;
	height: 140px;
	margin: 10px;
}

button#go {
	float: left;
	width: 130px;
	text-align: center;
	height: 27px !important; height /**/: 32px;
	line-height: 25px;
	display: inline;
	margin-left: 102px;
	padding: 1px 0 6px;
	background: #D5D8E1 url(../img/layout/submitBk.gif) no-repeat 0 -1px;
	color: #000;
	cursor: pointer;
	border: 0px;
}













