/*	Project Name:	TK-Auto AS
	.........................................................	*/

*
{
	margin: 0;
	padding: 0;
}
body
{
	background: url(../images/bg.jpg) repeat-x;
	background-color: #b2b0b0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*	Layout Control
		.........................................................	*/

#wrapper, #header
{
	margin: 0 auto;
	overflow: hidden;
	width: 768px;
}

#header
{
	background: url(../images/banner.jpg) no-repeat;
	height: 304px;
}

#one-col
{
	background: url(../images/one-col-bg.png) repeat-y;
	margin: 0 auto;
	width: 768px;
}
#one-col h1
{
	padding: 0 0 10px 25px;
}
#two-col
{
	margin: 0 auto;
	overflow: hidden;
	width: 768px;
}
#two-col #left-col h1
{
	padding: 20px 0 10px 20px;
}
#two-col h1
{
	padding: 10px 0 10px 10px;
}

#index-of-content
{
	background: url(../images/one-col-line.png) no-repeat top;
	padding: 20px 25px 0 25px;
	width: 718px;
}
#index-of-content address
{
	padding-top: 20px;
}

#left-col
{
	background: url(../images/two-col-bg.png) repeat-y;
	float: left;
	width: 533px;
}

#first-col
{
	background: url(../images/two-col-line.png) no-repeat;
	margin-left: 20px;
	padding-top: 20px;
	width: 495px;
}

#right-col
{
	background: url(../images/right-bg.png) no-repeat;
	float: right;
	min-height: 400px;
	height: 500px;
	width: 235px;
}
#right-col img
{
	margin-left: 10px;
}

.bottom-bg
{
	background: url(../images/bottom-bg.png) no-repeat;
	height: 120px;
}
.top-bg
{
	background: url(../images/top-bg.png) no-repeat;
	height: 21px;
}
.two-col-bottom-bg
{
	background: url(../images/two-col-bottom-bg.png) no-repeat bottom;
	float: left;
	height: 120px;
	width: 533px;
}

/*	Typography Control
		.........................................................	*/
body
{
	color: #666;
}
em, address
{
	display: block;
	font-style: normal;
}

a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}

h1
{
	color: #000;
	font-size: 14px;
}

p
{
	padding-top: 10px;
	text-align: justify;
}

.more
{
	margin-right: 15px;
	text-align: right;
}

/*	Logo Control
		.........................................................	*/

#header h1.logo
{
	float: left;
	height: 63px;
	margin: 18px 0 10px 0;
	width: 236px;
}
#header h1.logo a
{
	display: block;
	height: 63px;
	text-decoration: none;
	width: 236px;
}
#header h1.logo a span
{
	visibility: hidden;
}

/*	Panel Control
		.........................................................	*/

ul#nav
{
	background: url(../images/nav-bg.png) no-repeat;
	clear: both;
	font-size: 14px;
	height: 210px;
	list-style: none;
	padding-top: 10px;
	position: relative;
	left: 10px;
	width: 211px;
}
ul#nav li
{
	background: url(../images/nav.png) no-repeat;
	background-position: 0 0;
	height: 28px;
	width: 211px;
}
ul#nav li a
{
	color: #fff;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0px 0 0 25px;
	text-decoration: none;
	width: 186px;
}
ul#nav li a:hover
{
	background: url(../images/nav.png) no-repeat;
	background-position: 0 -28px;
	height: 28px;
	line-height: 28px;
	width: 186px;
}
ul#nav .active
{
	background: url(../images/nav.png) no-repeat;
	background-position: 0 -28px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0px 0 0 25px;
	width: 186px;
}
.bottom
{
	background: url(../images/bottom.png) no-repeat;
	background-position: 0 0;
	height: 35px !important;
	width: 186px;
}
a.bottom:hover
{
	background: url(../images/bottom.png) no-repeat !important;
	background-position: 0 -35px !important;
	height: 35px !important;
	width: 186px !important;
}
.current
{
	background: url(../images/bottom.png) no-repeat;
	background-position: 0 -35px;
	color: #fff;
	height: 35px !important;
	padding: 6px 0 0 25px;
	width: 186px;
}
a.current:hover
{
	background: url(../images/bottom.png) no-repeat !important;
	background-position: 0 -35px !important;
	color: #fff !important;
	height: 35px !important;
	padding: 0px 0 0 25px !important;
	width: 186px !important;
	
}
/*	Footer Control
		.........................................................	*/

#footer
{
	color: #000;
	margin-top: -10px;
	padding-left: 25px;
	width: 743px;
}
#footer span
{
	float: right;
	margin-right: 25px; /margin-top:-10px;}
#footer-two-col
{
	background: url(../images/two-col-bottom-bg.png) no-repeat top;
	color: #000;
	float: left;
	height: 120px;
	margin-bottom: 25px;
	position: relative;
	width: 533px;
}
#footer-two-col p
{
	padding-left: 15px;
	position: absolute;
	top: 110px;
}
#footer-two-col span
{
	margin-left: 130px; /margin-top:-10px;}


.power-by
{
	display: none;
}

