@charset "utf-8";

 /*	Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  background: #eee
}
#container {
  width: 100%;
  padding: 0;
  margin: 0
}
body #container, body#home #container {
  background: url(/images/cincytechs-standard-page-bkgd.gif) top center repeat-x #fff
}
body#home #container {
  background-image: url(/images/cincytechs-home-bkgd.gif)
}
.clearit {
  clear: both
}
.top-buff {
  margin-top: 25px !important
}
#home-header {
  display: block;
  width: 960px;
  height: 132px;
  padding: 157px 0 0;
  margin: 0 auto;
  background: url(/images/cincytechs-home-page-header-bkgd.gif) top center no-repeat
}
#site-header {
  display: block;
  width: 960px;
  height: 132px;
  padding: 107px 0 0;
  margin: 0 auto;
  background: url(/images/cincytechs-standard-page-header-bkgd.gif) top center no-repeat
}
#cincytechs-right-header {
  display: block;
  width: 750px;
  height: 114px;
  margin: 0;
  padding: 0 0 0 210px
}
#cincytechs-logo {
  display: block;
  width: 210px;
  height: 100px;
  float: left;
  margin: 0;
  padding: 0
}
#cincytechs-logo a {
  display: block;
  width: 210px;
  height: 100px;
  text-indent: -999em;
  overflow: hidden
}
#cincytechs-search-area {
  display: block;
  width: 290px;
  height: 22px;
  margin: 0;
  padding: 0 0 0 460px
}
#cincytechs-search-area a, #cincytechs-search-area form, #cincytechs-search-area input {
  float: right;
  display: inline-block
}
#cincytechs-search-area a {
  margin: 0 0 0 6px
}
#cincytechs-search-area input#header-search {
  width: 230px;
  height: 18px;
  margin: 0 6px 0 0;
  padding: 0;
  font-size: .8em;
  border-left: 2px solid #aaa;
  border-top: 2px solid #999;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #eee
}
#cincytechs-search-area input#header-search-btn {
  width: 49px;
  height: 18px;
  margin: 2px 0;
  padding: 0
}
#cincytechs-top-nav {
  display: block;
  width: 750px;
  height: 25px;
  margin: 0;
  padding: 18px 0 0
}
#cincytechs-top-nav ul {
  display: block;
  position: relative;
  width: 748px;
  height: 25px;
  margin: 0;
  padding: 0 2px 0 0
}
#cincytechs-top-nav ul:after {
  content: "";
  display: block
}
#cincytechs-top-nav li {
  display: block;
  float: right;
  position: relative;
  height: 25px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #999
}
#cincytechs-top-nav li.leftmost {
  border-left: none
}
#cincytechs-top-nav li a {
  display: block;
  text-align: right;
  font-family: 'Roboto Condensed', 'Univers Condensed', 'Arial Narrow', 'Helvetica Condensed', Helvetica, sans-serif;
  font-size: 1.05em;
  color: #fff;
  height: 21px;
  text-decoration: none;
  padding: 4px 9px 0;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all 300ms ease-in-out
}
#cincytechs-top-nav li a:hover {
  color: #fff;
  opacity: 1
}
#cincytechs-top-nav li a img {
  display: block;
  margin: 0;
  padding: 3px 0 0
}
#cincytechs-top-nav ul ul ul.dropdown, #cincytechs-top-nav ul ul.dropdown {
  position: absolute;
  top: -99999px;
  left: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  z-index: 4970
}
#cincytechs-top-nav ul li.last ul.dropdown {
  left: auto !important;
  right: 0
}
#cincytechs-top-nav ul ul, #cincytechs-top-nav ul ul ul {
  display: block;
  width: 240px;
  padding: 4px 2px 4px 6px;
  background: #777;
  border-radius: 0;
  height: auto
}
#cincytechs-top-nav ul ul.dropdown ul.dropdown {
  left: 100%
}
#cincytechs-top-nav ul li:hover > ul.dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 100%;
  left: 8px
}
#cincytechs-top-nav ul ul li:hover > ul.dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: -4px;
  left: 100%
}
#cincytechs-top-nav ul ul li {
  float: none;
  padding: 0;
  position: relative
}
#cincytechs-top-nav ul ul li a {
  width: 205px;
  background: #777;
  font-size: .8em !important;
  font-weight: 400 !important;
  height: auto;
  text-align: left;
  padding: 7px 15px 7px 14px;
  border-left: 1px solid #09355f;
  margin: 0;
  color: #fff;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
#cincytechs-top-nav ul ul li a:hover {
  background: #900;
  padding: 7px 10px 7px 15px;
  border-left: 5px solid #fff;
  -moz-border-radius: 0;
  border-radius: 0
}
#cincytechs-top-nav ul li a.more, #cincytechs-top-nav ul li a.more:hover {
  background-image: url(/images/nav-more-arrow.gif);
  background-repeat: no-repeat;
  background-position: right center
}
#cincytechs-contact-info {
  display: block;
  width: 750px;
  height: 25px;
  margin: 0;
  padding: 25px 0 0
}
#cincytechs-contact-info p {
  display: block;
  width: 750px;
  height: 25px;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: right;
  font-family: Inder, Arial, Helvetica, sans-serif
}
#cincytechs-action-bar, #cincytechs-general-content, #cincytechs-hero, #cincytechs-spotlight {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both
}
#cincytechs-hero {
  height: 431px;
  clear: both
}
#cincytechs-hero #hero-left {
  float: left;
  display: block;
  width: 335px;
  height: 431px;
  margin: 0;
  padding: 0;
  text-align: left
}
#cincytechs-hero #gallery-area {
  float: left
}
#hero-left #logo h1 {
  display: none
}
#hero-left #service-listing {
  display: block;
  width: 270px;
  height: 195px;
  margin: 35px 35px 0 0;
  padding: 13px 15px;
  background: url(/images/cincytechs-home-page-services-bkgd.gif) top left no-repeat
}
#hero-left #service-listing h2 {
  display: block;
  width: 270px;
  height: 35px;
  font-family: 'Roboto Condensed', 'Univers Condensed', 'Arial Narrow', 'Helvetica Condensed', Helvetica, sans-serif;
  font-size: 1.25em;
  margin: 0;
  padding: 0
}
#hero-left #service-listing ul {
  display: block;
  width: 270px;
  margin: 0;
  padding: 0
}
#hero-left #service-listing li {
  display: block;
  width: 252px;
  margin: 0;
  padding: 9px 0 0 18px;
  color: #9a0000;
  font-size: .8em;
  background: url(/images/cincytechs-li-bullet.png) top left no-repeat
}
#hero-left #service-listing a {
  color: #9a0000;
  text-decoration: none
}
#hero-left #service-listing a:hover {
  color: #c00;
  text-decoration: underline
}
#hero-left #free-quote {
  display: block;
  width: 300px;
  height: 62px;
  margin: 0;
  padding: 28px 0 0
}
#hero-left #free-quote a {
  display: block;
  width: 300px;
  height: 62px;
  margin: 0;
  padding: 0;
  background: url(/images/cincytechs-free-quote-btn-full.gif) top left no-repeat
}
#hero-left #free-quote a:hover {
  background-position: right
}
#hero-left #free-quote a p {
  display: none
}
#gallery-area, #gallery-area2 {
  display: block;
  width: 625px;
  margin: 0;
  padding: 0;
  background: 0 0;
  position: relative
}
#gallery-area2 {
  width: 655px;
  margin-top: 20px
}
#galleria {
  width: 625px;
  height: 431px
}
#galleria .galleria-stage {
  width: 619px;
  height: 324px;
  border: 3px solid #9a0000
}
#galleria2 {
  width: 655px;
  height: 542px
}
body .galleria-container {
  background: 0 0
}
#galleria .galleria-thumbnails-container {
  left: 615px;
  right: 10px;
  z-index: 3
}
#galleria .galleria-info {
  top: 351px;
  left: 0;
  right: 0;
  width: 625px;
  text-align: right
}
#galleria .galleria-info-text {
  padding: 0;
  background: none !important;
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1
}
#galleria .galleria-info-title {
  font-weight: 400;
  font-size: 2em;
  color: #fff;
  font-family: Inder, Arial, Helvetica, sans-serif
}
#galleria .galleria-info-description {
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  color: #666;
  padding-top: 6px
}
#galleria .galleria-info-description strong {
  font-weight: 400;
  color: #222
}
#galleria2 .galleria-thumbnails-container {
  top: 481px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 655px
}
#galleria2 .galleria-info {
  top: 240px;
  left: 0;
  right: 0;
  width: 625px;
  background: 0 0
}
#galleria2 .galleria-info-text {
  padding: 8px 12px 4px
}
#galleria2 .galleria-info-title {
  font-weight: 400;
  font-size: .9em;
  text-align: right
}
.galleria-image.active {
  border: 2px solid #fff
}
#cincytechs-image-banner {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 960px;
  height: 250px
}
#cincytechs-image-banner img {
  padding: 0;
  margin: 0;
  width: 954px;
  height: 244px;
  border: 3px solid #9a0000
}
#cincytechs-general-content {
  display: block;
  padding: 40px 0
}
#main-content, #side-column {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left
}
#main-content {
  margin: 0 38px 0 0;
  width: 690px;
  padding: 0 0 30px;
  color: #666;
  min-height: 325px
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4 {
  display: block;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-size: 1.85em;
  font-weight: 300;
  padding: 21px 0 4px;
  color: #000;
  text-shadow: 1px 1px 1px #eee;
  -webkit-text-shadow: 1px 1px 1px #eee;
  -khtml-text-shadow: 1px 1px 1px #eee;
  -moz-text-shadow: 1px 1px 1px #eee;
  opacity: 1;
  filter: alpha(opacity=100)
}
#main-content h1 {
  margin: 21px 0 0;
  border-top: 1px solid #999;
  text-shadow: 2px 2px 2px #ccc;
  -webkit-text-shadow: 2px 2px 2px #ccc;
  -khtml-text-shadow: 2px 2px 2px #ccc;
  -moz-text-shadow: 2px 2px 2px #ccc
}
#main-content h1:first-child {
  padding: 0;
  margin: 0;
  border-top: none
}
#main-content h2 {
  padding: 21px 0 2px;
  font-size: 1.5em;
  color: #977
}
#main-content h3 {
  padding: 16px 0 2px;
  font-size: 1.25em;
  color: #04f
}
#main-content h4 {
  padding: 14px 0 2px;
  font-size: 1.1em;
  color: #49f
}
#main-content p {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 16px 0 0;
  opacity: 1;
  filter: alpha(opacity=100)
}
#main-content a {
  color: #9a0000;
  text-decoration: none
}
#main-content a:hover {
  color: #c00;
  text-decoration: underline
}
#main-content ol, #main-content ul {
  margin: 18px 0 0 30px
}
#main-content li {
  padding-top: 5px;
  line-height: 1.2em
}
#main-content li:first-child {
  padding-top: 0
}
#main-content img {
  padding: 10px 0 4px 15px;
  float: right
}
#main-content #galleria2 img {
  padding: 0;
  float: none
}
#main-content img.left {
  padding: 10px 15px 4px 0;
  float: left
}
#main-content #hero {
  padding: 0;
  margin: 18px 0 0
}
#main-content #hero img {
  width: 655px;
  padding: 0;
  float: none;
  clear: both
}
#main-content p.pullquote {
  width: 613px;
  padding: 20px;
  background: #e9f9ff;
  border: 1px solid #2ad;
  color: #058;
  font-size: 1.2em;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 18px
}
#main-content p.pullquote em {
  text-align: right;
  font-size: .9em;
  margin: 6px 0 0 470px;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-style: normal
}
#main-content .back-to-list {
  font-size: .8em
}
#main-content .small-text {
  font-size: .7em;
  line-height: .8em
}
#main-content .quad-item {
  display: block;
  float: left;
  width: 153px;
  padding: 0 10px 10px 0
}
#main-content .service-type {
  display: block;
  width: 655px;
  padding: 20px 0 4px
}
#main-content .service-type img {
  width: 120px;
  height: 122px;
  margin: 0;
  padding: 0 15px 10px 0;
  float: left
}
#main-content .service-type h2, .crane-type p {
  display: block;
  padding-left: 5px
}
#main-content .service-type h2 {
  font-size: 1.25em;
  padding-top: 0;
  margin-top: 0
}
#main-content .testimonial {
  display: block;
  width: 655px;
  padding: 20px 0 4px;
  clear: both
}
#main-content .testimonial img {
  width: 200px;
  margin: 0;
  padding: 0 15px 10px 0;
  float: left
}
#main-content .testimonial h2, .testimonial p {
  display: block;
  padding-left: 5px
}
#main-content .testimonial h2 {
  font-size: 1.25em;
  padding-top: 0;
  margin-top: 0
}
#main-content .testimonial .quote, #main-content .testimonial .quote-name {
  display: block;
  width: 655px;
  margin: 0;
  padding: 0;
  color: #467
}
#main-content .testimonial .quote-name {
  color: #69a;
  text-align: right;
  padding-top: 5px;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-size: .85em
}
#main-content .store-item {
  display: block;
  text-align: left;
  width: 630px;
  border: 2px solid #9a0000;
  background: #f6f6f6;
  padding: 10px 12px;
  margin: 24px 0 0 12px
}
#main-content .store-item h3 {
  margin: 0;
  padding: 0;
  color: #9a0000
}
#main-content .store-item .buttons {
  display: block;
  width: 630px;
  text-align: right;
  clear: both
}
#main-content .store-item .buttons a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0 0 12px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #000;
  text-shadow: 1px 1px 1px #333;
  -webkit-text-shadow: 1px 1px 1px #333;
  -khtml-text-shadow: 1px 1px 1px #333;
  -moz-text-shadow: 1px 1px 1px #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px
}
#main-content .store-item .buttons .buy-btn {
  background: #900
}
#main-content .store-item .buttons .add-cart-btn {
  background: #666
}
#main-content .store-item .buttons .view-cart-btn {
  background: #999
}
#main-content .store-item .buttons a:hover {
  text-decoration: none;
  background: #000
}
#main-content .store-item img {
  margin-top: 0
}
.bodyTable {
  border: 1px solid #666;
  width: 675px;
  text-align: center;
  display: table;
  padding: 0;
  margin: 24px 0 0 12px
}
.bodyTable td, .bodyTable th {
  padding: 12px
}
.bodyTable th {
  color: #fff;
  font-weight: 700;
  background: #555;
  padding: 6px
}
.bodyTable img {
  float: none !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important
}
.bodyTable p:first-child {
  padding-top: 0 !important
}
#cincytechs-partner-grid {
  display: block;
  width: 675px;
  padding: 0 0 0 15px;
  margin: 0
}
#cincytechs-partner-grid .partner {
  display: table-cell;
  float: left;
  width: 200px;
  height: 120px;
  padding: 24px 25px 0 0;
  margin: 0;
  font-size: .9em;
  font-weight: 700;
  text-align: center;
  vertical-align: middle
}
#cincytechs-partner-grid .partner img {
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 180px;
  max-height: 100px;
  vertical-align: middle
}
#cincytechs-portfolio {
  display: block;
  width: 690px;
  padding: 0;
  margin: 8px 0 0
}
#cincytechs-portfolio .case-study {
  display: block;
  width: 690px;
  padding: 0;
  margin: 24px 0 0
}
#cincytechs-portfolio .case-study .case-study-company, #cincytechs-portfolio .case-study .case-study-project {
  display: block;
  float: left;
  width: 200px;
  margin: 0 20px 0 0;
  padding: 0
}
#cincytechs-portfolio .case-study .case-study-project {
  width: 470px;
  margin: 0
}
#cincytechs-portfolio .case-study .case-study-company img {
  float: none;
  clear: both;
  margin: 0;
  padding: 3px;
  border: 2px solid #9a0000
}
#cincytechs-portfolio .case-study .case-study-company a {
  font-size: .9em
}
#cincytechs-portfolio .case-study .case-study-project .cs-label p {
  font-weight: 700
}
#cincytechs-portfolio .case-study .case-study-project .cs-detail p {
  display: block;
  width: 470px;
  margin: 0;
  padding: 0
}
#cincytechs-portfolio .case-study .case-study-project .cs-detail p.cs-speaker {
  text-align: right;
  color: #977;
  font-size: .9em
}
#cincytechs-spotlight {
  padding: 12px 0 25px;
  border-bottom: 1px solid #ccc
}
#cincytechs-spotlight.subpage {
  padding: 10px 0 25px;
  border-bottom: none
}
#cincytechs-spotlight h1 {
  display: block;
  text-align: left;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  padding: 0 0 20px;
  color: #fd7;
  text-shadow: 2px 2px 2px #000;
  -webkit-text-shadow: 2px 2px 2px #000;
  -khtml-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
  opacity: 1;
  filter: alpha(opacity=100)
}
#cincytechs-spotlight .spotlight-item {
  display: block;
  text-align: left;
  float: left;
  width: 322px;
  height: 300px;
  border: 2px solid #9a0000;
  background: #f6f6f6;
  padding: 0;
  margin: 24px 12px 0;
  text-decoration: none
}
#cincytechs-spotlight .last-home {
  margin: 0;
  height: 270px
}
#cincytechs-spotlight .last {
  margin: 0
}
#cincytechs-spotlight .spotlight-item h2 {
  display: block;
  width: 294px;
  height: 24px;
  padding: 12px 14px;
  margin: 0;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #9a0000;
  font-weight: 400
}
#cincytechs-spotlight a.spotlight-item:hover h2 {
  color: #f40;
  text-decoration: none
}
#cincytechs-spotlight .spotlight-item .spotlight-img {
  display: block;
  width: 294px;
  height: 180px;
  padding: 0;
  margin: 12px 0 0 14px;
  float: none;
  clear: both
}
#cincytechs-spotlight .spotlight-item h3 {
  display: block;
  width: 274px;
  padding: 10px 0 0 14px;
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  color: #2ad
}
#cincytechs-spotlight .spotlight-item .spotlight-content {
  display: block;
  list-style: none;
  width: 274px;
  height: 170px;
  padding: 12px 0 0 14px;
  margin: 0
}
#cincytechs-spotlight .spotlight-item .spotlight-content li {
  font-size: .95em;
  color: #666;
  display: block;
  width: 248px;
  padding: 3px 0 5px 25px;
  background: url(/images/ccc-gear-bullet-point.gif) left top no-repeat
}
#cincytechs-spotlight .spotlight-item .spotlight-content li a {
  color: #2ad;
  font-weight: 700;
  text-decoration: none
}
#cincytechs-spotlight .spotlight-item .spotlight-content li a:hover {
  color: #04f
}
#cincytechs-spotlight .spotlight-item p {
  display: block;
  width: 294px;
  padding: 10px 0 0 14px;
  margin: 0;
  font-size: 1em;
  color: #666
}
#cincytechs-spotlight .spotlight-item p.read-more, #cincytechs-spotlight .spotlight-item p.read-more a, .spotlight-large p.read-more, .spotlight-large p.read-more a {
  text-align: right;
  color: #610;
  text-decoration: none;
  float: none;
  clear: both
}
#cincytechs-spotlight .spotlight-item p.read-more a:hover, #cincytechs-spotlight a.spotlight-item:hover p.read-more {
  color: #c30;
  text-decoration: none
}
#cincytechs-spotlight .spotlight-item p.read-more img {
  margin: 0;
  padding: 3px 0 0
}
#cincytechs-spotlight ol#locations, #cincytechs-spotlight ul#links, #cincytechs-spotlight ul#locations {
  margin: 15px 14px 0
}
#cincytechs-spotlight ul#links li, #cincytechs-spotlight ul#locations li {
  padding-top: 3px;
  padding-right: 24px;
  line-height: 1.2em;
  list-style-type: none;
  text-align: right;
  background: url(/images/cincytechs-read-more-icon.gif) bottom right no-repeat;
  width: 112px;
  float: left
}
#cincytechs-spotlight ul#links li a, #cincytechs-spotlight ul#locations li a {
  color: #d42;
  text-decoration: none
}
#cincytechs-spotlight ul#links li a:hover, #cincytechs-spotlight ul#locationsli a:hover {
  color: #d42
}
#cincytechs-spotlight ul#links li {
  width: 250px;
  float: none
}
#cincytechs-spotlight .spotlight-item:hover {
  text-decoration: none;
  background: #fff
}
#review-entry {
  display: block;
  margin: 25px 0 0;
  padding: 16px 12px;
  background: #f6f9ff
}
#review-entry input, #review-entry label, #review-entry textarea {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 5px 0;
  margin: 0 10px 8px 0;
  width: 160px;
  text-align: right;
  float: left
}
#review-entry input, #review-entry textarea {
  width: 400px;
  text-align: left;
  margin: 0 0 8px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif
}
#review-entry label img, #review-entry p {
  padding: 0
}
#review-entry #submit {
  margin: 16px 50px 0 0 !important;
  width: 150px;
  color: #036;
  float: right;
  text-align: center
}
.paginate {
  display: block;
  text-align: center;
  font-size: .8em;
  padding: 5px;
  margin-top: 10px
}
.paginate .pagecount {
  display: block;
  padding: 0 30px 0 0
}
.paginator {
  font-size: .75em;
  font-style: italic
}
.paginator .pag-left, .paginator .pag-right {
  display: block;
  float: left;
  width: 200px;
  margin: 0
}
.paginator .pag-right {
  width: 455px;
  text-align: right
}
.paginator a, .paginator strong {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px
}
#cincytechs-contact form {
  display: block;
  width: 641px;
  border: 2px solid #9a0000;
  background-color: #eee;
  padding: 5px 20px 15px;
  float: none;
  margin: .8em 0 0
}
#cincytechs-contact form dd, #cincytechs-contact form dt {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  float: left;
  width: 130px
}
#cincytechs-contact form dd {
  width: 510px
}
#cincytechs-contact form dl {
  clear: both;
  font-size: .9em;
  line-height: 1em
}
#cincytechs-contact form label {
  display: block;
  width: 100%;
  font-size: .9em;
  line-height: 1.25em;
  color: #333;
  text-align: left;
  padding-right: 10px
}
#cincytechs-contact form input {
  width: 118px;
  clear: both;
  float: none
}
#cincytechs-contact form input, #cincytechs-contact form textarea {
  width: 100%;
  border: 1px solid #9a0000;
  margin: 0;
  float: left
}
#cincytechs-contact form input#form-input-areas_interest-1, #cincytechs-contact form input#form-input-areas_interest-2, #cincytechs-contact form input#form-input-areas_interest-3 {
  width: 15px;
  border: none;
  margin-right: 8px;
  display: inline
}
#cincytechs-contact p {
  display: block;
  width: 100%;
  text-align: right
}
#cincytechs-contact form .formradio {
  display: inline-block;
  width: 14px;
  padding: 0;
  text-align: left
}
#cincytechs-contact form .formradiotext {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: .9em
}
#side-column {
  width: 232px;
  font-size: .9em
}
#side-column h1, #side-column h2, #side-column h3 {
  display: block;
  font-family: Inder, Arial, Helvetica, sans-serif;
  font-size: 1.85em;
  font-weight: 300;
  color: #2ad;
  padding: 21px 0 4px;
  text-shadow: 2px 2px 2px #023;
  -webkit-text-shadow: 2px 2px 2px #023;
  -khtml-text-shadow: 2px 2px 2px #023;
  -moz-text-shadow: 2px 2px 2px #023
}
#side-column h1:first-child, #side-column h2:first-child, #side-column h3:first-child {
  padding: 0;
  margin: 0
}
#side-column h2 {
  font-size: 1.75em
}
#side-column h3 {
  font-size: 1.5em
}
#side-column p {
  display: block;
  padding: 14px 0 0;
  line-height: 1.2em
}
#side-column p:first-child {
  padding: 0
}
#side-column ol, #side-column ul {
  margin: 18px 0 0 30px
}
#side-column li {
  padding-top: 5px;
  line-height: 1.2em
}
#side-column li:first-child {
  padding-top: 0
}
#side-column a {
  color: #39f;
  text-decoration: none
}
#side-column a:hover {
  color: #6cf
}
#dark-pane, #solid-pane {
  background: #09355f;
  border: 1px solid #ccc;
  padding: 19px 14px;
  width: 215px;
  margin-top: 25px;
  color: #ccc
}
#dark-pane {
  background: url(/images/ccc-dark-bkgd.gif)
}
#dark-pane img, #solid-pane img {
  width: 215px;
  margin: 0;
  padding: 10px 0 0
}
#dark-pane img:first-child, #solid-pane img:first-child {
  padding: 0
}
#side-column div:first-child {
  margin-top: 0
}
#side-column .small-text {
  font-size: .7em;
  line-height: .8em
}
#side-column #free-consultation, #side-column #how-we-can-help {
  display: block;
  width: 230px;
  height: 90px;
  margin: 0;
  padding: 0 0 15px
}
#side-column #free-consultation a, #side-column #how-we-can-help a {
  display: block;
  width: 230px;
  height: 90px;
  margin: 0;
  padding: 0;
  background: url(/images/cincytechs-free-consultation-btn-new.gif) top left no-repeat
}
#side-column #how-we-can-help a {
  background-image: url(/images/cincytechs-how-we-can-help-btn.gif)
}
#side-column #free-consultation a:hover, #side-column #how-we-can-help a:hover {
  background-position: right
}
#side-column #free-consultation a p, #side-column #how-we-can-help a p {
  display: none
}
#client-login-form #login-fields label {
  display: block;
  padding-top: 10px
}
#client-login-form #login-fields input {
  width: 210px
}
#client-login-form #submitbtn input {
  width: 150px
}
#client-login-form #checkboxes {
  font-style: italic;
  font-size: .9em
}
#cincytechs-spotlight #cincytechs-certifications, #cincytechs-spotlight .spotlight-item, #main-content .store-item {
  -moz-box-shadow: 4px 5px 5px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, .4);
  box-shadow: 4px 5px 5px rgba(0, 0, 0, .4)
}
#cincytechs-footer {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 3px solid #9a0000;
  background: #eee;
  clear: both
}
#cincytechs-footer-container {
  padding: 8px 0 32px;
  margin: 0 auto;
  width: 960px;
  text-align: left;
  font-size: .8em;
  color: #bbb
}
#cincytechs-footer #cincytechs-footer-left, #cincytechs-footer #cincytechs-footer-right {
  display: block;
  width: 330px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right
}
#cincytechs-footer #cincytechs-footer-left {
  text-align: left;
  width: 630px;
  padding: 0
}
#cincytechs-footer a {
  color: #bbb;
  text-decoration: none
}
#cincytechs-footer a:hover {
  color: #aaa;
  text-decoration: underline
}