﻿body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body
{
	background-color: #fbfbfb;
	margin-left: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	background-image: url(/images/bgBodyGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a, a:link, a:visited, a:hover, a:active
{
	color:#0000FF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/****************************************************
 Master layout divs
 ***************************************************/
#header
{
	width:700px;
	height:44px;
	background:url(/images/bgHeader.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#bodyContent
{
	width:700px;
	background:#FFF url(/images/bgBodyContent.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#loginPanel
{
	width:350px;
	height:185px;
	background:url(/images/bgLoginPanel.gif) no-repeat;
	margin-top:2px;
	float:left;
	position:relative;	
}
#loginControls
{
	position:absolute;
	left:34px;
	top:28px;
	width:175px;
	height:135px;
	z-index:100;
}
#loginControls p
{
	line-height:14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
#adPanel
{
	display:inline;
	width:343px;
	height:185px;
	margin-top:2px;
	margin-right:3px;
	float:right;
}
#adPanel img
{
	border:none;
}
#clearPanels
{
	height:2px;
	border-bottom:solid 1px #6a88b2;
	clear:both;
}
#panelNews
{
	width:350px;
	height:192px;
	background:url(/images/bgPanelNews.gif) no-repeat;
	float:left;
	position:relative;
}
#newsInfo
{
	padding-top:31px;
	padding-left:4px;
	padding-right:4px;
	line-height:18px;
	font-size:11px;
	/*padding:48px 30px 10px 30px;*/
	overflow:hidden;
}
#panelProducts
{
	width:350px;
	height:192px;
	background:url(/images/bgPanelProducts.gif) no-repeat;
	float:right;
}
#panelProducts img
{
	border:none;
	margin-top:2px;
	margin-left:2px;
}
#navPanel
{
	width:700px;
	height:40px;
	background:url(/images/navPanel.gif) no-repeat;
	color:#989898;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#navPanel a, #navPanel a:link, #navPanel a:visited, #navPanel a:active
{
	color:#989898;
	text-decoration:none;
}
#navPanel a:hover
{
	color:#989898;
	text-decoration:underline;
}
#footer
{
	width:700px;
	height:115px;
	background:url(/images/bgFooter.gif) no-repeat;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#footer b
{
	color:#4f87bf;
	font-size:11px;
	font-weight:bold;
}
#infoCorporate
{
	width:110px;
	color:#797979;
	font-size:10px;
	line-height:18px;
	position:absolute;
	left: 26px;
	top: 19px;
}
#infoSales
{
	width:110px;
	color:#797979;
	font-size:10px;
	line-height:18px;
	position:absolute;
	left: 165px;
	top: 19px;
}
#infoCopyright
{
	width:180px;
	color:#769DC4;
	font-size:10px;
	position:absolute;
	left: 406px;
	top: 86px;
}
/****************************************************
 Master layout styles
 ***************************************************/
.clearBoth
{
	height:0px;
	clear:both;
}
.txtLogin
{
	width:170px;
	height:18px;
}
.digits
{
	font-size:12px;
}
.pushButton
{
	cursor:pointer;
}



/***************************************************
 * News Info Panel styles
 **************************************************/
#newsInfo h1
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:10px 30px 5px 30px;
	/*
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	*/
}
#newsInfo p
{
	margin:0px;
	padding:5px 30px 5px 30px;
}
