/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #333333;
}

#home {
background: url(../images/bg.gif) repeat-x #000;;
}

#inside {
background: url(../images/bg2.gif) repeat-x #000;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #51727F;
	line-height: 1.35em;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height: 1.35em;
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#container {
	width: 929px;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo {
	width: 279px;
	height: 57px;
	padding: 24px 0 0 32px;
}


#subNav {
	height: 21px;
	width: 250px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 12px;
	color: #fff;
	font-size: 11px;
}

	#subNav #home{
		background: url(../images/icon_home.gif) no-repeat 0px 0px;
		padding: 0 0 0 14px;
	}
	
	#subNav #contact{
		background: url(../images/icon_contact.gif) no-repeat 0px 2px;
		padding: 0 0 0 15px;
	}

	#subNav a{
		color: #fff;
		font-size: 11px;
	}
	
	#subNav a:hover{
		text-decoration: none;
		color: #6D98AA;
	}


#avega {
	width: 108px;
	height: 14px;
	position: absolute;
	top: 11px; 
	left: 675px;
}

#navBar {
	width: 533px;
	height: 28px;
	position: absolute;
	top: 41px;
	right: 0px;
	list-style: none;
	display: inline;
	padding:0;
	height: 30px;
	border-left: 1px solid #212E33;
}
	
	#navBar li{
		float: left;
		list-style: none;
		display: inline;
		border-top: 1px solid #212E33;
		border-bottom: 1px solid #212E33;
		border-right: 1px solid #212E33;
		padding: 0;
		height: 28px;
	}


#footer {
	width: 914px;
	padding: 10px 0 10px 15px;
	color: #fff;
	font-size: 11px;
	position: relative;
}

	#footer a{
		color: #fff;
		font-weight:bold;
	}
	
	#footer a:hover {
		
	}
	
	#footer p {
		color: #fff;
	}
	
	#footer #copyright {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	

#clr {
	clear: both;
}

.readmore {
	font-size: 10px;
	font-weight: bold;
}
