@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;	
	background-color:#212121;
	background-image:url(../images/tile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
	min-height:728px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color:#666;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


#container1 {
	width:100%;
	text-align:center;
}

#container2 {
	margin:0px auto;
	width:950px;
	text-align:center;
	color:#FFF;
}

#header1 {
	height:39px;	
	text-align:left;
}

#menu {
	height:82px;
	background-image:url(../images/menu-background.jpg)
}

.menu_item { height:82px; float:left; cursor:pointer; }
#menu_item1 { background-image:url(../images/button1.jpg); width:157px; }
#menu_item2 { background-image:url(../images/button2.jpg); width:172px; }
#menu_item3 { background-image:url(../images/button3.jpg); width:175px; }
#menu_item1a { background-image:url(../images/button1a.jpg); width:157px; opacity:0.1;filter:alpha(opacity=10); }
#menu_item2a { background-image:url(../images/button2a.jpg); width:172px; opacity:0.1;filter:alpha(opacity=10); }
#menu_item3a { background-image:url(../images/button3a.jpg); width:175px; opacity:0.1;filter:alpha(opacity=10); }

#main_container { 
	margin:0px auto; 
	width:951px; 
	height:608px;
	text-align:left;
	margin-top:-1px; 
	background-color:#fff; 
	background-image:url(../images/main_background.jpg); 
}

#border_top {
	width:951px; height:26px; background-color:#fff; 
	background-image:url(../images/border-top.jpg)
}

#border_left {
	width:24px; height:563px; float:left; background-color:#fff; 
	background-image:url(../images/border-left.jpg)
}

#main_content {
	margin-left:27px;
	margin-top:27px;
	text-align:left; 
	width:900px; 
	height:563px; 
	background-color:#FFF; 
	float:left; 
	color:#666;
	z-index:100;
}

#border_right {
	width:27px; height:563px; float:right; background-color:#fff; 
	background-image:url(../images/border-right.jpg);
}

#titles {
	background-image:url(../images/title1.jpg);
	background-position:top left;
	background-attachment:scroll; 
	background-repeat:no-repeat;
	margin-right:10px;
}

#titles2 {
	opacity:1;
	filter:	alpha(opacity=100);
	margin-right:20px;
}

#main_texts { 
	color:#333; 
	font-size:11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	width:877px; 
	height:227px; 
	float:left; 
	background-color:#e9e9e9;
	margin-left:10px; 
	margin-top:20px;
}

#main_texts h1 {
	font-size:15px; 
	font-weight:bold; 
	line-height:10px;
}

.texts_subdivs {
	padding:5px;
	float:left; 
	width:250px; 
	height:217px; 
	margin-right:19px; 
	text-align:left;
}

.texts_subdivs2 {
	padding:5px;
	height:217px; 
	float:left; 
	width:260px; 
	text-align:left;
}

.portfolio_header {
	padding:5px;
	text-align:left;
	width:850px;
	margin-bottom:20px;
	font-size:15px; 
	font-weight:bold; 
	background-color:#c9c9c9;
}

#portfolio {
	margin:0px;
	padding-left:20px;
	padding-top:17px;
	width:877px;
}

.portfolio_item {
	width:160px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	height:120px;
	text-align:center;
	font-size:10px;
	background-color:#e9e9e9;
	background-repeat:no-repeat;
	background-position:bottom;
	cursor:pointer;
	line-height:20px;
}

.portfolio_item img {
	opacity:0;
	filter:	alpha(opacity=0);
	}

#contact {
	text-align:center;
	font-size:12px;	
	margin:0px;
	padding-left:20px;
	padding-top:17px;
	width:877px;
}

#titles {
	background-image:url(../images/title1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
	width:397px;
	height:80px;
	z-index:102;
	float:right;
}

#footer {
	width:930px;	
	height:32px;
	text-align:right;
	font-size:10px;
	color:#CCC;
}

#slideshow {
	width:877px; 
	height:289px; 
	margin-top:8px; 
	margin-left:10px;
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
