html {overflow: auto;}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background-color: #373737;
	text-align:center;
	font-family: Verdana, Tahoma, sans-serif;	
}

#wrapper {
	position:relative;
	min-height: 100%;
	width:940px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color:#fff;
	overflow:hidden;
	text-align:center;
}
* html #wrapper {height: 100%;}
a {color: #0b5d9a;}
a:hover {color: #49bbe7;}
/*-----------------------Content---------------------------------------------*/

.content {
	position:relative;
	margin: 273px 40px 160px 40px;
	font-size: 12px;
	line-height:18px;
	text-align:justify;
	color: #000;
}
.content h3 {color:#444; border-bottom: 1px solid #ccc;}

.rowBlock {margin: 0 0 50px 0;}
.rowBlock img {
	display:block;
	float:left;
	width:102px;
	margin-right:30px;
}
.rowBlock div { margin-left:132px;}
.prodLink a { margin-right:25px;}
.tabPic {margin-top:25px; margin-bottom:25px;}
/*-------------------------Menus UP-------------------------------------------*/
#logoMenu {
	position:absolute;
	top:0;
	width:100%;
	height:223px;
	background:#373737 url(../images/logo.gif) no-repeat top center;
}
.boxMenusUp {
	position:relative;
	margin: 131px auto 0 auto;
	padding:0;
	width:940px;
	height:92px;
	background-color:#f6f6f6;
}
.menuUp1 {
	position:relative;
	width:370px;
	height:45px;
	margin: 0 auto 15px auto;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:29px;
	border-bottom:1px solid #4abce8;
}

.menuUp1 a {
	display:inline-block;
	height:29px;
	margin: 10px 15px 8px 15px;
	padding-left:42px;
	text-align:center;
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;	
}
.menuUp1 a:hover {color:#3ea2c8;}
a.icoD { background-image:url(../images/icoDownload.png)}
a.icoB { background-image:url(../images/icoBuy.png)}
a.icoC { background-image:url(../images/icoContact.png)}
/*--------------------------------------------------------------------*/
.menuUp2 {
	position:relative;
	width:100%;
	height:31px;
	margin: 0;
	padding: 0;
	text-align:center;
	border-top: 2px solid #3ea2c8;
	background-color:#49bbe7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:29px;
	color:#FFF;
}
.menuUp2 a {
	margin-left:15px;
	margin-right:15px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.menuUp2 a:hover {color:#2a6e88;}
a.activeUp2 {color:#2a6e88 !important;}

.linkHome {
	position:absolute;
	top:6px;
	left:6px;
	width:26px;
	height:25px;
}
.linkHome a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background:#49bbe7 url(../images/buttonHome.gif) no-repeat;
	text-decoration:none;
}
.linkHome a:hover {background-color:#3ea2c8;}
/*----------------------------Footer----------------------------------------*/
#footer {
	position:relative;
	height: 130px;
	margin-top:-130px;
	background-color: #373737;
	text-align:center;
	font-size:12px;
	color:#838383;
}
.footerIn {
	position:relative;
	width:940px;
	height: 58px;
	margin: 0 auto 0 auto;
	background-color: #f5f5f5;
}
