﻿@charset "utf-8";
/* CSS Document */
@font-face {
font-family: DIN;
src: url('DIN-Medium.ttf'), url('DIN-Medium.eot'); /* IE9+ */
}
a:link, a:visited, img {
 border:none;
 text-decoration:none;
 color:#febd26;
}
body{
	font-family:DIN;
	background-image:url('../images/bg.jpg');
	margin:0;
	margin:auto;
}
html{
	height:100%;
}
textarea, input[type="text"]{
background-color:#222220;
	color:#FFFFFF;
	padding:5px;
	outline:black;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	font-size:100px;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 163px;
	height: 120px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	background-color:#21201c;
}
.kwicks li:nth-child(even){
	background-color:#2a2925;
	
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}


.kwicks .smallLetters {  
    display: none;  
    text-align:center; 
    width: 185px;  
    color: #ccc;  
    font-size: 16px;   
    float: right;  
    margin-top:-80px;
}

.smallLetters{
	display:none
} 
 
.kwicks li.active .smallLetters {  
    /*display: block;  */
}  
   


#mainWrapper{
	height:100%;
	width:100%;	
}
#mainHolder{
	width:900px;
	margin:auto;
	}

#headyellow{
	background-image:url('../images/yellowMark.png');
	height:16px;
	width:100%;
}
.links{
	float:left;
	list-style:none;
	margin-left:30px;
	cursor:pointer;
	text-shadow: 0 2px 3px #000;
	font-size:12px;
}
#fadeUp{
	background-image:url('../images/upFade.png');
	height:50px;
	margin-top:-28px;

}
#linkHolder{
	color:#febd26;
	width:600px;
	margin:auto;
	font-family:DIN;
	margin-top:25px;
}
#logo{
	background-image:url('../images/logo.png');
	width:200px;
	height:63px;
	margin:auto;
	margin-top:20px;
	
}
#contentBodyHolder{
	width:900px;
	overflow:hidden;
	
}
#templateBody{
	min-height:500px;
	height:100%;
	width:5400px;
	}
#templateBody label{
	font-size:25px;
	color:#febd26;
	text-shadow: 0 2px 3px #000;
}
#templateBody div p{
	text-align:justify;
}
.content{
	float:left;
	font-size:12px;
	color:#FFF;
	width:840px;
	padding:30px;
}
#home{

}
#aboutUs{

}



#SDLCslider{
	background-color:#111110;
	width:815px;
	padding:10px;
}
#serviceFeatures{
padding:0;
margin-top:10px;	
}
.widget{
	width:270px;
	height:145px;
}
#serviceFeatures td{
	text-align:justify;
	vertical-align:top;
	padding:8px;
	padding-top:0px;
}
#footerTable{
	width:900px;
	margin:auto;
	
}
#socialLink{
margin-left:80px;
	
}
#urlTxt {
	margin:0px 0 0 0;
	float:left;
	color:#febd26;
}
#copyRight {
	float:left;
	font-size: 30px;
	padding: 5px;
	margin: -12px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:50;
}
#year {
	float:left;
	margin:1px 0 0 0;
}
#copyRightWrapper{
	font-size:12px;
	margin-left:80px;
	color:#FFF;
	margin-top:-10px;
}
#footerYellow{
	clear:both;
	background-image:url('../images/yellowMarkDown.png');
	width:100%;
	height:39px;
	
}
#footer{
	background-color:#0e0d0d;
	margin-top:15px;
	min-height:150px;
	height:150px;
	width:100%;
	}
.ServicesRow{
margin-top:20px;

}
.ServicesRow td{
	vertical-align:top;
	padding:5px;
}
h2{
	color:#febd26;
	text-shadow: 0 2px 3px #000;

}
.subHeader{
	color:#febd26;
	text-shadow: 0 2px 3px #000;
	font-size:15px;
	
}
.underline{
	padding-left:10px;
	font-size:13px;
}
.SubTextContent{
padding-left:20px;
	
}