/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #fff url(../images/inner/tile.gif) repeat-x;
	background-position: 0 141px;
	font:12px Arial, Helvetica, sans-serif;
	color:#4D5451;

}

a {text-decoration:none; color:#51A17B;}
a:hover {color:#A95454; text-decoration:underline;}

td {color:#4D5451;}

p, ul, li, h1, div, img {margin:0; padding:0;}
li {color:#4D5451;}

h1 {padding:5px; color:#51A17B; font-weight:100; margin-top:10px; font-size:12px;}


#wrap {
	width:675px; height:auto;
	margin:0 auto;
	position:relative;
}

#img {	
	width:675px; height:45px;
}

#header {
	width:675px; height:141px;
		
}


#navigation {
	width:659px; height:46px;
	margin:0 auto;
}
	

#content {
	width:675px; height:auto;
	margin-top:20px; 
	}

#text {
	width:400px; height:auto;
	float:left;
	

}

#content p {
	font:12px Arial, Helvetica, sans-serif;
	color:#4D5451;
	padding:5px;
	

}


#footer {
	width:675px; height:76px;
	
	margin:0 auto; border-top:1px solid #C5D9CF;

}

#footer p {
	margin:10px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
		color:#51A17B;
}




#nav {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	

}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;



 }

#nav a {
	float: left;
	
	padding:46px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent:-999px;
		}

#nav a:hover {
	background-position: 0 -46px;
	}


#mhome a  {
	width: 49px; 
	background: url('../images/inner/home.jpg') no-repeat;
	}
#mprof a  {
	width: 60px; 
	background: url('../images/inner/profile.jpg') no-repeat;
	}

#mtrans a  {
	width: 133px; 
	background: url('../images/inner/trans.jpg') no-repeat;
	}
	
#mcont a  {
	width: 195px; 
	background: url('../images/inner/cont.jpg') no-repeat;
	}	
	
#mstor a  {
	width: 164px; 
	background: url('../images/inner/stor.jpg') no-repeat;
	}
#mcontact a  {
	width: 57px; 
	background: url('../images/inner/contact.jpg') no-repeat;
	}	
	
	
#right {
	width:260px; height:auto;
	float:right;
	 
	}
	
	
#general {
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	list-style-image: url('../images/arrow.jpg');
}

#general li {
	padding-left:5px; 
	
}

	
	
	
	
	
	
	
	
	
	
	
	
	
