.makeitround {
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* took these out of rule above: table, tbody, tfoot, thead, tr, th, td, */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #01080b;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #01080b;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #999;
}
thead {
  background: #ccc;
  font-weight: bold;
  font-size: .8em;
}
td {
  padding: 4px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
html {
  overflow-y: scroll;
}
a:hover, a:active {
  outline: none;
}
ul, ol {
  margin-left: 2em;
  margin-bottom: 25px;
}
ol {
  list-style-type: decimal;
}
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong, th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
/* Selection colours (easy to forget) */
::selection {
  background: #615f62;
}
::-moz-selection {
  background: #615f62;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #615f62;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body,
select,
input,
textarea {
  color: #01080b;
}
a, a:active, a:visited {
  color: #00aeef;
}
a:hover {
  color: #00aeef;
}
body {
  font: normal normal 16px/1.231 Arial, 'PT Sans', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 40px;
  color: white;
  margin: 10px 0;
  font-weight: 600;
  text-shadow:2px 2px #186cb2;

}
h2 {
  font-size: 28px;
  /*color: #939598;*/
  color:white;
  margin: 10px 0;
  text-shadow:2px 2px #186cb2;
}
h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 10px 0;
  font-weight:bold;
}
h4 {
  font-size: 20px;
  margin-bottom: 12.5px;
}
h5 {
   font-size: 40px;
  color: white;
  font-weight: 600;
}
p {
  line-height: 1.6;
  margin-bottom: 12.5px;
}
html {
  /*background: #ffffff url(../images/bg_site.jpg) repeat-x;*/
}
body {
  width: 960px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
header {
  position: relative;
  padding-top: 95px;
}
header .logo {
  position: absolute;
  width: 417px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/logo.jpg) no-repeat 0 8px;
  z-index: -9999;
  top: 0;
}
header .nav {
  font-size: 14px;
  letter-spacing: 1px;
  width: 960px;
  height: 31px;
  /*background-color: #01080b;*/
}
.ie7 header .nav {
  padding-top:5px;
}
header .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
header .nav ul li {
  float: left;
  padding: 0;
  position: relative;
  /*background: #01080b url(../images/nav-divider.gif) no-repeat 0% 50%;*/
}
header .nav ul li:first-child {
  background: none;
}
header .nav a {
  float: left;
  /*color: #fff;*/
  height: 7px;
  padding: 6px 45px 18px 0px;
  text-decoration: none;
  color:black;
  /*width: 100px;*/
  /*text-align: center;*/
}
header .nav li.here > a {
  /*background: #615f62;*/
  color:#00AEEF;
}
/*header .nav li:hover a, header .nav a:hover {
  text-decoration: none;
  background-position: 50% 100%;
}*/
header .nav li:hover ul {
  display: block;
}
header .nav li ul {
  display: none;
  position: absolute;
  top: 31px;
  left: 0px;
  padding: 0;
  font: 14px/18px Arial, Helvetica, sans-serif;
  margin: 0;
  list-style: none;
  /*background: #615f62;*/
  background-color:white;
  z-index: 9999999;
  /*white-space:nowrap;*/

}
header .nav li ul li {
  float: none;
  display: block;
  /*background:none;*/

  padding: 0;
}
header .nav li:hover ul a, header .nav li ul a {
  text-align: left;
  float: left;
  padding: 12px 20px 7px 20px;
  width: 180px;
  height: 23px;
}
header .nav ul a:hover {
  /*background: #615f62 url(../images/nav-divider.gif) no-repeat 0% 50%;*/
  color:#00AEEF;
}
/*header .nav li:hover ul a:hover {
  background: #939598;
}*/
header .nav form label {
    display:none;
    margin-bottom:0;
}
header .nav form {
    margin:0;
    position:relative;
    float:right;
    margin:2px 10px 0 0;
    color: white;
}
header .nav form input, header .nav form textarea {
    margin:0;
    width:150px;
}
header .nav select, header .nav input, header .nav textarea, header .nav button {
    font:inherit;
}
header .nav form input {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
    text-align: center;
    color: white;
    background: rgb(85,85,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(97,97,97,1) 12%, rgba(110,110,110,1) 25%, rgba(80,80,80,1) 39%, rgba(55,55,55,1) 50%, rgba(13,13,13,1) 51%, rgba(29,29,29,1) 60%, rgba(54,54,54,1) 76%, rgba(39,39,39,1) 91%, rgba(31,31,31,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(12%,rgba(97,97,97,1)), color-stop(25%,rgba(110,110,110,1)), color-stop(39%,rgba(80,80,80,1)), color-stop(50%,rgba(55,55,55,1)), color-stop(51%,rgba(13,13,13,1)), color-stop(60%,rgba(29,29,29,1)), color-stop(76%,rgba(54,54,54,1)), color-stop(91%,rgba(39,39,39,1)), color-stop(100%,rgba(31,31,31,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(97,97,97,1) 12%,rgba(110,110,110,1) 25%,rgba(80,80,80,1) 39%,rgba(55,55,55,1) 50%,rgba(13,13,13,1) 51%,rgba(29,29,29,1) 60%,rgba(54,54,54,1) 76%,rgba(39,39,39,1) 91%,rgba(31,31,31,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(97,97,97,1) 12%,rgba(110,110,110,1) 25%,rgba(80,80,80,1) 39%,rgba(55,55,55,1) 50%,rgba(13,13,13,1) 51%,rgba(29,29,29,1) 60%,rgba(54,54,54,1) 76%,rgba(39,39,39,1) 91%,rgba(31,31,31,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(97,97,97,1) 12%,rgba(110,110,110,1) 25%,rgba(80,80,80,1) 39%,rgba(55,55,55,1) 50%,rgba(13,13,13,1) 51%,rgba(29,29,29,1) 60%,rgba(54,54,54,1) 76%,rgba(39,39,39,1) 91%,rgba(31,31,31,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(97,97,97,1) 12%,rgba(110,110,110,1) 25%,rgba(80,80,80,1) 39%,rgba(55,55,55,1) 50%,rgba(13,13,13,1) 51%,rgba(29,29,29,1) 60%,rgba(54,54,54,1) 76%,rgba(39,39,39,1) 91%,rgba(31,31,31,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
   
    font-color:white;
}
article {
  margin-bottom: 25px;
}
.subnav {
  color: #939598;
  /*margin-bottom: @gutter;
	border-bottom: 1px dotted @extralight;
	padding-bottom: 3px;*/

}
.subnav a, .subnav a:visited, .subnav a:active {
  color: #00aeef;
  text-decoration: none;
}
.subnav a:hover {
  color: #00aeef;
}
.content {
  background:white url(../images/bg_site.jpg) repeat-x 0px -90px;
  padding:40px;
  float:left;
  border-radius: 20px;
  width:880px;
}
/*.content_top {
  height:30px;
  background: transparent url(../images/bg_site_top.png) no-repeat;
}*/
.content .breadcrumbs {
  padding: 10px 0 0px 0;
  color: white;
  overflow: hidden;
  position:absolute;
  z-index:5;
}
.content .bottom .breadcrumbs{
    position:relative;
    background:white;
    color:black;
}
.content .bottom .breadcrumbs a {
    color:black;
}
.content .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .breadcrumbs li {
  float: left;
  margin-right: 10px;
}
.content .breadcrumbs a {
  color:white;
  padding: 0px 0px;
  text-decoration: none;
  height: 35px;
  margin-right: 10px;
}
.content .breadcrumbs a:hover {
  text-decoration: underline;
}
.content .breadcrumbs a:visited {
  color: white;
}
.content .bottom .breadcrumbs a:visited {
    color:black;
}
.content .full-banner {
  margin-bottom: 0px;
  position: relative;
}
.content .full-banner img {
  vertical-align:bottom;
}
.content .full-banner .tabs {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 9999;
  font-size: 17px;
}
.content .full-banner .tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .full-banner .tabs li {
  float: left;
}
.content .full-banner .tabs a {
  padding: 9px 18px;
  background: #efefef;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-right: 10px;
  text-decoration: none;
  height: 35px;
}
.content .full-banner .tabs a:hover {
  background: #fff;
}
.content .full-banner .tabs .active a {
  background: #fff;
}
.content .tabcontent div.hidden {
  display: none;
}
.content .cols {
  /*background: #fff;*/
  padding: 25px;
  overflow: auto;
  position: relative;
}
.content .cols .main-col {
  float: left;
  width: 570px;
}
.content .cols .main-col-wide {
  float: left;
  width: 910px;
}
.content .cols .nav_categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .cols .nav_categories li {
  float: left;
  width: 250px;
  padding: 0;
  text-align: center;
  height: 300px;
}
.content .cols .main-col-wide .nav_categories li{
  margin: 0 25px 25px 25px;
}
.content .cols .main-col .nav_categories li {
    margin: 0 30px 25px 0;
}
.content .cols .nav_categories li a.rounded {
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 150px;
  width: 150px;
  display: inline-block;
  border: 5px #fff solid;
  text-indent: -9999px;
  margin-bottom: 15px;
}
.content .cols .nav_categories a.rounded:hover {
  border: 5px #01080b solid;
  -webkit-box-shadow: 2px 5px 15px 0px #777;
  -moz-box-shadow: 2px 5px 15px 0px #777;
  box-shadow: 2px 5px 15px 0px #777;
}
.content .cols .nav_industries {
  list-style: none;
  margin: 0;
  margin-left: 175px;
  padding: 0;
  overflow: auto;
}
.content .cols .nav_industries h3 {
  font-size: 1em;
  font-weight: bold;
}
.content .cols .nav_industries li {
  float: left;
  width: 90px;
  padding: 0;
  margin: 0 25px 25px 0;
  text-align: center;
}
.content .cols .nav_industries li a.rounded {
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 60px;
  width: 60px;
  display: inline-block;
  border: 4px #fff solid;
  text-indent: -9999px;
  margin-bottom: 15px;
}
.content .cols .nav_industries a.rounded:hover, .content .cols .nav_industries a.rounded.hoverlicious {
  border: 4px #01080b solid;
  -webkit-box-shadow: 2px 5px 15px 0px #777;
  -moz-box-shadow: 2px 5px 15px 0px #777;
  box-shadow: 2px 5px 15px 0px #777;
}
.content .cols td p {
  padding: 0px;
  margin: 0px;
  line-height: normal;
}
.content .cols #floorplanbig {
  margin-left: 175px;
}
.content .cols #linksholder {
  text-align: center;
}
.content .cols #linksholder h1 {
  font-size: 20px;
}
.content .cols .fpcategories {
  display: none;
  text-align: left;
}
.content .cols .fpcategories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.content .cols .fpcategories li {
  float: left;
  width: 55px;
  padding: 0;
  margin: 0 40px 25px 0;
  text-align: center;
}
.content .cols .fpcategories li h3 {
  font-size: 12px;
}
.content .cols .fpcategories li a.rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 4px #eee solid;
  text-indent: -9999px;
  margin-bottom: 15px;
}
.content .cols .fpcategories a.rounded:hover, .content .cols .fpcategories a.rounded.hoverlicious {
  border: 4px #01080b solid;
  -webkit-box-shadow: 2px 5px 15px 0px #777;
  -moz-box-shadow: 2px 5px 15px 0px #777;
  box-shadow: 2px 5px 15px 0px #777;
}
.content .cols area {
  outline: none;
}
.content .cols h1 > img {
  vertical-align: middle;
  margin-right: 10px;
}
.content .cols .fp1 li > a.rounded {
  border-color: #a2968a;
}
.content .cols .fp1 h1 {
  color: #a2968a;
}
.content .cols .fp2 li > a.rounded {
  border-color: #00aeef;
}
.content .cols .fp2 h1 {
  color: #00aeef;
}
.content .cols .fp3 li > a.rounded {
  border-color: #8c64aa;
}
.content .cols .fp3 h1 {
  color: #8c64aa;
}
.content .cols .fp4 li > a.rounded {
  border-color: #fdb824;
}
.content .cols .fp4 h1 {
  color: #fdb824;
}
.content .cols .fp5 li > a.rounded {
  border-color: #00ac4e;
}
.content .cols .fp5 h1 {
  color: #00ac4e;
}
.content .cols .right-col {
  float: right;
  width: 325px;
  clear: right;
}
.content .cols .right-col-blue {
  float: right;
  clear: right;
  min-height: 375px;
  width: 250px;
  overflow: hidden;
  background: #0eb3f0 url(../images/sidebar-bg-bottom.gif) 0 100% no-repeat;
}
.content .cols .right-col-blue .inside {
  background: url(../images/sidebar-bg-top.gif) 0 0 no-repeat;
  padding: 25px 25px;
}
.content .cols .right-col-blue h4 {
  color: #fff;
}
.content em {
  font-style: italic;
  /*font-weight: 300;
  color: #00aeef;
  font-size: 1.5em;*/
}
form {
  margin-top: 25px;
  /*input[type="text"] {
		outline: 0;
		background: @extralight;
		color: @dark;
		padding: 5px;
		border: 1px solid @light;
	}*/

}
form label {
  display: block;
  margin-bottom: 5px;
}
form input, form textarea {
  margin-bottom: 15px;
}
form input[type="text"] {
  width: 50%;
}
form textarea {
  height: 64px;
  width: 96%;
}
footer {
  background: #f5f6f6;
  padding: 25px;
  color: #615f62;
  overflow: auto;
  font-weight: bold;
}
footer h3 {
  color: #615f62;
  font-size: 24px;
}
footer ul {
  list-style: none;
  width: 325px;
  margin: 0;
  padding: 0;
}
footer li {
  float: left;
  width: 125px;
  margin-left: 0;
  padding: 0 25px 5px 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .copyright {
    clear: both;
    text-align: center;
    font-weight: normal;
    font-size:13px;
}
.gallery .frame ul, .visual ul {
    /*width: 99999px;*/
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 261px;
    position: relative;
}
.gallery .frame li, .visual li {
    position: absolute;
    top: 0;
    left: 0;
    width: 620px;
    height: 203px;
}
.switcher {
    position: absolute;
    bottom: 32px;
    right: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.switcher li {
    float: left;
    margin: 0 0 0 1px;
}
.switcher a {
    background: url(images/bg-switcher.png) no-repeat;
    width: 47px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}
header {
  position: relative;
  padding-top: 15px;
  height: 90px;
}
header img {
  float:left;
  margin-right:15px;
}
header .nav {
  padding-top:59px;
}
.content .main-col .left-col,  .content .main-col .mid-col, .content .main-col .right-col {
  float:left;
  font-style: italic;
}
.content .main-col .left-col {
  width:350px;
}
.content .dispenser .main-col .left-col {
  width:230px;
}
.content .dispenser .main-col .two-col {
  width:650px;
}
.content .main-col .mid-col, .content .main-col .right-col {
  text-align: center;
}
.content .main-col .mid-col {
  width:225px;
  padding:0 20px;
}
.content .main-col .right-col {
  width:245px;
  padding:0 0 0 20px;
}
.content .main-col .right-col img {
  margin-top:50px;
 /* max-height: 221px;
  width: auto;*/
  max-width: 100%;
}
.content .main-col .two-col {
  width:530px;
  float:left;
}
.content .main-col img {
  width:100%;
  height:auto;
}
#bestlogo {
  width:175px;
  padding-top:8px;
}
#bigstand {
  margin-top:-115px;
  float:right;
  width:340px;
}
.content .main-col img.autowidth {
  width:auto;
}
.trio {
  margin:0;
  padding:0;
}
.trio li {
  display:inline-block;
  list-style: none;
  /*width:75px;*/
  width:30%;
  margin:0 2px;
  zoom: 1;
  *display: inline;
}
.home .left-col .trio li {
  width:118px;
  padding:10px;
  margin:0;
}
.content .main-col .home .left-col {
  padding-left:50px;
  width: 425px;
  float:left;
}
.content .main-col .home .two-col{
  width:405px;
  position:relative;
}
.content .main-col .quarter {
  width:200px;
  float:left;
  margin-right:20px;
}
.content .main-col .quarter:last-child {
  margin:0;
}
.content .main-col .quarter  img {
  max-height:275px;
  max-width:200px;
}
.content .main-col h2 img {
  width:100px;
  padding-right: 10px;
  margin-right:10px;
  border-right: 2px solid white;
  vertical-align: middle;
}
#hero_video {
  position: absolute;
  top: -30px;
  left: 140px;
}