@import url(http://fonts.googleapis.com/css?family=Open+Sans:200,400,300,600,700,800);
@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #949494;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #00a4e3;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #383838;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #383838;
	font-weight: normal;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #949494;
}

a {
	color: #00a4e3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

#chatbox {
	width: 107px;
	height: 156px;
	position: fixed;
	top: 267px;
	right: 4px;
}

#centerbox {
	width: 1006px;
	margin: 0 auto 0 auto;
}










body header {
	width: 100%;
	float: left;
	font-family: 'Open Sans',arial,helvetica;
	font-size: 15px;
	line-height: 1.5em;
    background-color: #fw_color_primary;
    margin: 0px;
    padding: 26px 0px 10px;
}

body header p {
	font-size: 15px;
}

header div.header-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.header-left-region {
    float: left;
    width: 49%;
    text-align: left;
}

.header-left-region .logo {
	max-width: 214px;
	float: left;
	margin-top: 4px;
}

.header-wrapper .header-left-region .widget {
	width: auto;
	float: left;
	text-transform: uppercase;
	padding: 17px 0px 17px 24px;
	border-left: 1px solid #bfbfbf;
	margin-left: 29px;
}

.header-left-region .widget .p1 {
	color: #666666;
	font-weight: 300;
	text-align: left;
	margin: 0px;
}

.header-right-region {
    float: right;
    width: 49%;
    text-align: right;
	margin-top: 8px;
}

.header-right-region .navchat {
	width: auto;
	float: left;
    font-size: 1.1em;
	color: #FFFFFF;
    font-weight: 700;
    line-height: normal;
    padding: 16px 45px;
	background: #8abb25;
	margin-top: 4px;
}

.header-right-region .navchat:hover {
	text-decoration: none;
	background: #555555;
}

.header-right-region .widget {
	width: auto;
	float: right;
	margin-left: 8px;
}

.header-right-region .navchat:hover {
	opacity: 0.6;
	text-decoration: none;
}

.header-right-region .navchat a:hover {
	text-decoration: none;
}

.header-right-region .social-icons img {
	margin-left: 2px;
}

.header-right-region .social-icons img:hover {
	opacity: 0.6;
}

.navarea {
	width: 100%;
	float: left;
	margin-top: 43px;
}

.navigationleft {
	width: 650px;
	float: left;
}

.navigationright {
	width: 290px;
	float: right;
}

.navigationright .widget {
	width: auto;
	float: right;
	margin-left: 13px;
}

.navigationright .navchat {
	width: auto;
	float: left;
    font-size: 0.9em;
	color: #FFFFFF;
    font-weight: 700;
    line-height: normal;
    padding: 6px 10px;
	background: #8abb25;
}

.navigationright .navchat:hover {
	opacity: 0.6;
	text-decoration: none;
}

.navigationright .navchat a:hover {
	text-decoration: none;
}

.navigationright .social-icons img {
	width: 32px;
	margin-left: 2px;
}

.navigationright .social-icons img:hover {
	opacity: 0.6;
}

body header nav {
    background-color: #ffffff;
}

body header nav .menu, .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

body header nav .menu li {
    position: relative;
}

body header nav .menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

body header nav .menu > li {
    float: left;
    margin-bottom: 0px;
}

body header nav .menu li:hover > ul,
body header nav .menu li.sfHover > ul {
    display: block;
}

body header nav .menu a {
    display: block;
    position: relative;
}
body header nav .menu ul ul {
    top: 0;
    left: 100%;
}

body header nav .menu {
    float: left;
}

body header nav .menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    margin-bottom: 0px;
}

body header nav .menu a {
    padding: 6px 10px;
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
	line-height: normal;
}

body header nav .menu li {
    background: #2f2d2f;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
    margin: 0px 3px 0px 0px;
}

body header nav .menu li:last-child a {
}

body header nav .menu ul li {
    background: #323232;
}

body header nav .menu ul li:last-child a {
}

body header nav .menu ul ul li {
    background: #323232;
}

body header nav .menu ul ul li a {
    font-size: 0.9em;
}

body header nav .menu li:hover,
body header nav .menu li.sfHover {
    background: #555555;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

body header nav .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

body header nav .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}

body header nav .sf-arrows > li > .sf-with-ul:focus:after,
body header nav .sf-arrows > li:hover > .sf-with-ul:after,
body header nav .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}

body header nav .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
body header nav .sf-arrows ul li > .sf-with-ul:focus:after,
body header nav .sf-arrows ul li:hover > .sf-with-ul:after,
body header nav .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.loggedin {
	width: auto;
	float: right;
}

.loggedin a {
    color: #FFFFFF;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    line-height: normal;
    padding: 6px 10px;
    width: auto;
	background: #2F2D2F;
	margin-left: 5px;
}

.social-sidebar {
    position: fixed;
    right: 0px;
    top: 220px;
    z-index: 1000;
    cursor: pointer;
}

.social-sidebar ul {
	float: left;
	list-style-type: none;
	list-style: none outside none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.social-sidebar ul li {
	float: right;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
	clear: both;
    margin-bottom: 1px;
}

.social-sidebar .social-container {
}

.social-sidebar .social-sidebar-text {
    background-color: #8bbb27;
    color: #ffffff;
    height: 70px;
    float: right;
    line-height: 1;
    width: 0px;
    font-family: 'Roboto Slab';
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-sidebar .social-sidebar-text p {
    padding: 27px 10px 27px 30px;
    width: 170px;
}

.social-sidebar .social-sidebar-text p a {
	color: #ffffff;
}

.social-sidebar .social-sidebar-icon {
    width: 70px;
    height: 70px;
    background-color: #8bbb27;
    color: #ffffff;
    float: right;
    line-height: 1;
}

.social-sidebar .social-sidebar-icon img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 15px;
}

.social-sidebar ul li:hover .social-sidebar-text {
    width: 190px;
    font-weight: 600;
}

body footer {
	width: 100%;
	float: left;
	font-family: 'Open Sans',arial,helvetica;
	line-height: 1.4em;
    padding: 30px 0px;
}

footer nav ul {
	padding: 0px;
	margin: 0px;
}

body footer a {
	color: #949494;
}









/*#header {
	width: 998px;
	float: left;
	margin: 26px 0px 16px 8px;
}

#logo {
	width: auto;
	float: left;
}

#headcontact {
	width: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}

#headcontact .span1 {
	font-size: 39px;
	color: #00a4e3;
}

#headcontact .span2 {
	font-size: 15px;
	color: #383838;
}

#headcontact .span2 a {
	color: #383838;
}

#headsocial {
	width: auto;
	float: right;
	margin: 5px 30px 0px 0px;
}

#navigation {
	width: 1006px;
	height: 38px;
	float: left;
	background: #404040 url(../images/navigation-bg.jpg);
}

#navigation a {
	width: auto;
	float: left;
	color: #ffffff;
	font-weight: bold;
}

#navigationl {
	width: auto;
	height: 36px;
	float: left;
	background: url(../images/navigationl-bg.jpg) left no-repeat;
	padding: 0px 0px 2px 2px;
}

#navigationl a img {
	vertical-align: text-bottom;
}

#navigationl a {
	height: 26px;
	background: url(../images/navigationllink-bg.jpg) right no-repeat;
	padding: 10px 16px 0px 13px;
}

#navigationr {
	width: auto;
	height: 36px;
	float: right;
	background: url(../images/navigationr-bg.jpg) right no-repeat;
	padding-bottom: 2px;
}

#navigationr a img {
	vertical-align: text-top;
}

#navsocial {
	width: auto;
	height: 33px;
	float: right;
	padding: 3px 0px 0px 8px;
	background: url(../images/navigationrlink-bg.jpg) left no-repeat;
}

#navsocial img {
	margin-right: 6px;
}

#navigationr .navchat {
	height: 26px;
	background: url(../images/navigationrlink-bg.jpg) left no-repeat;
	padding: 10px 16px 0px 14px;
}*/







#innerfooter {
	width: 978px;
	float: left;
	color: #383838;
	padding: 7px 0px 8px 28px;
	border-top: 5px solid #dadada;
	margin-top: 25px;
}

#innerfooter a {
	color: #383838;
}

#innerfooterl {
	width: auto;
	float: left;
}

#innerfooterr {
	width: 60%;
	float: right;
	text-align: right;
	word-spacing: 15px;
}

#innerfooterr a {
	word-spacing: normal;
}

#pagetitlebox {
	width: 1006px;
	float: left;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #dadada;
	margin-top: 11px;
}

#pagetitlebox h1 {
	font-size: 27px;
	color: #383838;
	margin: 30px 0px 0px 20px;
}

#pagetitlebox .nospace {
	margin-left: 0px;
}

#originalcontent {
	width: 1006px;
	float: left;
	margin-top: 15px;
}

/*#################################################################################################*/
/*###############################  OLD GLAZING VAULT STYLE#####  ##################################*/
/*#################################################################################################*/
.currentproduct {
	width: 287px;
	height: 379px;
	float: left;
	display: inline;
	margin-right: 26px;
	padding: 3px 3px 5px 5px;
	background: url(images/currentproduct-bg.png);
	behavior: url(iepngfix.htc);
}

.currentproduct2 {
	width: 287px;
	height: 379px;
	float: left;
	display: inline;
	margin-right: 26px;
	padding: 3px 3px 5px 5px;
	background: url(images/currentproduct2-bg.png);
	behavior: url(iepngfix.htc);
}

.currentproductdetail {
	width: 280px;
	height: 236px;
	float: left;
	padding: 10px 7px 0px 0px;
}

.currentproductdetaill {
	width: 121px;
	float: left;
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.currentproductdetailr {
	width: 156px;
	float: right;
}

.currentproductdetailr h2 {
	margin: 0px;
}

.currentproductdetailr p {
	margin: 0px;
	font-size: 10px;
}

.currentproductdetailr img {
	margin-top: 1px;
}

.currentproductdetailbox {
	width: 280px;
	float: left;
	margin-top: 15px;
}

.currentproductpricing {
	width: 275px;
	height: 35px;
	float: left;
	padding: 7px 0px 0px 5px;
}

.currentproductpricing p {
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 13px;
	color: #000000;
}

.currentproductpricing p img {
	vertical-align: middle;
	behavior: url(iepngfix.htc);
}

.currentproductpayment {
	width: 275px;
	height: 38px;
	float: left;
	padding: 10px 0px 0px 5px;
}

.currentproductpayment p {
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 13px;
	color: #000000;
}

.currentproductpayment p img {
	vertical-align: middle;
	behavior: url(iepngfix.htc);
}

.currentproductvisualiser {
	width: 275px;
	height: 35px;
	float: left;
	padding: 8px 0px 0px 5px;
}

.rightprice {
	width: auto;
	float: right;
	font-weight: normal;
	margin: 4px 3px 0px 0px;
}

.currentproductvisualiser p {
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 13px;
	color: #000000;
}

.currentproductvisualiser p img {
	vertical-align: middle;
	behavior: url(iepngfix.htc);
}
.prodformbox2 {
	width: 955px;
	float: left;
	margin-bottom: 15px;
}

.prodformbox2 h2 {
	width: 910px;
	height: 34px;
	float: left;
	margin: 0px;
	background: #eaeaea;
	color: #545454;
	font-size: 25px;
	padding: 0px 23px 0px 23px;
	letter-spacing: -1px;
}
.prodformboxbottom2 {
	width: 936px;
	float: left;
	background: #f4f4f4;
	padding: 10px;
}
#bifoldengineboxbig {
	width: 970px;
	float: left;
	display: inline;
	margin: 0px 6px 11px 6px;
	border: 1px solid #bcbcbc;
	padding: 20px;
	background-color: #ffffff;
}
#quotesuccess {
	width: 943px;
	float: left;
	font-size: 12px;
	color: #47a3e4;
	text-align: center;
	padding: 5px;
	border: 1px solid #47a3e4;
	margin-bottom: 15px;
}
.prodformbox2 {
	width: 955px;
	float: left;
	margin-bottom: 15px;
}

.prodformbox2 h2 {
	width: 910px;
	height: 34px;
	float: left;
	margin: 0px;
	background: #eaeaea;
	color: #545454;
	font-size: 25px;
	padding: 0px 23px 0px 23px;
	letter-spacing: -1px;
}
.prodformboxbottom2 {
	width: 936px;
	float: left;
	background: #f4f4f4;
	padding: 10px;
}
#myaccountsaved {
	width: 808px;
	height: 41px;
	float: left;
	background: #f3f3f3 url(images/myaccountsaved-bg.jpg);
	display: inline;
	margin: 0px 0px 22px -5px;
	padding-top: 12px;
}

#myaccountsaved h2 {
	margin: 0px;
	text-align: center;
}

#myaccountsaved h2 img {
	vertical-align: middle;
}

#myaccountsaved h2 span {
	font-weight: normal;
	color: #1b1b1a;
}
.prodformbox {
	width: 828px;
	float: left;
	margin-bottom: 15px;
}

.prodformbox h2 {
	width: 782px;
	height: 34px;
	float: left;
	margin: 0px;
	background: #eaeaea;
	color: #545454;
	font-size: 25px;
	padding: 0px 23px 0px 23px;
	letter-spacing: -1px;
}

.prodformbox2 {
	width: 955px;
	float: left;
	margin-bottom: 15px;
}

.prodformbox2 h2 {
	width: 910px;
	height: 34px;
	float: left;
	margin: 0px;
	background: #eaeaea;
	color: #545454;
	font-size: 25px;
	padding: 0px 23px 0px 23px;
	letter-spacing: -1px;
}

.prodformboxbottom {
	width: 808px;
	float: left;
	background: #f4f4f4;
	padding: 10px;
}

.prodformboxbottom2 {
	width: 936px;
	float: left;
	background: #f4f4f4;
	padding: 10px;
}

.prodformboxbottom table {
	width: auto;
	margin: 0px 0px 0px 0px;
}

.prodformboxbottom table th {
	color: #474747;
	text-align: left;
	letter-spacing: -1px;
}

.prodformboxbottom table th span {
	color: #8A8A8A;
}

.prodformboxbottom table td {
	font-size: 12px;
}

.prodformboxbottom table .mm {
	font-size: 9px;
}

.prodformboxbottom table .input93 input {
	width: 83px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.prodformboxbottom table .input40 input {
	width: 40px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.my40input {
	width: 40px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.prodformboxbottom table .input18 input {
	width: 18px;
	border: 0px solid #c4c4c4;
	text-align: center;
	vertical-align: middle;
}

.prodformboxbottom table .input310 input {
	width: 280px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
.prodformboxbottom table .input3102 input {
	width: 250px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
.prodformboxbottom table .input3103 input {
	width: 220px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
.prodformboxbottom table .input123 input {
	width: 113px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.prodformboxbottom .frametblline {
	width: 778px;
	float: left;
	margin: 10px 0px 10px 0px;
}

#bifoldenginebox .submit {
	width: 805px;
	float: left;
	text-align: right;
}

#bifoldenginebox .submit input {
	width: 114px;
	height: 40px;
	background: #323232 url(images/prodformboxbottomsubmit-bg.jpg);
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
	cursor: hand;
}
.textinput {
	border: 1px solid #b0b0b0;
	font-family: arial;
	color: #00aeef;
	width: 336px;
	height: 70px;
	overflow:auto;
	font-weight: bold;
	font-size: 12px
}
.logotbl {
	border: 1px solid #969696;
	height: 138px;
	width: 265px;
	background-color: #ffffff;
}

.tblleft {
	float: left;
}

.tblright {
	float: right;
}
.compdstyle{
	float: left;
	width: 202px;
	margin-bottom: 20px;
}
.compsides{
	float: left;
	width: 80px;
}
.compframes{
	float: left;
	width: 100px;
	height: 120px;
	vertical-align:bottom;
}

.compextratit{
	float: left;
	width: 101px;
	height: 40px;
	text-align: right;
	padding-right: 5px;
}
.compextrainput{
	float: left;
	width: 95px;
	height: 40px;
}
.compextrainput input {
	width: 40px;
	border: 1px solid #c4c4c4;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.glassdeslink{
	float: right;
	padding-top: 10px;
}
.glassdeslink a{
	color: #0000ff;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	
}

.gridtbl{
	border: 0px solid #e0e0e0;
	border-collapse:collapse;
}
.gridtbl td{
	border: 1px solid #d3d3d3;
	text-align: center;
}

.gridtbl .glasstxt{
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

.gridtbl .notdborder{
	border-top: 0px;
	border-left: 0px;
}

.gridtbl .notdborder2{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.prodformboxbottom table .input50 input {
	width: 38px;
	border: 0px solid #c4c4c4;
	padding: 0px 1px 0px 1px;
	vertical-align: middle;
}

.gridtbl .input50{
	background-color: #ffffff;
}
.gridtbl .input50no{
	background-color: #e0e0e0;
}

.prodformboxbottom .sagetest{
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	width: 310px;
	font-family: Arial;
}

#loginform {
	width: 307px;
	height: 141px;
	float: left;
	background: #f6f6f6 url(images/loginform-bg.jpg);
	padding: 50px 49px 0px 42px;
	margin: 60px 306px 50px 305px;
}

#loginform table {
	width: 100%;
	font-size: 15px;
	color: #00A4E3;
}

#loginform td {
	padding-bottom: 8px;
}

#loginform .input input {
	width: 212px;
	height: 19px;
	color: #727272;
	background: url(images/loginforminput-bg.png);
	padding: 2px 10px 4px 10px;
	border: 0px;
}

#loginform .submit {
	text-align: right;
}

#loginform .submit input {
	width: 95px;
	height: 28px;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	background: #f63926 url(images/loginformsubmit-bg.jpg);
	padding: 0px 0px 5px 10px;
	border: 0px;
}