@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	background-image: url(images/bg-img.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color: #01549E;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

a {
	color: #939598;
}

a:hover {
	color: #01549E;w
}

#container {
	width: 974px;
	margin: 0 auto;
}

#header {
	margin-top: 15px;
	width: 974px;
	height: 238px;
	float:left;
}

#logo {
	float:left;
}

#banner_home {
	background-image: url(images/banner/5.png);
	float:left;
}

#banner_about {
	background-image: url(images/banner/6.png);
	float:left;
}

#banner_rtcs {
	background-image: url(images/banner/7.png);
	float:left;
}

#banner_products {
	background-image: url(images/banner/8.png);
	float:left;
}

#banner_contact {
	background-image: url(images/banner/9.png);
	float:left;
}

#menu {
	width: 974px;
	height: 47px;
	float: left;
}

#content {
	width: 975px;
	height: 373;
	float: left;
}

#content-big {
	width: 975px;
	height: 546px;
	float: left;
}

#content-main {
	background-image:url(images/content-bg.png);
	width: 697px;
	height: 373px;
	float:left
}

#content-main-big {
	background-image:url(images/content-bg2.png);
	width: 697px;
	height: 546px;
	float:left
}

#text {
	width: 633px;
	height: 546px;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 14px;
	overflow:auto;
	overflow-style:auto;
	padding: 10px
}

#image {
	width: 278px;
	height: 373px;
	float: left;
}

#footer {
	font-size: 11px;
	color: #939598;
	width: 974px;
	height: auto;
	float: left;
}

#links {
	margin-left: 10px;
	float: left;
}

#copyright {
	margin-right: 10px;
	float: right;
}
