@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#eeeeee;
	background-image: url(img/bg.jpg); 
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper{
	width: 1000px;
}

#header {
	height:125px;
	}
	
#header a:link, #header a:visited {
	color: #ffffff;
	text-decoration:none;
	}

#header a:hover {
	color: #999999;
	text-decoration:none;
	}	
	

#menu {
	
	width:1000px;
	}


#mainplate{

	}


#loginform {padding-left:40px;}
#loginform .box {width:140px; background-color: #E4E4E4; }


#footer {
	text-align:center;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	height:28px;
	width:1000px;
	}
	
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}


#link1 a:link, #link1 a:visited {
	color: #666;
	text-decoration:none;
	}

#link1 a:hover {
	color: #999;
	text-decoration:none;
	}
	

#link2 a:link, #link2 a:visited {
	color: #000;
	text-decoration:none;
	}

#link2 a:hover {
	color: #666;
	text-decoration:underline;
}

#link3 a:link, #link3 a:visited {
	color: #FFF;
	text-decoration:none;
	}

#link3 a:hover {
	text-decoration: underline;
	color:#F0F0F0;
	}	

#link5 a:link, #link5 a:visited {
	color: #FFF;
	text-decoration:none;
	}

#link5 a:hover {
	text-decoration: underline;
	color: #CCC;
	}	
	
	
	
#contactus {

	}

#contactus a:link, #contactus a:visited {
	color: #999;
	text-decoration:none;
	}

#contactus a:hover {
	color: #666666;
	text-decoration:none;
	}	
	
	
a.zoom1 img {
filter:alpha(opacity=100);
-moz-opacity: 1; 
opacity: 1;
-khtml-opacity: 1;
border: #CCCCCC solid 1px;

}

a.zoom1:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
-khtml-opacity: 0.7;
border:#CCCCCC solid 1px;
}

	

	
#link4 a:visited {color: #666666; }
#link4 a:hover {
	color: #000033;
	text-decoration:none;
	}	

#link5 a:link, #link5 a:visited {color: #FFF; text-decoration:none;}
#link5 a:hover {color: #CCC; text-decoration:none;}	
	
	

	
#register a:link, #register a:visited {
	color: #990000;
	text-decoration:none;
	}

#register a:hover {
	color: #666666;
	text-decoration:none;
	}
	
.img1 {
	border:1px solid #CCCCCC;
	}
	
#sb {
	}

#sb a:link, #sb a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}

#sb a:hover {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:normal;
	}
	
a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1; 
opacity: 1;
-khtml-opacity: 1;
border: #CCCCCC solid 1px;

}

a.linkopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
-khtml-opacity: 0.7;
border:#CCCCCC solid 1px;
}