@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#e4e4e4;
	background-image:url(template/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#wrapper { width:900px; text-align:left; }

#header { background-image: url(template/header.jpg); background-position:top; background-repeat:no-repeat; height: 123px; }

#menu { width:900px;}

#footer { background-image: url(template/footer.jpg); background-repeat:no-repeat; height: 47px; }

#footer a:link, #footer a:visited {text-decoration:none;	color: #FFF;	}
	
#footer a:hover {text-decoration:none; color: #CCC;	}


#content a:link, #content a:visited {text-decoration:none;	color: #999;	}
	
#content a:hover {text-decoration:none; color: #900;	}


#catmenu a:link, #catmenu a:visited {text-decoration:none;	color: #FFF;	}
	
#catmenu a:hover {text-decoration:none; color: #CCC;	}


#contact a:link, #contact a:visited {text-decoration:none;	color: #333;	}
	
#contact a:hover {text-decoration:none; color: #900;	}


#link1 a:link, #link1 a:visited {text-decoration:none;	color: #333;	}
	
#link1 a:hover {text-decoration:none; color: #666;	}


#sbar {
	scrollbar-face-color: #F4F4F4;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	}

#forma {font-family:Verdana, Geneva, sans-serif; font-size:10px; color: #666; text-align:left; padding-left:40px;}

#forma .box { width:150px; font-size:11px; background-color: #EEE; }

#forma .spambox { width:40px; font-size:11px; background-color: #EEE; }

#forma .btn { width:80px; font-size:11px; }

#message { width:300px; font-size:11px; background-color: #EEE; }

#forma .spamtext { font-size:11px; color: #900;  }

#forma .formatitle { font-size:12px; color:#666; }

#forma .errormsg { font-size:12px; color:#900; }


#search {font-size:11px; padding:10px 0 10px 0;	}

#search .text {color:#333333; width:175px; font-size:11px; border: 1px solid #666666; }

#search .btn {border:1px solid  #999999; background-color: #FFF; color: #000; font-size:11px; }

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1; 
opacity: 1;
-khtml-opacity: 1;
border:#666666 solid 1px;

}

a.linkopacity:hover img {

filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
-khtml-opacity: 0.8;
border: #666666 solid 1px;
}

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;
}


.test {text-align:left;}
