/*

General Styling

*/
* {box-sizing: border-box;}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_center div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_left {
	display: flex;
	justify-content: left;
	align-items: left;
}
.flex_left div {
	display: flex;
	justify-content: left;
	align-items: center;
}
.flex_right {
	display: flex;
	justify-content: flex-end;
	align-items: left;
}
.flex_right div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.clear {
    clear: both;
}
a:link {
	text-decoration: none;
    color: #333333;
    line-height: inherit;
}
a:visited {
    text-decoration: none;
    color: #333333;
    line-height: inherit;
}
a:hover {
    text-decoration: none;
    color: #01a0c6;
    line-height: inherit;
}
a:active {
    text-decoration: none;
    color: #01a0c6;
    line-height: inherit;
}
h1 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.subh2 h2 {
	text-align: center;
	padding-bottom: 8px;
	font-size: 15px;
} 
a.bulletlink:hover, a.bulletlink:active, a.orangelink:hover, a.orangelink:active {
    text-decoration: underline;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #27aece;
}
a.bulletlink:link, a.bulletlink:visited, a.orangelink:link, a.orangelink:visited {
    text-decoration: none;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #01a0c6;
}
.button, .feature {
    border-bottom: 1px solid #FFFFFF;
    background-color: #4dbcd7;
    width: 155px;
    text-align: left;
    text-indent: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: inherit;
    margin: 0px;
}
.ifenceblue, a.ifenceblue {
    color: #01a0c6;
}
.ifencebluebold {
    color: #01a0c6;
    font-weight: bold;
}
.ifenceheading {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.indexheadline {
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.ifencetext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
.ifence9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}
.ifence14bb {
    color: #01a0c6;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.ifence14bb a:link {
    color: #01a0c6;
}
.ifence14bb a:visited {
    color: #01a0c6;
}
.ifence18blue, a.ifence18blue {
    color: #01a0c6;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.crumb {
	font-size: 12px;
    padding: 0;
    margin: 0;
    display: inline;
}
#subpage #subtitle img {
	width:10px;
	height:20px;
}
.phone-sch {
    width: 95%;
}
.phone-sch .input-holder input[type=text] {
    border: 1px solid #222;
    width: 97%;
    padding: 5px 1%;
}
.phone-sch .input-holder label {
    display: block;
}
.step-line {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    margin: 1em 0;
}
.step-line span {
    font-size: 12pt;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.step-line p {
    display: inline-block;
    margin: 0;
    margin-left: 40px;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.step {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12pt;
    background: #01a0c6;
    color: #eee;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.phone-sch .sButton {
    background: #0099cc;
    background: -moz-linear-gradient(top, #0099cc 0%, #1a85a9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#1a85a9));
    background: -webkit-linear-gradient(top, #0099cc 0%,#1a85a9 100%);
    background: -o-linear-gradient(top, #0099cc 0%,#1a85a9 100%);
    background: -ms-linear-gradient(top, #0099cc 0%,#1a85a9 100%);
    background: linear-gradient(to bottom, #0099cc 0%,#1a85a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#1a85a9',GradientType=0 );
    border: 0;
    margin-top: 1em;
    border-radius: 3px;
    width: 150px;
    text-transform: uppercase;
}
.sButton {
    background-color: #0099cc;
    color: #FFF;
    width: 100px;
    display: inline-block;
    padding: 8px 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.sButton + .sButton {
    margin-left: 15px;
}
/*

Header Styling

 */
#header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(60px, auto);
  justify-content: center;
  align-items: center;
}
#tb0 {
  grid-column: 1/5;
  grid-row: 1;
}
#tb6 {
  grid-column: 12;
  grid-row: 1;
}
#tb5 {
  grid-column: 11;
  grid-row: 1;
}
#tb4 {
  grid-column: 10;
  grid-row: 1;
}
#tb3 {
  grid-column: 9;
  grid-row: 1;
}
#tb2 {
  grid-column: 8;
  grid-row: 1;
}
#tb1 {
  grid-column: 7;
  grid-row: 1;
}
#header div.blueroundbutton {
  display:flex;
  justify-content:center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align:center;
  padding: 1em 0 ;
  background-color: #00b1d2;
  border:none;
  color:white;
}
#tb7 {
  grid-column:1/13;
  grid-row: 2;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  height: 30px;
  background-color:#f63;
}
.navbutton {
  border: .1px solid white;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}
.hiddenbox {
  display: none;
  position: absolute;
}
#2:hover + .hiddenbox {
  display: block;
  background: white;
}
/*

Footer Styling 

*/
#footer {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(10px, auto);
	justify-content: center;
	align-items: center;
}
#footer #gplus {
	grid-row: 1;
	grid-column: 7/9;
}
#footer #lock_icon {
	grid-row: 2;
	grid-column: 6/8;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
#footer #payment_icons {
	grid-row: 2;
	grid-column: 7/11;
}
#footer #payment_icons div {
	position: relative;
	
}
#footer #links {
	grid-row: 3;
	grid-column: 1/15;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}
#footer #copyright {
	grid-row: 4;
	grid-column: 5/11;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}
/* 

Subpage General

*/
#subpage {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 4px;
	grid-auto-rows: minmax(20px, auto);
	width: 925px;
}
#subpage #title-img {
	grid-row: 1/7;
	grid-column: 1/5; 
	align-self: start;
	justify-self: end;
	display: flex;
}
#subpage #dg_img {
	width: 155px;
	height: 73px;
	grid-row: 1/4;
	grid-column: 5/6;
}
#subpage #pf_img {
	width: 155px;
	height: 73px;
	grid-row: 4/7;
	grid-column: 5/6;
}
#subpage #title-img img{
	width: 603px;
	height: 151.63px;
}
#subpage #sub-links {
	grid-row: 1/7;
	grid-column: 6/7;
	text-indent: 5px;
}
#subpage #sub-links a.menubutton:link, a.menubutton:visited {
    width: 155px;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #4dbcd7;
    display: block;
	height: 25.45px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: inherit;
	
}
#subpage #sub-links a.menubutton:hover, a.menubutton:active {
	width: 155px;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #01a0c6;
    display: block;
	height: 25.45px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: inherit;
	
}
#subpage #sub-links a.menubutton2:link, a.menubutton2:visited {
	width: 155px;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #f63;
    display: block;
	height: 25.45px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: inherit;
	
}
#subpage #sub-links a.menubutton2:hover, a.menubutton2:active {
	width: 155px;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #01a0c6;
    display: block;
	height: 25.45px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: inherit;
}
#subpage #content {
	grid-row: 7;
	grid-column: 1/5;
	width: 100%;
}
#subpage #content #general-content {
	/* display: grid;  - RS 3/6 such complication, much wow. */
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(20px, auto);
}
#subpage #content #general-content #link-guide {
	grid-row: 1;
	grid-column: 1/2;
	padding: 2px 0px;
}
#subpage #content #general-content #random-link {
	grid-row: 1;
	grid-column: 3/4;
	padding: 2px 0px;
}
#subpage #content #general-content #subtitle {
/*	padding: 15.4px 0;*/
	padding: 15px 0 0 0;
	grid-row: 2;
	grid-column: 1/4;
}
#subpage #content #general-content #sub-description {
	grid-row: 3;
	grid-column: 1/4;
	text-align: justify;
	padding-bottom: 14px;
	padding-right: 10px;
}
#subpage #testimonials {
	grid-row: 7;
	grid-column: 5/7;
    width: 100%;
	background-color: #e5f7ff;
    text-indent: 0;
}
#subpage #right-background {
	background-color: #e5f7ff;
	grid-row: 1/8;
	grid-column: 5/7;
	z-index: -1;
}
#subpage #testimonials #customer-testimonials {
	color: #000000;
    padding: 10px;
}
#subpage #testimonials #customer-testimonials #scrolltestim {
	min-height: 175px;
    max-width: 300px;
}
#subpage #testimonials #customer-testimonials #scrolltestim a {
	font-weight: bold;
}
#subpage #testimonials #customer-testimonials #scrolltestim #test_cont{
	opacity: 1;
}
#subpage #testimonials #customer-testimonials #scrolltestim #test_cont p {
	font-weight: bold;
}
#subpage #testimonials #floatingnav {
	color: #000;
	padding: 10px;
}
#subpage #testimonials #side-links {
	position: relative;
    height: 700px;
}
#subpage #testimonials #side-links div {
	height: 40px;
	width: 300px;
	position: absolute;
}
#subpage #testimonials #side-links * {
	font-weight: bold;
}
#subpage #testimonials #side-links p {
    margin-top: 1px;
    margin-bottom: 2em;
}
/* 

Home Styling

*/
#home {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 7.5px;
	grid-auto-rows: minmax(20px, auto);
	justify-content: center;
	align-items: center;
	width: 920px;
}	
#home #slider {
	grid-row: 1/6;
	grid-column: 1/5;
}
#home #title {
	grid-row: 1;
	grid-column: 1/5;
}
#home #title h1{
	text-align:center;
	line-height:26px;
	margin-bottom:0px;
}
#home #title img{
	width: 10px;
	height: 20px;
}
#home #title span{
	line-height:26px;
}
#home #subtitle {
	grid-row: 2;
	grid-column: 1/5;
}
#home #description {
	grid-row: 3;
	grid-column: 1/5;
	text-align: justify;
    line-height: 14px;
    color: #666;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#home .homeboxes {
	background: url(../Assets/index_box/boxback.png);
	width: 220px;
	justify-self: center;
	padding: 10px;
	line-height: 14px;
    height: 115px;
}
.homeboxes h1, .homeboxes h2, .homeboxes h3, .homeboxes h4, .homeboxes h5, .homeboxes h6 {
    font-size: 13px;
    margin: 4px 0px 0px;
}
#home .text {
	color: #333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#home #fg_imgs_r1_col1 {
	grid-row: 4/6;
	grid-column: 1;
}
#home #fg_imgs_r1_col2 {
	grid-row: 4/6;
	grid-column: 2;
}
#home #fg_imgs_r1_col3 {
	grid-row: 4/6;
	grid-column: 3;
}
#home #fg_imgs_r1_col4 {
	grid-row: 4/6;
	grid-column: 4;
}
#home #fg_imgs_r2_col1 {
	grid-row: 6/8;
	grid-column: 1;
}
#home #fg_imgs_r2_col2 {
	grid-row: 6/8;
	grid-column: 2;
}
#home #fg_imgs_r2_col3 {
	grid-row: 6/8;
	grid-column: 3;
}
#home #fg_imgs_r2_col4 {
	grid-row: 6/8;
	grid-column: 4;
}
#home #testimonials {
	grid-row: 9/10;
	grid-column: 1/3;
	margin-left: 15px;
}
#home #testimonials h2 {
	color: #00b1d2;
    font-size: 14pt;
    font-weight: normal;
}
#home #gradient_background {
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	width: 100%;
	height: 100%;
	grid-row: 9/13;
	grid-column: 1/5;
	z-index: -1;
}
#home #rolling_test {
	grid-row: 9/13;
	grid-column: 1/3;
	margin-left: 15px;
	width: 450px;
    position: relative;
    height: 185px;
}
#home #rolling_test .r_test {
    opacity: 0;
    color: #01a0c6;
    font-size: 11pt;
    line-height: 1.75;
    position: absolute;
    left: 0;
    bottom: 68px;
	text-align: left;
}
#home #rolling_test .active_t {
	opacity: 1;
}
#home #rolling_test p {
	margin-bottom: 0px;
}
#home #rolling_test .in_sig_t {
    text-align: right;
    font-size: 10pt;
    font-style: italic;
    line-height: 1.1;
    margin-top: 0px;
}
#home #icons {
	grid-row: 9/12;
	grid-column: 3/5;
	justify-self: center;
	
}
#home #icons .left img {
	padding-left: 50px;
}
#home #icons .left {
	text-align: left;
}
#home #icons .right {
	text-align: right;
}
/* 

iDesignStudio Styling

*/
#subpage #content #idesignstudio-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(20px, auto);
}
#subpage #content #idesignstudio-content #idesigntool {
	grid-row: 1;
	grid-column: 1;
	width:300px;
	height:225px;
}
#subpage #content #idesignstudio-content #requirements {
	grid-row: 1;
	grid-column: 2;
	padding-left: 5px;
}
#subpage #content #idesignstudio-content #requirements #reqiurements-link {
	font-size: 18px;
	font-weight: bold;
}
#subpage #content #idesignstudio-content #requirements #flash_list {
    margin: 10px 0 0 0;
    padding: 0;
}
#subpage #content #idesignstudio-content #requirements #flash_list li {
    margin-left: 12px;
}
/* 

Get Help Styling

*/
#subpage #content #callback {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(20px, auto);
}
#subpage #content #callback #step1-line {
	grid-row: 1;
	grid-column: 1/7;
}
#subpage #content #callback #callback-inputs {
	grid-row: 2;
	grid-column: 2/5;
}
#subpage #content #callback #step2-line {
	grid-row: 3;
	grid-column: 1/7;
}
#subpage #content #callback #step3-line {
	grid-row: 5;
	grid-column: 1/7;
}
#subpage #content #callback .checkers{
	grid-row: 4;
	grid-column: 2/7;
}
#subpage #content #callback .buttons {
	grid-row: 6;
	grid-column: 1/7;
	justify-self: center;
}
#subpage #content #callback .sButton {
    margin-left: 0;
    font-size: 11pt;
    width: 175px;
}
#subpage #content #callback .checkers label {
    font-size: 12pt;
}
#subpage #content #callback .checkers {
    margin-left: 2.5%;
}
#subpage #content #callback .input-holder {
    margin: 1em 0;
    margin-left: 7.5%;
}
#subpage #content #callback	.input-holder input[type=text] {
    border: 0;
    background: #b2e5eb;
    width: 200px;
    font-family: Roboto;
    font-size: 12pt;
}
/* 

Photo Gallery Styling

*/
#subpage #content #gallery-content {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(20px, auto);
}
#subpage #content #gallery-content #gallery {
	text-align: center;
	justify-self: center;
	grid-row: 1;
	grid-column: 1/7;
}
#subpage #content #gallery-content .e2_photo_gallery {
    width: 590px;
    margin: 0px auto;
    min-width: 590px;
    color: #fff;
}
#subpage #content #gallery-content .hd {
    background: transparent url(../designs/e2/tl.gif) no-repeat 0px 0px;
}
#subpage #content #gallery-content .bd {
    background: transparent url(../designs/e2/ml.gif) repeat-y 0px 0px;
}
#subpage #content #gallery-content .bd .c {
    background: transparent url(../designs/e2/mr.gif) repeat-y right 0px;
}
#subpage #content #gallery-content .bd .c .s {
    margin: 0px 8px 0px 4px;
    background: url(../designs/e2/ml.jpg) repeat-x 0px 0px;
    padding: 1em;
}
#subpage #content #gallery-content #main_image_wrapper {
    position: relative;
    border: 1px solid #01a0c6;
    width: 540px;
    height: 405px;
    background: #FFF url(../rsrc/loading_image.gif) no-repeat 50% 50%;
}
#subpage #content #gallery-content #iptc_btn {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
#subpage #content #gallery-content #imgloader {
    text-align: center;
}
#subpage #content #gallery-content #iptc_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #999;
    color: #FFF;
    font-size: 10px;
    line-height: 140%;
    text-align: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#subpage #content #gallery-content #pn_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}
#subpage #content #gallery-content #prev {
    left: 0;
    float: left;
    outline: none;
    -moz-outline: none;
    visibility: hidden;
}
#subpage #content #gallery-content #prev, #next {
    width: 30%;
    height: 100%;
    background: transparent url(../rsrc/blank.gif) no-repeat;
    outline: none;
}
#subpage #content #gallery-content #next {
    right: 0;
    float: right;
    outline: none;
    -moz-outline: none;
}
#subpage #content #gallery-content .spacing {
    padding: 1px;
	text-align: center;
}
#subpage #content #gallery-content #QuoteBtn {
	width:100px;
	height:25px;
	position:absolute;
	bottom: 20px;
	right: 15px;
	z-index: 1000;
}

#subpage #content #gallery-content .QuoteBtn {
	width:100px;
	height:25px;
	position:absolute;
	bottom: 20px;
	right: 15px;
	z-index: 1000;
}

#subpage #content #gallery-content .position {
	position: relative;
}
#subpage #content #gallery-content #thumbdisplay {
    width: 540px;
}
#subpage #content #gallery-content #photocount {
    color: #FFF;
    font-size: 10px;
    float: left;
    width: 85%;
    text-align: center;
    left: 0;
}
#subpage #content #gallery-content #thumbtoggler {
    text-align: right;
    float: right;
    width: 15%;
    right: 0;
    z-index: 1100;
}
#subpage #content #gallery-content #thumbhide {
    position: relative;
    overflow: hidden;
	height: 119px;
}
#subpage #content #gallery-content img {
    border: none;
}
#subpage #content #gallery-content #thumbbox {
    border: solid 1px #01a0c6;
    text-align: center;
    width: 540px;
    position: relative;
    padding: 5px;
}
#subpage #content #gallery-content #thumb_container {
    position: relative;
    overflow: hidden;
    width: 478px;
    height: 60px;
    margin: 0 0 0 32px;
}
#subpage #content #gallery-content #thumbgall {
    position: absolute;
    left: -106px;
    top: 0;
    white-space: nowrap;
    z-index: 1000;
}
#subpage #content #gallery-content #widthbox {
    position: relative;
    display: inline;
    left: 0;
    top: 0;
    padding: 1px;
}
#subpage #content #gallery-content #thumbs img {
    margin-right: 4px;
    vertical-align: top;
}
#subpage #content #gallery-content #thumbs a img {
    border: 1px solid #01a0c6;
}
#subpage #content #gallery-content #imgtitle {
    width: 540px;
    font-size: .8em;
    text-align: center;
    color: #FFF;
    display: block;
}
#subpage #content #gallery-content .hd .c, .ft .c {
    font-size: 12px;
    height: 13px;
}
#subpage #content #gallery-content .ft {
	grid-row: 2;
	grid-column: 1/7;
	justify-self: center;
    background: transparent url(../designs/e2/bl.gif) no-repeat 0px 0px;
}
#subpage #content #gallery-content .ft .c {
    background: transparent url(../designs/e2/br.gif) no-repeat right 0px;
	height: 14px;
}
#subpage #content #gallery-content .ft .c div {
    text-align: center;
}
#subpage #content #gallery-content #e2link {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 9px;
    padding: 5px 0;
    color: #FFFFFF;
    text-align: left;
	grid-row: 3;
	grid-column: 1/7;
}
#subpage #content #gallery-content #e2link a {
    color: #FFFFFF;
    text-decoration: none;
}
/* 

Frequently Asked Questions Styling

*/
#subpage #content #faq-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: minmax(20px, auto);
}
#subpage #content #faq-content #questions-list {
	grid-row: 1;
	grid-column: 1;
}
#subpage #content #faq-content #faq-info {
	grid-row: 2;
	grid-column: 1;
}
#subpage #content #faq-content #faq-info div {
	display: inline-block;
	margin: 0px 5px;
}
#subpage #content #faq-content #faq-info #integrityLogo {
	width:53px;
	height:60px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#subpage #content #faq-content #faq-info img {
	height: 1px;
}
#subpage #content #faq-content #faq-answers .faq-links {
	text-align: left;
}
#subpage #content #faq-content #faq-answers {
	grid-row: 3;
	grid-column: 1;
	width: 95%;
	margin: 0 auto;
}
#subpage #content #faq-content #contactUs{
	grid-row: 4;
	grid-column: 1;
	margin: 0 auto;
	width: 100%;
}
#subpage #content #faq-content #contactUs a {
    display: inline-block;
}
#subpage #content #faq-content #contactBloc {
    display: inline-block;
	margin-left: 30px;
}
#subpage #content #faq-content #contactUs {
    border: 0px;
    float: left;
	width: 95%;
}
#subpage #content #faq-content .contactLabel {
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 40%;
}
#subpage #content #faq-content .labelVal {
    display: inline-block;
    width: 35%;
    text-align: left;
}
#subpage #content #faq-content {
	
}
/* 

Aluminum Fence Reviews Styling

*/
#subpage #content #ourcustomers-content {
	display: grid;
	grid-auto-columns: repeat(20px, auto);
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 5px;
	width: 95%;
	margin: 0 auto;
    grid-template-columns: auto 45px auto;
}
div#ourcustomers-content img {
    display: block;
    margin: 0 auto;
}
#subpage #content #ourcustomers-content #row-1-img {
	grid-row: 1;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-1-lt {
	grid-row: 1;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-1-description {
	grid-row: 1;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-2-img {
	grid-row: 2;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-2-lt {
	grid-row: 2;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-2-description {
	grid-row: 2;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-3-img {
	grid-row: 3;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-3-lt {
	grid-row: 3;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-3-description {
	grid-row: 3;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-4-img {
	grid-row: 4;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-4-lt {
	grid-row: 4;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-4-description {
	grid-row: 4;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-5-img {
	grid-row: 5;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-5-lt {
	grid-row: 5;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-5-description {
	grid-row: 5;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-6-img {
	grid-row: 6;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-6-lt {
	grid-row: 6;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-6-description {
	grid-row: 6;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-7-img {
	grid-row: 7;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-7-lt {
	grid-row: 7;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-7-description {
	grid-row: 7;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-8-img {
	grid-row: 8;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-8-lt {
	grid-row: 8;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-8-description {
	grid-row: 8;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-9-img {
	grid-row: 9;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-9-lt {
	grid-row: 9;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-9-description {
	grid-row: 9;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-10-img {
	grid-row: 10;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-10-lt {
	grid-row: 10;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-10-description {
	grid-row: 10;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-11-img {
	grid-row: 11;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-11-lt {
	grid-row: 11;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-11-description {
	grid-row: 11;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-12-img {
	grid-row: 12;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-12-lt {
	grid-row: 12;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-12-description {
	grid-row: 12;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-13-img {
	grid-row: 13;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-13-lt {
	grid-row: 13;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-13-description {
	grid-row: 13;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-14-img {
	grid-row: 14;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-14-lt {
	grid-row: 14;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-14-description {
	grid-row: 14;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-15-img {
	grid-row: 15;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-15-lt {
	grid-row: 15;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-15-description {
	grid-row: 15;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-16-img {
	grid-row: 16;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-16-lt {
	grid-row: 16;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-16-description {
	grid-row: 16;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-17-img {
	grid-row: 17;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-17-lt {
	grid-row: 17;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-17-description {
	grid-row: 17;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-18-img {
	grid-row: 18;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-18-lt {
	grid-row: 18;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-18-description {
	grid-row: 18;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-19-img {
	grid-row: 19;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-19-lt {
	grid-row: 19;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-19-description {
	grid-row: 19;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-20-img {
	grid-row: 20;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-20-lt {
	grid-row: 20;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-20-description {
	grid-row: 20;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-22-img {
	grid-row: 22;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-22-lt {
	grid-row: 22;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-22-description {
	grid-row: 22;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-23-img {
	grid-row: 23;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-23-lt {
	grid-row: 23;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-23-description {
	grid-row: 23;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-24-img {
	grid-row: 24;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-24-lt {
	grid-row: 24;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-24-description {
	grid-row: 24;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-25-img {
	grid-row: 25;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-25-lt {
	grid-row: 25;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-25-description {
	grid-row: 25;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-26-img {
	grid-row: 26;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-26-lt {
	grid-row: 26;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-26-description {
	grid-row: 26;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-27-img {
	grid-row: 27;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-27-lt {
	grid-row: 27;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-27-description {
	grid-row: 27;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-28-img {
	grid-row: 28;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-28-lt {
	grid-row: 28;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-28-description {
	grid-row: 28;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-29-img {
	grid-row: 29;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-29-lt {
	grid-row: 29;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-29-description {
	grid-row: 29;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-30-img {
	grid-row: 30;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-30-lt {
	grid-row: 30;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-30-description {
	grid-row: 30;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-31-img {
	grid-row: 31;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-31-lt {
	grid-row: 31;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-31-description {
	grid-row: 31;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-32-img {
	grid-row: 32;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-32-lt {
	grid-row: 32;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-32-description {
	grid-row: 32;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-33-img {
	grid-row: 33;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-33-lt {
	grid-row: 33;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-33-description {
	grid-row: 33;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-34-img {
	grid-row: 34;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-34-lt {
	grid-row: 34;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-34-description {
	grid-row: 34;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-35-img {
	grid-row: 35;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-35-lt {
	grid-row: 35;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-35-description {
	grid-row: 35;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-36-description {
	grid-row: 36;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-36-img {
	grid-row: 36;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-36-lt {
	grid-row: 36;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-37-img {
	grid-row: 37;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-37-lt {
	grid-row: 37;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-37-description {
	grid-row: 37;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-38-img {
	grid-row: 38;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-38-lt {
	grid-row: 38;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-38-description {
	grid-row: 38;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-39-img {
	grid-row: 39;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-39-lt {
	grid-row: 39;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-39-description {
	grid-row: 39;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-40-img {
	grid-row: 40;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-40-lt {
	grid-row: 40;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-40-description {
	grid-row: 40;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-41-img {
	grid-row: 41;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-41-lt {
	grid-row: 41;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-41-description {
	grid-row: 41;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-42-img {
	grid-row: 42;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-42-lt {
	grid-row: 42;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-42-description {
	grid-row: 42;
	grid-column: 3;
}

#subpage #content #ourcustomers-content #row-43-img {
	grid-row: 43;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-43-lt {
	grid-row: 43;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-43-description {
	grid-row: 43;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-44-img {
	grid-row: 44;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-44-lt {
	grid-row: 44;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-44-description {
	grid-row: 44;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-45-img {
	grid-row: 45;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-45-lt {
	grid-row: 45;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-45-description {
	grid-row: 45;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-46-img {
	grid-row: 46;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-46-lt {
	grid-row: 46;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-46-description {
	grid-row: 46;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-47-img {
	grid-row: 47;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-47-lt {
	grid-row: 47;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-47-description {
	grid-row: 47;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-48-img {
	grid-row: 48;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-48-lt {
	grid-row: 48;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-48-description {
	grid-row: 48;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-49-img {
	grid-row: 49;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-49-lt {
	grid-row: 49;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-49-description {
	grid-row: 49;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-50-img {
	grid-row: 50;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-50-lt {
	grid-row: 50;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-50-description {
	grid-row: 50;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-51-img {
	grid-row: 51;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-51-lt {
	grid-row: 51;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-51-description {
	grid-row: 51;
	grid-column: 3;
}
#subpage #content #ourcustomers-content #row-52-img {
	grid-row: 52;
	grid-column: 1;
}
#subpage #content #ourcustomers-content #row-52-lt {
	grid-row: 52;
	grid-column: 2;
}
#subpage #content #ourcustomers-content #row-52-description {
	grid-row: 52;
	grid-column: 3;
}

.round_button{
	display:table; /*-cell;
	vertical-align:middle; */
	background-color:#00b1d2;
	border-radius:60px;
	text-align:center;
	height:60px;
	width:60px;
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	transition:1s all;
	float: left;
	margin: 0px 5px;
}

#headerbar
{
	min-width:920px;
	width:920px;
	margin:0 auto;
}
.logo { 
	width: 320px; 
	height: 99px;
	display: inline-block;
}
.topcircles {
	display: inline-block;
}
.topcircles a { 
	display: table;
}
.callarea, .callarea div {
	display: inline-block;
}
#faster_serv {
	width: 105px;
	height: 40px;
	position: relative;
	margin: 20px 0px;
}
.valign {
	display: table-cell;
	vertical-align: middle;
}
#topnavbar {
	width: 920px;
	margin: 15px auto;
}
#topnavbar {
	background: #f63 url(../images/orange_bar.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#topnavbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#topnavbar li {
	float: left;
	border-right: 1px solid;
}
#topnavbar a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff !important;
	display: block;
	padding: 5px 0px;
	display:block;
	text-align:center;
}

#topnavbar a:hover {
	background: #01a0c6;
}

#dropmenudiv{
position:absolute;
border:1px solid #FFFFFF;
border-bottom-width: 0px;
font:normal 12px Arial;
color:#FFFFFF;
line-height:18px;
z-index:100;
text-align:left;}

#dropmenudiv a{
width: 100%;
color:#FFFFFF;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
line-height:18px;}

#dropmenudiv a:hover{
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
background-color: #01a0c6;
line-height:18px;}

#styleinfo {
	    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

#tabs a {
	display: block;
    padding: 4px 7px 0;
    font-weight: 400;	
	/* 
	padding: 4px 10px 0;
	font-weight: bold;
	*/
	background: url(../images/tab_left.jpg) no-repeat;
}

#tabs a:link {line-height: 20px;}
	
#tabs a:visited {line-height: 20px;}
	
#tabs a:hover {line-height: 20px;}
	
#tabs a:active {line-height: 20px;}

#tabs ul {
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	top: 1px;
	z-index: 1;
}

#tabs li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	margin-right: 2px;
	text-align: center;
	background: url(../images/tab_mid.jpg) repeat-x;
	height: 23px;
}

#tabs div {
	background: url(../images/tab_right.jpg) top right no-repeat;
}

#tabs .current a {
	color: #27aece;
	background: url(../images/bordertab_left.jpg) no-repeat;
}

#tabs .current {
	background: url(../images/bordertab_mid.jpg) repeat-x;
}

#tabs .current div {
	background: url(../images/bordertab_right.jpg) top right no-repeat;
}/* FENCE STYLE TABS */

#styleinfo .clear {
	clear: both;
}

#styleinfo .innercontainer {
	width: 520px; 
	margin: auto;
}

#styleinfo .photo1, #footerlogo {
	float: left;
	margin-left:25px;
}

#styleinfo .photo2, #footerinfo {
	float: right;
	margin-right:25px;
}

#styleinfo .paramargin {
	margin: -5px 0;
}

#styleinfo .tablinks {
	margin: 0;
	position: absolute; 
	bottom: 5px; 
	right: -1px; 
	text-align: left;
	width: 12em;
}

#styleinfo .hide {
	display: none;
}

#styleinfo .show,
#styleinfo2 {
	width: 605px;
	border: 1px solid #4dbcd7;
	padding: 10px 10px 30px;
	min-height: 150px;
	position: relative;
	background: url(../images/top_gradient.jpg) repeat-x;
	text-align: left;
}
.fleft {
	float: left;
}
.nodiv_row { 
	width: 542px;
	border: 0px;
	text-align: center;
/*	margin-bottom: 15px;*/
	margin: 15px auto;
}
.nodiv_column {
	vertical-align: top;
	width: 265px;
}
.nodiv_column + .nodiv_column {
	margin-left: 10px;
}
#contactBloc {
	display: inline-block;
	font-size: 14px;
}
#contactUs {
	margin-top: 5px;
}
#footerlinks2 {
	display: inline-block;
    float: right;
    width: 200px;
	font-size: 14px;
	margin-left: 20px;
}
.contactLabel {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    width: 80px;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}
#idesignstudio-content {	
    min-height: 680px;
}
ul {
	list-style-type: none;
}
.ifenceorange, a.ifenceorange, a.ifenceblue:hover, a.ifence18blue:hover {
    color: #FF6633;
}
.ifencetext, #content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}
a.orangelink:link, a.orangelink:visited {
    color: #f63;
}
ul.disc {
	list-style-type: disc;
}
/*
#style_flat div div div{ 
	display: inline-block;	
	float: left;
}
#style_flat div div div:after{ 
  content: "";
  display: table;
  clear: both;
}
*/

#side-links *{
	font-weight:bold;	
}
#side-links p{
	margin-top:1px;
	margin-bottom:2em;
}
#side-links{
	position:relative;	
	height:700px;
}
#side-links div{
	height:40px;
	width:300px;
	position:absolute;	
	top:0px;
}
#side-links div + div{
	top:65px;
}
#side-links div + div + div{
	top:130px;
}
#side-links div + div + div + div{
	top:195px;
}
#side-links div + div + div + div + div{
	top:260px;
}
#side-links div + div + div + div + div + div{
	top:325px;
}
#side-links div + div + div + div + div + div + div{
	top:390px;
}
#side-links div + div + div + div + div + div + div + div{
	top:455px;
}
#side-links div + div + div + div + div + div + div + div + div{
	top:520px;
}
#side-links div + div + div + div + div + div + div + div + div + div{
	top:585px;
}
#side-links div + div + div + div + div + div + div + div + div + div + div{
	top:650px;
}
.temphide, .hide, .paramargin {
    display: none;
}
#internalboxes {
    background: url(../Assets/index_box/boxback2.png) no-repeat;
    height: 225px;
    width: 520px;
    display: block;
}
#form_holder {
    border: 1px solid #53b5d8;
    padding: 15px;
    background: url(../images/top_gradient.jpg) repeat-x scroll 0% 0% transparent;
}
.form_step {
    font-size: 32px;
    font-weight: bold;
    color: #01a0c6;
}
.left_column {
    clear: both;
    float: left;
    width: 230px;
    text-align: right;
    padding-top: 3px;
    margin-bottom: 5px;
}
.right_column {
    float: right;
    width: 335px;
    margin-bottom: 5px;
    text-align: left;
}
.form_include .left_column {
    width: 200px;
}
.hidden {
    display: none !important;
}
.form_message2 {
    color: #01a0c6;
}
.form_message {
    color: #ff6633;
    padding: 5px;
}
#form_holder .small_input {
    width: 50px !important;
}
.comments {
    max-width: 100%;
    min-width: 100%;
    height: 100px;
}
.bold {
    font-weight: bold;
    font-size: 14px;
}
.form_include p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.qf-button {
    width: 272px;
    height: 40px;
    color: #fff;
    font-size: 12pt;
    background-color: #01a0c6;
    background: transparent linear-gradient(to bottom, #09C 0%, #1A85A9 100%) repeat scroll 0% 0%;
    border: 0;
    border-radius: 3px;
}
.customer-checker {
    margin: 2em 0;
}
.customer-checker + .customer-info-holder {
    display: none;
}
.returning-customer {
    display: none;
}
.submit_quoteform {
	display: none;
}
.orangeBG {
    background-color: #ff6633;
    transition: 1s all;
}
.ifence14bb a:hover {
    color: #f63;
}
.ifence14bb a:active {
    color: #f63;
}
a.homeboxtext:hover {
    color: #f63;
}
.freesamplesubmit {
	width: 272px;
	display: block;
	margin: 10px 0;
	border-color: #ccc;
	background-color: #f63;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.freesamplesubmit:hover {
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
	text-decoration: none;
}