@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;			/** em reset **/
	background:#f3f4f3;
	color:#313131;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#313131;
}

a:hover {
	text-decoration:none;
	color:#333;
}

.clear {
	clear:both;
}

p {
	line-height:2em;
	font-size:1.2em;
}

/**** @font-face declarations *****/

/* Font definition for Internet Explorer */
/*         (*must* be first)             */
@font-face {
  font-family: Moderna;
  src: url(fonts/MgOpenModernaRegular.eot) /* can't use format() */;
}
 
/* Font definition for other browsers */
@font-face {
  font-family: Moderna;
  src: url(fonts/MgOpenModernaRegular.ttf) format("opentype");
}


/********** Structure ***********/

#page {
	width:950px;
	background:#FFF url(images/page-bg.png) repeat-y;
	padding:0 25px 0 25px;
	margin:0 auto;
}

#headercontainer {
	width:950px;
	padding:0;
	margin:0;
}

address{
	display: inline;
	font-style: normal;
}

	/* logo */
	#headerlogo {
		width:460px;
		float:left;
		display:inline;
		margin:10px 15px 15px 20px;
		color:#a7271d;
	}
	
		#headerlogo h1 {
			font-family: "Helvetica Neue UltraLight", "Helvetica Neue", Moderna, Helvetica, Arial, sans-serif;
			font-size:6.5em;
			display:inline;
			font-weight:normal;
		}
		
		#headerlogo h2 {
			font-family: "Helvetica Neue Condensed Bold", "Arial Narrow", Arial;
			font-size:6.4em;
			display:inline;
			font-weight:bold;
		}
		
	/* top guarantee */	
	.guaranteebox {
		width:420px;
		float:right;
		display:inline;
		margin:8px 20px 0 0;
		padding:5px 5px 0 5px;
		background:#FFF;
		border:1px solid #d8cba1;
	}
	
		.guaranteebox h2 {
			font-size:1.4em;
			text-transform:uppercase;
			font-weight:bold;
			font-family:"Helvetica Neue Condensed Bold", "Franklin Gothic Demi Condensed", "Arial Narrow Bold", Arial;
			color:#a79970;
			margin:0;
			padding:0;
			line-height:90%;
		}
		
		.guaranteebox p {
			font-size:1.1em;
			color:#666;
			line-height:110%;
		}
		
		
	/** search box container **/
	
		.searchboxcontainer {
			width:350px;
			float:right;
			display:inline;
			margin:20px 20px 0 0;
			padding:5px;
			text-align:right;
		}
		
		.searchboxcontainer input[type=image] {
			float:right;
			display:inline;
			margin-left:5px;
		}
		
		.searchboxcontainer input[type=text] {
			padding:1px;
			border:1px solid #333;
			background:#f4f4f4;
		}
		
		.searchboxcontainer input[type=text]:focus {
			border:1px solid #666;
			background:#FFC;
		}
	
		
	 /* mini basket */
	 
	 .minibasket {
		 width:210px;
		 float:right;
		 display:inline;
		 margin:10px 0 0 0;
		 padding:5px;
		 border:1px solid #287997;
		 font-size:1.1em;
		 text-align:left;
	 }
	 
	 .minibasket h3 {
		 text-transform:uppercase;
		 font-weight:bold;
		 font-family:Arial, sans-serif;
		 color:#333;
		 display:inline;
		 font-size:1em;
	 }
	 
	 .minibasket h3 a {
		 text-decoration:underline;
		 color:#287997;
	 }
	 
	 .minibasket h3 a:hover {
		 color:#666;
	 }
		
		
/** top nav **/

#topnav {
	width:950px;
	padding:0 15px 10px 15px;
	margin:0 0 0 -15px;
	height:33px;
	background:url(images/navbg950.gif) no-repeat 15px 0; /* default/fallback bg */
	background-image:url(images/navbg980.gif), url(images/blue-triangle-left.gif), url(images/blue-triangle-right.gif);  /** css3 multiple backgrounds **/
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 0 0, 2px 34px, 965px 34px;
}

html * #topnav {
	background:url(images/navbg950.gif) no-repeat 15px 0; /* default/fallback bg */
}

#topnav ul {
	list-style:none;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#topnav ul li {
	list-style:none;
	float:left;
	display:inline;
	margin:10px 10px 0 10px;
}

#topnav ul li a {
	font-size:1.3em;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-family:Helvetica, Moderna, Arial;
}

	#topnav ul li a:hover {
		text-decoration:underline;
		color:#F9DF8a;
	}
	
	#navland {
		text-decoration:underline;
		color:#F9DF8a!important;
	}
	

/** checkout/cart **/

.viewcart-button, .checkout-button {
	float:right;
	display:inline;
	width:95px;
	height:20px;
	background:url(images/ltgraybutton.gif) repeat-x;
	text-align:center;
	margin:4px 5px 0 0;
	font-size:1.5em;
	font-weight:bold;
	color:#204d5e;
	padding:5px 0 0 0;
}

.viewcart-button:hover, .checkout-button:hover {
	background-position:0px -25px;
	}

.rightmargin {
	margin-right:25px;
}

/** side bar **/

#sidebar {
	float:left;
	display:inline;
	width:250px;
	margin:20px 10px 0 0;
}

	#sidebar h1, #sidebar h2 {
		width:230px;
		margin:0 0 0 -15px;
		height:24px;
		padding:6px 0 10px 35px;
		font-size:1.4em;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform:uppercase;
		color:#204d5e;
		background:url(images/yellowbg250.gif) no-repeat 15px 0;	
		background-image:url(images/yellowbg260.gif), url(images/yellow-triangle-left.gif);
		background-repeat: no-repeat, no-repeat;
		background-position: 0 0, 2px 30px;
	}

	html * #sidebar h1 {
		background:url(images/yellowbg250.gif) no-repeat 15px 0;	
	}
	
	.red {
		color:#A7271D;
	}
	
		#categorynav {
			list-style:none;
			margin:0;
			padding:0;
		}
	
		#categorynav li {
			list-style:none;
			padding:2px 0 2px 0;
			margin:5px 0 5px 0;
		}
		
		#categorynav li a {
			width:230px;
			font-size:1.4em;
			display:block;
			color:#313131;
			text-align:left;
			padding:5px 0 5px 20px;
			font-weight:bold;
		}
		
		#categorynav li a:hover {
			color:#FFF;
			background:#5a5a5a;
		}
		
		#land {
			color:#FFF;
			background:#5a5a5a;
			}
		
		
	ul.discounts {
		margin:0 0 0 20px;
		padding:0;
	}
	
	ul.discounts li {
		list-style-image:url(images/bluebullet.gif);
		padding:2px 0 2px 0;
		margin:5px 0 5px 20px;
		font-size:1.3em;
	}
		
		
/** main content **/

#maincontainer {
	width:655px;
	margin:20px 10px 0 10px;
	float:left;
	display:inline;
}

#maincontainer a {
	text-decoration:underline;
	color:#287997;
}

	#maincontainer a:hover {
		color:#333;
	}

.bestsellers {
		width:655px;
		height:175px;
		background:url(images/yellowgradient.gif) repeat-x;
		border:1px solid #D8CBA1;
		margin-bottom: 20px;
		/*padding:15px 0 10px 0;*/
}
	.highlight {
		padding:3px;
		background:#F9DF8A;
	}
	
	.bestsellers img {
		margin-top:-15px;
	}
	
	.bestsellers h1 {
		text-transform:uppercase;
		font-family:"Helvetica Neue", Helvetica, Arial;
		font-weight:bold;
		font-size:3.25em;
		display:inline;
		line-height:100%;
	}
	
	.bestsellers h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
		font-size:3.25em;
		display:inline;
	}
	
#maincontainer h1 {
	font-size:3em;
	margin:15px 0 5px 0;
}


.testimonials {
	width:500px;
	padding:10px;
	border:1px solid #287997;
	margin:10px;
	font-size:1em;
	line-height:normal;
	float:right;
	display:inline;
}

.testimonials h3 {
	font-size:1.3em;
	color:#204D5e;
	text-transform:uppercase;
	margin:0;
}

#footer {
	text-align:left;
	padding:5px 0 5px 0;
	margin: 50px 0 0 55px;
}

#footer a {
	text-decoration:underline;
	font-size: 10px;
}

#footer p {
	font-size: 11px;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

#headerlogo {
	margin: 0;
}

#headerlogo h1#the_logo {
	background: url('/images/logo.png') no-repeat left top;
	width: 490px;
	height: 122px;
	display: block;
	line-height: 0;
	margin: 0;
}
.home_salut {
	font-size: 35px;
}


