/* Layout */
body {
	background-color:#BFCEF9;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;	
	text-align:center;
}
body, div, img, .nom {
	margin:0;
	padding:0;
	border:0;
}
.clear {
	clear:both;
}
.abs{
	position:absolute;
}
#printtitle { display:none; }

#all {
	text-align:left;
	position:static;
	width:972px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	height:278px;
	width:972px;
	background: url('../images/layout/top.jpg') no-repeat 0px 0px;
}
#navbar {
	position:relative;
	height:34px;
	background: #8FABFC url('../images/layout/navrepeat.jpg') repeat-x center;
}
#navleftend {
	height:26px;
	width:28px;
	float:left;
	background-color:#2E3192;
}
#links {
	height:34px;
	padding:4px;
	background: url('../images/layout/navleftborder.jpg') no-repeat 0px 0px;
}
#navend {
	height:34px;
	width:114px;
	position:absolute;
	top:0;
	right:0;
	background: url('../images/layout/navbit.gif') no-repeat 0px 0px;
}
#main {
	position:relative;
	/*height:600px;*/
	background: #E5F0FF url('../images/layout/contentrepeat.jpg') repeat-y center; /*relative to style sheet location so '../images/' */
}
#mainend {
	height:145px;
	width:140px;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	background: url('../images/layout/contentbit.jpg') no-repeat top right;
}
#container {
	/*height:400px;*/
	width:800px;
	position:relative;
	top:15px;
	left:45px;
	padding-bottom:25px;
	z-index:1001;
	/*border:4px solid green;*/
}
#content {
	position:static;
	z-index:1001;
	/*top:0px;
	left:0px;*/
}
#foot {
	height:34px;
	font-size:14px;
	color:#551A8B;
	background: #8FABFC url('../images/layout/navrepeat.jpg') repeat-x center;
}
#footleft {
	float:left;
	position: relative;
	left:10px;
	top:9px;
	padding:0;
}
#footright {
	float:right;
	position: relative;
	right:10px;
	top:9px;
	padding:0;
}
#foot a, #foot a:visited {
	color:#551A8B;
	text-decoration:none;
}
#foot a:active, #foot a:hover {
	color:#551A8B;
	text-decoration:underline;
}

p, ul, li, h1, h2, h3, h4{
	color:#070B7B;
	margin:0;
}
h1 {
	font-size:50px;
	text-transform:uppercase;
	color:#5979D5;
	margin:0;
}
h3 {
	font-size:20px;
	margin-bottom:4px;
	background-color:#2E3192;
	padding:3px 6px;
	display:block;
	color:#FFFFFF;
	margin-bottom:5px;

}
p {
	font-size: 16px;
}
li {
	font-size: 16px;
}


#links a { /*,#links a:hover,#links a:visited,#links a:active,#links a:link*/
	float:left;
	display:block;
	width:135px;
	height:26px;

	text-align:center;
	background-color:#8FABFC;
	text-decoration:none;
	/*padding-top:4px;*/
	font-weight:bold;
	color:#981B1E; /*#4B0F10;*/
	border-right:4px solid #2E3192;
}
#links a:hover {
	background-color:#5979D5;
	color:#BDCCF8;
	
}
#links a span {
	display:block;
	margin-top: 4px;
	margin-left:10px;
	/*padding-left:18px;*/
	/*margin-top:4px;*/
	/*margin-left:10px;*/
}
/*#ns_home { background:url('../images/navicons/n/house.gif') no-repeat 21px 0px; }
#ns_products { background:url('../images/navicons/n/car.gif') no-repeat 10px 1px; }
#ns_aboutus { background:url('../images/navicons/n/user_gray.gif') no-repeat 23px 1px; }
#ns_technical { background:url('../images/navicons/n/help.gif') no-repeat 25px 1px; }
#ns_gallery { background:url('../images/navicons/n/film.gif') no-repeat 14px 1px; }
#ns_contact { background:url('../images/navicons/n/email.gif') no-repeat 16px 2px; }

#links a:hover #ns_home { background-image:url('../images/navicons/h/house.gif'); }
#links a:hover #ns_products { background-image:url('../images/navicons/h/car.gif'); }
#links a:hover #ns_aboutus { background-image:url('../images/navicons/h/user_gray.gif'); }
#links a:hover #ns_technical { background-image:url('../images/navicons/h/help.gif'); }
#links a:hover #ns_gallery { background-image:url('../images/navicons/h/film.gif'); }
#links a:hover #ns_contact { background-image:url('../images/navicons/h/email.gif'); }*/

