body {
	background:url(../images/BGargyle.jpg) repeat-x;
	font:.7em Geneva, Arial, Helvetica, sans-serif;
	}
	
#headerBG {
	position:relative;
	width:528px;
	margin:0px auto;
	top:-10px;
	padding-top: 0px;
	padding-bottom:30px;
	padding-right:30px;
	padding-left:30px;
	text-align:left;
	}
#content {
	position:absolute;
	top:270px;
	left:90px;
	padding:0px 0px;
	width: 405px;
	text-align:justify;
	}
h1 {
	font-size:150%;
	font-weight:100;
	margin:0 0;
	}
h3 {
	font-size:120%;
	font-weight:100;
	}

h4 {
	font-size:100%;
	font-weight:bold;
	margin:0 0;color:#cc3399;
	
	}
	
h5 {
	font-size:100%;
	font-weight:bold;
	top:30px;
	bottom:30px;color:#cc3399;
	}

.intro {
	line-height:140%;
	}
.intro p {
	margin-bottom:20px;
	}

boldred {
	font-size:100%;
	font-weight:bold;
	margin:0 0;
	
	}
.noBor {
	border:none;
	}
	
/* MENU*/
#menuContainer {
	position:absolute;
	top:198px;
	left:72px;
	}
#menu {
	margin-left:15px;
	}

 #menu a, #menu a:link, #menu a:visited {
	display:block; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	margin-right:1px; 
	padding: 5px 0; 
	width:100px;
	background:#ffffff;
	border-top:#000000 3px solid; 
	color:#666666; 
	text-decoration:none; 
	text-align:center;
	float:left;
	}

#menu a:hover {
	background:#ffffff;
	border-top:#e1e1e1 3px solid; 
	color:#000000; 
	}
#menu a:active {
	background:#ffffff;
	border-top:#e1e1e1 3px solid; 
	color:#333333; 
	}
a#selected, a:visited#selected {
	padding:10px 0 12px 0;
	margin-top:-11px;
	color:#000000;
	border-top:#e1e1e1 3px solid;
	font-weight:bold;
	}
a#selected-port, a:visited#selected-port {
	padding:10px 0 12px 0;
	margin-top:-11px;
	color:#ffffff;
	background:#CC3399;
	border-top:#e1e1e1 3px solid;
	font-weight:bold;
	}
	
/* MENU END*/

/* SUB MENU START    */

ul#submenu {
	position:absolute;
	top:224px;
	left:40px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:10px;
	border-top:8px solid #CC3399;
	border-left:3px solid #CC3399;
	height:30px;
	border-right:4px solid #CC3399;
	}
#submenu li {
	float:left;
	margin:0;
	padding:0;
	}
#submenu a, #submenu a:visited {
	display:block;
	line-height:25px;
	height:30px;
	width:125px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/sub-menu-bg.jpg) top no-repeat;
	}
#submenu a:hover {
	padding-bottom:13px;
	background:url(../images/sub-menu-bg.jpg) bottom no-repeat;
	}
a#sub-selected, a:visited#sub-selected {
	padding-bottom:13px;
	background:url(../images/sub-menu-bg.jpg) bottom no-repeat;
	font-weight:bold;
	}

/*     SUB MENU END     */




/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#CC3399;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:25; color:#009966; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 5px 5px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 1;
}

a.tt:hover span.middle{ 
	display: block;
	padding: 8px 8px; 
	 
}

/*-------bubble end-----*/

.portfolioThumb {
	width:400px;
	top: 30px;
	bottom: 30px;
	}
	
.portfolioThumb img {
	border:#cccccc 1px solid;
	padding:5px;
	background:#e1e1e1;
	float:left;
	margin: 0 10px 10px 0;
	}

.portfolioThumb img:hover {
	border:#666666 1px solid;
	}

.port-space {
	margin-top:20px;
	}	

/*------------FOOTER----------*/

#foot {
	font-size:90%;
	color:#999999;
	margin-top:50px;
	padding: 10px 0 0 0;
	border-top:1px solid #e1e1e1;
	line-height:200%;
	width:400px;
	float:left;
	}
#foot a, #foot a:visited {
	color:#999999;
	text-decoration:underline;
	}
#foot a:hover {
	text-decoration:none;
	} 
