* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: smaller;
	background-color: #FEAA24;
}
#framer {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#hometitle {
	height: 46px;
	width: 336px;
	text-indent: -7000px;
	background-image: url(images/homepage_layout/title.gif);
	display: block;
	margin-top: 10px;
}
#homemotto {
	width: 400px;
	height: 74px;
	text-indent: -7000px;
	background-image: url(images/h2background.gif);
	color: #35516C;
	background-repeat: no-repeat;
}
#tabs {
	background-image:url(images/homepage_layout/tab_back.jpg);
	width: 100%;
	float: left;
}
#tabs li {
	display: inline;
	float: left;
	width: 19%;
	text-align: center;
	background: left top no-repeat url(images/homepage_layout/tab_background.jpg);
	padding: 5px;
	font-weight: bold;
}
#tabs li a {
	text-decoration: none;
	color: #000;
}
#tabs li a:hover {
	color:#FF0000;
}
#tabs li#current {
	background-image:url(images/homepage_layout/tab_select.jpg);
}
#main {
	clear: both;
	margin: 0;
}
#main tr, #main td {
	margin: 0;
	padding: 0;
}
.productblocks {
	width: 25%;
	background-color: #454545;
}
.productblocks h3 {
	font-size: smaller;
}
.productblocks a {
	text-decoration: none;
	color:#FFFF99;
}
.productblocks img {
	float: left;
}
.productblocks li {
	list-style-type: none;
	font-size: 12px;
	color: #fff;
}
.productblocks h3, .productblocks ul {
	margin-left: 125px;
}
.stockblock, #irsblock, #uploadblock {
	margin: 5px 0;
	border-bottom: 1px solid #999999;
	padding: 5px;
	text-align: center;
}

.stockblock h3 a {	 text-decoration: none;
	color: #FFFF99;}

.stockblock p, #designerbox p {margin: 0.5em; font-size: smaller; font-style: italic; color: #fff; }

#designerbox p {border: 1px solid #35516C;}
#uploadblock h3 {
	height: 18px;
	width: 140px;
	text-indent: -7000px;
	background-image: url(images/homepage_layout/upload_artwork.gif);
	background-repeat: no-repeat;
	display: block;
}
#irsblock h3 {
	height: 48px;
	width: 140px;
	text-indent: -7000px;
	background-image: url(images/homepage_layout/inventory_release.gif);
	display: block;
}
#designerbox {
	background-color: #35516C;
	border-bottom: 1px solid #999999;
}
#designerbox h3 {
	text-align: center;
	background-image: url(images/homepage_layout/modified_dtblue.gif);
	background-repeat: no-repeat;
	text-indent: -7000px;
	display: block;
	width: 137px;
	height: 74px;
	margin-left: 5px;
	}
.leftmenu {
	width: 150px;
	background-color:#666666;
}
.leftmenu p {
	color: #fff;
	font-style: italic;
	margin: 0;
	font-size: smaller;
	margin: 5px;
}
.leftmenu ul {
	list-style-type: none;
	font-size: smaller;
	line-height: 1em;
}
.leftmenu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.leftmenu li a:hover {
	color:#FFFF99;
}
td #rightpanel {
	color: #000;
	background-color:#CCCCCC;
	font-size: smaller;
}
td #rightpanel h3 {
	margin: 5px 5px 5px 10px;
}
td #rightpanel p {
	margin: 5px 5px 5px 10px;
}

.stripe p {
	font-size: larger;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}
.stripe a {
	text-decoration: none;
	color: #fff;
}
.stripe a:hover {
	color: #FF9;
}
.leftmenu h3 {
	font-size: smaller;
	text-align: center;
}
.leftmenu a {
	text-decoration: none;
	color: #FFFF99;
}
.leftmenu li {
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #666;
}
.leftmenu li.on {
	background-color:#FF0000;
	margin: 5px 0px 0px 0px;
}
.leftmenu li.off {
	background-color:none;
}
.leftmenu li.off ul {
	visibility: hidden;
	position: absolute;
	left: -7000px;
}
#mainbody {
	clear: both;
	margin: 0;
	background-color: #fff;
	width: 100%;
	float: left;
	text-align: center;
}
#choiceholder {
	margin: 0 auto;
	width: 95%;
}
.choiceblock {
	margin: 20px 15px;
	width: 270px;
	float: left;
	color: #666;
}
.choiceblock p {
	margin: 10px;
}
.choiceblock h3 a {
	text-decoration: none;
	color: #444;
}
.choiceblock h3 a:hover {
	text-decoration: underline;
	color: #F00;
}
#footer {
	clear: both;
	color: #35516C;
	padding: 20px 10px;
	text-align: right;
}
#HomeText{
	position: relative;
	padding: 10px;
}

.HomeH1{
	size: 12px;
	color:#000000;
	text-decoration: none;
}

#HomeP{
	color: #000;
	font-size: smaller;
}