﻿#BOM_dummy
{
}
/* This is to workaround the UTF-8 BOM problem in some browsers */

body
{
	font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	background-color: #004050;
	line-height: 1.31em;
	margin: 0;
	padding: 0;
	color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
}

a
{
    color: #19dcdc;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.container
{
	width: 573px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
}

.left
{
	width: 240px;
	padding-top: 223px;
	text-align: center;
	float: left;
}

.product-logo
{
	width: 200px;
}

.right
{
	width: 333px;
	margin-left: 240px;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	overflow: hidden;
	padding-top: 199px;
}

.title-panel
{
	margin-left: 22px;
	margin-bottom: 11px;
	font-size: 1.31em;
	line-height: 1.37em;
	color: #fff;
}

.site-image
{
	height: 32px;
	width: 32px;
	float: left;
}

.title-text
{
	margin-left: 41px;
	padding-top: 7px;
}

.text-panel
{
	margin-left: 63px;
	margin-bottom: 16px;
}
