/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content: '';}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {font-family:inherit; font-size:1em;}
body{
	color:#1f3745;
	font:11px/14px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* General Settings*/
.wrapper{
	width:946px;
	margin:0 auto;
}
/* header */
#header{
	margin:0;
	padding:19px 0 10px;
}
#header .holder{
	width:100%;
	overflow:hidden;
	margin:0 0 44px;
}
#header .frame{
	width:100%;
}
.clear { clear: both; }
/* logo */
#header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	width:183px;
	height:105px;
	margin:3px 0 0;
	display:inline;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .right{float:right; width:630px;}
/* menu */
.menu{
	float:right;
	padding:0 5px 48px 0;
}
.menu li{
	float:right;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
}
.menu li a{
	float:right;
	color:#979797;
	padding:0 0 0 17px;
}

/*You need to replaced the pages ID's with theones generated by your implementation*/
.menu #menu-item-61 a {background:url(../images/ico-support.gif) no-repeat 0 3px;}
.menu #menu-item-60 a {background:url(../images/ico-sign-up.gif) no-repeat 0 4px;}
.menu #menu-item-59 a {background:url(../images/ico-feedback.gif) no-repeat 0 3px;}

/* slogan */
.slogan{
	float:right;
	overflow:hidden;
	font-size:23px;
	line-height:56px;
	color:#416ab8;
}
.slogan .cufon{
	float:left;
	margin:0 !important;
}
/* main navigation */
.nav{
	float:left;
	margin:0 0 0 -7px;
	display:inline;
	padding:0;
}
.nav li{
	float:left;
	padding:0 14px;
	background:url(../images/sep-nav.gif) no-repeat 0 60%;
	margin:0 0 0 -1px;
	display:inline;
	font:bold 16px/21px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
}
.nav li:hover > ul {
  display: block;
}
.nav li:first-child { background: none; }
.nav a{
	float:left;
	color:#999;
}
.nav .current_page_item a, .nav a:hover{
	color:#000;
	text-decoration:none;
}
.nav li:first-child a{
	padding:0 0 0 20px;
	background:url(../images/bullet-home.gif) no-repeat 0 50%;
}

/*Submenu*/
.nav li ul {
  background-color:#FFFFFF;
  border:1px solid #CBCBCB;
  left:14px;
  position:absolute;
  top:17px;
  width:186px;
  z-index:100;
  display: none;
}

.nav li ul li {
  background:none repeat scroll 0 0 transparent;
  border-bottom:1px solid #CBCBCB;
  display:block;
  float:none;
  margin:0;
  padding:3px 5px;
  position:static;
  text-transform:none;
}

.nav li ul li:first-child a {
  background:none repeat scroll 0 0 transparent;
  padding:0;
}
.nav li ul li:last-child {
  border-bottom: none;
}

.nav li ul li a {
  display:block;
  float:none;
  font-size: 14px;
}

/* call */
.call{
	float:right;
	font-size:16px;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
	padding:3px 0 0;
}
.call span{
	color:#69c;
	float:left;
	padding:2px 5px 0 0;
	font-size:15px;
}
.call strong{float:left;}
.call .cufon{
	float:left;
	margin:0 !important;
}
/* visual */
.visual{
	background:url(../images/bg-visual.jpg) no-repeat;
	width:941px;
	height:276px;
	margin:0 0 0 6px;
	overflow:hidden;
}
.visual .text{
	float:left;
	overflow:hidden;
	padding:41px 0 0 48px;
	width:430px;
}
.visual h2{
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#537ad3;
	margin:0 0 10px;
	overflow:hidden;
}
.visual h2 .cufon{
	float:left;
	margin:0 !important;
	padding:0 0 2px;
}
.visual .text p{margin:0 0 14px;}
/* slider */
#slider{
	color:#FFFFFF;
	float: right;
	margin:25px 18px 0 0;
	padding:18px 0 0;
	width:411px !important;
	overflow: hidden !important;
}
#slider-container {
	width: 411px !important;
}
.slide {
	width: 411px !important;
	height: 200px !important;
}
.slide img {
	float:left;
	margin:0 -45px 0 0;
	z-index: 100;
	position: relative;
}
*+html .slide img { position: static; }
.product-description {
	-moz-box-shadow:3px 3px 10px #555555;
	-webkit-box-shadow: 3px 3px 10px #555555;
	box-shadow: 3px 3px 10px #555555;
	background-color:#EBA420;
	float:left;
	margin:30px 0 0;
	padding:10px 10px 5px 20px;
	width:170px;
}
.product-description a {
	background:url(../images/btn-more.gif) no-repeat 0 0;
	display:block;
	float:right;
	height:21px;
	margin-top:5px;
	text-indent:-9999px;
	width:91px;
}
/* paging */
#controls {float:right;}
#controls li{
	float:left;
	background:url(../images/bg-paging.gif) no-repeat;
	width:16px;
	height:15px;
	text-align:center;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 12px;
	color:#539aff;
}
#controls a{color:#8b9290;}
#controls a:hover, #controls li.current a{
	color:#539aff;
	text-decoration:none;
}

/* image captions */

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*  image align posts */

a img.alignright,
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone,
.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft,
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/* main */
#main{
	overflow:hidden;
	padding:2px 0 0 16px;
	margin:0 0 8px;
}
* html #main{
	overflow:visible;
	height:1%;
}
.home #main{
	background:url(../images/bg-main.jpg) no-repeat 100% 100%;
	padding:8px 2px 27px 7px;
	margin:0;
}
/* content */
#content{
	float:right;
	width:722px;
	overflow:hidden;
}
/* testimonials-box */
.testimonials-box{
	width:720px;
	background:url(../images/bg-testimonials-box.gif) repeat-y;
	border:1px solid #d6d6d6;
	margin:0 0 7px;
}
.testimonials-box .t{background:url(../images/bg-testimonials-box.gif) no-repeat -720px 0;}
.testimonials-box .b{
	background:url(../images/bg-testimonials-box.gif) no-repeat -1440px 100%;
	overflow:hidden;
	padding:30px 17px 21px 19px;
}
* html .testimonials-box .b{
	overflow:visible;
	height:1%;
}
.testimonials-box .left{
	float:left;
	width:328px;
	padding:6px 0 0;
}
.testimonials-box .right{
	float:right;
	width:334px;
}
.testimonials-box h3{
	font-size:19px;
	line-height:22px;
	color:#36c;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;
	margin:0 0 1px;
}
.testimonials-box h3 .cufon{
	float:left;
	margin:0 !important;
	padding:0 0 3px;
}
.testimonials-box .more{
	color:#999;
	font:bold 10px/14px 'Trebuchet MS', Arial, sans-serif;
	text-decoration:underline;
}
.testimonials-box .more:hover{text-decoration:none;}
.testimonials-box blockquote{
	font:bold 12px/14px 'Trebuchet MS', Arial, sans-serif;
	color:#666;
}
.testimonials-box blockquote q{
	display:block;
	padding:0 0 14px;
}
.testimonials-box blockquote cite{
	display:block;
	font:11px/13px 'Trebuchet MS', Arial, sans-serif;
}
/* more-block */
.more-block{
	overflow:hidden;
	background:url(../images/bg-more-block.gif) no-repeat;
	width:722px;
	margin:0 -34px 0 0;
	padding:14px 17px 0;
}
.more-block h3{
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	color:#eba420;
	margin:0 0 11px;
}
.more-block .holder{
	overflow:hidden;
	padding:0 0 0 2px;
}
* html .more-block .holder{
	overflow:visible;
	height:1%;
}
.more-block .image{
	float:left;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 33px 0 0;
}
* html .more-block .image{margin-right:30px;}
.more-block .image img{display:block;}
.more-block .text{
	overflow:hidden;
	padding:6px 0 0;
}
* html .more-block .text{
	overflow:visible;
	height:1%;
}
.more-block .list{
	padding:0 30px 0 0;
}
.more-block .list li{
	padding:0 0 13px 17px;
	background:url(../images/bullet-list.gif) no-repeat 0 5px;
	font:12px/16px 'Trebuchet MS', Arial, sans-serif;
	float: left;
	width: 207px;
}
.more-block .list a{color:#333;}
/* sidebar */
#sidebar{
	width:212px;
	float:left;
	padding:6px 0 0;
}
#sidebar .text-holder .ttl{padding-bottom:8px;}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	font:11px/25px Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px 0;
	border-top:1px solid #d5d5d5;
}
.home #footer{border:0;}
#footer ul{
	float:left;
	overflow:hidden;
}
#footer ul li{
	float:left;
	padding:0 5px;
	margin:0 0 0 -1px;
	display:inline;
	background:url(../images/sep-footer.gif) no-repeat 0 60%;
	line-height:18px;
}
#footer ul a{
	color:#666;
	text-decoration:underline;
}
#footer ul a:hover{text-decoration:none;}
/* inner page styles */
.services-info{
	overflow:hidden;
	padding:0 0 0 6px;
	margin:-3px 0 0;
}
.services-info .visual-box{
	background:url(../images/blue_box.jpg) no-repeat;
	float:left;
	height:214px;
	margin:0 25px 0 0;
	padding:0 0 0 50px;
	width:659px;
}
* html .services-info .visual-box{margin-right:22px;}
.services-info .visual-box .hold{
	color:#1F3745;
	float:left;
	font-size:18px;
	line-height:21px;
	margin-top:40px;
	width:309px;}
.services-info h2{
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#537ad3;
	margin:0 0 14px;
	overflow:hidden;
}
.services-info h2 .cufon{
	float:left;
	margin:0 !important;
}
.text-holder{
	overflow:hidden;
	color:#66767f;
	font-weight:bold;
}
* html .text-holder {
	overflow:visible;
	height:1%;
}
/* box-wrapper */
.box-wrapper{
	overflow:hidden;
	width:100%;
}
.box-wrapper .box{
	background:url(../images/separator01.gif) repeat-x;
	padding:15px 0 17px;
	margin:-7px 0 0;
}
.text-holder .ttl{
	overflow:hidden;
	padding:0 15px 5px 0;
}
* html .text-holder .ttl{
	overflow:visible;
	height:1%;
}
.text-holder h3{
	font-size:22px;
	line-height:25px;
	color:#001f57;
	overflow:hidden;
	text-transform: uppercase;
}
* html .text-holder h3 {
	overflow:visible;
	height:1%;
}
.text-holder h3 .cufon{
	float:left;
	margin:0 !important;
	padding:0 0 2px;
}
.text-holder .ttl img{
	float:right;
	margin:0 8px 0;
}
.text-holder p{margin:0 0 5px;}
.text-holder p a{color:#66767f;}
.text-holder .box-h{
	overflow:hidden;
	width:100%;
}
.text-holder .box-h img{float:left;}
.text-holder .hold{
	overflow:hidden;
	padding:0 0 0 1px;
}
* html .text-holder .hold{
	overflow:visible;
	height:1%;
}
.upload-link a{color:#0081c3;}
.block{
	overflow:hidden;
	color:#333;
	width:100%;
}
#main .block h2, #main .block h3{
	color:#ecaa2f;
	font-size:18px;
	line-height:21px;
	margin:0 0 5px;
}
#main .block h2 a { color:#ecaa2f; }
.block .block-holder{
	overflow:hidden;
	width:100%;
}
.block .block-holder .img-holder{
	float:left;
	width:185px;
	padding:9px 0 0 5px;
	margin:0 19px 0 0;
}
* html .block .block-holder .img-holder{margin-right:16px;}
.block .block-holder .img-holder img{
	display:block;
	padding:4px;
	border:1px solid #ccc;
	margin:0 0 9px -5px;
	position:relative;
}
.block .block-holder .img-holder a{
	text-decoration:underline;
	color:#69c;
}
.block .block-holder .img-holder a:hover{text-decoration:none;}
.block .block-holder .text-holder{
	overflow:hidden;
	color:#1f3745;
	padding:7px 0 0 1px;
}
* html .block .block-holder .text-holder {
	overflow:visible;
	height:1%;
}
.block .block-holder .text-holder p{margin:0 0 14px;}
.block .block-holder .text-holder ul li{
	background:url(../images/bullet01.gif) no-repeat 0 5px;
	line-height:14px;
	padding:0 0 0 6px;
}
.testim-box{
	float:right;
	width:277px;
	background:#fff url(../images/bg-box01.gif) repeat-x;
	border:1px solid #e3e3e3;
	padding:20px 20px 30px 30px;
	margin:0 0 0 50px;
	color:#666;
	font:bold 12px/14px "Trebuchet MS", Helvetica, sans-serif;
}
* html .testim-box{margin-left:47px;}
#main .testim-box h3{color:#36c;}
.testim-box .heading{
	padding:0 0 15px;
	margin:0 0 22px;
	background:url(../images/separator02.gif) no-repeat 50% 100%;
}
#main .testim-box .heading h3{
	margin:0 0 -1px;
	width:100%;
	overflow:hidden;
	text-transform: uppercase;
}
#main .testim-box h3 .cufon{
	float:left;
	margin:0 !important;
	padding:0 0 5px;
}
.testim-box .heading a{
	color:#999;
	font-size:10px;
	text-decoration:underline;
}
.testim-box .heading a:hover{text-decoration:none;}
.testim-box blockquote q{
	display:block;
	margin:0 0 13px;
}
.testim-box blockquote cite{font-style:normal;}
.block .ico-hold{
	margin-top:10px;
	overflow:hidden;
	width:100%;
}
.block .ico01{
	float:right;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico01.gif) no-repeat;
	margin:0 15px 0 0;
	display:inline;
}
.services-info .img-container { 
	float:left;
	margin:25px 0 0 50px; }
.block-l {
	float:left;
	width:603px;
}
.news-block {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color:#000;
	padding:36px 0 25px;
	background: url(../images/separator03.gif) no-repeat;
	width:100%;
}
.block-l .news-block:first-child {
	background:none;
	padding-top:0;
}
#main .news-block h2 {
	margin:0 0 4px;
	color:#001d59;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-transform:uppercase;
}
#main .news-block h2 a {color:#001d59;}
.news-block .meta {
	font-size:12px;
	line-height:16px;
	color:#333;
	padding:0 0 28px;
}
.news-block a {
	color:#1463a9;
	text-decoration:underline;
}
.news-block a:hover {text-decoration:none;}
.block-r {
	float:right;
	width:206px;
	padding:18px 4px 12px 7px;
	background:#e8eaf9;
}
#main .block-r h2 {
	margin:0 0 15px 3px;
	color:#4c618a;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	text-transform:uppercase;
}
.search-form {
	overflow:hidden;
	padding:0 7px 23px 2px;
}
.search-form .text {
	float:left;
	background: url(../images/bg-search-form.gif) no-repeat;
	width:165px;
	height:21px;
	padding:1px;
}
.search-form .text input {
	float:left;
	width:155px;
	height:14px;
	padding:4px 5px 3px;
	margin:0;
	border:0;
	background:none;
	line-height:normal;
}
.search-form .submit {
	float:right;
	text-indent:-9999px;
	background: url(../images/bg-search-form.gif) no-repeat -196px 0;
	width:24px;
	height:23px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.rss-btn {
	background: url(../images/separator04.gif) no-repeat;
	padding:25px 3px 22px;
	overflow:hidden;
	font-size:16px;
	line-height:18px;
}
.rss-btn a {
	background: url(../images/rss-btn.png) no-repeat;
	padding:0 0 2px 33px;
	float:left;
	color:#333;
}
.box-list {
	background: url(../images/separator04.gif) no-repeat;
	padding:22px 0 0;
	width:100%;
}
.block-r .box {
	padding:0 4px 18px;
	color:#333;
	font-size:14px;
	line-height:18px;
}
.block-r .box a {color:#333;}
#main .block-r .box h3 {
	margin:0 0 16px;
	color:#3f68bb;
	font-weight:normal;
}
.block-r .box ul li {padding:0 0 4px 5px;}
.block-r .box ul a {
	background: url(../images/bullet02.png) no-repeat 0 6px;
	padding:0 0 0 9px;
}
.slogan a {
	float:left;
}
.slogan a img.alignnone,
.slogan a img {margin:0;}
