@font-face {
	font-family: Dax-Regular;
	src: url('../font/dax_regular.ttf');
}

@font-face 
{
	font-family: Dax-Medium;
	src: url('../font/dax_medium.ttf');
}

p.custom_font
{
	font-family: Dax-Regular; /* no .ttf */
}

#body
{
	overflow-x:hidden;
	overflow-y:scroll;
	font-family: Dax-Regular;
	
}

#Container
{
	width:auto;
	margin-left:-10px;
	margin-right:-30px;
	margin-top:-20px;
	height:100%;
}

#Main
{
	background-image:url(../image/BG.png);
	margin-top:-20px;
	height:auto;
}
		
#Header
{
	background:#666666;
	margin-top:20px;
	width:100%;
	height:80px;
}

#Banner
{
	background:#000000;	
	width:100%;	
	height:60px;
	box-shadow: -5px 3px 10px #131313;
}

#logo-area
{
	
	color:#FFF;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
}

#Navigation
{
	width:1024px;
	height:auto;
	margin:auto;
	
	
}

#content
{
	width:1024px;
	margin:auto;
	margin-top:20px;
	max-height:10%;
	padding-bottom:40px;
	
}

#contact
{
	margin-top:30px;
	padding-bottom:50px;
}

#contact  h1
{
	font-family:Dax-Regular, Dax Medium;
	color:#999;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
}

#footer
{
	background-color: #FFF;
	height:100px;
	width: 100%;
	position:absolute;
}
	

#footer-content
{
	width:1024px;
	height:80px;
	margin:auto;
	padding-top:10px;
	
}

#slider
{
	width:950px;
	height:240px;
	margin:auto;
	box-shadow: 0px 5px 25px #888888;
	-webkit-border-bottom-left-radius:15px; /* bottom left corner */
	-webkit-border-bottom-right-radius:15px; /* bottom right corner */
}
	
	
#copyright
{
	width:590px;
	height:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:13px;
	text-align:left;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
	border-left-width:1.5px;
    border-left-style:solid;
    border-left-color:#EBEDEC;
    margin-left:350px;
    margin-top:-70px;
    padding-left:8px;
    padding-top:5px;
}
	
#footer-content a, ul 
{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	color:#999999;
	margin-left:5px;
	}
	
#footer-content a:hover,a:active, li
{
	color:#3399FF;
	text-decoration: none;
}
	
#list
{
	width:800px;
	height:130px;
	margin:auto;
	margin-top:60px;
}
	
.list-style p
{
	 margin-left:130px;
	 margin-top:-31px;
 }
	 
.client-container
{
	background:#FFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-radius:10px;
	padding: 20px;
}

.client-container li
{
	margin-bottom:3px;
}

#Client-content
{
	width:1024px;
	height:100%;
	margin:auto;
	z-index:9000px;
}


.box-style
{
	width:100%;
	height:60px;
	margin-bottom:20px;
	
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

#promo{
	background:#FFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-radius:10px;
	margin-top:40px;
	height:220px;
	width: 950px;
	margin-left: 35px;
		
	}
	#promo h1{
	color:#999;
	font-family:Dax-Regular;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
	}
	
	#promo p{
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
	margin-top:-10px;
	font-size:14px;
	margin-left:5px;
	}
	
#text-div
{
	height:150px;
	margin-left:400px;
	margin-top:-170px;
	border-left-color:#E9E7EC;
	border-left-style:solid;
	border-left-width:1px;
	margin-bottom:30px;
	padding-left:9px;
	
	}
	
#promo a img 
{
	margin-top:30px;
	margin-left:8px;
}


#ref-link
{
	width:100px;
	height:50px;
	padding-top:3px;
	margin-left:210px;
	margin-top:-70px;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always !important;
	border-left-width:1.5px;
 	border-left-style:solid;
 	border-left-color:#EBEDEC;
	padding-left:7px;
	list-style: none;
	float:left;
}

#Twitter
{
	display: block;
	width: 22px;
	height: 17px;
	background: url(../image/Twitter.png) bottom;
	text-indent: -99999px;
	float:left;
}

#Twitter:hover 
{
	background-position: 0 0;
}

#Linkedin
{
	
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/linkedIn.png) bottom;
	text-indent: -99999px;
	float:left;
}
#Linkedin:hover 
{
	background-position: 0 0;
}

#Skype
{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/Skype.png) bottom;
	text-indent: -99999px;
}

#Skype:hover 
{
	background-position: 0 0;
}

#linkedin-trans{
	margin-left:40px;
	margin-top:-15px;
	width:16px;
	height:16px;
}

#Skype-trans
{
	margin-left:80px;
	margin-top:-16px;
	width:16px;
	height:16px;
}	
	
	
.thumbnail 
{
	background:#CCC;
	border-color:#CCC;
	border-style:solid;
	border-width:10px;
	border-radius:10px;
	height:100px;
	width: 150px;
	margin: 2px;
}
