@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	font-style: normal;
	background-image: url(images/bgvign.jpg);
	background-repeat: repeat-x;
}
.main #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 30px;
}h1 {
	font-size: 1.3em;
	background-image: url(images/ist2_10144879-sales-concept.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 125px;
	padding-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: -24px;
}
h2 {
	font-size: 1.2em;
	margin-top: 30px;
	color: #035c96;
	margin-bottom: 8px;
	font-weight: normal;
}
.greytext {
	color: #999999;
}
.linktext {
	color: #035c96;
	font-weight: bold;
}
a:link {
	color: #035c96;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #035c96;
	text-decoration: none;
}
.contactpanel {
	padding: 6px;
	background-image: url(images/panel_vign.jpg);
	border: 1px solid #CCCCCC;
	background-position: left;
	margin: 10px;
	float: right;
	width: 300px;
}
.contactpanel h2 {
	margin-top: 0px;
}
.main #header {
	margin: 0px;
	padding: 0px;
}
.fltrght {
	float: right;
}
.clear {
	clear: both;
}
.footer {
	color: #668DDF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 830px;
	margin-top: 0px;
	font-size: 0.8em;
}
