
/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #11272B;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 6.5em;
  background: white url(../images/hdr.jpg) no-repeat bottom left;

}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 10pt;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #00B9E8;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  
}

#header a:hover {
  background-color: #40C026;
}

#header a.active {
  background-color: #025FCA;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
#header a.lastMenuItemActive {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
  background-color: #025FCA;
}


a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

a.lang{
	color:white;
	text-decoration: none;
	font-size:13px;
}
a.lang:hover{
	color:pink;
}

span.lang{
	color:white;
	font-size:12px;
}

/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 15px 0 0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
  font-family:"arial";
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #8FB2BA;
  text-align:justify;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #797272 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #797272 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.9em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

#content table {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.9em;
  line-height: 1.8em;
}
#content table td {  
  vertical-align:top;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.5em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}

#content span.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content table.portfolioTree {
  display: block;  
  padding: 0px;
  border: 0px;  
  font-size: 0.9em;
  vertical-align:top;
  border-collapse:collapse;
}
#content table.portfolioTree TD{
  padding: 0;  
  cursor:pointer;
  line-height: 2em;
}
#content table.portfolioTree TD.expand{
  padding: 0px 0 0px 28px;
  background: url(../images/tree_expandl.gif) no-repeat center left;
  cursor:pointer;
}

#content table.portfolioTree TD.collpase{
  padding: 0px 0 0px 28px;
  background: url(../images/tree_collpasel.gif) no-repeat center left;
  cursor:pointer;
}


#content table.portfolioSubTree {
  margin: 0 0 0 1.2em;
  display: block;  
  padding: 0px;
  font-size: 1em;
  vertical-align:top;
}

#content table.portfolioSubTree TD.collpase{
  padding: 0px 0 0px 15px;
  background: url(../images/tree_collpase.gif) no-repeat center left;
  cursor:pointer;
}


#content table.portfolioSubTree TD.collpaseMouseover{
  padding: 0px 0 0px 15px;
  background: url(../images/tree_collpase.gif) no-repeat center left;
  cursor:pointer;
  background-color:#40C026;
}

#content table.portfolioSubTree TD.collpaseClicked{
  padding: 0px 0 0px 15px;
  background: url(../images/tree_collpase.gif) no-repeat center left;
  cursor:pointer;
  background-color:#025FCA;
}

.hide{
	display:none;
}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  /* text-transform: lowercase; */
  line-height: 2.6em;
  color: #0AD;
  background: white url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.red {
  color: red;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}













.imgA{
	cursor:pointer;
    /*padding:2px;*/
    background-color: #FFFFFF;
    border:1px solid #999999;
    padding: 0px 0px 0px 0px;
    
}
.imgA:hover{
    border:1px solid #000000;
}



#divPicAlbum .thumb {
	display:inline;
	width:100px;
	height:75px;
	padding:5px;
	float:left;
	background-color:white;
	margin:3px;
	text-align:center;	
}

#divPicAlbum .thumb img {
	padding:0px;
	background:#fff;
	border:0;	
}

#divPicAlbum a {  
  text-decoration: none;
  color: white;
  border-bottom: 0;
}

#divPicAlbum a:hover {
  color: white;
  background-color: white;
  border-bottom: 0;
}


#content #contentRight a {  
  text-decoration: none;
  color: #FC0;
  border:0;
}

#content #contentRight a:hover {
  color: #DDD;
  border:0;
}

.designer{
	font-size:17px;
	margin: 0;
	position:relative;
	top:-20px;
	left:20px;
	
}

.contentHighlight{
  font-size: 17px;
  font-weight: bold;
}


.divPortfolioPic{
	position:relative;
	left:100px;
	width:520px;
}

#divPicSlide{
	width:95%;
	min-height:210px;
}
#divPicSlide img{
	width:100%;
}