* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/background.jpg);
}

h1, h2, h3, h4, h5, h6, form, div, span, img {
	padding:0;
	margin:0;
	border:0;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#f16510;
	font-size:16px;
	padding: 10px 0 0 0;
}

.clr {
	clear:both;
}

.top h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#f16510;
	text-transform:uppercase;
	font-size:16px;
	padding:10px 0 0 20px;
}
h3.magasins{
	display:block;
	height:25px;
	width:150px;
	background:url(../images/title/title-magasins.jpg) no-repeat top left;
	text-indent:-9999px;
}
h3.terrains{
	display:block;
	height:25px;
	width:150px;
	background:url(../images/title/title-terrains.jpg) no-repeat top left;
	text-indent:-9999px;
}
.pathway{
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
}
.pathway a{
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
	font-weight:normal;
}
.price{
	font-family: tahoma;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
	width: 60%;
}

.section{
	margin:auto;
	padding-top:8px;
	width:75%;
	
}
.section-terrains{
	margin:auto;
	width:610px;;
	
}

/*link*/

a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	background-image: url(../images/menu-slice.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a.menu:hover, a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/menu-slice-active.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
a.menuActive:link, a.menuActive:visited {
    color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/menu-slice-active.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}

a.menuActive:hover, a.menuActive:active {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/menu-slice-active.jpg);
	background-repeat: repeat-x;
	background-position: right center;
 	white-space: nowrap;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.menuActive .nobr	{}

/*Class*/
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#wraper {
	margin: auto;
	width: 1011px;
}

a{
	color:#CC6600;
	font-family:Tahoma,sans-serif;
	text-decoration:none;
}



/* Header*/
#header {
	margin: auto;
	width: 1011px;
	height:300px;
	background-image:url(../images/header.jpg);
	display: block;
}

/*menu*/
#menu-wraper{
	margin: auto;
	width: 1011px;
	height:48px;

}
#menu-left{
	float:left;
	height:48px;
	width:43px;
	background-image:url(../images/menu-left.jpg);
}

#menu-center{
	float:left;
	height:48px;
	width:925px;
 	background-image:url(../images/menu-slice.jpg);
	background-repeat: repeat-x;
}

#menu-right{
	float:left;
	height:48px;
	width:43px;
	background-image:url(../images/menu-right.jpg);

}

.menu_ {
	float:left;
	padding-top:2px;
	height: 48px;
	width: auto;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*content*/
#content{
	margin-top: -3px;
	width: 1011px;
	height:auto;
	background-image:url(../images/content-slice.jpg);
	background-repeat:y;
	float: left;
}
#content-center{
	margin: auto;
	width:925px;
	height:auto;
}
#content-center-one{
	float:left;
	width:255px;
	height:auto;
}
#content-center-one-box{
	width:255px;
	background:url(../images/bg_left_column.jpg) no-repeat center bottom;
	padding:0 0 130px 0;
}
#content-center-one-box .top{
	width:255px;
	height:57px;
	background:url(../images/bg_left_column_top.jpg) no-repeat center top;
}
#content-center-one-box p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top:15px;
	font-size: 12px;
	color: #000000;
}
#content-center-one-box img {
	border: thin solid #999999;
	padding-bottom:4px;
}

#content-center-one{
	float:left;
	width:255px;
	height:auto;
}
#content-center-two{
	float:left;
	width:670px;
	height:auto;
}
#content-center-two p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top:5px;
	font-size: 12px;
	color: #000000;
}

#content-terrains-box{
	float:left;
	width:670px;
	height:auto;
	background-image:url(../images/terrains-box-slice.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	margin-top: -4px;
}
.image-terrains-box {
	width: 150px;
	padding-right: 2px;
	padding-top: 10px;
}

.section-terrains {
	margin:auto;
	width:610px;;
}

.article {
	width:100%;
	background-color: #FFFFFF;
}

.table-name {
	background-color: #F2E6BE;
}

.ctr {
	text-align: center;
}

#content-terrains-box img {
	border: thin solid #999999;
}

#content-latest-news-box{
	background:url(../images/bg_content.jpg) repeat-y center bottom;
	padding:0 0 50px 0;
}

#content-latest-news-box-empty {
	
	padding:0 0 50px 0;
}

#content-top-product{
	float:left;
	width:504px;
	height:auto;

}
#content-hot-promo{
	float:left;
	width:166px;
	height:auto;

}
#hot-promo-box{
	width:155px;
	float: left;
	padding-top:15px;
}

.product-box {
	width: 155px;
	/* height: 190px; */
	float: left;
	padding-right: 8px;
	padding-top: 15px;
}

.news{
	padding-left:40px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px;
}
.title{
	width:100%;
	height:29px;
	padding-top:10px;
}
#content-center-two .top {
	height:42px;
	background:url(../images/bg_content_top.jpg) no-repeat bottom center
}
.buttom {
	width:100%;
	float:left;
}

/*Footer*/
#footer {
	margin:auto;
	float:left;
	width:1011px;
	height:75px;
	background-image:url(../images/content-slice.jpg);
	background-repeat:y;
	padding-top: 15px;
}

#footer-center{
	margin: auto;
	width:925px;
}

#copyright{
	font-size:12px;
	margin: auto;
	width:925px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both !important;
	display:block;
	color:#fff;
	position:relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	
}

#copyright a{
	color:#FFFFFF;
	text-decoration: none;
}

#copyright p.left{
	margin:5px 0 0 0;
	float:none !important;
	position:absolute;
	top:7px;
	
}

#copyright p.right{
	margin:5px 0 0 0;
	float:none !important;
	position:absolute;
	top:7px;
	right:15px;
}

#buttom{
	margin:auto;
	height:13px;
	width:1011px;
	background-image:url(../images/footer-buttom.jpg);
	background-repeat:no-repeat;
	padding-bottom:15px;
}

/* MENU CATEGORIES MAGASIN */
ul.categ {
	list-style-type:none;
	margin-top:3px;
}
ul.categ li a{
	display:block;
	width:190px;
	padding:3px 5px;
	text-transform:uppercase;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
ul.categ li a:hover{
	color:#fdf4cd;
	background: url(../images/menu-slice-active.jpg) #333333 center;
}
.cat_nfo {
	vertical-align: top;
	padding-left: 15px;
	width: 150px;
}
ul.categ ul{
	list-style-type:none;
}
.subcat {
}
ul.categ li.subcat a{
	display:block;
	width:160px;
	padding:2px 20px;
	text-transform: none;
	font-size:10px;
	color:#333333;
	font-weight:normal;
}
ul.categ li.subcat a:hover{
	color:#fdf4cd;
	background: url(../images/menu-slice-active.jpg) #333333 center;
}

.fixed-size-gall {
	width: 155px;
	height: 112px;
}


.reserve_form input {
	width: 180px;
}

.reserve_long {
	float: left;
	width: 300px;
}

.reserve_long span {
	width: 295px;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.reserve_normal_td {
	width: 60px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 12px;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #000000;
}

.reserve {
	float: left;
	margin-bottom: 5px;
	width: 280px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.reserve span {
	width: 70px;
	display: block;
	float: left;
	margin-right: 15px;
	text-align: right;
}

.reserve p {
	width: 280px;
	display: block;
	float: left;
	margin-right: 15px;
	text-align: right;
}
