
#main {background: #000;}

#header {padding: 0px;}
#header p {padding: 0px; margin: 0px; text-align: right; color: #fff; outline: none; border: none;}

#banner {background: url(../images/flash_bg.jpg) no-repeat; width: 960px; height: 325px; margin: 0px; padding: 0px;}
#flashDiv { width: 480px; height: 297px; position: relative; float: right; margin-top: 15px; margin-right: 10px; z-index: 5;}


#bottom { padding: 0px; margin: 0px; height: 183px; width: 960px; background: url(../images/bottom.png) no-repeat;}
#bottom p { margin-top: 100px; text-align: center;}
#bottom a { color: #333; padding: 0 10px 0 10px;}
#bottom a:hover { color: #900; text-decoration: none;}

#news {list-style: none;}

.flag { list-style-image: url(../images/1266977637_flag.png); font-size: 12px; font-weight: bold;}

#logo { float: left; position: relative; float: left; z-index: 7; margin-top: -15px;}

body {
	background: url(../images/bgnew.jpg) repeat-x #000;
	border-top: 5px solid #000;
	color: #ccc;
	font-size: 12px;
	padding: 20px 0 0px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 20px 0 0;
	color: #666;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
	font-style: italic;
}

h3 {
	padding: 20px 0 0;
}

p {
	border: 0px solid #666;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

#nav
{
background: url(../images/slice.jpg) repeat-x;
width:100%;
height:70px;

}
#navigation 
{
margin-left:0px;
}



#navigation li
{

float:right;
display:block;
margin-left: 0px;
}

#navigation li a
{
background-image:url(../images/sprite.jpg);
display: block;
	outline: none;
	position: relative;
	height: 70px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .home 
	{
	background-position:0px 0px;
	width:101px;
	height:70px;
	
	}
	
	#navigation .services 
	{
	background-position:-102px 0px;
	width:106px;
	height:70px;
	}
	
	#navigation .portfolio 
	{
	background-position:-212px 0px;
	width:137px;
	height:70px;
	}
	
	#navigation .about 
	{
	background-position:-350px 0px;
	width:107px;
	height:70px;
	}
	
	#navigation .contact 
	{
	background-position:-468px 0px;
	width:123px;
	height:70px;
	}
	#navigation .financing 
	{
	background-position:-612px 0px;
	width:170px;
	height:70px;
	}
	
	
	
	#navigation a .hover {
	background: transparent  url(../images/sprite.jpg) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .home .hover {
	background-position: -0px -72px;
	
	}
	#navigation .services .hover{
	background-position: -102px -72px;
	
	}
	#navigation .portfolio .hover {
	background-position: -212px -72px;
	}
	#navigation .about .hover {
	background-position: -350px -72px;
	}
	#navigation .contact .hover {
	background-position: -468px -72px;
	}
	#navigation .financing .hover {
	background-position: -612px -72px;
	}
	
