/* @override http://monkey.local/jiffyfoods.com.au/squelettes/habillage.css */

/* CSS Document */

body {
	background-color: #d4efef;
	margin: 30px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	
}
img, table { margin: 0; padding: 0; border: none; }

img { vertical-align:top; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight:normal; font-size:1em; }


/* CSS LAYOUT */
#conteneur {
	position:absolute;
	left:50%;
	margin-left:-476px;
	background-image:url(../IMG/bg_conteneur.gif);
	background-repeat:repeat-y;
	width:953px;
}

#header {
	height: 240px;	
} 

#haut {
	width:943px;
	height: 25px;
	background-color: #848484;
	margin-left:5px;
}

#gauche {
	padding-top:26px;
	padding-left:25px;
    background-image:url(../IMG/bg_col_left.gif);
	background-repeat:no-repeat;
	float:left;
	width: 290px;	
}

#centre {
	background-image:url(../IMG/bg_col_middle.gif);
	background-repeat:no-repeat;
	margin-left: 315px;
	margin-right: 183px;
	padding:35px 25px 20px 25px;
}

#droite {
	background-image:url(../IMG/bg_col_right.gif);
	background-repeat:no-repeat;
	float:right;
	width: 183px;
	padding-top:25px;
	
}

#pied {
	clear:both;
	height: 29px;
	background-image:url(../IMG/footer.gif);
	background-repeat:no-repeat;
}

/* DROP DOWNS MENUS */

#haut div {
	display:none;
	position:absolute;
	top:265px;
	width:134px;
	z-index:2;
}

#smenu2 { left: 68px; }

#smenu3 { left: 150px; }

#smenu16{ left: 230px; }


.dropdown h1 {
	display:block;
	background-color:#c5f9f9;
	width:180px;
	height:21px;
	color:#eaeaea;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#fff;
}

.dropdown h1 a {
	display:block;
	padding: 3px 0 0 16px ;
	color:#000;
	font-size:.71em;
}

.dropdown h1 a:hover{
	height:18px;
	background-color:#447f94;
	color:#fff;
}


/* CSS FONT STYLES */
#haut a {
	text-decoration:none;
}
#haut h2 {

}

#haut h2 a, #haut h2 .unavailable, #haut h2 .selected{
	padding:4px 15px 6px 15px;
	border-right: 1px solid #b0b0b0;
	font-size:0.71em;
	color:#ccc;
} 
#haut h2 .unavailable{
	color:#999;
}
#haut h2 .selected{
	color:#fff;
	background-color:#637075;
}
#haut h2 a:hover{
	color:#fff;
}	

#droite h2{
	padding:5px;
}

#centre{
	font-size:.71em;
}
#centre h2 {
	font-size:1.33em;
	color:#3cc;
	font-weight:bold;
}

#centre .redText {
	color:#dd453b;
	font-weight:bold;
}

#centre .blueText {
	font-size:1.03em;
	color:#3cc;
}
#centre .smallText {
	font-size:.88em;
	font-style:normal;	
}
#pied  small{
	font-size:.66em;
	padding:20px 0 0 16px;
}
#centre a, #pied  a{
	color:#399;
}
#pied  small a{
	color:#000;
	text-decoration:none;
}
#pied  small a:hover{
	text-decoration:underline;
}
#pied .bo{
	color:#f60;
}
#pied .disclaimer{
	color:#3cc;
}
#pied .credit {
	padding-left:720px;
}
#pied img {
	padding-left:12px;
	vertical-align:middle;
}

