@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	}

a {
outline: none;
}

h1 {
	font-size:28px;
	font-weight: bolder;
	margin:20px 0px 20px 0px;
}

h2 {
	font-size:18px;
	font-weight: bolder;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6D6E66;
}

h3 {
	font-size:12px;
	font-weight: bolder;
	margin:10px 0px 10px 0px;
	color: #6D6E66;
}

.mainBody_Home {
	font-size:12px;
	
}

#mainContainer_Home {
	/*position:absolute;*/
	width:682px;
	height:437px;
	/*border: 1px solid #CC0000;*/
	/*z-index:1;*/
	padding: 4px 10px 0px 6px;
	/*vertical-align: top;*/
	color:#FFFFFF;
}

#mainLeft_Home {
	width:469px;
	float:left;
}

#mainRight_Home {
	width:165px;
	float:right;
	padding: 34px 0px 0px 12px;
}

#mainRight_TradeLink {
	width: 143px; height: 66px; border: 2px solid #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-style: oblique; color:#FFFFFF; font-weight: bold; background-color: #776E54;
}

#mainRight_TradeLink:hover {
	border: 2px solid #CC0000;
	cursor:pointer;
	text-decoration:underline;
}

.mainRight_TradeLink_Upper {
	width: 143px; height: 48px;
}

.mainRight_TradeLink_Lower {
	width: 143px; height:18px; background-color:#000033; color:#FFFFFF; text-align:center;
}

#mainRight_RetailLink {
	width: 143px; height: 66px; border: 2px solid #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-style: oblique; color:#FFFFFF; font-weight: bold; background-color:#AB9C8F;
}

#mainRight_RetailLink:hover {
	border: 2px solid #CC0000;
	cursor:pointer;
	text-decoration:underline;
}

.mainRight_RetailLink_Upper {
	width: 143px; height: 48px;
}

.mainRight_RetailLink_Lower {
	width: 143px; height:18px; background-color:#000033; color:#FFFFFF; text-align:center;
}

#productselectionhome-pane {
	background: none;
	background: rgba(0, 0, 0, 0.4);	
}

.linkhover:hover {
	background: rgba(0, 0, 0, 0.5);		
}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}