/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:		0;
	padding:	0;
	border:		0;
}

body{
	font-family: Helvetica, sans-serif, "Geneva CE";
	font-size: 100.01%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper{
	width: 688px;
	margin: 20px auto;
	text-align: left;
	background-position: center;
}

#menu{
	height:85px;
	width: 688px;
	padding: 0;
	
}
.container{
	margin: 20px 0 0 0;
	float: left;
	width: 464px;
}

#submenu{
	width: 155px;
	height: 220px;
	float: left;
	color: #DF7A1C;
	line-height: 150%;
	margin-top: 20px;
}

#submenu ul {
	list-style-type: none;
	padding: 0 0 0px 0;
	font-size: 70%;
	margin-top: 20px;
	margin-left: 40px;

}

#submenu ul li {
	padding: 0;
	margin: 0 0 0 20px;
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	width: 105px;
}

#submenu ul li a{
	color: #DF7A1C;
	display: block;
	padding: 5px 0px 3px 10px;
	text-decoration: none;
	height: 1%;
}


#submenu a:hover, #leftcol #nav a:focus { 
color: #666666;
}

.holder{
	width: 466px;
	float: left;
	height: 22px;
	margin: 0 0 0 10px;
}
.holderbtm{
	width: 466px;
	float: left;
	height: 22px;
	margin: 0 0 20px 10px;
}

.greyfield{
	width: 464px;
	float: left;
	border-left: solid #DF7A1C 2px;
	border-right: solid #DF7A1C 2px;
	background-color: #666666;
	margin: 0 0 0 10px;
}

.greyfield p{
	width: 420px;
	margin: 0 0 5px 20px;
	line-height: 125%;
	font-size: 80%;
	padding-bottom: 20px;
	
}

.greyfield h1 {
	width: 420px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	
}

.holderwd{
	width: 579px;
	float: left;
	height: 22px;
	margin: 20px 0 0 50px;
}

.holderwdbtm{
	width: 579px;
	float: left;
	height: 22px;
	margin: 0 0 20px 50px;
}

.greyfieldwd{
	width: 575px;
	float: left;
	border-left: solid #DF7A1C 2px;
	border-right: solid #DF7A1C 2px;
	background-color: #666666;
	margin: 0 0 0 50px;

}

.greyfieldwd p{
	width: 530px;
	margin: 0 0 5px 20px;
	line-height: 125%;
	font-size: 80%;
	padding-bottom: 20px;
	
}

.greyfieldwd h1{
	width: 530px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	
}
#footer{
	clear:			both;
	text-align: 	center;
}

#footer img {
	border: 		0px;
}

.alert {
	width: 				550px;
	margin: 			0 auto;
	text-align: 		left;
	color:				#990000;
	font-weight:		bold;
	font-size: 			12px;
}

/* -- PACKAGING CSS ---------------------------- */
.area_packaging {
	margin: 		0px auto;
	padding-top: 	10px;
	width:			582px;
	background:		url('/images/site/packaging_background.gif') top left repeat-y;
	
}

.image_page {
	margin: 		0px auto;
	display:		block;
}

.image_packaging {
	margin: 		0px auto;
	display:		block;
}

.packaging_box {
	float: 			left;
	margin: 		0px 10px 10px 10px;
	width: 			165px;
	height: 		120px;
	text-align:		center;
	font-size: 		10px;
	font-weight: 	bold;
	color:			#666666;
}

.packaging_box img {
	margin: 		2px auto;
	border: 		2px solid #FFFFFF;
}

.clear {
	clear:			both;
	height: 		1px;
	line-height: 	1px;
}