@charset "utf-8";
/* CSS Document */

html { 
	overflow-y: scroll;
	margin:0; padding:0;
	height:100%;
}

body {
	background: url(images/design/bg.png) repeat;
	font: 9pt/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #061227;
	margin: 0;
	padding: 0;
	height:100%;
}

a {
	outline: none;
}

h1 {
	font: 18pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 2px dashed #040f21;
	margin: 10px 0 0 0;
	padding: 0 0 8px 0;
	color: #040f21;
	text-shadow: 0px 0px 3px #dae7ff; /* FF3.5+, Opera 9+, Saf1+, Chrome */
}

h2 {
	font: 13pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	border-bottom: 1px solid #282e66;
	color: #282e66;
	margin: 50px 0 0 0;
}

#container {
	background: url(images/design/bg-top.png) repeat-x 0 0;
	margin: 0;
	height: 800px;
	width: 100%;
}

.floater {
	position: relative; 
	float:left;
	height:50%;	
	margin-bottom:-60px;
	width:200px;
}


.floater.yes {
	height:50%;	
	margin-bottom:-60px;
	
	 -moz-transition: all 0.8s ease-out;  
       -o-transition: all 0.8s ease-out;  
  -webkit-transition: all 0.8s ease-out;  
          transition: all 0.8s ease-out; 
}

.floater.no {
	height: 0;
	margin-bottom: 35px;
	
	 -moz-transition: all 0.8s ease-out;  
       -o-transition: all 0.8s ease-out;  
  -webkit-transition: all 0.8s ease-out;  
          transition: all 0.8s ease-out; 
}

#menu {
	position:relative;
	clear:both;
	background: url(images/design/menu-bg.png) no-repeat;
	height: 119px;
	width: 618px;
	text-align: center;
	margin: 0 auto;
}

.menutext {
	background: url(images/design/menutext-bg.png) no-repeat 0 0px;
	position: relative;
	top: -31px;
	left: -58px;
	width: 192px;
	height: 0px;
	padding-top: 14px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #8ca7d6;
	float: left;
	display: inline-block;
	
	filter: alpha(opacity=00);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
	-moz-opacity: 0.00;
	-o-opacity: 0.00;
	-webkit-opacity: 0.00;
	opacity:0.0;
	
     -moz-transition: all 0.5s ease-out;  
       -o-transition: all 0.5s ease-out;  
  -webkit-transition: all 0.5s ease-out;  
          transition: all 0.5s ease-out;  

}

#menu a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	height: 75px;
	width: 75px;
	top: 23px;
	margin: 0 10px 0 10px;
}

#menu a:hover { 
	background-position: 0 -75px;
}

#menu a:hover .menutext { 
	display: inline-block;
	background-position: 0 0px;
	top: -51px;
	height: 23px;
	color: #8ca7d6;
	
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	-webkit-opacity: 1.00;
	opacity:1.0;
	
	
     -moz-transition: all 0.5s ease-out;  
       -o-transition: all 0.5s ease-out;  
  -webkit-transition: all 0.5s ease-out;  
          transition: all 0.5s ease-out;  

}

.m_home {
	background: url("images/design/m_home.png") no-repeat 0 0;
}

.m_work {
	background: url("images/design/m_work.png") no-repeat 0 0;
}

.m_downloads {
	background: url("images/design/m_downloads.png") no-repeat 0 0;
}

.m_services {
	background: url("images/design/m_services.png") no-repeat 0 0;
}

.m_contact {
	background: url("images/design/m_contact.png") no-repeat 0 0;
}

#content {
	position: relative;
	width: 600px;
	margin: 0px auto;
	padding: 0 0 20px 0;
}

#content div.box {
	background: #9DA5FF;
	position: absolute;
	padding: 0px 10px 5px 10px;
	
	width: 580px;
	left: 0px;
	
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4 */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome */
	
	-moz-box-shadow: 0px 0px 10px #000000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #000000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #000000; /* Opera 10.5, IE9 */
}

#content div.box.hide {
	display: none;
}

#content div.box.show {
	display: block;		  
}

/******************************/
/*            WORK            */

.work_container {
	/*background: #090;*/
	position: relative;
	height: 100px;
	widht: 400px;
	margin: 0 0 10px 0;
}

.work_container a:link,
.work_container a:visited {
	text-decoration: none;
}

.work_container .image {
	position: absolute;
	border: 1px solid #555daf;
	height: 90px;
	width: 120px;
	top: 5px;
	left: 5px;
}

.work_container .headline {
	/*background: #C60;*/
	
	font: 12pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #555daf;
	color: #555daf;
	
	position: absolute;
	height: 20px;
	width: 449px;
	top: 2px;
	left: 126px;
}

.work_container .description {
	/*background: #C60;*/
	
	font: 10pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #040f21;
	
	position: absolute;
	height: 65px;
	width: 300px;
	top: 30px;
	left: 130px;
}

.work_container .btn {
	background: url(images/design/work-dl-bg.png) no-repeat 0 0;
	
	font: 9pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #555daf;
	
	position: absolute;
	padding-top: 3px;
	height: 17px;
	width: 140px;
	left: 435px;
}

.work_container .btn:hover {
	color: #a6bde6;
}

.work_container .btn1 {
	top: 30px;
}
.work_container .btn2 {
	top: 52px;
}
.work_container .btn3 {
	top: 74px;
}


/***********************************/
/*            DOWNLOADS            */

.downloads_container {
	/*background: #090;*/
	position: relative;
	height: 100px;
	widht: 400px;
	margin: 0 0 10px 0;
}

.downloads_container a:link,
.downloads_container a:visited {
	text-decoration: none;
}

.downloads_container .image {
	position: absolute;
	border: 1px solid #555daf;
	height: 90px;
	width: 120px;
	top: 5px;
	left: 5px;
}

.downloads_container .headline {
	/*background: #C60;*/
	
	font: 12pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #555daf;
	color: #555daf;
	
	position: absolute;
	height: 20px;
	width: 449px;
	top: 2px;
	left: 126px;
}

.downloads_container .description {
	/*background: #C60;*/
	
	font: 10pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #040f21;
	
	position: absolute;
	height: 65px;
	width: 300px;
	top: 30px;
	left: 130px;
}

.downloads_container .btn {
	background: url(images/design/work-dl-bg.png) no-repeat 0 0;
	
	font: 9pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #555daf;
	
	position: absolute;
	padding-top: 3px;
	height: 17px;
	width: 140px;
	left: 435px;
}

.downloads_container .btn:hover {
	color: #a6bde6;
}

.downloads_container .btn1 {
	top: 30px;
}
.downloads_container .btn2 {
	top: 52px;
}
.downloads_container .btn3 {
	top: 74px;
}

/*********************************/
/*            CONTACT            */

#contact-form {
	font: 8pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #969fff;
	border: 1px solid #848eff;
	color: #282e66;
	width: 500px;
	margin: 0 auto;
}

#contact-form .status {
	font: 10pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #d4d8ff;
	outline: none;
	background: #8c95ff;
	border-bottom: 1px solid #848eff;
	width: 500px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

#contact-form #success {
	color: #d4d8ff;
}

#contact-form #fail {
	color: #ffbebe;
}

#contact-form #success.status.no {
	display: none;
}

#contact-form #fail.status.no {
	display: none;
}

#contact-form #success.status.yes {
	display: block;
}

#contact-form #fail.status.yes {
	display: block;
}

#contact-form span.label {
	display: block;
	width: 480px;
	margin: 0 0 0 10px;
}

#contact-form .inputfield {
	font: 8pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #282e66;
	outline: none;
	background: #9DA5FF;
	border: 1px solid #848eff;
	width: 476px;
	height: 15px;
	margin: 0 0 0 10px;
}

#contact-form .inputfield:hover {
	border: 1px solid #373d8a;
}

#contact-form .inputfield:focus {
	background: #e4f2ff;
	border: 1px solid #373d8a;
}

#contact-form .inputmsgfield {
	font: 8pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #282e66;
	outline: none;
	background: #9DA5FF;
	border: 1px solid #848eff;
	width: 472px;
	max-width: 472px;
	margin: 0 0 0 10px;
}

#contact-form .inputmsgfield:hover {
	border: 1px solid #373d8a;
}

#contact-form .inputmsgfield:focus {
	background: #e4f2ff;
	border: 1px solid #373d8a;
}

#contact-form .submitbutton {
	font: 8pt/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #282e66;
	outline: none;
	background: #8e97ff;
	border: 1px solid #848eff;
	width: 481px;
	height: 20px;
	margin: 0 0 0 10px;
}

#contact-form .submitbutton:hover {
	background: #848eff;
	border: 1px solid #373d8a;
}

#contact-form .submitbutton:focus {
	background: #848eff;
	border: 1px solid #373d8a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #707cff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #707cff;
}
