/* CSS Document */


body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.center {
	position: relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#nav_main {
	position:relative;
	z-index:500;
	width:638px;
	_width:670px;
	top:98px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-6px;
}

#nav_contact {
	position:relative;
	z-index:500;
	width:638px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#nav_main_work {
	position:relative;
	z-index:501;
	width:638px;
	_width:670px;
	top:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2px;
}

#nav_main_work2 {
	position:relative;
	z-index:501;
	width:638px;
	_width:670px;
	top: 296px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#nav_links {
	position:relative;
	z-index:500;
	width:638px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: -6px;
	padding-top: 162px;
}


.nav_item1 {
	float:left;
	margin: 10px 10px 50px 10px;
	width: 125px;
}

.nav_item2 {
	float:left;
	margin: 10px 10px 50px 10px;
	width: 178px;
}

.nav_item3 {
	float:left;
	margin: 10px 10px 50px 10px;
	width: 138px;
}

.nav_item4 {
	float:left;
	margin: 10px 10px 50px 10px;
	width: 117px;
}

/* Home Button */

#btn_home  {  
	background-image: url(../images/buttons/home.png);
	background-repeat: no-repeat;
	position: absolute; 
	width:125px; 
	height: 50px;
} 

#btn_home a { 
	background-image: url(../images/buttons/home.png);
	background-repeat: no-repeat;
	position: absolute; 
	width:125px; 
	height: 50px;
} 



#btn_home a:hover {  
	background-image: url(../images/buttons/home2.png);
	background-repeat: no-repeat;
	position: absolute;  
	width:125px; 
	height: 50px;
}


/* work Button */

#btn_work  {  
	background-image:url(../images/buttons/work.png); 
	position: absolute; 
	width:178px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/work.png");
} 

#btn_work a { 
	background-image:url(../images/buttons/work.png); 
	position: absolute; 
	width:178px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/work.png");
} 

#btn_work a:hover {  
	background-image:url(../images/buttons/work2.png); 
	position: absolute;  
	width:178px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/work2.png");
}


/* Contact Button */

#btn_contact  {  
	background-image:url(../images/buttons/contact.png); 
	position: absolute; 
	width:138px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/contact.png");
} 

#btn_contact a { 
	background-image:url(../images/buttons/contact.png); 
	position: absolute; 
	width:138px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/contact.png");
} 

#btn_contact a:hover {  
	background-image:url(../images/buttons/contact2.png); 
	position: absolute;  
	width: 138px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/contact2.png");
}


/* Links Button */

#btn_links  {  
	background-image:url(../images/buttons/links.png); 
	position: absolute; 
	width:117px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/links.png");
} 

#btn_links a { 
	background-image:url(../images/buttons/links.png); 
	position: absolute; 
	width:117px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/links.png");
} 

#btn_links a:hover {  
	background-image:url(../images/buttons/links2.png); 
	position: absolute;  
	width:117px; 
	height: 50px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/buttons/links2.png");
}
