/* Refit Interiors Pty Ltd */
/* Site designed by http://oz-expression.nu */


/* =BODY */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 10px 0;
}


/* =LAYOUT */

#container {
	background: #fff;
	margin: 20px auto;
	padding: 0px;
	width: 750px;
	border: 0px;
	text-align: center;
}

#navigation {
	width: 100%;
	background-color: #E6E9F3;
	border-style: solid;
	border-width: 2px 0px 1px 0px;
	border-color: #002080;
}

.copyright {
	font-size: 0.8em;
	position: relative;
	top: 35px;
	color: #002080;
}

.mainlink {
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =DECORATION */

img {
	border: 0px;
}

hr {
	width: 100%;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #002080;
}

table {
	border: 0px;
	text-align: center;
	width: 100%;
	padding: 25px 0px;
}

h1 {
	font-size: 1.8em;
	text-transform: uppercase;
}

/* =LINKS */

a, a:visited {
	font-weight: bold;
	color: #002080;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #F00000;
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #F00000;
}

#navigation a, #navigation a:visited {
	font-weight: bold;
	color: #002080;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: transparent;
	text-transform: uppercase;
}

#navigation  a:hover {
	font-weight: bold;
	color: #002080;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F00000;
	text-transform: uppercase;
}

.copyright a, .copyright a:visited {
	font-weight: normal;
	color: #F00000;
	text-decoration: none;
	border-width: 0px;
}

.copyright a:hover {
	font-weight: normal;
	color: #F00000;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #002080;
}
