body, input, select {
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
}

form, table {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	border: 0;
}

td {
	vertical-align: middle;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

a:hover, a:focus {
	text-decoration: none;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

div#slogan {
	height: 20px;
	width: 100%;
	background-color: #7b1215;
	background-image: url(../images/slogan.png);
	background-position: top left;
	background-repeat: no-repeat;
}

table#header {
	height: 150px;
	width: 100%;
}

td#logo {
	width: 170px;
	padding: 0 20px;
	background-color: #cecf93;
	background-image: url(../images/logo-blazer.png);
	background-position: center;
	background-repeat: no-repeat;
}

td#title {
	height: 50px;
	background-color: transparent;
	background-image: url(../images/title.png);
	background-position: center;
	background-repeat: no-repeat;
}

td#points {
	text-align: center;
}

td#points ul {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 430px;
	list-style-position: outside;
	padding: 0 1em 0 2em;
	font-weight: bold;
}

td#contact {
	padding: 0 5px;
	font-size: 120%;
}

td#contact ul {
	list-style-type: none;
}

td#contact li.emph {
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 1em 0;
}

div#location {
	width: 100%;
	padding: 2px 0;
	color: #ffffff;
	background-color: #7b1215;
	font-variant: small-caps;
}

div#location span {
	padding: 0 10px;
}

td#menu {
	width: 210px;
	vertical-align: top;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
}

td#menu ul {
	list-style-type: none;
}

td#menu ul a {
	color: #7b1215;
	text-decoration: none;
}

td#menu li {
	padding: 10px 5px;
	text-align: right;
}

td#menu li.imgitem {
	text-align: center;
}

td#menu li a:hover, td#menu li a:focus {
	color: #ffffff;
	background-color: #7b1215;
}

table.container {
	width: 100%;
}

table#profile li#profile_link, table#history li#history_link, table#customers li#customers_link, table#onlinesales li#onlinesales_link, table#retail li#retail_link, table#services li#services_link, table#bizlogin li#bizlogin_link, table#contact li#contact_link {
	background-color: #cecf93;
	border-left: solid #7b1215 6px;
}

table#contact td {
	vertical-align: top;
}

td#content {
	background-color: #cecf93;
	padding: 0 15px 10px 15px;
	vertical-align: top;
}

td#content p {
	margin: .7em 0;
	line-height: 1.4em;
}

td#content p.story:first-letter {
	font-weight: bold;
	font-size: larger;
}

td#content h3 {
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	margin: .7em 0;
	line-height: 1.4em;
}

td#content ul {
	padding: 0 0 0 2em;
	line-height: 1.4em;
}

td#content ul.emph {
	font-weight: bold;
}

td#content img.lfloat {
	float: left;
	margin: 3px 10px 0 2px;
}

td#content img.rfloat {
	float: right;
	margin: 3px 2px 0 10px;
}

td#content form {
	margin: .7em 0;
}

td#content input.text:focus {
	background-color: #ffff66;
}

td#content input.submit {
	font-variant: small-caps;
}

td#content ul#sections {
	list-style-type: none;
	padding: 0;
	line-height: normal;
}

td#content ul#sections li {
	float: left;
	width: 172px;
	margin: 5px;
}

td#content ul#sections li h5 {
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	margin: 0;
}

td#content ul#sections li h5 a {
	color: #ffffff;
	text-decoration: none;
}

td#content ul#sections li h5 a:hover, td#content ul#sections li h5 a:focus {
	color: #000000;
}

td#content ul#sections li div {
	height: 150px;
}

td#content li#section_schoolwear h5 {
	background-color: #666699;
}

td#content li#section_clubwear h5 {
	background-color: #558800;
}

td#content li#section_corporate h5 {
	background-color: #7f5417;
}

td#content li#section_fashion h5 {
	background-color: #ce0950;
}

td#content li#section_schoolwear div {
	background-color: #ebf1f4;
	border: 1px #666699 solid;
}

td#content li#section_clubwear div {
	background-color: #ddff80;
	border: 1px #558800 solid;
}

td#content li#section_corporate div {
	background-color: #ffdc8a;
	border: 1px #7f5417 solid;
}

td#content li#section_fashion div {
	background-color: #ffdede;
	border: 1px #ce0950 solid;
}

div#footer {
	width: 100%;
	padding: 5px 0 10px 0;
	border-top: solid #666666 1px;
	text-align: center;
	color: #333333;
	font-size: 90%;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.lfloat {
	float: left;
}

