body {
	background: #fafafa url(../img/bg2.gif) repeat-x top;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 60px 0 0 0;
}
a { color: #3a75b0; }
a:hover { color: #272727; text-decoration: none; }
p {
	padding: 10px 0;
}

#nav {
	margin-top: 10px;
}
#nav ul {
	float: right;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../img/bg-nav-off.png) no-repeat;
	margin-left: 5px;
}
#nav ul li a.menu2 {
	background: transparent url(../img/bg-nav-off-2.png) no-repeat;
}
#nav ul li a:hover,
#nav ul li a.active {
	color: #fff;
	background: transparent url(../img/bg-nav-on.png) no-repeat;
}
#nav ul li a.menu2:hover,
#nav ul li a.active2 {
	color: #fff;
	background: transparent url(../img/bg-nav-on-2.png) no-repeat;
}

#splash {
	height: 350x;
	margin: 30px 10px 0 10px;
	background: #4882bb url(../img/bg-splash.png) repeat-x bottom;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#splash .grid_4 {
	width: 320px;
}
#splash .grid_8 {
	width: 580px;
}
#splash .grid_4>div,
#splash .grid_8>div {
	margin: 20px 10px;
}
#splash p {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e4edf6;
	margin-top: 20px;
	line-height: 24px;
	padding: 0;
}
#splash-shadow {
	height: 14px;
	background: transparent url(../img/shadow-splash.png) no-repeat center;
}
a.splash-button {
	float: left;
	display: block;
	text-align: center;
	width: 95px;
	height: 27px;
	margin-right: 20px;
	line-height: 27px;
	background: transparent url(../img/splash-button.png) no-repeat right top;
	color: #e4edf6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.splash-button span {
	display: block;
	width: 90px;
	height: 27px;
	line-height: 27px;
	margin-left: -5px;
	padding-left: 5px;
	background: transparent url(../img/splash-button.png) no-repeat left top;
}
a.splash-button:hover {
	background-position: right bottom;
}
a.splash-button:hover span {
	background-position: left bottom;
}
#slideshow-container {
	position: relative;
}
#slideshow-nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#slideshow-nav a {
	width: 20px;
	height: 40px;
	text-decoration: none;
	display: block;
	float: right;
	margin-left: 10px;
}
#slideshow-nav a#prev {
	background: transparent url(../img/prev-off.png) no-repeat;
}
#slideshow-nav a#prev:hover {
	background: transparent url(../img/prev-on.png) no-repeat;
}
#slideshow-nav a#next {
	background: transparent url(../img/next-off.png) no-repeat;
}
#slideshow-nav a#next:hover {
	background: transparent url(../img/next-on.png) no-repeat;
}
#slideshow-title {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fff;
	z-index: 999;
	text-shadow: 2px 2px 3px #000;
}
#slideshow {
	width: 555px;
	height: 310px;
	background: #3d7bb7 url(../img/bgf-slideshow.png) no-repeat;
	border: solid 1px #2e6192;
	overflow: hidden;
}
#slideshow img {
	width: 545px;
	height: 300px;
	padding: 5px;
}

#sub-splash {
	background: #f0f0f0 url(../img/ico-news-ticker.png) no-repeat 20px;
	border: solid 1px #ddd;
	margin: 0 10px;
	padding: 15px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sub-splash .grid_4 {
	width: 279px;
	color: #272727;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#sub-splash .grid_4 div {
	padding-left: 32px;
}
#sub-splash .grid_8 {
	width: 578px;
}
#sub-splash .grid_8 ul {
	height: 20px;
	overflow: hidden;
}

#main {
	margin-top: 20px;
}
#main .grid_8 {
	width: 610px;
	margin-left: 20px;
}
#main .grid_8 .grid_4 {
	width: 295px;
}
#main h3 {
	padding-left: 12px;
	padding-bottom: 5px;
	background: transparent url(../img/arrow.png) no-repeat left;
	border-bottom: solid 1px #ddd;
	color: #3a75b0;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}
#main h4 {
	color: #c82929;
	margin-top: 20px;
}
#main h3.first,
#main h4.first {
	margin-top: 0;
}

#main #logo-kecil {
	float: left;
	width: 90px;
	margin-top: 10px;
}
#main #logo-kecil img {
	padding: 5px;
	border: solid 1px #ddd;
}
#main #autotara-text {
	float: left;
	width: 510px;
	margin-left: 10px;
}
#main #address {
	margin-top: 40px;
}
#main #head,
#main #branch {
	margin-top: 10px;
}
#main strong { color: #3a75b0 }

ul.bulleted {
	margin-left: 10px;
}
ul.bulleted li {
	margin-left: 10px;
	list-style-image: url(../img/bullet-red.png);
}

#footer {
	background: transparent url(../img/bg-footer.gif) repeat-x top;
	color: #999;
	font-size: 11px;
	height: 86px;
	line-height: 86px;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	display: inline;
}
#footer ul li a {
	display: block;
	margin: 0 0 0 10px;
}

a.white-button {
	float: left;
	display: block;
	text-align: center;
	width: 105px;
	height: 27px;
	margin-right: 20px;
	line-height: 27px;
	background: transparent url(../img/white-button.png) no-repeat right top;
	color: #3a75b0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.white-button span {
	display: block;
	width: 100px;
	height: 27px;
	overflow: visible;
	white-space: nowrap;
	line-height: 27px;
	margin-left: -5px;
	padding-left: 5px;
	background: transparent url(../img/white-button.png) no-repeat left top;
}
a.white-button:hover {
	background-position: right bottom;
}
a.white-button:hover span {
	background-position: left bottom;
}

#banner {
	overflow: hidden;
}
#banner img {
	width: 300px;
	height: 250px;
	padding: 5px;
	border: solid 1px #ddd;
}

.series {
	margin: 10px 0;
}
.series-img {
	width: 100px;
	height: 70px;
	float: left;
	margin-right: 5px;
	padding: 3px;
	border: solid 1px #ddd;
}
.series-text {
	float: left;
	width: 180px;
}
.series a {
	font-size: 11px;
	line-height: normal;
}
.series-more {
	margin-top: 10px;
	text-align: right;
}
#main .series strong {
	font-size: 11px;
	color: #c82929;
}
#main .offices .series strong {
	color: #666;
}
#main .offices .series p {
	padding: 0 0 5px 0;
}

.ct-phone {
	padding-left: 20px;
	background: transparent url(../img/phone.png) no-repeat left;
}
.ct-fax {
	padding-left: 20px;
	background: transparent url(../img/printer_empty.png) no-repeat left;
}
.ct-email {
	padding-left: 20px;
	background: transparent url(../img/email.png) no-repeat left;
}
.ct-website {
	padding-left: 20px;
	background: transparent url(../img/world.png) no-repeat left;
}

#tabs {
	margin-top: 20px;
	border: none;
}
#tabs ul.tab li {
	float: left;
	display: inline;
	border-bottom: solid 1px #ddd;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-left-top: 4px;
	-webkit-border-radius-right-top: 4px;
}
#tabs ul.tab li.active {
	border-bottom: none;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
#tabs ul.tab li a {
	display: block;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
	background-color: #f0f0f0;
}
#tabs ul.tab li.active a {
	background-color: transparent;
	font-weight: bold;
	color: #272727;
}
#tabs .sub-fragment {
	margin-top: 20px;
}
#tabs ul.bulleted {
	margin-bottom: 20px;
}
#tabs .fragment strong.title {
	color: #c82929;
}
#tabs .sub-fragment {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ddd;
	position: relative;
}
#tabs .sub-fragment .back-top {
	position: absolute;
	top: 0;
	right: 0;
}	
#tabs .sub-fragment .back-top a {
	background: transparent url(../img/bullet_arrow_up.png) no-repeat right;
	padding-right: 20px;
}
.fragment-img {
	float: right;
	margin-top: 10px;
}
.fragment-img img {
	border: solid 1px #ddd;
}
.fragment,
.gallery {
	display: none;
}

table.spec {
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #fafafa;
	font-size: 10px;
	padding: 2px;
	border: solid 1px #ddd;
	margin-top: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
table.spec tr th {
	background-color: #c82929;
	color: #fff;
	text-transform: uppercase;
	padding: 1px;
}
table.spec tr.sub-title td {
	background-color: #ddd;
	color: #272727;
	font-weight: bold;
}
table.spec tr td,
table.spec tr.sub-title td.normal {
	background-color: #f0f0f0;
	padding: 1px;
	color: #666;
	font-weight: normal;
}
table.spec tr td.separator {
	width: 1px;
	background-color: #ddd;
}
.note {
	font-size: 10px;
	font-style: italic;
	color: #c82929;
}

.half-left {
	float: left;
	width: 50%;
	text-align: center;
	margin: 5px 0;
}
.gallery img {
	padding: 2px;
	background-color: #f0f0f0;
	border: solid 1px #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input, select, textarea {
	border: solid 1px #ccc;
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.button {
	color: #E4EDF6;
	background-color: #2d69ab;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 10px;
	cursor: pointer;
	border: solid 1px #21507f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	color: #E4EDF6;
	background-color: #245a95;
}
.text-error {
	font-size: 0.9em;
	font-style: italic;
	color: #c00;
}

table.contact td {
	padding-top: 10px;
}
