/*/*/
/* Alala Styles - Copyright Alala 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***/


/********************* STANDARD TAGS **********************/
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: normal .77em/125% Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4B3126;
	background: #FFF3F3;
}
img, form, p {margin: 0px; padding: 0px;}
p {margin: 0 0 1em 0em;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: .1em 0;	
	
}
h1 {
	margin: 0 0 .3em 0; 
	left: -.2em;
	color: #EA0063;
	font:  italic bold 1.8em/100% Georgia, "Times New Roman", Times, serifserif;
	}
h2 {
	margin: .3em 0 .3em 0; 
	left: -.1em;
	color: #EA0063;
	font:  italic bold 1.45em/100% Georgia, "Times New Roman", Times, serifserif;
	}
h3 {font-size: 1em; color: #000;}
h4 {font-size: 1.0em; color: #999;}
h5 {font-size: .9em;}
h6 {font-size: 1.0em;}

h3.bottomBorder {border-bottom: 1px solid #CDCDCD; padding: 0 0 .2em 0; width: 450px; }

.hide, #siteName {
	display: none;
	line-height: 0;
	font-size: 0;
}
.clearing {clear: both; height: 0; line-height: 0; font-size: 1px;}
.noWrap {white-space: nowrap;}

/********************* LINKS ******************************/
a:link {
	color: #009A95;
	text-decoration: underline; 
	} 
	a:visited {
	color: #B3539A;
	text-decoration: underline;
	} 
	a:hover, a:active  {
	color: #56B9BE;
	text-decoration: none;
	} 



/********************* CONTENT ****************************/
ul.sleev-on li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	padding-left: 18px;


}

ul.shoppingList {
list-style: circle;
margin: -1em 0 0 0;
padding: 0 0 0 65px;
background: url(images/cart.gif;) no-repeat;
}
ul.shoppingList li {
 margin: 0 0 .5em 0;
 font-size: .9em;
}

img.photo {
	border: 1px solid #DDD;
	padding: 5px;
}

/********************* NAVIGATION *************************/
#nav ul {
	margin: 0 0 0 14px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 661px;
	background: url(images/menuBG.jpg) repeat-x;
	float: left;
	text-align: center;
	}
	#nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal normal 1.00em/102% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: .04em;
	}
	#nav ul li a {
	padding: .7em 10px .7em 13px;
	color: #FFF;
	text-decoration: none;
	}
	#nav ul li a:hover {
	color: #FFF;
	background: #FFF url(images/navRoll2.jpg) repeat-x 0 5px;
}

/********************* LAYOUT *****************************/
#pageWrapper {
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0px;
	width: 734px;
	text-align: left;
	background: url(images/pageTop.jpg) no-repeat 0 0;
}	
#page {
	background: url(images/pageBG.jpg) repeat-y;
	padding: 0 10px 25px 10px;
}
#masthead {
	text-align: center;
	width: 715px;
	margin-bottom: 10px;
}
#nav {
	background: url(images/menuEnds.jpg) no-repeat -14px center;
	margin: 0 0 15px 12px;
	width: 690px;
	height: 22px;
}
#navEnd {
	width: 15px;
	float: right;
	height: 22px;
	background: url(images/menuEnds.jpg) no-repeat 0 center;
}
#content {
	margin: 0 25px;
	}
	#content #columnOne {width: 60%; float: left;}
	#content #columnTwo {width: 37%; float: right;}
	#page.fullWidth #content #columnOne {width: 100%
}
#footer {
	background: url(images/pageBottom.jpg) no-repeat top;
	text-align: center;
	padding: 25px 0 0 0;
	font-size: .9em;
	}
	#footer a.bleu {color: #4B3126;} 
	#footer a.bleu:hover {color: #009A95;}

/***************** FORM ELEMENTS ********************/
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 .2em 0;
		padding: 0;
	}
	div.formbuilderform {margin-left: 20px;}
	div.formbuilderform label {font-weight: bold; color: #4B3126; }
	div.formbuilderform div.required {color: red;}
	div.formbuilderform input, 
	div.formbuilderform input select, 
	textarea {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 2px;
		display: block;
		}
	textarea {
		width: 300px;
		height: 10em;
		font-size: 1.1em;
	}
	td.required {font-weight: bold;}
	form table td table td {padding-right: 25px; background: #F5F5F5;} /* For Check/Radio groups */ 
	table textarea {width: 450px;
}