/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/tail-body.gif) repeat center 66px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#4b4949;
}
html { 
	min-width:918px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:918px;
	font-size:.626em;
	text-transform:uppercase;
}

	/* Header */
	header .container {
		height:118px;
		position:relative;
		z-index:100;
	}
	
	/* Content */
	section#content .container {
		height:722px;
		position:relative;
	}
	
	/* Footer */
	footer .container {
		height:60px;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}


/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	text-transform:uppercase;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.img-list {
	padding-bottom:25px;
}
	.img-list li {
		float:left;
		padding-right:24px;
	}
		.img-list li.last {
			padding:0;
		}

.arrivals {
	margin-top:-30px;
}		
	.arrivals li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-top:30px;
	}
		.arrivals li img {
			float:left;
			margin-right:22px;
		}

.arrivalsbis {
	margin-top:-20px;
}		
	.arrivalsbis li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-top:10px;
	}
		.arrivalsbis li img {
			float:left;
			margin-right:12px;
		}
		
.price-list {
	padding-bottom:20px;
}
	.price-list li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.7em;
	}		
		.price-list li a {
			float:left;
			color:#4b4949;
			text-decoration:none;
		}
		.price-list li a:hover {
			color:#ff6200; 
		} 
		.price-list li span {
			float:right;
			color:#ff6200; 
		}


/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:18px;
	line-height:1.7em;
}

.address span {
	float:right;
	padding-right:108px;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#ff6200; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		width:193px;
		height:192px;
		position:absolute;
		left:0;
		top:23px;
		background:url(../images/logo.png) no-repeat left top;
	}
h2 {
	font-size:46px;
	line-height:1.2em;
	color:#363636;
	text-transform:none;
	margin-bottom:18px;
}
h5 {
	color:#ff6200;
	font-size:1em;
	line-height:1.7em;
	font-weight:normal;
}
h6 {
	color:#ff6200;
	font-size:1em;
	line-height:1.7em;
	font-weight:normal;
	margin-bottom:17px;	
}


.link1 { 
	display:block;
	float:left;
	background:#6c6c6c; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 span {
		display:block;
		background:url(../images/link1-left.gif) no-repeat left top;
	}
	.link1 span span { 
		background:url(../images/link1-right.gif) no-repeat right top; 
		padding:6px 18px 5px 11px; 
	}
	


/*==================boxes====================*/
.nav-box {
	background:url(../images/nav-box-left.png) no-repeat left top;
	position:absolute;
	right:0;
	bottom:40px;
	width:565px;
}
	.nav-box .right {
		padding:0 6px;
		background:url(../images/nav-box-right.png) no-repeat right top;
	}
	.nav-box .tail {
		background-color:#0d0d0d;
		height:68px;
	}
	.nav-box nav {
		position:absolute;
		left:0;
		top:0;
		z-index:2;
	}
		.nav-box nav ul {
			
		}
			.nav-box nav ul li {
				float:left;
				background:url(../images/divider.gif) no-repeat right top;
			}
			.nav-box nav ul li.last {
				background:none;
			}
				.nav-box nav ul li a {
					color:#fff;
					font-size:20px;
					line-height:1.2em;
					text-decoration:none;
					text-transform:none;
					width:113px;
					line-height:3.4em;
					text-align:center;
					display:block;
					float:left;
					background-repeat:no-repeat;
					background-position:0 0;
					background-image:url(../images/png-bg.png);
				}
				.nav-box nav ul li a:hover,
				.nav-box nav ul li.current a{
					background-image:url(../images/nav-act.png);
					color:#000;
				}
				
.cont-box {
	position:absolute;
	right:0;
	top:64px;
	background:url(../images/cont-box-bg.png) no-repeat left top;
	width:569px;
	height:516px;
}
	.cont-box .inner {
		padding:35px 50px 0 53px;
	}


/*===== header =====*/
header {
	background:url(../images/tail-top.jpg) repeat-x center top;
}

/*===== content =====*/
#content {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(../images/cont-bg1.jpg);
	width:100%;
}

/*===== footer =====*/
footer {
	background:url(../images/tail-bottom.jpg) repeat-x center top;
	color:#6a6a6a;
	font-size:.9em;
}
footer .inside {
	padding:21px 36px 0 36px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/

#contacts-form .rowElem { 
	height:43px;
}
#contacts-form label {
	display:block;
}
#contacts-form input {
	width:194px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#4b4949;
	border:1px solid #d8d8d8; 
	vertical-align:top;	
	line-height:1.2em;
}


#contacts-form textarea { 
	width:212px; 
	height:99px; 
	overflow:auto;
	background:#fff;
	color:#4b4949;
	border:1px solid #d8d8d8; 
	padding:2px 0 2px 3px;
	margin-bottom:27px; 
}
#contacts-form .link1 {
	margin-left:21px;
	float:right;
}

/*==========================================*/
    
#page2 #content {background-image:url(../images/cont-bg2.jpg);}
#page3 #content {background-image:url(../images/cont-bg3.jpg);}
#page4 #content {background-image:url(../images/cont-bg4.jpg);}
#page5 #content {background-image:url(../images/cont-bg5.jpg);}

