@charset "utf-8";
/* CSS Document */

body {
	background-color: #403027;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #403027;
}

a {
	color: #5A4B44;
}

a:hover {
	color: #264460;
}

.pic_home img{
	border: medium solid #666;
}
.pic_home:hover{
	transform:rotate(-10deg), scale(1.3);
}

.pic_box {
	margin: 5px;
	border: 1px solid #264460;
}

.pic {
	margin: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.pic_2 {
	border: 1px solid #403027;
}

.white_11 {
	font-size: 11px;
	color: #F9F8F4;
}

.white_11 a {
	color: #C1BCB8;
}

.white_11 a:hover {
	color: #9FC1E7;
}

.lt_blue_10 {
	color: #A0C1EC;
	font-size: 10px;
}

.lt_blue_10 a {
	color: #B5C4D7;
}

.lt_blue_10 a:hover {
	color: #F9F8F4;
}

.brwn_15 {
	font-size: 15px;
	color: #403027;
}

.red_17 {
	font-size: 17px;
	color: #8A2101;
}

.red_15 {
	font-size: 15px;
	color: #8A2101;
}

.red_13 {
	font-size: 13px;
	color: #8A2101;
}

.red_11 {
	font-size: 11px;
	color: #8A2101;
}


.red_9 {
	font-size: 9px;
	color: #8A2101;
}

.red_9 a {
	color: #8A2101;
}

.red_9 a:hover {
	color: #264460;
}

.drk_blue_13 {
	font-size: 13px;
	color: #264460;
}

.drk_blue_13 a {
	color: #264460;
}

.drk_blue_13 a:hover {
	color: #8A2101;
}

.drk_blue_11 {
	font-size: 11px;
	color: #264460;
}

.epd_box {
	border: 1px dotted #AAA19C;
	font-size: 12px;
	padding: 2px;
}

.drk_blue_15 {
	font-size: 15px;
	color: #264460;
}

.brown_9 {
	font-size: 9px;
	color: #403027;
}

.brown_9 a {
	color: #403027;
}

.brown_9 a:hover {
	color: #8A2101;
}

.brown_11 {
	font-size: 11px;
	color: #403027;
}

.brown_10 {
	font-size: 10px;
	color: #403027;
}

.hr {
	color: #403027;
}

#homepagebullsale {
	width: 288px;
	float: right;
	text-align:center;
}

.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #333;
	color: #fff;		
	border: #000 solid 2px;
	float: left;
	width: 200px;
	padding: 5px;
	font-weight: normal;
	font-size: 12pt;
}

.button a{
	color: #fff;
	text-decoration: none;
}

.button a:hover{
	text-decoration: underline;
}

.button:hover{
	border: #999 solid 2px;
	transform: scale(1.005);
}

#header {
	background-image: url(../images/2014/header_03.jpg);
	background-repeat: no-repeat;
	width: 826px;
	display: block;
	float: left;
	height: 277px;
}
#header ul {
	width: 205px;
	display: block;
	margin-left: 544px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 15px;
}


#header ul li a{
	background-image: url(../images/2014/navdivide.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
	display: block;
	padding-bottom: 8px;
	padding-left: 28px;
}

#header li:last-child a {
	background:none;
}

#header ul li a:hover{
	color: #A0C1EC;
}
