@charset "utf-8";
/* CSS Document */

/* Homepage */
body {
	margin: 0px;
	padding: 0px;
	background-color: #083452;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

#logobar_blue {
	margin-top: 0px;
	width: 100%;
	background-color: #083452;
	height: 45px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	*padding-top: 15px;
	padding-bottom: 0px;
	*padding-bottom: 10px;
}

#logobar_blue p {
}

#logobar_blue a {
	text-decoration: none;
	color: #a9b41f;
	padding-right: 70px;
	font-size: 11px;
}

#logobar {
	margin-top: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 200px;
}

#logo {
	position: absolute;
	margin-left: 100px;
	padding-top: 45px;
}

#tour_welcome {
	text-align: right;
	padding-right: 70px;
	padding-top: 80px;
}

#greybar {
	margin-top: 0px;
	width: 100%;
	background: url(images/synergy_pattern_bg.jpg) repeat;
	height: 25px;
}

#contentbar {
	margin-top: 0px;
	width: 100%;
	background: url(images/synergy_graphix_bg.jpg) repeat-x;
	height: 450px;
}

#content {
	margin-top: 8px;
	width: 370px;
	height: 442px;
	left: 50%;
	margin-left: -185px;
	position:absolute;
	background: url(images/synergy_graphix_bg2.jpg) repeat-y #083452;
}

/* Tour */

body#tour {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #083452;
}

#contentbar_tour {
	margin-top: 0px;
	width: 100%;
	background: #ffffff;
}

#content_tour_intro {
	margin-top: 0px;
	background: url(images/emerald_background.jpg) no-repeat #ffffff;
	height: 530px;
}

#content_tour {
	margin-top: 0px;
	background: #ffffff;
	height: 530px;
}


/* other */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 16px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 16px;
}
.networx_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #083452;
	font-weight: bold;
}

.graphix_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #a9b41f;
	font-weight: bold;
}

a.networx {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a.networx:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a.networx:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #083452;
	text-decoration: none;
}
a.networx:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #083452;
	text-decoration: none;
}

a.graphix {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a.graphix:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}
a.graphix:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #a9b41f;
	text-decoration: none;
}
a.graphix:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #a9b41f;
	text-decoration: none;
}
