@charset "utf-8";
/* RMS COMMON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html { 
	overflow-y: scroll;
	min-height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: center;
}

/* COMMON */
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}

.clear, #clear {
	clear: both;
}

a.button, input.button {
	width: auto;
	background: #a8922c url(../media/images/btn_yellow.jpg) top left repeat-x;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #465046;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	outline: none;
}

a.button:hover, input.button:hover {
	background: #6e7f6e;
}
/* END OF COMMON */

#container {
	width: 949px;
	margin: 20px auto 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	width: 100%;
	height: 65px;
	position: relative;
	z-index: 9000;
}

#header #logo {
	width: 179px;
	height: 64px;
	background: transparent url(../media/images/logo.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

#header #logo h1 span {
	margin: 0 0 0 -99999px;
}

#header #top-nav {
	position: absolute;
	top: 15px;
	right: 30px;
}

#header #top-nav a {
	font-size: 11px;
	color: #a69c50;
	text-decoration: none;
	display: inline-block;
}

#header #top-nav a.last {
	font-size: 11px;
	color: #a69c50;
	background: transparent url(../media/images/icon_map-sm.png) top right no-repeat;
	text-decoration: none;
	padding: 0 45px 0 0;
}

#header #top-nav span {
	margin: 0 6px 0 6px;
	font-size: 11px;
	color: #a69c50;
	cursor: default;
	display: inline-block;
}

#header #top-nav a:hover {
	color: #6e7f6e;
}

#header #top-nav a.last:hover {
	background: transparent url(../media/images/icon_map-sm_hover.png) top right no-repeat;
	color: #6e7f6e;
}
/* END OF HEADER */

/* NAVIGATION */
#navigation {
	width: 100%;
	height: 57px;
	background: transparent url(../media/images/bg_nav.png) top right no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation #nav {
	width: 100%;
	height: 57px;
	position: relative;
	z-index: 8;
}

#navigation #sales-buttons {
	width: 35%;
	margin: 11px 0 0 0;
	float: right;
}

#navigation #sales-buttons a {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 146px;
	height: 27px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #465046;
	background-color: #ffffff;
	font-size: 11px;
	color: #465046;
	text-align: center;
	line-height: 27px;
	margin: 0 8px 0 0;
}

#navigation #sales-buttons a:hover {
	color: #ffffff;
	background-color: #465046;
	border: 1px solid #ffffff;
}
/* END OF NAVIGATION */

/* FOOTER */
#footer {
	border-top: 3px solid #ffffff;
	width: 949px;
	height: 37px;
	margin: 0 auto 80px auto;
	background-color: #6e7f6e;
	clear: both;
}

#footer p.copyright {
	font-size: 11px;
	color: #ffffff;
	float: left;
	line-height: 37px;
	width: 400px;
	text-align: left;
	cursor: default;
	margin: 0 0 0 28px;
}

#footer p.bottom-nav {
	float: right;
	width: 400px;
	line-height: 37px;
	text-align: right;
	margin: 0 28px 0 0;
}

#footer p.bottom-nav a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#footer p.bottom-nav span {
	font-size: 11px;
	color: #ffffff;
	margin: 0 6px 0 6px;
	display: inline-block;
	cursor: default;
}

#footer p.bottom-nav a:hover {
	text-decoration: underline;
}

#footer p.bottom-nav a.last {
	font-size: 11px;
	color: #ffffff;
	background: transparent url(../media/images/icon_map-sm.png) top right no-repeat;
	text-decoration: none;
	padding: 0 45px 0 0;
	line-height: 37px;
}

#footer p.bottom-nav a.last:hover {
	text-decoration: underline;
}
/* END OF FOOTER */

