@charset "utf-8";
/* CSS 4 TC Web Design */
/* www.TC-WebDesign.com */



p, ul, h1, h2, h3, div, body, ul, li, a, img { margin: 0px; padding: 0px; }

img {border:none;}

a:active, a:focus {outline: 0}

a { color: #21538c;
	text-shadow: #000 0.01em 0.01em 0.1em;
	text-decoration: none;}

a:visited { color: #21538c;}
a:hover { color: #ab8455;}
a:active { color: #ab8455;}

p  {font-size: 12px;}
	
h1, h2, h3 {font-weight: lighter;
			text-align: justify;}

h1 {font-size: 20px;
	padding: 16px 0 0 20px;
	letter-spacing: 3px;
	text-shadow: #000 0.01em 0.01em 0.05em;}

h2, h3 {font-size: 15px;
		padding-bottom: 15px;}

h3 { padding-top: 50px;}

body{background-image: url(images/back.png);
	font-family: Verdana, Geneva, sans-serif;
	color: #333;}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0}

.indent {
	margin-left: -6px;}

.underline { text-decoration: underline;}
.bold { font-weight: bold;}
.italic { font-style: italic;}
.small { font-size: 12px;}



/* Wrapper */

#wrapper {
	margin: 0px auto;
	width: 980px;
	}

/* Header */

#header {	height: 190px;
			background: url(images/welcome.png) 290px 81px no-repeat;}

	#logo { float: left; }
	
	#logo a span{ display: none;}
	
	#logo a{
		display: block;
		height: 190px;
		width: 290px;
		background: url(images/logo.png) 0 0 no-repeat; }
		
	#menu { float: right;}
		
		#menu ul{ list-style: none;}

		#menu ul li{ display: inline;}
 		
		#menu ul a span{ display: none;}
		
		#menu ul a{
			display: inline-block;
			background: url(images/menu.png) 0 0 no-repeat;
			height: 96px;
			}

		#menu .a1{
			background-position: 0 0;
			width: 175px;
			}
		
		#menu .a1:hover{
			background-position: 0 -95px;}

		#menu .a2{
			background-position: -175px 0;
			width: 116px;
			}
		
		#menu .a2:hover{
			background-position: -175px -95px;	}
			
		#menu .a3{
			background-position: -290px 0;
			width: 150px;}
		
		#menu .a3:hover{
			background-position: -290px -95px;	}
		
		#menu .a4{
			background-position: -440px 0;
			width: 150px;}
		
		#menu .a4:hover{
			background-position: -440px -95px;	}
			
		#welcome { float: right; width: 580px;}
		
	

/* Main */

#main {
	background:url(images/main.png) 0 0 no-repeat;
	height: 609px;
	padding-left: 99px;}

/* Slider */

#slider { height: 350px; background: url(images/slider_bg.png) 0 144px no-repeat;}

#slider ul{	list-style: none; padding: 144px 0;}
	
/* E N D  Slider */
	
/* About */

#about { padding: 50px 70px 0 0;}

#about ul {padding-left: 34px;
			font-size: 15px;
			list-style-image: url(images/bullet.png);}

#about ul li { padding-bottom: 3px;}

/* E N D  main */

/* Footer */

#footer {
	background:url(images/footer.png) 0 0 no-repeat;
	height: 132px;
	padding-left: 99px;
	}

#footer p{margin: 20px 0 -10px 0;}

#footer img{ float: right;}

