/* Start of CMSMS style sheet 'Kelly' */
body {
background: #f2f2f2;
margin:0;
padding:0;
font-family: "myriad-pro-1","myriad-pro-2";
/*font-family: proxima-nova-1,proxima-nova-2, tahoma;*/
font-size: 14px;
color: #333;
}

#header {
padding: 0;
width: 920px;
height: 100px;
margin: auto;
position: relative;
}
#logo {
position:absolute;
top: 0px;
left:0px;
padding-top: 33px;
width: 234px;
height: 43px;
background: url(images/logo.gif) left bottom no-repeat;
display:block;
text-indent:-5000px;
}
#main {
/*width: 1000px;*/
margin: auto;
padding: 0 0 20px 0;
position: relative;
}
ul#menu {
display:block;
float:right;
margin:0;
padding:45px 0 0;
line-height:40px;
}
ul#menu li {
list-style: none;
display: block;
float:left;
padding: 0 10px;
}
ul#menu li, ul#menu li a{
font-size: 16px;
text-transform: uppercase;
color: #a5a2a2;
}
ul#menu li, ul#menu li a:hover{
color: #202020;
}
a {
font-size: 13px;
color: #bdbaba;
text-decoration: none;
outline: 0;
}
a:hover, ul#menu li.currentpage, ul#menu li a.menuactive {
color: #666;
}
#footer{
display:none;
}

#slideshow {
    position:relative;
    margin: auto;
/*    width: 100%;*/
    left: 0px;
background: url(http://www.computer.org/ieeecs-csdl-abstract-theme/images/progress_bar/loading_animation.gif) center no-repeat;
}

#slideshow img {
/*    position:absolute;
    top:0;
    left:0;
display: none;*/
position:absolute;
}


#projects_list {
overflow:hidden;
padding:0;
width:980px !important;
height: 500px;
margin: 15px auto;
}
#projects_list img { border: 0; }
#projects_list .gal {
	float: left;
	width: 220px;
	height: 192px;
	text-align: center;
	margin:0 0 40px 30px;
	overflow: hidden;
}
#projects_list .gal span {
	line-height: 35px;
}
.img {
border: solid 1px #cdcdcd;
padding: 5px;
display: block;
}
.gal_menu {
color: #a4a3a3;
width: 972px;
margin: auto;
height: 25px;
}
.gal_menu a {
display:block;
color: #817c7c;
background: #d9d9d9;
padding: 2px 10px;
margin-left: 5px;
float: right;
-moz-border-radius: 5px;
}
.gal_menu a:hover, .gal_menu a.current {
background: #7c9b3d;
color: #fffbfb;
}

.clear { clear: both; }

#press_list {
padding:0;
margin: 35px auto;
text-align: center;
}
#press_list .press {
float: left;
padding: 0;
margin: 0 0px 10px 40px;
width: 300px;
height: 260px;
}
#press_list .press .img {
border: 0;
padding: 0;
overflow: hidden;
width: 295px;
height: 190px;
}
#press_list .press .img img {
display: none;
}
#press_list .press .title a {
line-height: 28px;
text-transform: uppercase;
color: #999999;
text-align: center;
font-size: 14px;
}
.fl { float: left; }
#galleria {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
display:none;
z-index: 999;
background: #f2f2f2;
}

.page {
width: 920px;
margin: auto;
/*padding-top: 35px;*/
font-size: 16px;
}
.page .text {
display: none;
line-height: 20px;
}
.page .images {
position:relative;
width: 410px;
height: 513px;
}
.page .images img {
position:absolute;
top: 0;
left: 0;
display: none;
}
#intro {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #f2f2f2 url(images/logo_intro.png) center no-repeat;
z-index: 1000;
display: none;
}
a.gal_close {
position:absolute;
top:20px;
right:30px;
cursor:pointer;
display:block;
width:31px;
height:31px;
background:url(images/close.png) no-repeat;
background-position: 0 0;
z-index: 100;
}
a.gal_close:hover {
background-position: 0 -31px;
}
/* End of 'Kelly' */

