

/*--------------- Global Reset Start ------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, del, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table,*/ caption/* tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: none;
	outline: 0;
}

strong {
	font-weight: bold;
}

/*body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*------------------------- Global Start -----------------------------*/


body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dddedf;
	margin: 20px 0 0 0 ;
}

dl, dt, dd, .ulreset, .ulreset li { margin: 0px; padding: 0px; list-style: none; float: left; }

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }

h1 {
	font-size: 28px;
	color: #4980e6;	
}

h2 {
	font-size: 18px;
	color: #50be66;
}

h3 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

:focus { outline: none; }

/*p { margin-top: 10px; line-height: 18px; }*/

a { text-decoration: none; }

a:hover { }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #5f5f5f; }

.inputreset { }

ins, del {
	text-decoration: none;
}


/*------------------------- Common Start -----------------------------*/

#centralizer {
	width: 950px;
	margin: 0 auto;
}

#wrapper {
	background: #fff url(../images/bodycurvelt.gif) 0 0 no-repeat;
	width: 950px;
	float: left;
}

#container {
	width: 890px;
	float: right;
}

/*------------------------- Header Start -----------------------------*/

#header {
	width: 890px;
	background: url(../images/bodycurvert.gif) right top no-repeat;
	margin-bottom: 20px;
}

#header dt {
	/*background: url(../images/logo-nemlink.gif) 0 0 no-repeat;*/
	width: 144px;
	height: 21px;
	margin-top: 20px;
}

#header dd {
	margin-top: 25px;
	padding-right: 15px;
	float: right;
	background: url(../images/slogan.jpg) 0 0 no-repeat;
	height: 40px;
	width: 180px;
}

/*------------------------- Banner Start -----------------------------*/

#banner {
	width: 890px;
	float: right;
	border-bottom: 1px solid #94a1aa;
	height: 350px;
}

.imgcont {
	position: relative;
	left: 0;
	top: 0;
	width: 890px;
	z-index: 1;
}

/*------------------------- Menubar Start -----------------------------*/

#menubar {
	float: right;
	text-align: right;
	font-size: 10px;
	padding: 10px 15px 10px 0;
}

#menubar a {
	color: #3f3f3f;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 25px;
}

#menubar a:hover {
	color: #cb0013;
}

/*------------------------- Mainbody Start -----------------------------*/

#mainbody {
	width: 890px;
	float: right;
	background: url(../images/bodyshadowl.gif) 0 0 repeat-y;
	border-top: 6px solid #a6b3bc;
}

#index-4col {
	width: 860px;
	padding: 30px 0 30px 30px;
}

#index-4col li {
	width: 185px;
	margin-right: 30px;
	display: inline;
}

#index-4col li a img {
	width: 183px;
	border: 1px solid #b9b9b9;
}

#index-4col li a:hover img {
	border: 1px solid #cb0013;
}

#index-4col li p {
	margin-top: 7px;
}

#index-4col li p a {
	border-bottom: 1px solid #ff0000;
	color: #333333;
	padding-bottom: 1px;
}

#index-4col li p a:hover {
	color: #ff0000;
}

/*------------------------- Footer Start -----------------------------*/

#footer {
	background: url(../images/bg-footer.gif);
	height: 26px;
	width: 950px;
	color: #fff;
}

#footer dt {
	background: url(../images/footercurvel.gif) 0 0 no-repeat;
	height: 21px;
	padding: 5px 0 0 60px;
}

#footer dt a {
	color: #fff;
	padding: 0 9px 0px 6px;
}

#footer dt a:hover {
	color: #ffa41c;
	text-decoration: underline;
}

#footer dd {
	background: url(../images/footercurver.gif) 0 0 no-repeat;
	height: 26px;
	width: 7px;
	float: right;
}

#footerbottom {
	width: 950px;
	float: right;
	padding: 15px 0 20px 0;
	background-color: #dddedf;
}

/*------------------------- Car Menu Start -----------------------------*/

.seperator-carmenu {
	background: url(../images/seperator-carmenu.gif) 200px 0px repeat-y;
	width: 890px;
	float: right;
}

.carmenu-left {
	float: left;
	width: 200px;
}

.padding20px {
	padding: 20px 0 20px 20px;
}

.carmenu-left a {
	display: block;
	padding: 6px 12px;
	color: #858585;
	border-bottom: 1px solid #cccccc;
}

.carmenu-left a:hover {
	color: #333333;
}

.active {
	background-color: #94a1a9;
	color: #ffffff !important;
}

.carmenu-left strong {
	display: block;
	padding: 25px 12px 6px 12px;
	border-bottom: 1px solid #cccccc;
}

#menubar-car {
	background: url(../images/bg-menubar-car.gif);
	height: 33px;
	float: left;
	width: 875px;
	padding-left: 15px;
}

#menubar-car a {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 15px 0 15px;
	display: block;
	float: left;
	height: 20px;
	margin-top: 4px;
}

#menubar-car a:hover {
	background: url(../images/bg-menu-car.gif);
	color: #666666;
}

/*------------------------- Rightcol Start -----------------------------*/

.rightcol {
	width: 690px;
	float: right;
}

.rightcol table {
	width: 660px;
	margin: 15px;
}

.rightcol table td, .rightcol table th {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	border-right: 1px solid #ffffff;
}

.rightcol table th {
	color: #ffffff;
	font-weight: normal;
	background: #e21818 url(../images/bg-th.gif) left bottom repeat-x;
}

.borderlr {
	border-right: 1px solid #cccccc;
}

.borderlr td {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.borderlr th {
	border-right: 1px solid #fffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 12px 5px !important;
}

.row {
	background-color: #f3f3f3;
}

/*------------------------- Viva Start -----------------------------*/

.viva {
	height: 367px !important;
	border:none !important;
	position: relative;
}

.viva-banner-small {
	height: 162px !important;
}

.viva-overview {
	position: absolute;
	left: 30px;
	top: 110px;	
	z-index: 10;
	width: 240px;
	overflow: auto;
}

.viva-overview p {
	margin-top: 10px;
}

.viva-colors, .viva-colors1, .viva-colors2, .viva-colors3, .viva-colors4, .viva-colors5, .viva-colors6, .viva-colors7  {
	width: 890px;
	height: 367px;
	background: url(../images/viva/colors.jpg);
}

.viva-colors { 	background-position: left bottom ; }
.viva-colors1 { background-position: 0px 734px ; }
.viva-colors2 { background-position: 0px 1101px ; }
.viva-colors3 { background-position: 0px 1468px ; }
.viva-colors4 { background-position: 0px 1835px ; }
.viva-colors5 { background-position: 0px 2202px ; }
.viva-colors6 { background-position: 0px 2569px ; }
.viva-colors7 { background-position: 0 0 ; }

.viva-colorbar { position: absolute; left: 220px; bottom: 8px; }

.viva-colorbar a { display: block; margin-right: 40px; width: 30px; height: 30px; float: left; cursor: pointer }


/*------------------------- Kenari Start -----------------------------*/


.kenari-colors, .kenari-colors1, .kenari-colors2, .kenari-colors3  {
	width: 890px;
	height: 367px;
	background: url(../images/kenari/colors.jpg);
}

.kenari-colors { background-position: 0 0; }
.kenari-colors1 { background-position: 0px 1101px; }
.kenari-colors2 { background-position: 0px 734px; }
.kenari-colors3 { background-position: 0px 367px; }

.kenari-colorbar { position: absolute; left: 660px; bottom: 38px; }

.kenari-colorbar a { display: block; margin-right: 40px; width: 30px; height: 30px; float: left; cursor: pointer; }


/*------------------------- Kancil Start -----------------------------*/


.kancil-colors, .kancil-colors1, .kancil-colors2, .kancil-colors3, .kancil-colors4, .kancil-colors5, .kancil-colors6, .kancil-colors7  {
	width: 890px;
	height: 367px;
	background: url(../images/kancil/colors.jpg);
}

.kancil-colors { background-position: 0 0 ; }
.kancil-colors1 { background-position: 0px 1835px ; }
.kancil-colors2 { background-position: 0px 1468px ; }
.kancil-colors3 { background-position: 0px 1101px ; }
.kancil-colors4 { background-position: 0px 734px ; }
.kancil-colors5 { background-position: 0px 367px ; }

.kancil-colorbar { position: absolute; left: 70px; bottom: 38px; }

.kancil-colorbar a { display: block; margin-right: 40px; width: 30px; height: 30px; float: left; cursor: pointer }


/*------------------------- myvi Start -----------------------------*/


.myvi-colors, .myvi-colors1, .myvi-colors2, .myvi-colors3, .myvi-colors4, .myvi-colors5, .myvi-colors6, .myvi-colors7  {
	width: 890px;
	height: 367px;
	background: url(../images/myvi/colors.jpg);
	font-family: 
}

.myvi-colors { background-position: left bottom ; }
.myvi-colors8 { background-position: 0 0; }
.myvi-colors7 { background-position: 0px 2936px ; }
.myvi-colors6 { background-position: 0px 2569px ; }
.myvi-colors5 { background-position: 0px 2202px ; }
.myvi-colors4 { background-position: 0px 1835px ; }
.myvi-colors3 { background-position: 0px 1468px ; }
.myvi-colors2 { background-position: 0px 1101px ; }
.myvi-colors1 { background-position: 0px 734px ; }

.myvi-colorbar { position: absolute; left: 165px; bottom: 38px; }

.myvi-colorbar a { display: block; margin-right: 50px; width: 30px; height: 30px; float: left; cursor: pointer; }


/*------------------------- Service Center Logo Start -----------------------------*/


.sslogo {
	border: none !important;
	display: block;
	background: url(../images/service-center-logo.gif) no-repeat;
	width: 185px;
	height: 135px;
	text-indent: -9999px;
}

.sslogo:hover {
	border: none;
}
