@charset "utf-8";
/* CSS Document */

body {    
    font:  small "Lucida Grande" , Arial, sans-serif;

	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#07b2f8;
	text-align:center;
    min-width: 641px;
}

hr {
margin-top:0em;
clear:both;
}

#container {
	margin:auto;
	width:641px;
	text-align:left;
	background:#FFF;
}

#top {
	background-image:url(images/maincontenttop.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:11px;
	}

#footer {
	background:#FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:right;
	padding-right:10px;
	font-size:9px;
	color:#999999;
	margin-top:-1.5em;
}

#footer a {color:#333333;}

#bottom {
	background-image:url(images/maincontentbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:0px solid blue;
	height:11px;
}

#content {
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:623px;
	background-color:#FFF;
	border-bottom:1px solid white;
	Padding:8px;
}

#content #printedLeaflets { float:right; margin-left:1em; margin-top:1em; margin-right:-8px;}
#content li a:visited { color:#0000FF;}
.specialOffer { display:block; background:#CCCCCC; padding:1em; }
h1 {
	color:#FF0000;
	font-size:19px;
	font-weight:bold;
}

#logo {
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#nav {
	text-align:right;
	padding-right:17px;
	margin-top:-29px;
	}

#nav a {
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

#nav a:visited { color:#0000FF;}
#nav a:hover { color:#FF0000;}

#address {float:left; margin-right:4em;}
#contactform {float:right; margin-left:30px; text-align:right;}

#box {
	float:right;
	width:250px;
	margin-top:2em;
	margin-bottom:2em;
	margin-left:1em;
	height:198px;
	border-bottom:1px solid #000;
	}

#box .left {clear:left;float:left;width:124px; height:66px; background-image:url(images/tile-bg.jpg); border-left:1px solid #000;border-top:1px solid #000;}
#box .right {float:right;width:125px; height:66px; background-color:#07b2f8; border-top:1px solid #000;}
#box .left:hover { background-image:url(images/tile-bg-glow.jpg); cursor:pointer;}
/*#box .right:hover { background-image:url(images/tile-bg-glow.jpg); cursor:pointer;}*/
#box div {text-align:center;}
#box .topPadding {margin-top:25px;}

