/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	background-color: #d4cbde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#container {
	margin: auto;
	width: 760px;
	height: 420px;
	background-color: #FFFFFF;
	color: #000000;
}

#logo {
	float: left;
	background-image: url(images/alittlefrench_logo.jpg);
	background-repeat: no-repeat;
	width: 248px;
	height: 107px;
}

#homeimage {
	float: left;
	background-image: url(images/alittlefrench_headerimage.jpg);
	background-repeat: no-repeat;
	width: 512px;
	height: 107px;
}

/* #header_topbar {
	float: left;
	background-image: url(images/alittlefrench_topbar.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 502px;
	padding-top: 35px;
	padding-left: 10px;
	height: 107px;
} */

#navcontainer {
	clear: both;
	width: 750px;
	padding-right: 10px;
	background-image: url(images/alittlefrenchbottombar.jpg);
	background-color: #996699;
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bold;
}

#purplebar {
	clear: both;
	/* background-image: url(images/alittlefrenchbottombar.jpg); */
	background-color: #996699;
	width: 760px;
	height: 24px;
}

#content {
	clear: both;
	float: left;
	width: 760px;
	background-color: #fff;
}

#utilities {
	clear: both;
	background-color:#FFFFFF;
	width:300px;
	padding-left: 25px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #64578C;
}

#productimage {
	clear: both;
	float:left;
	width: 250px;
	background-color:#FFFFFF;
	padding: 5px 20px 20px 50px;
}

#ala_message {
	float: left;
	width: 390px;
	background-color: #fff;
	color: #000;
	padding: 5px 50px 20px 0;
}
	
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
	padding-right: 5px;
	white-space: nowrap;
	float: right;
	/*height: 23px;*/
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #996699;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #BF80BF;
	text-decoration: none;
}

a:link { text-decoration: none; background-color: transparent; color: #996699; }

a:hover { text-decoration: underline; background-color: transparent; color: #BF80BF; }

.plainLinks { color:#996699; font-family:Arial,Helvetica,sans-serif; font-size:12px; text-decoration:none; }

.plainLinks10 { color:#996699; font-family:Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none; }

.plainLinks11 { color:#996699; font-family:Arial,Helvetica,sans-serif; font-size:11px; text-decoration:none; }


