/* CSS Document */

#contentcolumn a.button, #feature2 a.button, #feature1 a.button, #feature3 a.button {
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background-color: #7D1C2F;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-image: url(../nav/blend-3.jpg);
	background-repeat: repeat-x;
	margin-right: 6px;
	margin-left: 6px;
	border: 1px solid #670015;
}
#contentcolumn a:hover.button, #feature1 a:hover.button, #feature2 a:hover.button, #feature3 a:hover.button {
	color: #000000;
	background-image: url(../nav/blend-3-over.jpg);
	background-repeat: repeat-x;
	background-color: #CAAA79;
}
#contentcolumn a.button2 {
	color: #5C1523;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	background-color: #ECD9B8;
	margin: 0;
	padding: 0 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0D0AC;
	border-right-color: #A3773A;
	border-bottom-color: #A3773A;
	border-left-color: #E0D0AC;
}
#contentcolumn a:hover.button2 {
	color: #fff;
	background-color: #541422;
}
#contentcolumn a.button3, #feature2 a.button3 {
	color: #551523;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	background-color: #efe8c2;
	margin: 0 6px;
	padding: 0 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f6eac5;
	border-right-color: #9F7E49;
	border-bottom-color: #9F7E49;
	border-left-color: #f6eac5;
}
#contentcolumn a:hover.button3,  #feature2 a:hover.button3 {
	color: #fff;
	background-color: #4B1016;
}
#contentcolumn a#buybtn, a#buybtn {
	font-size: 11px;
	background-image: url(layout/buybtn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 20px;
	width: 120px;
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: nowrap;
}
#contentcolumn a:hover#buybtn, a:hover#buybtn {
	background-image: url(layout/buybtn-over.gif);
	color: #FFFFFF;
	background-color: transparent;
}
/*CSS Oval Buttons*/
a.ovalbutton, #contentcolumn a.ovalbutton{
	display: block;
	float: left; 
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(layout/button.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
* html a.ovalbutton, * html #contentcolumn a.ovalbutton {
	background-image: url(layout/button.gif);
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton, #contentcolumn a:link.ovalbutton, #contentcolumn a:visited.ovalbutton, #contentcolumn a:active.ovalbutton{
	color: #FFFFFF; /*button text color*/
	font-weight: bold;
	text-decoration: none;
}

a.ovalbutton span, #contentcolumn a.ovalbutton span{
	display: block;
	background-color: transparent;
	background-image: url(layout/button.png);
	background-repeat: no-repeat;
	background-position: right -75px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px; /*Set 11px below to match value of 'padding-left' value above*/
	white-space: nowrap;
}
* html a.ovalbutton span, * html #contentcolumn a.ovalbutton span{
	background-image: url(layout/button.gif);
}
a.ovalbutton:hover, #contentcolumn a.ovalbutton:hover{ /* Hover state CSS */
	background-position: left 0px;
}

a.ovalbutton:hover span, #contentcolumn a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: right -25px;
	color: black;
}

.buttonwrapper, #contentcolumn .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
}
