body {
	background-image:url(../images/bg-.jpg);
/*	margin-top:20px;
	height:300px;
	background-image: linear-gradient(bottom, #075BB3 14%, #012A58  63%);
	background-image: -o-linear-gradient(bottom, #075BB3 14%, #012A58  63%);
	background-image: -moz-linear-gradient(bottom, #075BB3 14%, #012A58  63%);
	background-image: -webkit-linear-gradient(bottom, #075BB3 14%, #012A58  63%);
	background-image: -ms-linear-gradient(bottom, #012A58 14%, #075BB3 63%);
	background-repeat:repeat-x;*/
	

}
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.text {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:normal;
}

.text1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555;
	font-weight:normal;
}

.text2 {
	color:#666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.text3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:normal;
}

.heading {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#444;
	font-weight:bold;
}

.heading2 {
	color:#555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.heading3 {
	color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
	text-transform:uppercase;
}

.heading4 {
	color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
	text-transform:uppercase;
}

.link {
    color: #777;
    font-family: Lucida Grande,Verdana,Arial,Tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.link:hover {
    color: #CCCCCC;
}

.btn {
	background-color:#666;
	color: #fff;
	font-family: Lucida Grande,Verdana,Arial,Tahoma;
	font-size: 12px;
	font-weight:normal;
	padding: 8px 15px;
	text-decoration: none;
	border: none;	
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.btn:hover {
    background-color:#333;
}

.btn1 {
	border-radius: 50%;
	background-color:#666;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	padding: 2px 11px;
	text-decoration: none;
	transform: scale(1) rotate(-360deg);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.btn1:hover {
    background-color:#3d5b99;
	transform: scale(0) rotate(0deg);
}

.form {
    border:1px solid #cccccc;
    color: #555;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;   
	margin:5px 0;
    width: 400px;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;	
	transform: scale(1) rotate(0deg);
}

.form:focus {
    border: 1px solid #888;
    transform: translate(2px) scale(1.03);
}
#logos img{
	margin: 15px 5px;
	/*width:100px;
	height:100px;*/
	border:#ccc 1px solid;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;	
	transform: scale(1) rotate(0deg);
}
#logos img:hover{
	transform: scale(1.1) rotate(0deg);
	-webkit-transform:scale(1.1) rotate(0deg);
	-moz-transform:scale(1.1) rotate(0deg);
	-o-transform:scale(1.1) rotate(0deg);
	/*border:#75A2FF 5px solid;*/
}
#gallery img{
	margin-top:15px;
	margin-bottom:20px;
	height:250px;
	width:240px;
	border:#fff 1px solid;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;

}

#gallery img:hover{
	border:#999 1px solid;
	-webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.4);

}

#glow{
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;

}

#glow:hover{
	-webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.3);

}
.btn2 {
	border-radius: 50%;
	background-color:#666;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	padding: 2px 11px;
	text-decoration: none;
	transform: scale(1) rotate(-360deg);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.btn2:hover {
    background-color:#3366FF;
	transform: scale(0) rotate(0deg);
}
