
/*///////////////////////////////////////////////////////

	Stylesheet for Avril's Taste Bud Teasers Website
	Coded 01/12/2007 by Sharan West
	(C) Copyright Avril's Taste Bud Teasers 2007

	[SCREEN]

///////////////////////////////////////////////////////*/
/*-----------------------------------------------
	Layout
-----------------------------------------------*/

#container {
	border: 15px solid #fff;
	width: 768px;
	min-height: 450px;
	margin: 0 auto;
	background: #fff;
	font-size: .9em;
}
body {
	font-family: arial, sans-serif;
	background: #fc9;
	line-height: 1.2;

}

#header {
	width: 766px;
	height: 138px;
	background: url(../media/images/avrils_fruit_nut_loaf.jpg) no-repeat;
	padding-bottom: 15px;
}

#content {
	width: 578px;
	float: right;
	border-left: 2px solid #f60;
	padding: 0 20px;
	margin-bottom: 20px;
}
#sidebar {
	font-family: arial, helvetica, sans-serif;
	float: left;
	position: fixed;
	width: 165px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px; /* actual value */
}
#main_nav {
	margin: 0;
	text-align: left;
	font-size: 80%;
	line-height: 25px;
}

#main_nav a {
	text-decoration: none;
	color: #f60;
	font-weight: bold;
	margin-left: -5px;
}

#homepage #main_nav li a#homelink,
#productpage #main_nav li a#productlink,
#awardspage #main_nav li a#awardslink,
#servsuggestpage #main_nav li a#servsuggestlink,
#purchasepage #main_nav li a#purchaselink,
#testimonialspage #main_nav li a#testimonialslink,
#faqspage #main_nav li a#faqslink,
#mystorypage #main_nav li a#mystorylink,
#linkpage #main_nav li a#infolink,
#aboutuspage #main_nav li a#aboutuslink,
#contactpage #main_nav li a#contactlink {
	border-left: 4px solid #f60;
	padding: 6px 5px;
}

#main_nav a:hover {
	color: #000;
	padding: 3px 0;
	border-left: 8px double #f60;
}

#main_nav li {
	padding: 0 6px;
	list-style-type: none;
	margin: 0;
}
#footer {
	clear: both;
	background: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B57600;
}

/*-----------------------------------------------
	Typography
-----------------------------------------------*/

#masthead {
	background: #fff;
}

h1 {
	font-family: times, sans-serif;
	color: #f60;
	text-align: center;
	font-size: 22px;
}

h2 {
	font-family: times, sans-serif;
	color: #f60;
	text-align: left;
	font-size: 16px;
	
}

h3 {
	font-family: times, sans-serif;
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}

h4 {
	font-family: times, sans-serif;
	color: #f60;
	text-align: left;
	font-size: 14px;
	line-height: .5;
}

h5 {
	font-family: times, sans-serif;
	color: #f60;
	text-align: center;
	font-size: 12px;
}

h6 {
	font-family: times, sans-serif;
	color: #000;
	text-align: center;
	font-size: 11px;
}

/*-----------------------------------------------
	Images
-----------------------------------------------*/

.imagecenter {
	display: block;
	margin: 0 auto;
	padding: 2px 10px;
}
.imageright {
	float: right;
	display: block;
	margin: 0 auto;
	padding: 2px 10px;
}

.picpanel {
	float: right;
	width: 200px;
}

.ulplain {
	margin-top: 0;
}


/*-----------------------------------------------
	Tables
-----------------------------------------------*/

.plaintable {
	border: none;
	width: 500px;
	margin: auto;
	text-align: center;
}
.plaintable td {
	border: none;
	padding: 15px;
}
.plaintable caption {
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.lefttable {
	width: 340px;
	margin: 2px 20px;
	text-align: left;
	border-collapse: collapse;

}
.lefttable td {
	border-bottom: solid 1px #B57600;
	border-top: solid 1px #B57600;
	padding: 5px;
}
.lefttable caption {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#contact {
	width: 300px;
	margin: 0 25%;
	text-align: left;
	font-family: verdana, sans-serif;
}
#contact td {
	padding: 10px;
	vertical-align: top;
}

.shopslist {
	border-top: 2px solid #fff;
	border-left: 1px dotted #f60;
	border-collapse: collapse;
	margin: 10px auto;
}

.shopslist th {
	padding: 3px;
	color: #fff;
	background: #f60;
	border-left: 1px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	font: arial, sans-serif;
	font-weight: bolder;
	font-size: 8pt;
}

.shopslist td {
	padding: 6px;	
	border-right: 1px dotted #f60;
	border-bottom: 1px solid #f60;
	font-size: 8pt;
	vertical-align: top;
}

.shopslist td.sl_n {
	color: #f60;
	font-weight: bold;
}

