/* CSS Document */

/***************/
/*** GENERAL ***/
/***************/

*, html, body {
	padding: 0;
	margin: 0;

}

body {
	background: url(../images/top-background.jpg) no-repeat top right;
}
a {
	color: #0033cc;
}
a:hover {
	color: #c40000;
}
.main-container {
	width: 968px;
	margin: 0px auto 0 auto;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}
.desc {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.picdesc {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
/**************/
/*** HEADER ***/
/**************/

.top-slogan {
	width: 935px;
	text-align: right;
	padding: 0 33px 0 0;
	margin: 8px auto 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.header-bg {
	background: url(../images/header-bg-white.png) no-repeat top;
}

.header-bg2 {
	width: 968px;
	background: url(../images/header-bg2.png) no-repeat top;
	float: left;
	clear: both;
	display: block;
}

a.logo {
	width: 189px;
	height: 76px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	margin: 42px 0 0 37px;
	display: inline;
}

.auswidesupplier {
	float: right;
	margin: 19px 41px 0 0;
	display: inline;
}

/******************/
/*** NAVIGATION ***/
/******************/

.nav-bar {
	width: 672px;
	height: 43px;
	background: url(../images/navbar.jpg) no-repeat right;
	float: right;
	margin: 14px 34px 0 0;
	position: relative;
	display: inline;
}

a.nav-home {
	width: 70px;
	height: 31px;
	background: url(../images/nav-home.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 12px;
}

a.nav-home:hover {
	background: url(../images/nav-home-hover.jpg) no-repeat;
}

a.nav-banners {
	width: 82px;
	height: 31px;
	background: url(../images/nav-banners.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

a.nav-banners:hover {
	background: url(../images/nav-banners-hover.jpg) no-repeat;
}

a.nav-importantpics {
	width: 161px;
	height: 31px;
	background: url(../images/nav-importantpics.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

a.nav-importantpics:hover {
	background: url(../images/nav-importantpics-hover.jpg) no-repeat;
}

a.nav-locations {
	width: 93px;
	height: 31px;
	background: url(../images/nav-locations.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

a.nav-locations:hover {
	background: url(../images/nav-locations-hover.jpg) no-repeat;
}

a.nav-tipsinfo {
	width: 88px;
	height: 31px;
	background: url(../images/nav-tipsinfo.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

a.nav-tipsinfo:hover {
	background: url(../images/nav-tipsinfo-hover.jpg) no-repeat;
}

a.nav-contactus {
	width: 166px;
	height: 31px;
	background: url(../images/nav-contactus.jpg) no-repeat;
	float: left;
	margin: 12px 0 0 0;
}

a.nav-contactus:hover {
	background: url(../images/nav-contactus-hover.jpg) no-repeat;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/********************/
/*** CONTENT AREA ***/
/********************/

.content {
	width: 896px;
	margin: 20px auto 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}

.state-text {
	color: #0033ff;
	font-size: 13px;
}



h1 {
	font-size: 20px;
	color: #c40000;
	padding: 20px 0 20px 0;
}

.content-bg {
	width: 968px;
	background: url(../images/content-bg.png) repeat-y;
}

.suburb {
	background: url(../ticons/bannersigns-icon.gif) no-repeat left;
	margin-top: 20px;
	padding: 0 0 0 24px;
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}

.contact-btn {
	width: 280px;
	height: 55px;
	background: url(../images/contact-btn.jpg) no-repeat;
	float: left;
}

.cities {
	text-align: center;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4a3c3c;
}

.prev-next {
	margin: 20px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0033cc;
}

.prev-next a {
	color: #0033cc;
	font-weight: bold;
	text-decoration: underline;
}

.prev-next a:hover {
	text-decoration: none;
}

.thumbnails {
	margin: 0 auto 0 auto;
}

.thumbnails img {
	border: 3px #ffcc33 solid;
}

/**************/
/*** FOOTER ***/
/**************/

.footer {
	margin: 0 auto 0 auto;
}

.footer-bg {
	width: 968px;
	height: 81px;
	background: url(../images/footer-bg.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#table3 td {
	padding: 3px 0 3px 0;
}

.code {
	float: left;
}

.reset {
	float: left;
	margin: 6px 0 0 0;
}
