﻿body {
	background-color: #CCCCCC;
}

h1, h2 {
	margin: 0; padding: 0
}


.textbg {
	background-color: #CDBFAC;
}

.center {
	text-align:center;
}
.mtpad {
	padding: 5px 0px 5px 0px;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
}
p {
	font-family: Arial;
	color: #000000;
	text-align:justify;
}

.body{
	background-color: #C0C0C0;
	padding-right: 25px;
	padding-left: 25px;
}
.footer{
	background-color: #CCCCCC;
}
.copyright {
	font-size: small;
	color:black;
}
.bold {
	font-weight: bold;
}

.menu{
	display: block;
    float:left;
}

h2.item{
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}


/*-Floating non styled list-*/

.inline {
	display: inline;
}
	
.float-l {
	display: block;
	float: left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:0px;
}

.clear {
	clear:both;
}

.port-items{
	list-style:none;
	font-size: small;
}

/*Menu Hovering feedback*/

#h2 {
    width: 138px; /* width of image */
    height: 103px; /* width of image */
    
    background-image: url('img/header_02_h.gif');
}

#h2:hover img {
    position:absolute; left:-999em; top:-999em;
}

#h4 {
    width: 140px; /* width of image */
    height: 103px; /* width of image */
    
    background-image: url('img/header_04_h.gif');
}

#h4:hover img {
    position:absolute; left:-999em; top:-999em;
}


#h6 {
    width: 140px; /* width of image */
    height: 103px; /* width of image */
    
    background-image: url('img/header_06_h.gif');
}

#h6:hover img {
    position:absolute; left:-999em; top:-999em;
}

/*Portfolio Hovering feedback*/

#ptpohtml5 {
	display: block;
    width: 300px; /* width of image */
    height: 400px; /* width of image */
    
    background-image: url('img/portfolio/thumb_tpohtml5_h.png');
}

#ptpohtml5:hover img {
    position:absolute; left:-999em; top:-999em;
}

#pphoto {
	display: block;
    width: 300px; /* width of image */
    height: 400px; /* width of image */
    
    background-image: url('img/portfolio/thumb_photonics_h.png');
}

#pphoto:hover img {
    position:absolute; left:-999em; top:-999em;
}

#pboids {
	display: block;
    width: 300px; /* width of image */
    height: 400px; /* width of image */
    
    background-image: url('img/portfolio/thumb_boids_h.jpg');
}

#pboids:hover img {
    position:absolute; left:-999em; top:-999em;
}


#pgoldenidol {
	display: block;
    width: 300px; /* width of image */
    height: 400px; /* width of image */
    
    background-image: url('img/portfolio/thumb_goldenidol_h.png');
}

#pgoldenidol:hover img {
    position:absolute; left:-999em; top:-999em;
}



a img {
	border: none; 
}


h2 {
}
.newStyle1 {
	margin-top: 10px;
}
.newStyle2 {
	margin-top: 50px;
}


