@charset "UTF-8";
/* RailWatch CSS Document */

/* Kill Defaults */

html, body, p, ul, dl, li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}

ul	{
	list-style: none;
}

img	{
	border: 0;
}

/* LAYOUT ======================================================================================= */

body	{
	background: url(images/background-solid-gray.png);
}

#wrapper	{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#shadow	{
	position: absolute;
	width: 660px;
	background: url(images/page_shadow.png) repeat-y;
	left: 0px;
	top: 90px;
	visibility: visible;
}

#page,
.page_main {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

#page_bottom, .page_bottom	{
	width: 660px;
	height: 30px;
	background: url(images/page_bottom.png) no-repeat;
}

#sidebar	{
	position: absolute;
	left: 675px;
	top: 90px;
	width: 18em;
	padding-top: 55px;
}

/* NAVIGATION =================================================================================== */

ul#navi	{
	width: 770px;
	height: 40px;
	margin-left: 6px;
	position: relative;
}

ul#navi li a {
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#navi li#welcome_link a {
	left: 0;
	width:155px;
	background-image: url(images/navigation-railwatch.png);
	background-repeat: no-repeat;
}

ul#navi li#news_link a {
	left: 155px;
	width:93px;
	background-image: url(images/navigation-news.png);
	background-repeat: no-repeat;
}

ul#navi li#services_link a {
	left: 247px;
	width:129px;
	background-image: url(images/navigation-services.png);
	background-repeat: no-repeat;
}

ul#navi li#support_link a {
	left: 376px;
	width:121px;
	background-image: url(images/navigation-support.png);
	background-repeat: no-repeat;
}

ul#navi li#about_link a {
	left: 495px;
	width:100px;
	background-image: url(images/navigation-about.png);
	background-repeat: no-repeat;
}

ul#navi li#client-login_link a {
	left: 595px;
	width:177px;
	background-image: url(images/navigation-client-login.png);
	background-repeat: no-repeat;
}

ul#navi li a:hover {
	background-position: 0 -50px;
}

ul#navi li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
}

/* BODY CONTENT =================================================================================== */

body.things #page_header {
	position: relative;
	height: 223px;
	background: url(images/header-main.png) no-repeat;
}

body.things #page_header_news {
	position: relative;
	height: 223px;
	background: url(images/header-news.png) no-repeat;
}

body.things #page_header_about {
	position: relative;
	height: 223px;
	background: url(images/header-about.png) no-repeat;
}

body.things #page_header_services {
	position: relative;
	height: 223px;
	background: url(images/header-services.png) no-repeat;
}

body.things #page_header_support {
	position: relative;
	height: 223px;
	background: url(images/header-support.png) no-repeat;
}

body.things #page_header_clientlogin {
	position: relative;
	height: 50px;
	background: url(images/header-clientlogin.png) no-repeat;
}

body.things #page {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

body.things div.topic {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 640px;
	background: url(images/page_shadow.png) no-repeat;
	background-position: bottom;
}
	
body.things div.topic p {
	margin-bottom: 18px;
	margin-left: 60px;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
}

body.things div.topic p em {
	font-style: normal;
	font-size: 14px;
	color: #333;
}


body.things #page h2 {
	font-size: 20px;
	line-height: 24px;
	margin-left: 60px;
	margin-top: 40px;
	color: #333;
	margin-bottom: 0px;
}

body.things #page h3 {
	font-size: 14px;
	line-height: 24px;
	margin-left: 60px;
	margin-top: 40px;
	color: #333;
	margin-bottom: 0px;
}

/* FOOTER =================================================================================== */

#footer	{
	background: url(images/background-solid-gray.png);
	margin-top: 0;
	text-align: center;
	font-size: 10px;
	padding-bottom: 25px;
}

#footer ul#footer_links li {
	display: inline;
	color: #777;
}

#footer ul#footer_links li a {
	color: #777;
	text-decoration: none;
}

#footer ul#footer_links li a:hover {
	text-decoration: underline;
}

#footer ul#footer_links li#webmaster_link {
	text-align: right;
	padding-right: 0.5em;
	border-right: 0.1em solid #777;
}

#footer ul#footer_links li#contact_link {
	text-align: left;
	padding-left: 0.5em;
}

#footer ul#footer_links li#language_link img {
	margin-left: 10px;
	position: relative;
	top: 2px;
}

body#contact_page #footer ul#footer_links li#contact_link a:hover {
	text-decoration: none;
}

/* TYPOGRAPHY =================================================================================== */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #4d6399;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	border: none;
}

h2	{
	font-size: 15px;
	font-weight: normal;
	margin-top: 23px;
	margin-bottom: 9px;
}

/* SIDEBAR ====================================================================================== */


.sidebox {
	background: url(images/sidebar_separator.png) no-repeat;
	padding: 10px 0px 20px 10px;
}

.sidebox.blank {
	background: none;
	padding: 10px 0px 20px 0px;
}

ul.sidebar_actions li	{
	height: 64px;
	margin-bottom: 10px;
}

ul.sidebar_actions li span {
	display: block;
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 18px;
}

ul.sidebar_actions li a {
	padding-left: 70px;
	display: block;
	height: 64px;
}

ul.sidebar_actions li#download	a:hover, ul.sidebar_actions li#purchase a:hover{
	background-position: 0 -64px;
}


/*
#shadow p a {
	text-decoration: none;
	color: #4d6399;
}

#shadow p a:hover {
text-decoration: underline;
}

*/

#sidebar {
	font-size: 11px;
	line-height: 16px;
	color: #4a5153;
}

#sidebar a { 
	/* color: #405669; */
}

#sidebar p {
	line-height: 16px;
	margin-bottom: 16px;
}

#sidebar h4	{
	margin-top: 35px;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #181a1a;
	/*color: #494f51;*/
}


.scope	{
	font-style: italic;
	margin-left: 0.3em;
}

span.negative_spacing	{
	letter-spacing: -0.15em;
}
