* { margin: 0px; padding: 0px; position: relative; font-family: Arial, Tahoma; font-size: 11px; }

body	{ background: #ffffff; height: 100%; width: 100%; }
#all	{ width: 1050px; margin: 0px auto; border-top: 3px solid #d90000; }

#h		{ height: 355px; background: url('../img/bgh.jpg') no-repeat 0px 65px; }
#logo			{ margin: 10px 0px 0px 35px; }
ul#ico			{ position: absolute; top: 0px; right: 50px; list-style-type: none; padding: 0px 3px 3px 3px; background: #d90000; }
#ico li			{ float: left; }
#ico a			{ display: block; width: 27px; height: 20px; text-align: center; padding-top: 7px; }
#ico a:hover		{ background: #e13838; }
#new			{ position: absolute; top: 58px; right: 0px; width: 265px; height: 215px; padding: 25px; background: #d90000; color: #ffffff; overflow: hidden; }
#new h1			{ font-variant: small-caps; font-size: 20px; color: #ffffff; padding-bottom: 5px; margin-bottom: 8px; border-bottom: 1px dashed #ffffff; }
#new h5			{ font-weight: bold; font-size: 11px; text-transform: uppercase; padding-bottom: 5px; }
#new p			{ font-size: 11px; text-align: justify; }
#new_more {
	position: absolute;
	bottom: 0px;
	right: 40px;
	display: block;
	background: url('../img/bga.png') no-repeat 9px 9px #008bc5;
	padding: 7px 15px 16px 25px;
	color: #ffffff;	
	text-decoration: none;	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow:  0px -1px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px -1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0px -1px 10px 1px rgba(0, 0, 0, 0.3);
}

ul#nav {
	width: 155px;
	margin: 19px 0px 0px 50px;
	padding: 0px;
	list-style-type: none;
	z-index: 20;
}
#nav li				{ margin-left: 5px; border-bottom: 1px dashed #60d6f1; }
#nav li:hover			{ background: url('../img/bgn.png') repeat-y; }
#nav li:last-child	{ border: 0px; }
#nav a {
	display: block;
	padding: 6px 0px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	margin-left: 5px;
}
#nav a:hover {
	background: url('../img/bga.png') no-repeat 0px 8px;
	padding-left: 16px;
	margin-left: -4px;
}
#s{
	display: block;
	position: absolute !important;
	top: 0px;
	right: 315px;
	width: 600px;
	height: 355px;
	overflow: hidden;
}
#s img { position: absolute; bottom: 0px; right: 0px; }
#c{
	margin: 50px 25px 75px 55px;
	width: 660px;
	display: inline-block;
	vertical-align: top;
}
#b {
	width: 280px;
	display: inline-block;
	margin: 50px 25px 75px 0px;
	vertical-align: top;
}

#f				{ margin: 0px 33px 20px; border-top: 5px solid #d9d9d9; padding: 30px 0px; color: #a8a8a8; }
#f ul			{ list-style-type: none; margin: 0px; padding: 0px; }
#f ul li			{ float: left; }
#f ul li a			{ color: #a8a8a8; text-decoration: none; text-transform: uppercase; padding: 5px; display: block;}
#f ul li a:hover	{ color: #737373; }

#f div	{ position: absolute; right: 0px; width: 280px; padding: 5px 0px 0px 0px; border-left: 1px solid #d9d9d9; text-align: right;}
#f div a	{ color: #a8a8a8; }

a>img{border:0px;}