@charset "iso-8859-9";

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.paddingTxt{
	padding:5px;
}
body {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial;
	background: #d9d9d9 url(img/bck.gif);
	margin: 0px;
}

#container {
	width: 850px;
	margin:0 auto;
	padding: 10px;
	background: #96b6bc;
}
#header {
	width: 850px;
	height: 106px;
	float:left;
	background: url(img/header.gif) no-repeat left top;
}
#header ul{
	list-style:none;
	margin-top:75px;
	margin-left:470px;
}
#header li{
	display:inline;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#header ul li a:link {color: #FFFFFF; text-decoration: none; }
#header ul li a:active {color: #FFFFFF; text-decoration: none; }
#header ul li a:visited {color: #FFFFFF; text-decoration: none; }
#header ul li a:hover {color: #FFE200; text-decoration: underline; }

#logo{
	width:165px;
	height:106px;
	float:left;
}

#productsMenu {
	width: 850px;
	height: 200px;
	float:left;
	background: url(img/productsBck.gif) left top;
}

#product01 {
	width: 210px;
	height: 200px;
	text-align:center;
	float:left;
}
#product02 {
	width: 210px;
	height: 200px;
	text-align:center;
	float:left;
}
#product03 {
	width: 210px;
	height: 200px;
	text-align:center;
	float:left;
}
#product04 {
	width: 210px;
	height: 200px;
	text-align:center;
	float:left;
}
#line {
	background: url(img/line.gif) no-repeat center center;
	width:1px;
	height:200px;
	float:left;
}

#pageTitle{
	background-image:url(img/pageTitle.gif);
	margin-top:1px;
	width: 850px;
	height: 56px;
	float:left;
}
#pageTitle ul {
	list-style:none;
	margin-top:20px;
	margin-left:23px;
}
#pageTitle li{
	display:inline;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#6dc5d6;
}
#pageTitle ul li a:link {color: #6dc5d6; text-decoration: none; }
#pageTitle ul li a:active {color: #6dc5d6; text-decoration: none; }
#pageTitle ul li a:visited {color: #6dc5d6; text-decoration: none; }
#pageTitle ul li a:hover {color: #FFE200; text-decoration: underline; }

.selectedMenu {
	color:#FFE200;
	font-weight:bold;
}

#content {
	background-color:#FFFFFF;
	margin-top:1px;
	width: 850px;
	float:left;
}
#footer {
	background-image:url(img/footerBck.gif);
	margin-top:1px;
	width: 850px;
	height:53px;
	float:left;
}
#footer ul li{
	font-size:11px;
	list-style:none;
	margin-top:30px;
	margin-left:8px;
}


.downloadMaterial a:link {color: #09515e; text-decoration: none; font-weight:bold; margin-left:15px; }
.downloadMaterial a:active {color: #09515e; text-decoration: none; font-weight:bold; margin-left:15px; }
.downloadMaterial a:visited {color: #09515e; text-decoration: none; font-weight:bold; margin-left:15px; }
.downloadMaterial a:hover {color: #dc1289; text-decoration: underline; font-weight:bold; margin-left:15px; }




