* {
margin: 0;
padding: 0;
outline: none;
}

body {
background: #303030 url('../images/bg_body.jpg') repeat;
font-size: 14px;
line-height: 24px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #fff;
text-align: left;
}

h1 {
font-weight: bold;
font-size: 28px;
line-height: 40px;
color: #fff;
margin: 0 0 10px 0;
}

h2 {
font-weight: bold;
font-size: 22px;
line-height: 35px;
color: #fff;
margin: 0 0 7px 0;
}

h3 {
font-weight: bold;
font-size: 18px;
line-height: 32px;
color: #fff;
margin: 0 0 7px 0;
}

h4 {
font-weight: bold;
font-size: 14px;
line-height: 22px;
color: #fff;
margin: 0 0 5px 0;
}

img {
border: 0;
}

table {
border-collapse: collapse;
}

p {
padding: 0 0 10px 0;
}

ul {
list-style: none;
padding: 0 0 10px 0;
}

ul li {
padding: 0 0 10px 25px;
background: url('../images/li_tag.png') 0 5px no-repeat;
}

ol li {
list-style-type: decimal;
padding: 0 0 10px 0;
margin: 0 0 0 10px;
}

.notes {
font-size: 10px;
font-style: italic;
}

.big {
font-size: 20px;
}

.clr {
clear: both;
}

.disable {
display: none;
}

a {
color: #d8388c;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #cccccc;
}

.inputbox {
background: url('../images/bg_input.png') repeat;
width: 330px;
height: 40px;
font-size: 14px;
font-family: Arial, sans-serif;
font-weight: normal;
color: #333333;
border: 0;
border-radius: 10px;
padding: 0 10px 0 60px;
}

textarea.inputbox {
height: 139px;
padding: 11px 10px 10px 60px;
}

label {
font-weight: normal;
font-size: 12px;
font-style: italic;
position: absolute;
top: 9px;
left: 10px;
}

.button {
background: #791f53;
color: #fff;
border: 0;
height: 40px;
font-family: Ubuntu, Arial, sans-serif;
cursor: pointer;
font-weight: normal;
font-size: 18px;
text-decoration: none;
text-transform: uppercase;
border-radius: 10px;
padding: 0 30px;
}

fieldset {
padding: 5px;
}

.message, .warning, .error, .notice {
display: block;
color: #245AA2;
background: #C0D2E8 url('../images/notice-info.png') 4px center no-repeat;
border: 3px ridge #ADBDD1;
margin: 0 0 10px 0;
padding: 8px 8px 8px 40px;
min-height: 15px;
max-width: 90%;
font-weight: bold;
}

.error, .warning {
color: #c00;
background: #E6C0C0 url('../images/notice-alert.png') 4px center no-repeat;
border: 3px ridge #DE7A7B;
}

hr {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: solid 1px #fff;
margin: 10px 0;
}

.bg_line {
width: 100%;
}

.win_line {
width: 100%;
max-width: 1044px;
margin: 0 auto;
}

.line {
padding: 0 10px;
}

.bg_top {
min-height: 180px;
}

.logo_top {
background: url('../images/logo_2mauto.png') no-repeat;
display: block;
float: left;
width: 300px;
height: 150px;
margin: 10px 0 0 0;
}

.moduletable.contact_top {
float: right;
padding: 70px 0 20px 0;
}

.bg_top_menu {
background: #040404 url('../images/bg_menu_top.png') repeat-x;
min-height: 52px;
position: relative;
top: 0;
left: 0;
padding: 0;
z-index: 3000;
}

.menu_top {
list-style: none;
padding: 0;
margin: 0;
}

.menu_top li {
background: none;
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.menu_top .item-101 a {
background: url('../images/menu_home.png') center no-repeat;
display: block;
width: 100px;
height: 52px;
padding: 0 50px 0 0;
text-indent: -9999px;
}

.menu_top li .separator {
display: block;
background-color: rgba(216,56,140,0.01);
height: 38px;
float: left;
font-weight: bold;
font-size: 16px;
text-decoration: none;
color: #cccccc;
cursor: pointer;
border-radius: 5px;
padding: 13px 30px 0 30px;
}

.bg_top_slider {
background: url('../images/bg_black.png') repeat;
margin: 30px 0 0 0;
}

.top_slider {
text-align: center;
height: 400px;
overflow: hidden;
}

.top_slider .slide {
height: 400px;
}

.bg_top_slider .line {
width: 960px;
padding: 0;
position: relative;
z-index: 500;
}

.bg_top_slider .bg_up_left, .bg_top_slider .bg_up_right {
background: url('../images/bg_up_left.png') no-repeat;
width: 150px;
height: 400px;
position: absolute;
top: 0;
left: 0;
z-index: 1500;
}

.bg_top_slider .bg_up_right {
background: url('../images/bg_up_right.png') no-repeat;
left: auto;
right: 0;
}

.bg_top_slider .line .text {
width: 600px;
text-align: right;
position: absolute;
bottom: 50px;
right: 120px;
z-index: 2000;
}

.bg_top_slider .line .text h1 {
font-size: 52px;
line-height: 58px;
color: #d8388c;
text-shadow: 3px 3px 2px #333333;
}

.moduletable.why {
text-align: center;
margin: 40px 0 0 0;
}

.moduletable.why .item {
display: inline-block;
vertical-align: top;
width: 250px;
margin: 0 40px 10px 40px;
}

.moduletable.why .item h3 {
display: inline-block;
text-align: center;
padding: 0 0 20px 0;
}

.moduletable.why .item .text {
text-align: left;
}

.moduletable.why .item img {
float: left;
padding: 0 10px 20px 0;
}

.bg_second {
height: 30px;
}

.bg_content {
background: url('../images/bg_black.png') repeat;
}

.bg_content .line {
padding: 30px 10px;
}

.bg_contact .line {
padding: 30px 10px;
}

.bg_footer {
background: url('../images/bg_black.png') repeat;
}

.bg_footer .line {
text-align: center;
color: #cccccc;
padding: 30px 10px;
}

.moduletable.contact {
float: left;
width: 300px;
}

#google_map {
background: #cccccc;
float: left;
width: 350px;
height: 260px;
margin: 0 20px 10px 0;
}

#google_streetview {
background: #cccccc;
float: left;
width: 350px;
height: 260px;
margin: 0 0 10px 0;
}

.moduletable.carousel h3 {
color: #d8388c;
text-align: left;
cursor: pointer;
}

.moduletable.carousel h3.active {
background-position: right -46px;
color: #fff;
}

.moduletable.carousel h3:hover {
background-position: right -103px;
color: #cccccc;
}

.moduletable.carousel h3.active:hover {
background-position: right -46px;
color: #fff;
}

.moduletable.carousel .text {
text-align: left;
padding: 0 10px;
display: none;
}
