/* @override http://localhost/Customers/_Hankos_Net_Parking/parking.css */

html, body {
 height: 100%;
background: #1d1d1d url(images/background.jpg) no-repeat;
}

html, body, td {
 font: normal 12px/180% Tahoma, Arial, Helvetica, sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

a {color: #dbab2a; text-decoration: none;}
a:hover {color: #44c; text-decoration: underline;}
a:link     { color: #dbab2a; text-decoration: none }
a:visited  { color: #e4d48a; text-decoration: none }
a:active   { color: #dbab2a; text-decoration: none }

a.image, a.image:hover  {border:0;}

h1 {font-size:24px;font-weight: normal; color: #FFBB00; letter-spacing: -2px; line-height: 24px;}
h2 {font-size:18px;font-weight: bold; color: #FFBB00; letter-spacing: -1px; line-height: 18px;}
h3 {font-size:14px;line-height: 20px; color: #FFBB00; font-weight: bold;}

#header {
	width: 100%;
	height: 160px;
}

#logoHolder {
	width: 260px;
	height: 103px;
	margin: 20px;
	float: right;
}

#logo {
	width: 260px;
	height: 103px;
	float: right;
	background: url(images/logo.png) no-repeat;
}

#url {
	width: 154px;
	height: 24px;
	background: url(images/url.png) no-repeat 0 top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 102px;
}

#url:hover {
	background: url(images/url.png) no-repeat 0 bottom;
}

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#googleAds {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	height: 790px;
}

#googleAds728x90 {
	width: 728px;
	height: 90px;
	float: left;
	margin-bottom: 20px;
}

#googleAds336x280 {
	width: 336px;
	height: 280px;
}

#googleAds336x280.left {
	float: left;
}

#googleAds336x280.right {
	float: right;
}

#footer {
	position: absolute;
	background-color: #000000;
	border-top: 1px solid #444444;
	bottom: 0;
	width: 100%;
	padding: 0 0 10px;
}

#addThis {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

#googleSearch {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
}


