﻿@charset "utf-8";
/* CSS Document */
html { 
	background:url(images/bg.jpg) no-repeat center fixed;
	
	
			width: 100%;
			height: auto;
			/* Set rules to fill background */
			min-height: 100%;
			
			min-width: 1024px;
			
			
			
			/* Set up proportionate scaling */
			
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			 -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
			
		}


img{
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#links{
	position:absolute;
	left:-2px;
	width:50px;
	top:200px;
}
#links img
{
	width:50px;
	height:50px;
}
	
b{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	line-height:30px;
	
}
strong{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	line-height:30px;
}
	
.topheader{
	height:100px;
	padding-top:-10px;
	margin-top:-10px;
	background: rgba(0,0,0,0.2);
}
.bottomfooter{

}
.text1{font-family:Verdana, Geneva, sans-serif; font-size:16px; color:#fff; text-align:center; line-height:50px; }

#topcontainer{
	height:380px;
	width:500px;
	
	margin-top:50px;
	float:right;

	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px #484848;
	-webkit-box-shadow:0 0 5px #484848;
	background: rgba(0,0,0,0.6);
}
#aboutus{
	height:160px;
	width:360px;
	
	margin-top:50px;
	margin-bottom:20px;
	float:left;

	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px #484848;
	-webkit-box-shadow:0 0 5px #484848;
	background: rgba(0,0,0,0.6);
}
#clients{
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	color:#fff;
	margin-top:1px;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:15px;
}
#clients a{
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	color:#4290fc;
	margin-top:1px;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:15px;
}
#aboutcon{
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	color:#fff;
	margin-top:1px;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:15px;
	text-align:justify;
}
#Ventures{
	
	height:185px;
	width:360px;
	
	margin-top:65x;
	margin-bottom:-22px;
	float:left;
	
	

	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 5px #484848;
	-webkit-box-shadow:0 0 5px #484848;
	background: rgba(0,0,0,0.6);
}
#Venturescont{
	
	font-family:Arial, Helvetica, sans-serif; font-size:14px;
	color:#fff;
	margin-top:1px;
	margin-left:10px;
	margin-bottom:15px;
	margin-right:15px;
	text-align:justify;
}
#Venturescont img{
	margin-top:0px;
	margin-left:25px;
	margin-bottom:5px;
	margin-right:10px;
	text-align: left;
}
#menus{
	position:absolute;
	top:30px;
	margin-left:400px;
	margin-top:0px;
	
}
#menus ul{
	margin:0;
	padding:0;
}

#menus li{
	width:100px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}

#menus a{
	color:#FFF;
	text-decoration:none;
}

#menus p{
	padding:0px 5px;
}

	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#e46d07 url('images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#09458d url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}

Spidy{color:#09458d;}
Sys{color:#f8c301;}
com{color:#000;}

#slider1 {
	margin-left:auto;
	margin-right:auto;

	margin-top:90px;
    width: 580px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width:540px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 500px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

