/* Extreme Design Studio Portfolio */

body {
margin: 0; padding: 0;
font-size: 10pt; font-family: Arial;
background: url(images/bg.png) repeat-y center;
}

a {text-decoration: none; color: #f67fa4;}
a:hover {color: #000;}

a img {border: 0;}

.banner {
width: 834px; background: #fff url(images/title_bg.png) repeat-x;
height: 150px; }

/*MENU*/
.menu {}
.menu a {
	font-size: 14pt;
	font-family: arial;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	float:left;
	margin: 0px 20px 0px 20px;
	margin-top: -30px;
	padding-top: 24px;
	width: 160px;
	height: 49px;
	text-align: center;
	background: url(images/btn2.png) center no-repeat;
}
.menu a:hover, .menu link:hover {background: url(images/btn.png) center no-repeat;} 

/* BODY */
.title {
width: 790px; background: #f6f6f6; border: 1px solid #b7b7b7;
padding: 4px 2px 3px 4px; font-size: 16pt; font-family: Arial; color: #f67fa4;}
.title:hover {border: 1px solid #f67fa4; color: #777;}
.title a:hover {background: none; color:#777;}

.content td {width: 248px;}
.content img {border: 1px solid #bbb; padding: 1px;}
.content a:hover {background:none;}
.content img:hover {border: 1px solid #f67fa4; filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8;}

.content_photo {margin-top: -30px;}
.content_photo td {width: 200px;}
.content_photo img {border: 1px solid #bbb; padding: 1px;}
.content_photo a:hover {background:none;}
.content_photo img:hover {border: 1px solid #f67fa4; filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8;}

.details {
border: 1px solid #bbb; background: #f6f6f6;
padding: 2px 2px 2px 4px; font-size: 10pt; font-family: Arial;}
.details:hover {border: 1px solid #f67fa4;}
.details a {color: #000;}
.details a:hover {background: #f6f6f6;}

.sv td {width:370px;}

