html *
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

body
{
	margin: 5px;
	background: #1b3c5e;
}

#site-container
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 985px;
	height: 620px;
	background: #fafafa;
}
#trademark { background: #fafafa; position: absolute; top: 650px; left: 10px; width: 985px; height: 20px; }
#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	z-index: 2;
}

#intro
{
	position: absolute;
	top: 280px;
	left: 0;
	width: 690px;
	height: 100px;
	z-index: 2;
	padding: 10px;
	border-top: 10px solid #00a2d2;
	color: #000;
	background: #fff;
}

#intro h1
{
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3c5e;
}

#intro p
{
	margin: 0;
	padding: 0;
}

#slogan
{
	position: absolute;
	top: 17px;
	left: 335px;
	z-index: 2;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
}

#slogan-start
{
	position: absolute;
	top: 250px;
	left: 15px;
	height: 20px;
	z-index: 2;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3c5e;
}

#picture
{
	position: absolute;
	top: 0;
	left: 0;
}

#menu-container
{
	position: absolute;
	top: 0;
	left: 710px;
	width: 265px;
	height: 620px;
	background: #d9d9d9;
}

#menu-container ul
{
	margin: 0;
	padding: 10px;
	list-style: none;
}

#menu-container li
{
	border-bottom: 1px solid #ffffff;
}

#menu-container a
{
	display: block;
	margin-top: 5px;
	padding: 2px 0px 1px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #1b3c5e;
}

#menu-container a:hover
{
	background: #f0f0f0;
}

#menu-container li.submenu
{
	
	margin-left: 10px;
	border-bottom: 1px solid #eeeeee;
}

#menu-container a.submenu-link
{
	display: block;
	margin-top: 4px;
	padding: 0px 0px 1px 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #2d6298;
}

#menu-container a.submenu-link:hover
{
	background: #d8d8d8;
}

#product-container-1
{
	position: absolute;
	top: 375px;
	left: 10px;
	z-index: 3;
}

#product-container-2
{
	position: absolute;
	top: 375px;
	left: 335px;
	z-index: 3;
}

#product-container-3
{
	position: absolute;
	top: 375px;
	left: 660px;
	z-index: 3;
}

.product-corner, .content-corner
{
	width: 100px;
	height: 100px;
	background: #00a2d2;
}

.product-content
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 285px;
	min-height: 225px;
	z-index: 3;
	padding: 5px 10px;
	background: #e1e8eb;
}

.product-content h2, .content h2
{
	margin: 0px;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3c5e;
}

.product-content p, .content p
{
	margin: 7px 0px;
	color: #000000;
}

.product-content ul, .content ul
{
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000;
}

.product-content a, #intro a
{
	font-weight: bold;
	text-decoration: none;
	color: #fb660d;
}

.product-content a:hover, #intro a:hover
{
	color: #1b3c5e;
}

h2 i
{
	font-size: 11pt;
	font-weight: bold;
	color: #ea539e;
}

.additional-conatiner
{
	margin: 15px 10px;
	padding: 10px;
	border-top: 10px solid #00a2d2;
	background: #e1e8eb;
}

h3
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ea539e;
}

a.crosslink
{
	font-weight: bold;
	font-size: 8pt;
	color: #ea539e;
}

a.crosslink:hover
{
	color: #000;
}

.additional-conatiner p
{
	margin: 3px 0;
	padding: 0;
	font-size: 8pt;
	color: #000;
}

#content-container
{
	position: absolute;
	top: 200px;
	left: 10px;
	z-index: 2;
	
}

.content
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 660px;
	min-height: 445px;
	z-index: 3;
	padding: 10px;
	background: #e1e8eb;
}


.content a
{
	font-weight: bold;
	text-decoration: none;
	color: #00a2d2;
}

.content a:hover
{
	color: #1b3c5e;
}

.content table#compare
{
	width: 100%;
	border-collapse: collapse;
}

.content table#compare p
{
	margin: 2px 5px;
}

#compare td
{
	border: solid 1px #000;
	vertical-align: middle;
}

label
{
	display: block;
	width: 250px;
	padding: 1px 2px;
	color: #1b3c5e;
}

.content form
{
	margin-right: 10px;
}

.textfield
{
	border: 1px solid #000;
	width: 188px;
	padding: 2px 7px;
	color: #333;
}

#action
{
	width: 204px;
}

#submit
{
	margin-left: 187px;
}