/* RESET */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
* { padding: 0; margin: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, "Trebuchet MS", Sans-Serif;
    color: #cecece;
    background: #444;
    text-align: left;
}
a img { border: 0; }
a { color: #c7e85d; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }

.cl, .clear { display: block; height: 0; font-size: 0; line-height: 0;	 text-indent: -4000px; clear: both; }


.shell { width: 960px; margin: 0 auto; padding: 0 15px; }
#wrapper { position: relative; min-height: 100%; width: 100%; }
#page { padding-bottom: 96px; }


#header, #header .shell { height: 122px; background: url(images/header-bg.gif) repeat-x 0 0; }
#header .shell { position: relative; }

h1 { font-size: 30px; font-weight: normal; color: #fff; font-family: "Lucida Sans", "Trebuchet MS", Tahoma, Sans-Serif; letter-spacing: -1px; line-height: 1; float: left; display: inline; text-align: right; margin-top: 40px; }
h1 a { color: #fff; }
h1 a:hover { text-decoration: none; }
h1 .description { display: block; font-size: 14px; color: #b5e053; }

#navigation { position: absolute; bottom: 2px; right: 15px; font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif; text-align: center; }
#navigation ul li { float: left; display: inline; list-style-type: none; margin-left: 4px; font-size: 12px; line-height: 28px; position: relative; }
#navigation ul li a { float: left; display: inline; width: 107px; color: #b4b4b4; background: url(images/navigation-button.gif) no-repeat 0 0; }
#navigation ul li.active { margin-top: -2px; line-height: 30px; }
#navigation ul li.active a { color: #fff; background: url(images/navigation-button-active.gif) no-repeat 0 0; font-weight: bold; }
#navigation ul li.active a:hover { text-decoration: none; }
#navigation ul li span.glow { display: block; position: absolute; bottom: -8px; left: -2px; height: 8px; width: 111px; }
#navigation ul li span.glow { font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/navigation-glow.png); }

#availability { position: absolute; top: 0; right: 15px; width: 197px; height: 43px; font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif; font-weight: bold; }
#availability .bg { width: 197px; height: 43px;	background: url(images/availability-box.png) no-repeat 0 0; }
#availability a { color: #fff; text-decoration: none; font-size: 8px; display: block; padding-left: 30px; line-height: 28px; position: absolute; }


#main { padding: 40px 15px 20px; }
#content { float: left; display: inline; width: 640px; }
#sidebar { float: right; display: inline; width: 300px; }

#footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 96px; }
#footer .shell { padding-top: 26px; height: 70px; }
#footer, #footer .shell { background: url(images/footer-bg.gif) repeat-x 0 0; }

.block { background: #505050; border: solid 1px #333333; height: 100%; position: relative; }
.block .in { border: solid 1px #666666; }
#content .block { margin-bottom: 10px; }
#sidebar .block { margin-bottom: 20px; }

.more { font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif; font-size: 8px; font-weight: bold; text-transform: uppercase; }

.textblock .cnt { padding: 10px 15px;  font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif;}
.textblock h3 { font-weight: bold; text-transform: uppercase; color: #b5e053; font-size: 12px; font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif; }
.textblock h3 { padding-bottom: 8px; background: url(images/hor-line.gif) repeat-x 0 bottom; margin-bottom: 8px; }
.textblock h3 a { color: #fff; font-family: Tahoma, Arial, "Trebuchet MS", Sans-Serif;}
.textblock p { padding-bottom: 18px; }
.textblock .more { background: url(images/arrow-more.gif) no-repeat 0 2px; padding-left: 11px; }

.project .cnt { padding: 6px 12px 12px; }
.project h2 { font-size: 15px;color:#b5e053; font-weight: normal; padding-bottom: 7px; }
.project .image { margin-bottom: 15px; }
.project .image img { padding: 1px; border: solid 5px #333333; }
.project .used-software li { float: left; display: inline; list-style-type: none; margin-right: 5px; }
.project .more { float: right; display: inline; width: 114px; height: 33px; line-height: 33px; padding-left: 27px; background: url(images/project-button-more.gif); }
.project .more { color: #505050; }

.project .slider { position: relative; width: 100%; height: 100%; }
.project .slider .buttons span {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
	top: 120px;
}
.project .slider .buttons span { background-position: 0 0; background-repeat: no-repeat; cursor: pointer; z-index: 100; }
.project .slider .buttons .prev { background-image: url(images/button-prev.png); left: -20px; }
.project .slider .buttons .next { background-image: url(images/button-next.png); right: -20px; }
.project .slider .holder { width: 612px; height: 170px; position: relative; overflow: hidden; }
.project .slider .holder .content { position: absolute; top: 0; left: 0; height: 170px; width: 1000000px; }
.project .slider .holder .content ul li { float: left; display: inline; }
.project .slider .holder .content ul li a { display: block; }
