/* @group general-rules */
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	height: 100%;
}

hr {
	display: none;
}

h1 {
	text-align:center;
	color: #fff;
}

h1 span {
	font-weight: bold;
}

h2 {
	color: #804D86;
	font-size: 2em;
	font-family: Helvetica;
	text-transform: uppercase;
	font-weight: lighter;
}

h3 {
	margin-top: 10px;
	color: #804D86;
}

p {
	margin: 5px 0;
	text-align: justify;
}

a {
	color: #804D86;
	text-decoration: none;
}

a:hover {
	color: #F5D214;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input[type=submit] {
	cursor: pointer;
}

td, th {
	padding: 10px;
	text-align: justify;
}

th {
	color: #804D86;
}
	
	/* slightly enhanced, universal clearfix hack */
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	.clearfix { display: inline-block; }
	
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* stop commented backslash hack */

/* @end */

/* @group header */
#container {
	width: 1004px;
	margin: auto;
	background-color: #F0F0F0;
}
/* @end */
	
/* @group header */
#header {
	background: url('../images/various/body.jpg') repeat-x left top;
	height: 120px;
}

#header #logo img {
	float: left;
	height: 116px;
	margin-top: 1px;
}

#header h1 {
	margin: 0 auto;
	padding-top: 25px;
	width: 600px;
}

	/* @group tarifold */
	#tarifold {
		padding-top: 30px;
		float: right;
		text-align: center;
		width: 150px;
		color: #FFFFFF;
	}
	
	#tarifold p {
		font-size: 0.7em;
		font-weight: bold;
		text-align: center;
	}
	/* @end */
	
/* @end */

/* @group left-sidebar */
#left-sidebar {
	font-size: 1.0em;
	float: left;
	width: 21%;
	margin-top: 20px;
}

	/* @group menu */
	#menu {
		padding-left: 40px;
		list-style-image: url('../images/menu/menu_leaf.jpg');
	}
	
	#menu ul li, #content li {
		margin-left: 30px;
	}

	#menu ul li, #content ul li {
		list-style-image: url('../images/menu/menu_collapsed.jpg');
	}

	#content li {
		margin-bottom: 5px;
		text-align: justify;
	}
	/* @end */

/* @end */

/* @group content */
#content {
	width: 58%;
	float: left;
	background-color: #FFFFFF;
}

#inner-content {
	padding: 20px;	
}
/* @end */

/* @group blog */
.post img {
	width: 25%;
}

.post p, .post ul, .post ol {
	margin-bottom: 20px;
}

.post p.with-list {
	margin-bottom: 0;
}
/* @end */

/* @group right-sidebar */
#right-sidebar {
	float: right;
	width: 21%;
	text-align: center;
	margin-top: 20px;
}

	/* @group view-cart */
	#view-cart p {
		margin: 0 auto;
		width: 186px;
	}
	
	#view-cart input {
		border: none;
		width: 186px;
		height: 60px;
		background: url('../images/cart/btn_view_cart.jpg') no-repeat top left #FFFFFF;
	}
	/* @end */
	
	/* @group google-chat */
	#google-chat {
		margin-top: 40px;
	}
	
	#google-chat iframe {
		border: 0;
	}
	/* @end */

/* @end */

#content .with-margin-bottom {
	margin-bottom: 10px;
}

.date {
	font-weight:bold;
	font-style:italic;
}

.float-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.float-right {
	float: right;
	margin-left: 20px;
}

/* @group categories */
#categories {
	margin-top: 10px;
}

#category-links {
	clear: both;
	height: 47px;
	width: 100%;
	overflow: hidden;
}

#category-links a {
	float: left;
	height: 47px;
	width: 170px;
	display: block;
}

#category-1, #category-2, #category-3 {
	background: url('../images/categories/category-1-off.jpg') no-repeat;
	height: 47px;
	width: 170px;
	display: block;
}

#category-2 {
	background: url('../images/categories/category-2-off.jpg') no-repeat;
	height: 47px;
	width: 170px;
	display: block;
}

#category-3 {
	background: url('../images/categories/category-3-off.jpg') no-repeat;
	height: 47px;
	width: 170px;
	display: block;
}

#category-details {
	border: 1px solid #e7e2e6;
	width: 100%;
}

#category-details p {
	text-align: justify;
	float: left;
	width: 80%;
}

#category-details div {
	padding: 10px;
}

#category-details div a {
	float: left;
	display: block;
	margin-right: 10px;
}

#category-details div , #category-products div {
	display: none;
}
/* @end */

#clients {
	margin: auto;
	text-align: center;
}

#clients img {
	width: 80%;
	margin: auto;
}

.add-to-cart {
	margin-top: 20px;
}

.add-to-cart p {
	text-align: center;
}

.firstcol {
	width: 120px;
}

.firstcolProduct {
	width: 150px;
	text-align: center;
}

.img_categories {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 250px;
}

input {
	width: 250px;;
}

textarea {
	width: 400px;
	height: 100px;
}

.onglet {
	float: left;
	height: 48px;
}

.cotizationbtn {
	border: none;
	width: 319px;
	height: 60px;
	background: url('../images/cart/btn_cart.jpg') no-repeat top left #FFFFFF;
}

.btnDelete {
	border: none;
	width: 70px;
	height: 28px;
	background: url('../images/cart/btn_delete.jpg') no-repeat top left #FFFFFF;
}

.btnSend {
	margin-top: 10px;
	border: none;
	width: 164px;
	height: 62px;
	background: url('../images/various/btn_send.jpg') no-repeat top left #FFFFFF;
}

.clearH2 {
	clear: left;
	padding-top: 30px;
}

.center {
	text-align: center;
}

#contact input[type=text], #contact textarea {
	border: 1px solid #804d86;
}

#contact input[type=text]:active, #contact input[type=text]:focus, #contact textarea:active, #contact textarea:focus {
	border: 1px solid #f5d214;
}

.required {
	color: red;
}

.products th {
	text-align: center;
}

.products th, .products td {
	border: 1px solid #D3D2D2;
}

.products .even {
	background-color: #F5F4F4;
}

#product-photo {
	width: 228px;
}

#product-photo a {
	margin: auto;
	width: 170px;
}

#cart {
	background: url('../images/cart/cart.jpg') no-repeat top left;
	padding-left: 70px;
	height: 70px;
}

#banner img, #home-photos img {
	width: 100%;	
}

#home-photos div {
	width: 47%;
	margin: 10px 0 0 0;
}

#home-photos div.float-left {
	padding-left: 2%;
}

#home-photos div.float-right {
	padding-right: 2%;
}

/* @group footer */
#footer {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}

#footer p {
	text-align: center;
}
/* @end */