html, body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-position:top;
}

a {
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0px;
	outline:none;
}

a:link {
	color: #55b7fd;
	text-decoration: none;
}
a:visited {
	color: #55b7fd;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffed00;
}
a:active {
	text-decoration: none;
	color: #ffed00;
}

.container {
	min-height:100%;
	position:relative;
}

.content {
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
}


.content_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #FFF;
	line-height:17px;
}

.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #55b7fd;
	font-weight:bold;

	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
}

.footer_separator {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #ffed00;
	font-weight:bold;
}



.input {
padding:1px;
height:15px;
font-size:13px;
color:black;
width:200px;
border: 1px solid #55b7fd;
background-color:#fff;
}
.input:focus {
border: 1px solid #ffed00;
}

.input_msg {
padding:1px;
font-size:13px;
color:black;
width:622px;
border: 1px solid #55b7fd;
background-color:#fff;
}
.input_msg:focus {
border: 1px solid #ffed00;
}

.hidden {
  display: none;
}

object {
	outline:none;
}



/* Start button effects */

.bt1fr {
	clear: both;
	display:block;
	height: 41px;
	width: 73px;
	background:url(../images/bt1fr.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.bt1fr span.hover {
	position: absolute;
	display: block;
	height: 41px;
	width: 73px;
	background: url(../images/bt1fr.png) no-repeat;
	background-position: bottom;
}

.bt2fr {
	clear: both;
	display:block;
	height: 41px;
	width: 88px;
	background:url(../images/bt2fr.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.bt2fr span.hover {
	position: absolute;
	display: block;
	height: 41px;
	width: 88px;
	background: url(../images/bt2fr.png) no-repeat;
	background-position: bottom;
}

.bt3fr {
	clear: both;
	display:block;
	height: 41px;
	width: 98px;
	background:url(../images/bt3fr.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.bt3fr span.hover {
	position: absolute;
	display: block;
	height: 41px;
	width: 98px;
	background: url(../images/bt3fr.png) no-repeat;
	background-position: bottom;
}

.bt4fr {
	clear: both;
	display:block;
	height: 41px;
	width: 94px;
	background:url(../images/bt4fr.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.bt4fr span.hover {
	position: absolute;
	display: block;
	height: 41px;
	width: 94px;
	background: url(../images/bt4fr.png) no-repeat;
	background-position: bottom;
}

.bt5fr {
	clear: both;
	display:block;
	height: 41px;
	width: 83px;
	background:url(../images/bt5fr.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.bt5fr span.hover {
	position: absolute;
	display: block;
	height: 41px;
	width: 83px;
	background: url(../images/bt5fr.png) no-repeat;
	background-position: bottom;
}


/* Start portfolio button effects */

.print {
	clear: both;
	display:block;
	height: 282px;
	width: 296px;
	background:url(../images/print.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.print span.hover {
	position: absolute;
	display: block;
	height: 282px;
	width: 296px;
	background: url(../images/print.png) no-repeat;
	background-position: bottom;
}

.design {
	clear: both;
	display:block;
	height: 282px;
	width: 296px;
	background:url(../images/design.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.design span.hover {
	position: absolute;
	display: block;
	height: 282px;
	width: 296px;
	background: url(../images/design.png) no-repeat;
	background-position: bottom;
}

.video {
	clear: both;
	display:block;
	height: 282px;
	width: 296px;
	background:url(../images/video.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.video span.hover {
	position: absolute;
	display: block;
	height: 282px;
	width: 296px;
	background: url(../images/video.png) no-repeat;
	background-position: bottom;
}
