.shadetabs {
	/*padding: 3px 0;*/
	margin-left: 0;
/*	margin-top: 1px;*/
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}


ul#maintab {
	position: relative;
	z-index: 1;
	/*margin-left : 0px;*/
	margin : 0;
	padding : 0;
}

.shadetabs li {
	display: inline;
	margin: 0;
	list-style:none;
	/*margin-right: 30px;*/
	/*background: url("left.jpg") no-repeat left #206376;*/
	padding : 10px 10px;
}

ul#maintab li a {
	text-decoration: none;
/*	padding-left : 15px;*/
	color: #000000;
}

ul#maintab li.selected a span {
}


.shadetabs li a:visited {
	color: #CE0031;
}
ul#maintab li a:hover {
	text-decoration: none;
	color: #CE0031;
}

ul#maintab  li.selected a { /*selected main tab style */
	text-decoration:none;
	color:#CE0031;
}

.shadetabs li.selected  { /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	background: url("../images/left_active.jpg") no-repeat left top;
	text-decoration:none;
}

.shadetabs li.selected  a span{
	background: url("../images/right_activ.jpg") no-repeat right top ;
	padding :10px 15px 10px 10px;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	color:#3366CC;
}

.contentstyle {
	/*border: 1px solid #CCCCCC;*/
	width: 95%;
	/*margin-bottom: 1em; */
	padding: 2px;
	color:#3399FF;
}
.portfolioimage img {
	border:2px solid #0D485A;
	margin : 7px;

}
.title1 {
	margin-bottom:20px;
	margin-top:10px;
	background:#565656;

	border:1px solid #DADBDF;
	height:15px;
	width:145px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font:"Times New Roman", Times, serif;

}
.title1 a
{
	text-decoration:none;
}
table.bluebox tr.bottom {
	height:6px;
}

div#porttour {
	padding-top : 8px;
	float : left;
	width : 17%;
	height : 23px;
	font-size: 12px;
	font-weight: bold;
	color : #D7060C;
	background: url("../images/top_sep.jpg") no-repeat right top ;
}

div#divtab {
	width : 100%;
	float : left;
	margin-top : 9px;
}

*html div#divtab {
	width : 75%;
	float : right;
	margin-top : -1px;
}

*+html div#divtab {
	width : 75%;
	float : right;
	margin-top : -1px;
}