html,body {
	height:100%;
}
body {
	background: #FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
}
body,table {
	font-size:11px;
	font-family: verdana, sans-serif;
	color:#434343;
}
img {border:0;}
a {
	color:#1E5C7B;
	text-decoration:underline;
}

/* Form elements */
select,input,textarea {
	font:10px, verdana, sans-serif;
	border:1px solid;
	border-left-color:#999999;
	border-top-color:#999999;
	border-right-color:#E7E7E7;
	border-bottom-color:#E7E7E7;
	background-color:#FFFFFF;
	padding:2px;
	color:#4E4E4E;
}
input,textarea {
	padding:2px;
}
form {display:inline;}
input.submit {
	text-transform:uppercase;
	border:1px outset;
	font-size:10px;
	background-color:#EAEAEA;
	font-weight:bold;
	color:#363636;
	padding:1px;
	cursor:pointer;
}
input.submit:active {
	border:1px inset;
}
.checkbox {margin:0;padding:0;}
p {
	padding:3px 0px 10px 0px;
	margin:0px;
	line-height:15px;
}
em {
	font-weight:bold;
	font-style:normal;
}

/* Layout */
#wrapper {
	margin:0 auto;
	width:854px;
	text-align:left;
}
#containerLeft {
	float:left;
	width:189px;
}
#containerSpacer {
	float:left;
	width:29px;
	height:30px;
	background:url(/images/topBarBg.gif) top center;
	background-repeat:y-repeat;
}
#containerRight {
	float:left;
	width:636px;
}
#topBarLeft {
	background-image:url(/images/topBarLeft.gif);
	width:189px;
	height:30px;
}
#topBarRight {
	width:100%;
	height:30px;
	background-image:url(/images/topBarRight.gif);
}
#topBarLinks {
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
}
#topBarLinks a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin:0px 10px;
}
#banner {
	background:url(/images/topBg.gif) 302px 0;
	background-repeat:no-repeat;
	width:100%;
	height:126px;
}
#logoText {
	float:left;
	width:310px;
	padding-top:20px;
}
#newsBox {
	float:left;
	width:190px;
	height:112px;
}
#newsBox a {
	color:#434343;
	font-weight:bold;
	font-size:10px;
}
.newsBoxHeader {
	padding:3px 0px;
	border-bottom:1px solid #afd1e3;
}
.newsBoxHeader h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:11px;
}
.newsBoxText {
	padding-top:2px;
	border-top:1px solid #FFFFFF;
	min-height:70px;
}
.newsBoxText p {
	font-size:10px;
	line-height:11px;
}

#menuTop {
	background-image:url(/images/menuTop.gif);
	width:189px;
	height:29px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li {
	background-image:url(/images/menuBg.gif);
	background-repeat:repeat-x;
	display:block;
	text-align:left;
	margin:0;
}
#menu li div {
	padding:4px 0px 8px 10px;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	width:590px;
	height:27px;
	background-image:url(/images/bar.gif);
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	padding:9px 0 0 45px;
}
#chairBottom {
	width:97px;
	height:31px;
	background-image:url(/images/chairBottom.gif);
	float:right;
}
.gradient {
	background-image:url(/images/gradient.gif);
	background-repeat:repeat-x;
	width:615px;
	padding:10px;
}
#footer {
	width:100%;
	height:30px;
	background-image:url(/images/footer.gif);
	color:#FFFFFF;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
.shopList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 20px;
	padding:0;
}
.shopList li {
	background-image:url(/images/shopList.gif);
	display:block;
	width:100%;
	margin:5px 0;
}
.shopList li div {
	padding:6px 0px 7px 10px;
}
.shopList li a {
	color:#464646;
	font-size:12px;
	font-weight:bold;
}
.mandatory {
	color:red;
}
