/*
	yellow		ffcc00
*/
body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body, th, td {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1, h2 {
	text-align: center;
	margin: 0;
	padding: 22px 0;
	letter-spacing: -1px;
}
h1 {
	font-size: 24px;
	line-height: 25px;
}
h1.tuck {
	padding-bottom: 0;
}
h2 {
	font-size: 18px;
	color: #333333;
}
h2.tuck {
	padding-top: 0;
}
h3 {
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
}
hr {
	height: 1px;
	color: black;
	background-color: black;
	border: 0;
	margin-top: 20px;
}
ul {
	margin: 0;
	padding-top: 0;
}
li {
	padding-bottom: 5px;
}

.yellowBar {
	background-color: #ffcc00;
}
.yellowBar div {
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	padding-left: 70px;
}
.yellowBar a {
	display: inline-block;
	padding: 5px 7px 3px;
	text-decoration: none;
	color: #333333;
}
.yellowBar a:hover {
	color: #004be4;
}

.mainCont {
	position: relative;
	width: 779px;
	margin: 0 auto;
	padding: 166px 0 20px;
}
.header {
	position: absolute;
	width: 779px;
	height: 380px;
	left: 0;
	top: -21px;
	background: transparent url(/store/skin1/images/main/header.png) left top no-repeat;
}
.header a {
	display: block;
	margin-top: 21px;
	width: 779px;
	height: 359px;
}

.left {
	float: left;
	width: 220px;
	padding: 200px 10px 20px;
/*
	border: 1px solid red;
*/
}
.left img {
	display: block;
	margin: 0 auto;
}

.join {
	display: block;
	text-align: center;
	border: 2px solid black;
	background-color: #ffffcc;
	padding: 10px;
	margin: 20px 10px 0;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	color: black;
}
.join:hover {
	background-color: white;
}

.main {
	position: relative;
	z-index: 1;
	float: right;
	width: 535px;
/*
	border: 1px solid blue;
*/
}

.lineBox {
	border: 1px solid black;
	border-width: 1px 0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.others {
	border: 0;
	width: 100%;
}
.others th,
.others td {
	vertical-align: top;
}
.others th {
	padding: 0 20px 20px 0;
}
.others th img {
	border: 1px solid black;
}
.others td {
	padding: 0 0 20px 0;
	line-height: 16px;
}
.others span {
	font-weight: bold;
	text-transform: uppercase;
}

.orderTable {
	border: 3px solid black;
	background-color: #ffffcc;
	width: 100%;
	margin: 20px 0;
}
.orderTable td {
	padding: 10px 10px 0;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
.orderTable h1 {
	padding: 0 0 10px;
}
.orderTable h2,
.orderTable h3 {
	padding: 5px 0;
	margin: 0;
}
.orderTable h3 {
	font-style: normal;
	text-decoration: underline;
	font-size: 20px;
	padding: 10px 0;
}
.orderTable hr {
	height: 3px;
	color: #333333;
	background-color: #333333;
	margin: 0;
}
.orderTable .prod td {
	padding: 5px;
}
.orderTable .prod td.img {
	text-align: center;
}
.orderTable .sm,
.small {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	padding: 10px 0;
}
.small {
	text-align: left;
	color: #555555;
	font-style: italic;
}

.red {
	color: red;
}

.navTable {
	margin-top: 30px;
	width: 100%;
	padding: 0;
}
.navTable a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.navTable img {
	width: 13px;
	height: 13px;
	border: 0;
	vertical-align: text-top;
}

.imageBox {
	padding: 20px 0;
	text-align: center;
}
.caption {
	width: 340px;
	border: 1px solid black;
	padding: 10px;
	margin: 0 auto 30px;
}

.blue {
	color: #2E55B0;
	font-weight: bold;
}

.footerLinks {
	font-size: 10px;
	padding: 20px 0;
}
.footerLinks a {
	white-space: nowrap;
}


.clearing {
	height: 0px;
	font-size: 0px;
	clear: both;
}

