/* CSS Document */

html, body{
	margin: 0;
	padding: 0;	
	height: 100%;
	width: 100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;	
}

p{
	margin: 0;
	padding: 0;
}

img{
	margin: 0;
	padding: 0;
	border: none;	
}

a{
	text-decoration: none;
}

.clearer{
	clear: both;
}

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

#container {
	width: 100%;
	height: 100%;
	margin: 0;
	min-height: 780px;
	width: expression( document.body.clientWidth < 1024 ? "1024px" : "100%" ); /* set min-width for IE */	
	min-width: 1024px;
	position: absolute;
}

#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 0 -432px;
	z-index: 1;
	position: relative;	
	background: #030f28 url(../images/backgroundGradient.gif) bottom repeat-x;
}

html>body #wrapper {
	height: auto;
}

#content{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;	
	font-size: 1.2em;
	overflow: hidden;
}

a.iconHand{
	color: #fff;
	font-size: 1.4em;
	background: url(../images/handIcon.gif) no-repeat right bottom;	
	padding: 0 6px 5px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.8em;
	font-weight: bold;
}

#content #tropo{
	height: 33%;
	position: relative;
	/*border-left: 30px solid #ffc600;*/
	padding-left: 30px;
}

#content #tropo a.wiki{
	background: #ffc600 url(../images/tropoHandler.gif) bottom right no-repeat;
}

#content #stratus{
	height: 27%;
	position: relative;
	/*border-left: 30px solid #03dd2c;*/
	padding-left: 30px;
}

#content #stratus a.wiki{
	background: #03dd2c url(../images/stratusHandler.gif) bottom right no-repeat;
}

#content #mesos{
	height: 23%;
	position: relative;
	/*border-left: 30px solid #cd00b2;*/
	padding-left: 30px;
}

#content #mesos a.wiki{
	background: #cd00b2 url(../images/mesosHandler.gif) bottom right no-repeat;
}

#content #thermo{
	height: 13%;
	position: relative;
	/*border-left: 30px solid #0070e3;*/
	padding-left: 30px;
}

#content #thermo a.wiki{
	background: #0070e3 url(../images/thermoHandler.gif) bottom right no-repeat;
}

#content #exo{
	height: 4%;
	position: relative;
	border-left: 30px solid #024285;
	z-index: 30;
}

#content #exo a{
	border: none;
	padding: 0;
	background: none;
	margin-right: -5px;
	line-height: normal;
	font-size: 1.0em;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	float: left;
}

#content #exo a:hover{
	line-height: normal;
	font-size: 1.0em;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#content a{
	font-size: 1.4em;
	color: #fff;
	background: url(../images/handIcon.gif) no-repeat right bottom;	
	padding: 0 6px 5px 0;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content a:hover{
	border: none;
	background: none;
	padding-right: 0;
	font-size: 1.5em;
	line-height: 1.6em;
}

#content a.wiki{
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	left: -270px;
	border: 0;
	display: block;
}

#content a.wiki img{
	position: relative;
	float: right;
	margin-top: 10px;
}

#content a.wiki:hover{
	/*left: 0;*/
}

#content p{	
	float: left;
	margin: 15px 10px 0px;
	padding: 0;
	position: relative;
	color: #fff;
	display: inline;
	width: 60%;
}

#content h1{
	margin: 5px 10px 30px;
	font-size: 2.2em;
	font-weight: normal;
	display: inline;
	padding: 0;
	color: #fbf8f1;
	font-family: "Arial Narrow";	
}

#latest{
	position: absolute;
	right: 0;	
	z-index: 11;
	width: 30%;
	top: 0;
	height: 80%;
	overflow: hidden;
	background: #b4ecfe;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-left: 4px solid #1698c9;
}

a#screenshot{
	position: absolute;
	right: 15%;	
	z-index: 11;
	width: 15%;
	top: 30%;
	height: 40%;
	z-index: 12;
	overflow: hidden;
	background: #b4ecfe;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-left: 4px solid #1698c9;
	color: #000;
	cursor: default;
}

a#screenshot:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	right: 0;
	width: 30%;
	z-index: 15;
}

a#latestBlog{
	position: absolute;
	right: 0;	
	z-index: 11;
	width: 15%;
	top: 30%;
	height: 40%;
	z-index: 12;
	overflow: hidden;
	background: #b4ecfe;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-left: 4px solid #1698c9;
	color: #000;
	cursor: default;
}

a#latestBlog:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	width: 30%;	
}

a#screenshot img{
	cursor: pointer;
}

a#screenshot small,
a#latestBlog small,
a#latestBlog big{
	display: block;
	margin: 5px;
	font-size: 1.1em;
}

a#latestBlog big{
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

a#screenshot small.url{
	cursor: pointer;
	text-decoration: underline;
}

a#latestBlog small.date{
	font-size: 0.9em;
	margin-top: 15px;
}

a#screenshot big.head,
a#latestBlog big.head{
	position: relative;
	z-index: 11;
	z-index: 12;
	color: #024285;
	font-size: 2.0em;
	font-family: "Arial Narrow";
	font-weight: bold;
	margin: 10px;
	text-decoration: none;
	display: block;
}

ul.latest{
	overflow: hidden;
	position: absolute;
	right: 0;	
	z-index: 13;
	width: 30%;
	top: 70%;
	height: 10%;
	z-index: 12;
	list-style: none;
}

ul.latest li{
	display: block;
	margin: 5px 10px;
	font-size: 1.2em;
}

h3.latestHead{
	position: relative;
	z-index: 11;
	left: 0px;
	top: 15px;
	height: 50px;
	z-index: 10;
	color: #6ec6e3;
	font-size: 2.0em;
	font-family: "Arial Narrow";
}

.topSlogan{
	position: absolute;
	z-index: 15;
	right: 30px;
	top: 4%;
	width: 500px;
	height: 150px;
	right: 40px;
	padding-top: 20px;
}

.topSloganBlog{
	right: 0;
	width: 29%;
}

img.topSlogan{
	padding: 0;
	width: 580px;
	right: 40px;
	top: 4%;
	z-index: 10;
}

.topSlogan h1{
	color: #6ec6e3;
	font-size: 2.8em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	font-weight: normal;
	line-height: 1.6em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.topSlogan h1 a{
	color: #6ec6e3;	
}


.topSlogan h1.unactive a,
.topSlogan span.unactive{
	color: #044675;
}

.topSlogan h1.unactive a:hover{
	color: #6ec6e3;
}

.topSlogan .separator{
	color: #6ec6e3;
	font-size: 2.8em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-weight: normal;
	margin: 0 5px;
	line-height: 1.6em;
}

ul.portfolio{
	overflow: hidden;
	position: absolute;
	right: 0;	
	z-index: 33;
	width: 30%;
	top: 15%;	
	z-index: 12;
	list-style: none;
}

ul.portfolio li{
	display: block;
	margin: 5px 10px;
	font-size: 1.2em;
	color: #6ec6e3;
}

ul.portfolio li h3{
	color: #6ec6e3;
	font-size: 1.7em;
	font-family: "Arial Narrow";
	font-weight: bold;
}

ul.portfolio li a{
	color: #fff;
	font-size: 1.2em;
	background: url(../images/handIcon.gif) no-repeat right bottom;	
	padding: 0 6px 5px 0;
}

ul.portfolio li a:hover{
	text-decoration: underline;
}

#content #inner{
	position: absolute;
	z-index: 15;
	height: 70%;
	top: 0;
	left: 30px;
	right: -20px;
	overflow-y: auto;
	padding: 14% 0 0 40px;
	line-height: 1.4em;
}

* html #content #inner{
	width: 100%;
}

#content #inner.content{
	right: 30%;
}

* html #content #inner.content{
	width: 63%;	
	padding-left: 0;
	left: 0;	
}

#content #inner p img{
	margin-right: 40px;
}

#content #inner p a.img{
	width: 40%;
	overflow: hidden;
	border: none;
	float: left;
	margin-right: 40px;
	padding: 0;
	background: none;
}

#content #inner img.sprite{
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 1;
}

#content #inner img.portfolioSprite{
	z-index: 20;
}

* html #content #inner p img.sprite{
	display: none;
}

#content #inner h1.siteName{
	position: relative;
	top: 14px;
	left: 27px;
	z-index: 23;
}

#content #inner h1.siteName a{
	font-size: 1.0em;
	font-weight: normal;
	z-index: 23;
	position: relative;	
}

#content #inner h1.siteName a:hover{
	line-height: 1.8em;
}

#content #inner a.anchor{
	border: none;
	background: none;	
	display: block;
	margin-bottom: 60px;
	clear: both;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

#content #inner a.anchor:hover{
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

#content #inner .foo{
	visibility: hidden;
}

#content #inner h4.contactsTitle{
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
	position: relative;
}

ul.contacts{
	margin: 5px 0;
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

ul.contacts li.caption{
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	color: #fff;
}

ul.contacts li.element{
	width: 70%;
	margin: 0;
	padding: 0;
	float: left;
	color: #fff;
}

ul.contactForm{
	overflow: hidden;
	position: absolute;
	right: 0;	
	z-index: 13;
	width: 30%;
	top: 15%;	
	z-index: 12;
	list-style: none;
}

ul.contactForm li{
	display: block;
	margin: 5px 10px;
	font-size: 1.1em;
	color: #fff;
}

ul.contactForm li h3{
	color: #6ec6e3;
	font-size: 1.7em;
	font-family: "Arial Narrow";
	font-weight: bold;
}

ul.contactForm li input.text,
ul.contactForm li textarea{
	width: 80%;
	border: 1px solid #000;
}

ul.contactForm li textarea{
	height: 80px;
}

/*---- END CONTACTS BOX STYLES ---*/

/*----- END TEXT BLOCK CONTAINERS STYLES  --*/
#footer{
	height: 432px;
	margin: 0;
	z-index: 3;
	position: relative;
	width: 100%;
	bottom: 0;
}

#footContent{
	padding: 0 675px 0 325px;
	height: 100%;
}

#bottom{
	float: left;
	width: 100%;	
	border-left: 325px solid #69cae8; /* The width and color of the left rail */
	border-right: 675px solid #69cae8; /* The width and color of the right rail */
	margin-left: -325px;
	margin-right: -675px;
	display: inline; /* So IE plays nice */	
	height: 100%;
	min-width: 100px;
	position: relative;
	z-index: 1;
}

#bottom .left{
	float: left;
	width: 325px;
	margin-left: -325px;
	position: relative;	
	height: 100%;	
	z-index: 1;
}

#bottom .center{
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-right: -100%;
	height: 411px;	
	text-align: center;
	background: url(../images/footMiddle.jpg) repeat-x bottom left;	
	z-index: 1;
}

#bottom .right{
	float: right;
	width: 675px;
	margin-right: -675px;
	position: relative;
	/*background: url(../images/footRight.jpg) no-repeat bottom right;*/
	height: 100%;
	z-index: 1;
}


