@charset "utf-8";
/* CSS Document */

body { margin: 0pt auto;
	   background-image: url(../images/bg.jpg);
	   background-repeat: repeat-x; 
	   background-color: #111111;
	   }

#wrapper { width: 834px; height: auto; margin: 0pt auto;}

#header { width: 834px; height: 94px; margin: 0pt auto;
		   background-image: url(../images/logo.jpg);
		   background-repeat: no-repeat;}
		   
#banner { width: 565px; height: 287px; float: left; 
		   background-image: url(../images/banner.jpg);
		   background-repeat: no-repeat;}

#nav {width: 269px; height: 32px; float: left}

/*	navagation line
-------------------------------------------------------------------------------------------------------------
 */ 
            #navigation {width: 269px; height: 32px;}
	        #navigation ul { list-style-type:none; padding:0; margin:0}
			#navigation li  { float:left; padding:0; margin:0} 
			#navigation li a { text-indent:-2000%; outline:none; display: block; background-position:top}
			#navigation li a:hover { background-position:bottom left;}
					
					#navigation .nav1 a {width: 269px; height: 32px; background-image: url(../images/nav_01.jpg)}
					#navigation .nav2 a {width: 269px; height: 32px; background-image: url(../images/nav_02.jpg)}
					#navigation .nav3 a {width: 269px; height: 32px; background-image: url(../images/nav_03.jpg)}
					#navigation .nav4 a {width: 269px; height: 32px; background-image:url(../images/nav_04.jpg)}
					#navigation .nav5 a {width: 269px; height: 32px; background-image: url(../images/nav_05.jpg)}
					#navigation .nav6 a {width: 269px; height: 32px; background-image: url(../images/nav_06.jpg)}
					#navigation .nav7 a {width: 269px; height: 32px; background-image: url(../images/nav_07.jpg)}
					#navigation .nav8 a {width: 269px; height: 31px; background-image: url(../images/nav_08.jpg)}
					#navigation .nav9 a {width: 269px; height: 32px; background-image: url(../images/nav_09.jpg)}

/*	content
-------------------------------------------------------------------------------------------------------------
 */ 
 
#content { width: 834px; height: auto; margin: 0pt auto;
		    clear: both; padding-top: 40px;} 

#cont_inside {  width: 834px; height: auto; 
				background-color: #202020; padding-top: 20px;
				}
#homeleft { width: 367px; height: auto; float: left; }

#homeleft p {
				font-family: Helvetica, Arial, sans-serif;
				font-size: 14px;
				font-style: normal;
				font-weight: normal;
				text-transform: normal;
				letter-spacing: normal;
				line-height: 1.9em;
				color: #FFFFFF;
				padding: 0px 30px 0px 30px;
}

#homeright { width: 457px; height: 277px; float: left;
			 background-image: url(../images/toobig.jpg);
			 background-repeat: no-repeat;}
 
#clr {  width: 1px; height: 1px; clear: both;}
 
#contbottom {  width: 834px; height: auto; clear: both; background-color: #242424;}

#contbottom p {
				font-family: Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-style: normal;
				font-weight: normal;
				text-transform: normal;
				letter-spacing: normal;
				line-height: 1.4em;
				color: #b4b4b4;
				padding: 20px 30px 20px 30px;}

#footer {       width:834px; height: 50px; padding: 30px 0px 30px 0px; text-align: center;
			    font-family: Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-style: normal;
				font-weight: normal;
				text-transform: normal;
				letter-spacing: normal;
				line-height: 1.4em;
				color: #999;
				}
strong { font-size: 12px; font-weight:bolder; color: #990000;}

a.footer:link {color: #b5b5b5; font-family: Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; outline:none}
a.footer:visited {color: #b5b5b5; font-family: Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;outline:none}
a.footer:hover {color: #CF0; font-family: Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none;outline:none}

img { padding: 20px;}
.contact { font-size: 16px; color: #990000; font-weight: bolder;
}

