* { padding:0; margin:0; outline:0; }

@font-face {
    font-family: 'helvetica';
    src: url('fonts/helveticaneue-medium-webfont.eot');
    src: url('fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-medium-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaRoman';
    src: url('fonts/helvetica-roman-webfont.eot');
    src: url('fonts/helvetica-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-roman-webfont.woff') format('woff'),
         url('fonts/helvetica-roman-webfont.ttf') format('truetype'),
         url('fonts/helvetica-roman-webfont.svg#helveticaroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: url(images/body.png) repeat;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 300; 
	font-size: 15px;
	line-height: 24px;
	color: #656d78;
}

input, textarea, select { font-family: Arial, sans-serif; font-size:11px; }

a img { border:0; }

a { color: #9e1c20; text-decoration: none; cursor:pointer; transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }
a:hover { color: #000; transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; }

a img { transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }
a:hover img { transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;}
a:hover img { opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }

.left, .align-left { float:left; display:inline; }
.right, .align-right { float:right; display:inline; }

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }
.clearfix,
.navigation ul,
.section,
.footer,
.copyright,
.entries,
ul.partners,
.footer ul,
.main .shell { *zoom: 1; }
.clearfix:after,
.section:after,
ul.partners:after,
.footer:after,
.entries:after,
.copyright:after,
.navigation ul:after,
.footer ul:after,
.main .shell:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

a.logo { display: block; width: 221px; height: 58px; text-indent: -4000px; background: url(images/logo.png); float: left; display: inline; margin-left: 7px; }
a.logo:hover { opacity: 0.70;filter:alpha(opacity=70); }
h1 { font-size: 36px; line-height: 42px; color: #fff; font-weight: 500; }
h2 { font-size: 21px; line-height: 26px; color: #071a22; font-weight: bold; }
h3 { font-size: 18px; line-height: 26px; font-weight: bold; color: #9e1c20; }
h4 { font-size: 17px; line-height: 21px; color: #071a22; font-weight: bold; }
h5 { font-size: 16px; line-height: 21px; color: #444c57; font-weight: normal; }

.shell { width: 960px; margin: 0 auto; }	

a.button-log, .entity_edit .field input { display: block; background: #c7c9cd; font-weight: 400px; color: #ffffff; font-size: 13px; line-height: 13px;  padding: 4px 11px 9px 11px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.entity_edit .field input{ border: 0;padding-top: 6px !important;cursor: pointer;font-family: 'Ubuntu', Arial, sans-serif;}
a.button-log:hover, .entity_edit .field  input:hover{ background: #9e1c20; }
a.button { background: url(images/button.png) repeat-x 0 0 #f6f6f6; border: 1px solid #d2d2d2; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; display: inline-block; *zoom: 1; *display: inline; padding: 6px 35px 7px 21px; font-weight: 400; color: #656d78; box-shadow: 0px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1); -o-box-shadow: 0px 1px 2px rgba(0,0,0,0.1); position: relative; }
a.button:hover,
a.button-red { background: url(images/button-red.png) repeat-x 0 0; color: #fff; border-color: #94191b; }
a.button .ico { width: 16px; height: 16px; position: absolute; top: 50%; margin-top: -8px; right: 13px; background: url(images/arr-gray.png) no-repeat 0 0;}
a.button:hover .ico,
a.button-red .ico { background-image: url(images/arr-red.png); }
a.button-red:hover { opacity: 0.70;filter:alpha(opacity=70); }

a.button-red { padding-left: 25px; padding-right: 25px; }
a.button-red .ico { right: 25px; }

a.more { font-size: 13px; display: inline-block; *zoom: 1; *display: inline; background: url(images/arr-dark.png) no-repeat right center; font-family: 'helvetica', arial, serif; color: #000; padding-right: 15px; }
a.more-white { color: #fff; background-image: url(images/arr-white.png); }
a.more:hover { color: #9e1c20; }

a.more-left { background: url(images/arr-red-more.png) no-repeat 0 center; padding-right: 0; padding-left: 20px; font-weight: bold; color: #991b1e; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
a.more-left:hover { color: #000; }

a.button-red-contact { width: 153px; padding-left: 0; padding-right: 0; text-align: center; background: url(images/button-red.png) repeat-x 0 0; border: 1px solid #290a0c; color: #fff; text-transform: uppercase; font-weight: 500; }
a.button-red-contact:hover { opacity: 0.70;filter:alpha(opacity=70); border: 1px solid #290a0c;}

.top { height: 34px; border-bottom: 1px solid #cfcfcf; background: #fbfbfb; padding-top: 6px; }
.top p { float: left; display: inline; padding-left: 40px; }
p.number { font-weight: 400; color: #656d78; }

.header { height: 84px; border-bottom: 1px solid #cfcfcf; box-shadow: 0px 0px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 1px rgba(0,0,0,0.1); background: #fff; padding: 28px 0 0 0; position: relative; z-index: 5; }

.navigation { padding-top: 10px; padding-left: 30px; float: left; display: inline; }
.navigation ul { list-style: none; }
.navigation > ul > li { float: left; display: inline; padding-left: 5px; position: relative; }
.navigation > ul > li > a { display: block; font-weight: 400; font-size: 15px; line-height: 21px; color: #656d78; padding: 4px 15px 7px 15px; }
.navigation > ul > li.active > a { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; background: #9e1c20; color: #fff; }
.navigation > ul > li.active > a:hover { color: #fff; }
.navigation > ul > li > a:hover { color: #9e1c20; }
.navigation .drop-down { display: none;  position: absolute; top: 31px; width: 155px; background: url(images/arr-dd.png) no-repeat center 3px;margin-left: -29px;}
.drop-down ul { background: url(images/dd-bg.png) repeat 0 0; list-style: none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; margin-top: 10px; padding-top: 11px; padding-bottom: 18px; }
.drop-down ul li {  }
.drop-down ul li a { font-size: 14px; line-height: 30px; color: #fff; padding:0 10px 0 12px; display: block;text-align:center; }
.drop-down ul li a:hover { color: #efa10b; }
.header p.buttons { float: right; display: inline; padding-top: 7px; }

.page-title { background: #9e1c20; height: 101px; z-index: 2; position: relative; }
.page-title h1 { line-height: 101px; padding-left: 317px; }

.main .shell { background: url(images/main.png) repeat-y 0 0;  }

.sidebar { width: 273px; float: left; display: inline; margin-top: -101px; z-index: 3; position: relative; background: #f8f8f8;min-height: 101px; }
.sidebar ul { list-style: none; }

.widget { margin-bottom: 15px; }
.widget_list ul { list-style: none; }
.widget_list > ul > li { background: url(images/widget-bg.png) repeat-x 0 bottom; padding: 20px 10px 20px 23px; }
.widget_list > ul > li > a { font-size: 16px; line-height: 16px; color: #656d78; }
.widget_list ul li.active > a, .widget_list ul li ul li a.active { color: #9e1c20; }
.widget_list ul li a:hover { color: #9e1c20; }
.widget_list ul ul { padding-top: 20px; padding-left: 20px; padding-bottom: 2px; display: none; }
.widget_list ul ul li a { font-size: 14px; line-height: 16px; color: #656d78; }

.widget_boxes { padding-bottom: 24px; padding-top: 10px; position: relative; overflow: hidden; height: 100%;  }

.box { position: relative; margin-bottom: 18px; margin-left: 15px; margin-right: 14px; box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; overflow: hidden; }
.box-content { position: absolute; top: 15px; left: 19px; padding-right: 75px; }
.box-content h3 { padding-bottom: 14px; }
.box-content h3,
.box-content h3 a { font-size: 28px; line-height: 28px; color: #071a22; font-weight: 500;  }
.box-content h3.red,
.box-content h3.red a { color: #ee3524; }
.box-content h3.white,
.box-content h3.white a { color: #fff; }
.box-content h3 a:hover { color: #9e1c20; }
.box-content p { font-family: 'helvetica', arial, serif; font-size: 13px; line-height: 15px; color: #071a22; padding-bottom: 8px;  }
.box-white .box-content p { color: #fff; }

.widget_testimonials { margin: 0 15px; }
.testimonial { border-top: 1px dashed #b3b6b9; border-bottom: 1px dashed #b3b6b9; padding: 23px 20px 0 10px; font-size: 13px; line-height: 21px; }
.testimonial h4 { padding-bottom: 10px;  }
.testimonial h4 a { color: #071a22; }
.testimonial h4 a:hover { color: #9e1c20; }

.testimonial p { padding-bottom: 10px; }
.testimonial p.author { font-style: italic; color: #9e1c20; padding-bottom: 18px; }

.content { width: 607px; float: right; display: inline; padding: 0 40px 60px 40px; }
.content h2 { padding-left: 5px; padding-bottom: 8px; }
.content p { padding-left: 6px; padding-bottom: 10px; }
.section-text { padding-bottom: 60px; }
.section-images { margin: 0 -40px; padding-bottom: 35px; }

.section + .section { border-top: 1px dashed #c6c8cb; padding-top: 62px; }
.section { padding-bottom: 58px; }

.section-image.align-left { margin-right: 33px; }

.section-content h3 { padding-bottom: 10px; }
.section-content p { font-weight: 300; font-size: 13px; line-height: 21px; }

.footer { border-top: 1px solid #bebebd; background: #fff; box-shadow: 0px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2); -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.2); } 

.footer { padding-top: 37px; margin-top: 37px; box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); -o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); padding-bottom: 60px;  }
.footer ul { list-style: none; }
.footer .shell  ul { padding-left: 10px; float: left; display: inline; }
.footer-links ul li ul{ padding: 0 !important;}
.footer ul h5 { padding-bottom: 8px;  }
.footer .shell .footer-links  ul  li { float: left; display: inline; padding-left: 57px; }
.footer .shell .footer-links  ul  li:first-child { padding-left: 0; }
.footer .footer-links ul ul li { font-size: 13px; line-height: 21px; color: #7c8490; font-weight: 300; padding-bottom: 1px;clear: both;padding-left: 0 !important; }
.footer .footer-links ul ul li a { color: #7c8490; }
.footer .footer-links ul ul li a:hover { color: #961a1d; }
.footer .footer-links{ width: 625px;float: left;}

.support { background: url(images/ico-customer.png) no-repeat 25px center #f3f3f3; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; box-shadow: inset 0px 1px 3px rgba(0,0,0.05); -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0.05); -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0.05); -o-box-shadow: inset 0px 1px 3px rgba(0,0,0.05); width: 163px; height: 71px; float: right; display: inline; padding: 22px 0 0 97px; }
.support p  { font-weight: 400; font-size: 11px; line-height: 21px; text-transform: uppercase; color: #434b56; }
.support p strong { font-size: 18px; display: block; }

.copyright { border-top: 1px solid #cccccc; background: #f9f9f9; padding-bottom: 25px; padding-top: 19px; } 
.copyright p { text-align: right; font-size: 13px; line-height: 19px; color: #aeb5bd; }
.copyright p span { padding: 0 5px; }
.copyright p a { color: #aeb5bd; }
.copyright p a:hover { color: #9e1c20; }


.slider { background: #fbfbfb; height: 323px; overflow: hidden; margin-bottom: 39px; }
.slider > .shell { position: relative; z-index: 5; }

.slides { height: 323px; }
.slide { height: 323px; float: left; display: inline; position: relative;  }
.slide-image { text-align: center; z-index: 2; width: 100%; height: auto; }
.slide-image img { height: 100%; }
.slide-content { position: absolute; left: 0; right: 0; top: 0; z-index: 4; padding: 50px 0 0 10px; }
.slide-content .shell { width: 420px; padding-right: 540px; }
.slide-content h1 { color: #071a22; padding-bottom: 10px; }
.slide-content p { font-size: 16px; padding-bottom: 20px; }

.pagination { position: absolute; bottom: 78px; left: 5px;}
.pagination a { width: 12px; height: 12px; background: url(images/pagination.png) no-repeat 0 0; float: left; display: inline; margin: 0 2px; font-size: 0; line-height: 0; text-indent: -4000px;  }
.pagination a.selected { background-position: right 0; }

.section-holder .section { border-top: 1px dashed #c6c8cb; padding-top: 25px; padding-bottom: 35px; }
.section-holder .section-content  { width: 620px; float: left; display: inline; }
.section-holder .section-content p { font-size: 15px; line-height: 24px; padding-bottom: 5px; }
.section-holder .section-image { margin-top: -65px; margin-bottom: -30px; margin-right: 23px; }
.section-holder .section-content h2 { padding-bottom: 5px;  }
.section-content p.buttons a.more-left { margin-left: 32px; }
.section-content p.buttons a.more-left:first-child { margin-left: 0; }

.col { float: left; display: inline; }
.col1 { width: 300px; }

ul.entries { list-style: none; }

.entry { padding-left: 20px;  }
.entry:first-child { padding-left: 10px;  }
.entry-content ul li,
.entry-content, .section-text ul { font-size: 13px; line-height: 21px; }
.entry-content ul, .section-text ul { list-style: none; padding-left: 2px;  padding-bottom: 7px; }
.section-text ul{ padding-left: 15px;}
.entry-content li, .section-text ul li { padding-bottom: 5px; padding-left: 10px; background: url(images/dot.png) no-repeat 0 10px; }
.entry-content p { padding-bottom: 9px; }
.section-text ol{ margin-left: 25px;}


.entry-title h4 { position: relative;}
.entry-title h4,
.entry-title h4 a { color: #071a22; margin-bottom:7px; }

.entry-title .ico { width: 19px; height: 16px; background: url(images/entry-ico.png) no-repeat 0 0;position: relative; left: 0; padding-left: 25px;}
.entry-title .ico-Features { background-position: 0 0; }
.entry-title .ico-hosting { background-position: 0 -25px; }
.entry-title .ico-training { background-position: 0 -54px; }

.contact { width: 100%; background: #434b56; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; height: 85px; }
.contact p { line-height: 85px; float: left; display: inline; color: #fff; font-size: 17px; font-weight: 500; padding-left: 45px;  }
.contact a.button { float: right; display: inline; margin: 20px 40px 0 0; }

ul.partners { list-style: none; }
.partners li { float: left; display: inline; padding-left: 35px;  }

.tc { text-align: center; }

.entity_edit .formPageName{font-size: 21px;
line-height: 26px;
color: #071a22;
font-weight: bold;}
.entity_edit label{font-family: 'Ubuntu', Arial, sans-serif; color: #656d78;font-size: 14px;}
.entity_edit .wm-field .wm_ShortText, .entity_edit .wm-field .wm_Longtext, 
.entity_edit .wm-field .wm_DropDownList{ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; line-height: 26px; padding: 0 7px;height: 30px;border: 1px solid #c7c9cd; }
.entity_edit .wm-field .wm_Longtext{height: 90px !important;margin-top: 10px;}
.entity_edit .wm-field .wm_DropDownList{ padding-right: 0 !important;}

blockquote {
	color: #9e1b20;
font-family:'Ubuntu';
font-size: 18px;
line-height: 26px;
font-style: italic;
margin: 15px;
padding: 0px 15px 20px 15px;
border-bottom: 1px dashed #cccccc;
}
