body {
	background: url(images/bg.png) repeat-x #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #494949;
}

a, a:visited {
	color: #365c87;
	text-decoration: none;
}

a.jump {
	background: url(images/jump_bullet.png) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	color: #365c87;
	font-weight: bold;
}

p {
	line-height: 150%;
}

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

#header {
	padding: 30px 15px 0 15px;
}

#header #logo {
	display: block;
	width: 165px;
	height: 32px;
	background: url(images/logo.png) no-repeat;
}

#header #logo span {
	display: none;
}

#header a.promys, #header a.promys:visited  {
	margin-top: 10px;
	float: right;
	color: #fff;
	font-size: 8pt;
	background: url(images/promys_bullet.png) no-repeat 0 2px;
	padding-left: 10px;
}

#header a.promys:hover, #header a.promys:active {
	text-decoration: underline;
}

#nav {
	margin-top: 30px;
}

#nav ul {
	padding: 3px 10px;
	margin: 0;
	background: url(images/main_nav.png) no-repeat;
	list-style: none;
	height: 45px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	background: url(images/separator.png) right no-repeat;
	color: #545454;
	padding: 8px 20px 8px 18px;
	font-size: 10pt;
	font-weight: bold;
}

#banner {
	text-align: center;
}

#product_sites {
	margin-top: 10px;
	margin-left: 5px;;
}

#product_sites ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 133px;
}

#product_sites ul li {
	display: inline;
}

#product_sites ul li a.thinworx {
	display: block;
	width: 306px;
	height: 133px;
	background: url(images/product_sites.png) no-repeat;
	float: left;
}

#product_sites ul li a.promys {
	display: block;
	width: 306px;
	height: 133px;
	background: url(images/product_sites.png) no-repeat -306px 0;
	float: left;
}

#product_sites ul li a.thinworx:hover {
	background: url(images/product_sites.png) no-repeat 0 -133px;
}

#product_sites ul li a.promys:hover {
	background: url(images/product_sites.png) no-repeat -306px -133px;
}

#product_sites ul li a.thinworx:active {
	background: url(images/product_sites.png) no-repeat 0 -266px;
}

#product_sites ul li a.promys:active {
	background: url(images/product_sites.png) no-repeat -306px -266px;
}


#product_sites ul li a span {
	display: none;
}

#content {
	margin-top: 10px;
	font-size: 9pt;
}

#content .top {
	background: url(images/content_bg_top.png) transparent;
	height: 23px;
}
#content .mid {
	background: url(images/content_bg_mid.png) transparent;
	padding: 0 25px 1px 25px;
}
#content .bottom {
	background: url(images/content_bg_bottom.png) transparent;
	height: 24px;
}

#content h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12pt;
	color: #365c87;
	border-bottom: 1px solid #d8d8d8;
}

#content ul {
	margin: 0;
	padding: 0 0 10px 30px;
}

#content ul li {
	padding: 5px 0 5px 0;
}

#footer {
	padding-left: 20px;
	padding-bottom: 30px;
	color: #919191;
	font-size: 8pt;
}

form.contact {
	padding: 5px 20px 10px 20px;
	margin-bottom: 20px;
}

form.contact input.txt, form.contact textarea {
	float: right;
	width: 200px;
	margin-right: 200px;
	margin-top: -1px;
}

form.contact p {
	padding: 7px 0;
	margin: 0;
}

form.contact input.btn {
	margin-left: 130px;
	margin-top: 10px;
}

form.contact textarea {
	height: 50px;
	padding: 0 2px;
}

