/* 
Grande Roche
July 2006
v1
*/

/* All the basics */

body {
	margin-top: 10px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

img {
	border: 0px;
	}
	
.footer {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left ;

	}
	
TABLE { border: 1px solid #ffffff; }
TABLE TD { border: 1px solid #ffffff; color: #493B2A; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AF8D63;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #483B2A;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
	}

/* Drop-down menu (ARGH!) */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 111px; /* Width of Menu Items */
}

ul li {
	position: relative;
	float: left;
	}
	
li ul {
	position: absolute;
	left: 111px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	border-bottom: 0;
	}

ul#nav:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #E3E3E3; } /* Hover Styles */
		
li ul li a { padding: 0px 0px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

ul li { width:100%; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Links */

a.fpage {
	font-size: 10px;
	color: #AF8D63;
	text-transform:uppercase;
	text-decoration: none;
	}
	
a.footerlinks {
	color: #999999;
	}

a.footerlinks:hover {
	color: #757474;
	}	
#delivery_stamp_anchor{
	color: #999999;
	}

#delivery_stamp_anchor:hover{
	color: #757474;
	}

a.submenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #493B2A;
	font-size: 12px;
	text-decoration: none;
	}

a.submenu:hover {
	color: #666666;
	text-decoration: none;
	}
	
/* Menu's */
.menubox {
	padding-top: 20px;
	width: 104px;
	height: 240px;
	z-index:100;
	}

/* Layout (columns etc ) */

.container {
	width: 710px;
	height: 100px;	
	padding: 0px;
	margin: 15px auto;
	}

.picbox {
	width: 567px;
	height: 289px;
}

.picbox2 {
	width: 567px;
	height: 440px;
	margin-left: 140px; 
	position: absolute;
	}

.bottomcontainer {
	width: 567px;
	height: 150px;
	float: right;
	margin-top: 5px;
	padding-bottom: 7px;
	}
.bottomcontainer2 {
	width: 567px;
	float: right;
	margin-top: 439px;
	padding-bottom: 7px;
	}
.bottomleft {
	width: 567px;
	height: 100%;
	}

.clr {
	clear:both;
	}	

.bottomright {
	width: 283px;
	height: 100%;
	
	}
	
.logocontainer {
	width: 708px;
	height: 98px;
	padding: 0px;
	}
	
.logo {
	width: 125px;
	height: 81px;
	}

.strap {
	width: 196px;
	height: 11px;
	float: right;
	}

.strip {
	width: 706px;
	height: 7px;
	margin-top: 15px;
	}
	
.strip2 {
	width: 706px;
	height: 7px;
	float: left;
	}
	
.contentcontainer {
	width: 708px;
	height: 100%;
	padding-top: 10px;
	}
	
.leftcol {
	width: 133px;
	height: 423px;
	border-right-color: #AF8D63;
	border-right-style: solid;
	border-right-width: 2px;
	position: absolute;
	z-index:101;
	}
	
.leftcol2 
{
	width: 133px;
	height: 423px;
	border-right-color: #AF8D63;
	border-right-style: solid;
	border-right-width: 2px;
}
	

.submit
{
 border:1px solid #af8d63;
 background-color:#FFFFFF;
 color:#af8d63;
 font-size:11px;
 font-weight:bold;
}

.submit, #newsletter_subscribe_email
{
 font-size:11px;
 border:1px solid #af8d63;
 background-color:#FFFFFF;
}
.submit{
 color:#af8d63;
 font-weight:bold;
}
	
.clear{
 clear:both;
 height:1%;
 line-height:0%;
 display:block;
}

