/* Global CSS for JayJays Mobile Grocery Shop */

html, body	{
	margin: 0px;
	padding: 0px;	
	color: #9946BC;
	text-align: center;
	font-family: Verdana;
	
}

#wrapper	{
	position: relative;
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	}

#header {	
	text-align: left;
	}

#nav	{
	margin: 0;
	padding:0;
	height: auto;
	clear: both;
}

#nav ul	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}

#nav li	{
	float: left;
	width: 25%;
}

#nav a	{
	border-left: 1px solid #9946BC;
	border-top: 1px solid #9946BC;
	border-bottom: 1px solid #9946BC;
	text-align: center;
	display: block;
	padding: 0.6em 1em 0.6em 1em;
}
#nav .leftmost	{
	border-left: hidden;
}

#nav a:link, #nav a:visited	{
	color: #FFF;
	font-weight: bold;
	background-color: #D4AF37;
	text-decoration: none;
	
}
#nav a:hover	{
	color: #9946BC;
	background-color: #FCFFAE;
}	

#content	{
	margin: 25px 0 0 280px;
	text-align: left;
	padding: 10px;
}

#sidebar	{
	float: left;
	width: 260px;
	text-align: left;
	padding: 10px;
}	

#sidebar ul	{
	list-style-image: url(images/tick.gif);
	margin-left: 20px;
	padding: 10px;
}

#sidebar dt	{
	font-weight: bold;
}
#sidebar dd	{
	margin: 2px 0 0 5px ;
}
#footer	{
	border-top: 1px solid;
	border-bottom: 1px solid;
	clear: both;
	text-align: center;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-style: italic;	
}
#contactForm	{
	background-color: #FCFFAE;
	border: 1px dashed #9946BC;
	padding: 10px;
	clear: both;
}

p	{
	line-height: 160%;
	}

h1	{
	font-size:24px;
	font-family:Times,Georgia,serif;
}

h2	{
	font-size:18px;
	font-family:Times,Georgia,serif;
}
h3	{
	margin-bottom: 0;
}
a	{
	font-weight: bold;
}

div.image	{
	float: right;
	margin: 10px;
}
.image img	{
	border: 1px solid;
	padding: 5px;
}
.image p	{
	text-align: center;
	font-style: italic;
	font-size: 75%;
	background-color: #fcffae;
	border: 1px dashed;
	padding: 5px;
}
.map	{
	text-align: center;
}

#floatimg	{
	border: 2px solid;
}
.timetable dd,a	{
	text-decoration: none;
	color: #9946BC;
	}
.timetable a:hover	{
	font-weight: bold;
	/*color: #FFD700;*/
}
.logotext	{
	font-family: Times,Georgia,serif;
	font-size: 3.5em;
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 150px;
	
}
img.logoimage	{
	float: right;
	
}
.pricelist dt	{
	font-weight: bold;
}
.pricelist dd	{
	margin: 2px 0 0 5px ;
}
.footnote	{
	font-size: 0.75em;
	font-style: italic;
}
#pricelist th{
	background-color: #FCFFAE;
}
#pricelist td, #content th{
	border: 1px solid;
	padding: 2px 10px 2px 10px;
}
#pricelist table	{
	border-collapse: collapse;
}
col#item,#item1,#item2,#item3,#item4,#item5,#item6,#item7 {
	width: 325px;
}
col#price,#price1,#price2,#price3,#price4,#price5,#price6,#price7	{
	width: 135px;
}
#footer img	{
	border-style: none;
}