@font-face {
    font-family: 'AvenirBook';
    src: url('../fonts/avenir.eot');
    src: url('../fonts/avenir.eot') format('embedded-opentype'),
         url('../fonts/avenir.woff') format('woff'),
         url('../fonts/avenir.ttf') format('truetype'),
         url('../fonts/avenir.svg#AvenirBook') format('svg');
    font-weight: normal;
    font-style: normal;}
	
@font-face {
    font-family: 'AvenirBookBlack';
    src: url('../fonts/AvenirLT-Black.eot');
    src: url('../fonts/AvenirLT-Black.eot') format('embedded-opentype'),
         url('../fonts/AvenirLT-Black.woff') format('woff'),
         url('../fonts/AvenirLT-Black.ttf') format('truetype'),
         url('../fonts/AvenirLT-Black.svg#AvenirBookBlack') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'keep_calmmedium';
    src: url('../fonts/keepcalm-medium-webfont.eot');
    src: url('../fonts/keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/keepcalm-medium-webfont.woff') format('woff'),
         url('../fonts/keepcalm-medium-webfont.ttf') format('truetype'),
         url('../fonts/keepcalm-medium-webfont.svg#keep_calmmedium') format('svg');
    font-weight: normal;
    font-style: normal;}

a {
	text-decoration: none;}

img { 
	border: none;}

ul {
	list-style: none;}

body {
    background: url("../images/bg.png") repeat-x scroll 0 0 #fff;
    border-top: 3px solid #d7671a;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    margin: 0;}
 
a{
	color: #e9650a;
	text-decoration: none;}

a:hover{
	text-decoration: underline;}

h1, h2, h3 , h4 {
	font-weight: normal;}
 
.left {
	float: left;}

.right {
	float: right;}

.clr, .clear {
	clear: both;}

hr.sep {
	border: medium none;
    border-bottom: 1px dashed #000000;
    margin: 20px 0;}

.button {
    background: none repeat scroll 0 0 #45545f;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    margin: 6px 10px 6px 0 !important;
    padding: 8px;
    width: 70px !important;}

.button:hover {
	background: none repeat scroll 0 0 #e9650a;}

.img_left {
	float: left;
	margin-right:  20px;}

.img_right {
	float: right;
	margin-left:  20px;}

.width{
	margin: 0 auto;
	width: 960px;}

ul.list{
	padding: 0;}

ul.list li {
    background: url("../images/arrow.png") no-repeat scroll left 3px;
	padding: 0 0 0 20px;
	margin: 5px 0;}

.pdf{
    background: none repeat scroll 0 0 #d7671a;
    border-radius: 0 0 6px 6px;
    padding: 0 10px;}

.pdf a{
    background: url("../images/pdf-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-family: keep_calmmedium;
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-top: 6px;
    text-decoration: none;
    text-transform: uppercase;}

#mainwrapper{}

#mainwrapper.insidepg{}

#header{}

#header .logo{
    background: url("../images/logo-back.png") no-repeat scroll 0 0 transparent;
    margin-left: -24px;
    padding: 30px 0;
    text-align: center;
    width: 329px;}
	
#header .logo span{}

#header .header-right{
    width: 655px;}

#header .header-right .top-header{}

#header .header-right .top-header .call{
    background: url("../images/call.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #45545f;
    font-family: AvenirBook;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 37px;
    padding-top: 5px;}

#header .header-right .top-header .call strong{
	font-family: AvenirBookBlack;}

#menus {
    background: url("../images/menu-back.png") repeat-x scroll center top transparent;
    border-radius: 6px;
    height: 36px;
    margin: 17px 0 0;
    width: 100%;}
	
#menus ul  {
    margin: 0;
    padding: 0;}

#menus ul li {
    background: url("../images/menu-sep.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    padding: 0 33px;
	position: relative;}

#menus ul li.last{
	background: none repeat scroll 0 0;}
	
#menus ul li a{
    color: #ffffff;
    display: block;
    font-family: AvenirBook;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;}

#menus ul li a:hover, #menus ul li a:focus{
    color: #f67e2b;}

#menus ul li.active a{
    color: #f67e2b;}

#menus ul li:hover ul.children{
	display: block;}
	
#menus ul li ul.children{
    background: none repeat scroll 0 0 #272727;
    display: none;
    left: 0;
    position: absolute;
    width: 200px;
    z-index: 25;}

#menus ul li ul.children li{
    background: none repeat scroll 0 0;
    border-bottom: 1px solid #818080;
    float: none;
    padding: 0 10px;}

#menus ul li ul.children li a{
	color: #ffffff;
    text-align: left;
    text-transform: capitalize;}

#menus ul li ul.children li a:hover, #menus ul li ul.children li.active a{
	color: #f67e2b;}
	
.slider-area{
    background: none repeat scroll 0 0 #45545f;
    border-radius: 0 0 6px 6px;
    height: 324px;
    overflow: hidden;}

.slider-area ul{
    margin: 0;
    overflow: hidden;
    padding: 0;}

.slider-area ul li{
    width: 960px;}

.slider-area ul li .text{
	float: left;
    width: 280px;}

.slider-area ul li .text p{
    color: #fff;
    display: table-cell;
    font-family: AvenirBook;
    font-size: 18px;
    height: 284px;
    padding: 20px;
    vertical-align: middle;
    width: 280px;}

.slider-area ul li .img{
    float: right;
    width: 680px;}

#BodyWrapper{
    margin-top: 20px;}

#BodyWrapper h1{
    color: #e9650a;
    font-family: keep_calmmedium;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;}

#BodyWrapper p{
    line-height: 20px;
    margin-top: 0;}
	
.services{}

.services ul{
    overflow: hidden;
    padding: 0;}

.services ul li{
    background: none repeat scroll 0 0 #eeeeee;
    float: left;
    height: 374px;
    margin-right: 6px;
    padding-bottom: 2px;
	position: relative;
    width: 187px;}

.services ul li.last{
	margin-right: 0;}

.services ul li h4{
    color: #45545f;
    display: table-cell;
    font-family: keep_calmmedium;
    height: 37px;
    line-height: 18px;
    margin: 0;
    padding: 10px 9px;
    vertical-align: middle;}

.services ul li img{
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
	width: 187px;}

.services ul li .content{
    padding: 10px 9px;}

.services ul li p{
	font-size: 13px;
    margin-bottom: 0;}

.services ul li .content ul.list{}

.services ul li .content ul.list li{
    background: url("../images/arrow.png") no-repeat scroll left 3px;
    color: #000;
    font-size: 13px;
    height: auto;
    margin: 0 0 5px;
    padding: 0 0 0 21px;
    width: auto;}

.services ul li .readmore{
    background: none repeat scroll 0 0 #fff;
    bottom: 2px;
    margin: 2px 4px;
    position: absolute;
    width: 97%;}

.services ul li .readmore a{
    background: url("../images/readmore-arrow.png") no-repeat scroll 97% center rgba(0, 0, 0, 0);
    color: #d7671a;
    display: block;
    font-family: Keep_calmmedium;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;}

.services ul li .readmore a:hover{
    color: #45545f;}

#footer {
    background: none repeat scroll 0 0 #d7671a;
    margin: 60px 0 0;
    overflow: hidden;}
	
#footer .signup{
    background: url("../images/email.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-right: 1px solid #d99668;
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    padding: 6px 10px 6px 24px;}

#footer .signup a{
	color: #fff;
	text-decoration: none;}

#footer .menu  {
    margin: 10px 0;
	padding: 6px 10px 6px 0;
	}

#footer .menu li {
	float: left;
	text-transform: capitalize;}

#footer .menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    text-decoration: none;}

#footer .menu li.last {}

#footer .menu li a:hover, #footer .menu li.active a  {
	text-decoration: underline;}

#footer .menu li.last a {
	border-right: none;}

#footer .copyright {
    color: #e6a77c;
    font-size: 13px;
    text-align: right;}

#footer .copyright p{
    margin: 15px 0;}

#footer a.kbizz {
    background: url("../images/kbizz.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    position: relative;
    top: 1px;
    width: 18px;}

ul.products{
    padding: 0;}

ul.products li{
    background: none repeat scroll 0 0 #45545f;
    color: #fff;
    float: left;
    font-family: AvenirBook;
    font-size: 14px;
    height: 40px;
    margin: 0 7px 10px;
    padding: 12px;
    width: 21%;}

ul.products li span{
    display: table-cell;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 240px;}

.contact-area{
	width: 48%;}
	
#contactform{
	margin-top: 20px;
	width:100%;}

#contactform label{
    clear: both;
    display: block;
    float: left;
    line-height: 2.3;
    width: 37%;}

#contactform label span{
	color:#ff0000;}

#contactform label.error{
    clear: none;
    color: #FF0000;
    float: none;
	font-size:12px;
    line-height: 2;
    margin-left: 37%;
    position: relative;
    top: -12px;
	width:auto;}

#contactform input[type=text], #contactform textarea{
    background: none repeat scroll 0 0 #FFFFFF;
    outline: 1px solid #CCCCCC;
	border:none;
    margin-bottom: 10px;
    padding: 9px 8px;
	font-family:Arial;
	font-size:12px;
	resize:none;
    width: 59%;}

#contactform input[type=text]:focus, #contactform textarea:focus{
	outline: 1px solid #CCCCCC;}

#contactform textarea{
	height:100px;}

#contactform input[type=submit], #contactform input[type=reset]{
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    margin-right: 13px;
    padding: 6px 16px;}