@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	/* border: 0;  */
}

html, body { 
	height: 100%;
	background:#fff url("/images/bg_main2.gif") top repeat-x;
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	color:#4e4e4e;
	text-align:center;
	font-size: 12px;
	
}

a { text-decoration:underline; color:#323283; }
a:hover { text-decoration:none; }


img, fieldset {
	border: 0;
	border-style:none;
}

td {
	font-size: 12px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size:36px;
	color:#4e4e4e;
	font-weight:normal;
	margin:10px 0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	color:#4e4e4e;
	font-weight:normal;
	margin:10px 0;
}

h3 {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	color:#4e4e4e;
	font-weight:normal;
	margin:10px 0;
}


p {
	font-size:12px;
	color:#4e4e4e;
	line-height:16px;
	margin:0 0 10px 0;
}

ul { padding: 0 0 10px 0; font-size:12px; color:#4e4e4e; }
li { list-style-image:url("/images/bg_list_element.gif"); margin:0px 5px 10px 25px;}


/*layout*/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width:960px;
	text-align:left;
	
}


#header {
	height:64px;
	padding:25px 0 16px 0;
}

#logo {
	height:64px;
	width:355px;
	
}

/* MENU */
#menuline {
	padding-left:30px;
	height:33px;
}


#menu, #menu ul {
  list-style: none;
  padding:0;
  margin:0;
}

#menu li {
  list-style:none;
  float:left;
  position:relative;
  margin:8px 25px 0 0;
  font-size:14px;
  white-space:nowrap;
}

#menu li a {
  color:#fff;
  text-decoration:none;
  display:block;
}

#menu li a:hover  {
  color: #fff;
  text-decoration:underline;
}

#menu LI UL {
	display:none;
	z-index:1;
	position:absolute;
	width:155px;
	padding:10px 0 0 0;
}

#menu LI LI {
	display:block;
	z-index:1;
	white-space:normal;
	margin:0;
	clear:both;
	width:155px;
}

#menu LI LI A {
	display:block;
	z-index:1;
	white-space:normal;
	background:#ededed;
	border:0;
	width: 135px;
	padding:5px 10px;
	text-decoration:underline;
	font-size:12px;
  	color:#333399;
}

#menu LI LI A:hover  {
	text-decoration:underline;
	color: #ff4040;
}

#menu LI:hover UL {
	display:block;
	z-index:1;
}
#menu LI.jshover UL {
	display:block;
	z-index:1;
}


/* selected style and submenu in selected */

#menu li.selected {
  background:url("/images/bg_menusel_l.gif") no-repeat 0px;
  position: relative;
  padding:0 0 0 5px;
  margin:0 20px 0 0;
  color: #333399;
  font-size:16px;
  font-weight:bold;
  line-height:16px;
  float: left;
  border:0;
}


#menu li.selected a {
  background:url("/images/bg_menusel_r.gif") no-repeat right;
  position: relative;
  padding:8px 5px 8px 0px;
  margin:0;
  display:block;
  float: left;
  color: #333399;
  text-decoration:none;
  border:0;
}

#menu li.selected a:hover {
  color: #333399;
  text-decoration:none;
}

#menu LI.selected UL {
	display:none;
	z-index:1;
	position:absolute;
	width:155px;
	margin:26px 0 0 0;
	clear:both;
}

#menu LI.selected LI {
	display:block;
	z-index:1;
	white-space:normal;
	margin:0;
	clear:both;
	width:155px;
	padding:0;
}

#menu LI.selected LI A {
	display:block;
	z-index:1;
	white-space:normal;
	background:#ededed;
	border:0;
	width: 135px;
	padding:5px 10px;
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
  	color:#333399;
}

#menu LI.selected LI A:hover  {
	text-decoration:underline;
	color: #ff4040;
}

#menu LI.selected:hover UL {
	display:block;
	z-index:1;
}
#menu LI.selected.jshover UL {
	display:block;
	z-index:1;
}

/* END OF MENU */


#content {
	background: url("/images/bg_red_sideline.gif") left repeat-y ;
	margin: 40px 0 40px 0; 
	padding: 0px 0 10px 30px;
	width:650px;
	float:left;  
}

#sidebar {
	margin:40px 0; 
	padding:0px 0 10px 0;
	width:280px;
	float:right; 
}

#grey_box { 
	background:url("/images/bg_sidegrey.jpg") left repeat-y; 
	width:225px; 
	margin: 30px 0 0 43px;
	padding: 0 0 12px 12px;
}

#grey_box img { 
	margin-top: 12px;
}


/* FOOTER */
#footer {
	width:100%;
	height:100px;
	background:#868686 url("/images/bg_footer.gif") repeat-x bottom;
}

#fcontent {
	margin: 0 auto;
	width:960px;
	height:72px;
	padding-top:28px;
	text-align:left;
}

#f_cont1, #f_cont2, #f_cont3 {
	padding:0;
	width:300px;
	font-size:12px;
	color:#fff;
	float:left;
	text-align:left;
}

#f_cont3 a { color:#fff; }

#piranha_logo { float:right; width:60px; text-align:center; padding-top:8px }

#saver {
	height: 100px;
	clear:both;
}

/* MISC */
.clear { clear:both; }

A.nextLink , A.prevLink {
  font-size:12px;
  display: block;
  float: left;
  color:#333399;
  line-height: 16px;
  text-decoration: none;
}

A.prevLink {
	background: url("/images/icon_arrow_left.gif") 0 5px no-repeat;
}

A.nextLink {
	float: right;
	text-align: right;
	background: url("/images/icon_arrow_right.gif") 100% 5px no-repeat;
}

A.prevLink SPAN {
	margin-left: 10px;
    text-decoration: underline;
}

A.nextLink SPAN {
	margin-right: 10px;
    text-decoration: underline;
}

#teamPic {
	float: left;
	margin: 0 10px 10px 0;

}

#nav {
	float: left;
	clear: both;
	width: 100%;
	height: 18px;
	margin-bottom: 20px;
}

.portfolioThumb {
    width: 73px;
    height: 76px;
    margin-left: 15px;
    margin-bottom: 12px;
    background: url("/images/bg_portfolio_side.jpg") 0 0 no-repeat;
    float: left;
}

.portfolioThumb SPAN {
    display: block;
    width: 58px;
    height: 57px;
    background: #ffffff;
    margin: 8px 0 0 7px;
    overflow: hidden;
}

/* centering using DIV's */ /* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#portfolioThumbImg { overflow: hidden; position: relative; float: left; clear: both; width: 58px; height: 57px; }
#portfolioThumbImg[id] { display: table; position: static; }
#portfolioThumbImg_middle { position: absolute; top: 50%; width: 100%; text-align: center; }  /* for explorer only*/
#portfolioThumbImg_middle[id] { display: table-cell; vertical-align: middle; position: static; }
#portfolioThumbImg_inner { position: relative; top: -50%; text-align: left; text-align: center; }  /* for explorer only */
#portfolioThumbImg_inner { width: 58px; margin-left: auto; margin-right: auto; text-align: center; }  /* for all browsers*/ 
/* #portfolioThumbImg_inner[id] { position: static; } */


