* {margin: 0; padding: 0;}
body {
	background-color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 770px
}
#tl, #tr, #bl, #br {
	background-image: url("images/plus-gray.gif");
	background-repeat: no-repeat
}
#tl {background-position: 0 19px}
#tr {background-position: 100% 19px}
#bl {background-position: 0 95.4%}
#br {
	background-position: 100% 95.4%;
	padding: 0 9px
}
#basics-plus-title {float: left; margin-top: -60px}
#basicsplus-bnr {
	clear: left;
	float: left;
	margin: 2px 15px;
}
#basicsplus-bnr img {border: none}
h1 {
	border-bottom: 2px solid #e8e8e8;
	font-size: 120%;
	margin: 62px 0 1px;
	padding-left: 200px
}
h1 strong {color: #c30020}
h1 a:link, h1 a:visited {color: #c30020}
h1 a:hover {text-decoration: none}
#content {
	background: #f1f1f1 url("images/wrap.gif") 100% 0 no-repeat;
	border-bottom: 2px solid #fff;
	padding: 15px 20px 20px 200px
}
#content p#welcome {padding-right: 80px}
#content p {
	font-size: 90%;
	padding-bottom: 15px
}
#content h2 {
	background-color: #f9f9f9;
	color: #c5001c;
	font-size: 100%;
	font-weight: normal;
	margin: 40px 0 10px;
	padding: 2px 10px;
	width: 200px
}
#content a:link, #content a:visited {
	color: #c5001b;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #content a:active {text-decoration: underline}
#categories {
	background-color: #ccc;
	border-bottom: 2px solid #fff;
	float: left;
	padding: 0 15px;
	width: 722px
}
#categories ul {
	float: left;
	list-style-type: none;
	padding: 15px 0;
	width: 240px
}
#categories ul li {}
#categories h3 {
	background-color: #fff;
	color: #479501;
	font-size: 100%;
	font-weight: bold;
	margin: 1px;
	padding: 2px 10px
}
#categories ul ul {
	float: none;
	padding: 0
}
#categories a:link, #categories a:visited {
	background: #f2f2f2 url("images/plus-red.gif") 15px 50% no-repeat;
	color: #4e4e4e;
	display: block;
	font-size: 80%;
	font-weight: bold;
	margin: 1px;
	padding: 2px 8px 2px 28px;
	text-decoration: none
}
#categories a:hover, #categories a:active {
	background-color: #f9f9f9;
	color: #c5001e;
}
#addresses {
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
	clear: both;
	float: left;
	padding: 15px;
	width: 722px
}
#addresses h3 {
	background: #c3001e url("images/arrow.gif") 6em 50% no-repeat;
	color: #fff;
	font-size: 100%;
	margin-left: 1px;
	padding: 1px 10px;
	width: 218px
}
#addresses ul {
	list-style-type: none;
	margin: 2px 0
}
#addresses li {
	background-color: #fff;
	float: left;
	height: 50px;
	margin: 1px;
	padding: 10px;
	width: 218px
}
#addresses address {
	font-size: 90%;
	font-style: normal
}
#footer {
	border-top: 2px solid #e8e8e8;
	clear: both;
	padding: 10px 20px;
	text-align: right
}
#footer a:link, #footer a:visited {
	color: #479501;
	font-weight: bold;
	text-decoration: underline
}
#footer a:hover, #footer a:active {text-decoration: none}

@media screen and (min-width: 0) {
	body {font-size: 90%}
	#tl {background-position: 0 21px}
	#tr {background-position: 100% 21px}
	#bl {background-position: 0 95%}
	#br {background-position: 100% 95%;}
	#basics-plus-title {padding-top: 64px}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tl {background-position: 0 19px}
	#tr {background-position: 100% 19px}
	#bl {background-position: 0 95.5%}
	#br {background-position: 100% 95.5%;}
	#basics-plus-title {margin-top: -60px; padding-top: 0}
	h1 {padding-top: 2px}
	#addresses address {font-size: 80%;}
}