/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #aba196;
}
.slider {
width: 1000px;
height: 360px;

}
div {
display: block;
}
.main {
font-size: 0.875em;
line-height: 1.4285em;
}
.items {
display: none;
}
ul{
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul{
list-style-type: disc;
}
.banner {
width: 320px;
height: 402px;
position: absolute;
left: 125px;
top: 0px;
z-index: 99;
background: url(../images/banner-tail.png) 0 0 repeat;
overflow: hidden;
}
.banner .padding {
padding: 75px 0px 0 0px;
}
.text-1 {
display: inline-block;
font-size: 17px;
line-height: 1.25em;
color: #ed6c12;
text-transform: uppercase;
padding-left: 39px;
}
.text-2 {
display: block;
font-size: 24px;
line-height: 1.25em;
color: #958a7e;
text-transform: uppercase;
margin: -3px 0 19px 0;
padding-left: 37px;
}
.text-3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #aba196;
display: block;
background: #fff;
font-weight: normal;
padding: 17px 30px 20px 39px;
}
strong, b {
font-weight: bold;
}
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}
.buttom-padding {
padding: 22px 0 0 40px;
}
.button {
	font-size:14px;
	display:inline-block; 
	padding:0 13px 0 15px;
	color:#fff; 
	background:#ed6c12;
	line-height:2em;
	text-transform:uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button:hover {background:#958a7e;}
a {color:#ffffff; outline:none; text-decoration:none;}
a:hover {text-decoration:none;}
a:-webkit-any-link {
cursor: auto;
}