@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    src: url('../fonts/ITC-Avant-Garde-Gothic.eot');
    src: url('../fonts/ITC-Avant-Garde-Gothic.eot') format('embedded-opentype'),
         url('../fonts/ITC-Avant-Garde-Gothic.ttf') format('truetype')
}


@font-face {
  font-family: 'Roboto';
font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto.woff) format('woff');
}

body{ font-family:Roboto; font-size:13px; color:#000; line-height:24px; text-decoration:none; text-align:justify; margin:0; width:100%; height:100%; background:#FFF;}

.title
{
 font-family:'ITC Avant Garde Gothic';
 font-size:16px;
}

.blue
{
	color:#194995;
	text-transform:uppercase;}

.red
{color:#9d0909;
text-transform:capitalize;}

a{ text-decoration:none;}
p{ padding:10px;}

#wrapper
{
	width:100%;
	margin:100%;
	margin:0px;
	padding:0px;
}


#main
{
	width:1000px;
	height:auto;
	margin:0 auto;	
}


#logo
{
	width:565px;
	margin:5px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
	float:left;}

#topright
{
	width:400px;
	height:auto;
	margin:10px;
	float:left;
}


.social{
	width:256px;
	float:right;
}

#menu
{
	width:100%;
	height:50px;
	background:#9d0909;
	position:relative;
	float:left;
}


#banner-bg
{
	background:url(../images/banner-bg.jpg) repeat-x;
	height:auto;
	float:left;
	width:100%;
}

#content-part
{
	width:1080px;
	height:auto;
	margin:0 auto; 
}

.content-part-right
{
	background:url(../index_right-img2.png) no-repeat;
	float:right;
	height:333px;
	width:40px;
	margin-top:-31px;
}

.content-part-left
{
	background:url(../index_left-img2.png) no-repeat;
	float:left;
	height:333px;
	width:40px;
	margin-top:-31px;
}

.content
{
	width:980px;
	float:left;
	height:auto;
}

#footer

{
	width:100%;
	height:auto;
	float:left;
    background:#9d0909;
}

.services{
	width:980px;
	float:left;
	margin:0px;
}

.ser_list{
	width:250px;
	float:left;
}

.ser_list ul li{
	list-style:url(../images/tick.png);
}


.support_left ul li{
	list-style:url(../images/1412163868_arrow-right-blue.png);
}

.ser_right{
	width:650px;
	float:left;
	margin-top:20px;

}
.ser_right img {
border: 1px solid #ccc;
padding: 5px;
float:left;
}

#slideout {
  position:fixed;
  z-index:1000;
  bottom: 60px;
  right: -46px;
  -webkit-transition-duration: 0.58s;
  -moz-transition-duration: 0.58s;
  -o-transition-duration: 0.58s;
  transition-duration: 0.58s;
}
#slideout_inner {
  position: fixed;
  top: 300px;
  left: -500px;
  -webkit-transition-duration: 0.58s;
  -moz-transition-duration: 0.58s;
  -o-transition-duration: 0.58s;
  transition-duration: 0.58s;
}
#slideout:hover {
  right: -10px;
}
#slideout:hover #slideout_inner {
  left: 0px;
}