@charset "utf-8";
/* CSS Document */


a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}



a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
-khtml-opacity: 0.5; }



body {
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin-top:10px;
	margin-bottom:15px;
}

.container {
	position: relative;
	width: 719px;
	margin: auto;
}


.header {
	width: 719px;
	height: 47px;
}

.middle {
	width: 719px;
	height: 495px;
	background-image: url(images/BG_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.middle_inside {
	width: 400px;
	height: 400px;
	padding-right: 1px;
	padding-left: 1px;
	position: relative;
	padding-top: 85px;
}

.footer {
	width: 719px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}



.logo {
	width: 194px;
	height: 47px;
	float: left;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
}

.header_right_home {
	width: 230px;
	height: 47px;
	float: right;
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
}

.header_right_about {
	width: 230px;
	height: 47px;
	float: right;
	background-image: url(images/header_aboutus.jpg);
	background-repeat: no-repeat;
}

.header_right_portfolio {
	width: 230px;
	height: 47px;
	float: right;
	background-image: url(images/header_portfolio.jpg);
	background-repeat: no-repeat;
}

.header_right_contact {
	width: 230px;
	height: 47px;
	float: right;
	background-image: url(images/header_contact.jpg);
	background-repeat: no-repeat;
}


.header_inside {
	width: 717px;
	height: 47px;
	padding-right: 1px;
	padding-left: 1px;
	position: relative;
}

.content {
	width: 320px;
	height: 350px;
	float: right;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-right: 75px;
}

.menu {
	width: 388px;
	height: 27px;
	float: left;
}


/*!!!!!!!!!!! BUTTONS !!!!!!!!!!!*/

.btn1_holder{
	width: 69px;
	height: 27px;
	position: relative;
	float: left;
}

.btn1_placeholder{
	width: 69px;
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/placeholder1.jpg);
	background-repeat: no-repeat;
}


#btn1_btn {
	top: 0px;
	float: left;
	width: 69px;
	height: 27px;
	overflow:  hidden;
	background: url(images/btn1.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn1_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn2_holder{
	width: 108px;
	height: 27px;
	position: relative;
	float: left;
}

.btn2_placeholder{
	width: 108px;
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/placeholder2.jpg);
	background-repeat: no-repeat;
}

#btn2_btn {
	top: 0px;
	float: left;
	width: 108px;
	height: 27px;
	overflow:  hidden;
	background: url(images/btn2.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn2_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn3_holder{
	width: 110px;
	height: 27px;
	position: relative;
	float: left;
}

.btn3_placeholder{
	width: 110px;
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/placeholder3.jpg);
	background-repeat: no-repeat;
}

#btn3_btn {
	top: 0px;
	float: left;
	width: 110px;
	height: 27px;
	overflow:  hidden;
	background: url(images/btn3.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn3_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn4_holder{
	width: 101px;
	height: 27px;
	position: relative;
	float: left;
}

.btn4_placeholder{
	width: 101px;
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/placeholder4.jpg);
	background-repeat: no-repeat;
}

#btn4_btn {
	top: 0px;
	float: left;
	width: 101px;
	height: 27px;
	overflow:  hidden;
	background: url(images/btn4.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn4_btn:hover{

background-position: bottom left;
cursor: pointer;

}
