

/* ^^^^^^^^ GENERAL PROPERTIES ^^^^^^^^^^ */
body {
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #fff;
	background-image: url(windows-doors/tile.gif);
	backgroung-repeat: repeat-x;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;

}


/* ^^^^^^^^ SITE WIDTH AND POSITION IN BROWSER ^^^^^^^^^^ */
div#doors {
	width: 1024px;
	height: 768px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
}


/* ^^^^^^^^ MAIN HORIZONTAL NAV ^^^^^^^^^^ */
div.bigwindows {
	z-index: 2;
}

#nav, #nav ul {
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	float: right;
	display: inline;
	
}

#nav a.quantum1 {
	display: block;
	padding: 8px 20px 8px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #9E988A;
}

#nav a.quantum1:hover {
	display: block;
	padding: 8px 20px 8px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}


#nav a.current2 {
	display: block;
	padding: 8px 20px 8px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

#nav a.current2:hover {
	display: block;
	padding: 8px 20px 8px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}




#nav li {
	float: left;
	background-color: #9E988A;
	display: inline;
}


#nav li ul {
	position: absolute;
	padding: 0;
	width: 13em;
	left: -999em;
	background-color: #9E988A;
}

#nav li ul a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #9E988A;
}

#nav li ul a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

a.windows1, a.windows1:hover {
	padding: 8px 100px 8px 20px;
	display:block;
}

a.doors1, a.doors1:hover {
	padding: 8px 68px 8px 20px;
	display:block;
}

a.bifolding1, a.bifolding1:hover {
	padding: 8px 32px 8px 20px;
	display:block;
}

a.sliding1, a.sliding1:hover {
	padding: 8px 54px 8px 20px;
	display:block;
}


/* ^^^^^^^^ QUANTUM WINDOWS LOGO ^^^^^^^^^^ */
div#quantum {
	float: left;
	margin: 5px 0 10px 35px;
	display: inline;
}

div#quantum2 {
	float: left;
	margin: 5px 0 20px 35px;
	display: inline;
}


/* ^^^^^^^^ CUSTOM WINDOW PHOTOS FOR HOMEPAGE ^^^^^^^^^^ */
div#custom {
	float: left;
	margin: 0;
	padding: 0;
	z-index: -100;
	display: inline;
}

object.behind {
	z-index: -100;
}


/* ^^^^^^^^ TEXT POSITION AND STYLING ON HOMEPAGE ^^^^^^^^^^ */
div#homepage {
	float: right;
	width: 643px;
	margin: 0;
	padding: 0;
	display: inline;
}

div#homepage h1 {
	color: #9e988a;
	font-weight: normal;
}

div#homepage p {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 50px 0 0;
}


/* ^^^^^^^^ TEXT POSITION AND STYLING FOR TOLL-FREE NUMBER ON HOMEPAGE ^^^^^^^^^^ */
div#tollfree {
	float: left;
	width: 265px;
	margin: 0;
	padding: 170px 0 0 0;
	display: inline;
}

div#tollfree p {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 50px;
}

div#tollfree span {
	font-weight: bold;
}

div#tollfree a {
	color: #666;
	text-decoration: none;
}

div#tollfree a:hover {
	color: #666;
	text-decoration: underline;
}


/* ^^^^^^^^ CUSTOM WINDOW PHOTOS FOR ABOUT PAGE ^^^^^^^^^^ */
div#about {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}


/* ^^^^^^^^ LEFT SIDE NAV BAR  ^^^^^^^^^^ */
ul#leftside2{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 188px;
	position: relative;
	display: block;
	height: auto;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	background-color: #c7c1b6;
	float: left;
	display: inline;
	clear: left;
}

ul#leftside2 li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 148px;
	display: inline;
}

ul#leftside2 li a.sidebar{
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	width: 140px;
	padding: 10px 20px 0 28px;
	height: 30px;
	font-weight: normal;
	display: inline;
}

ul#leftside2 li a.sidebar:hover{
	color: #fff;
	background-color: #666;
	text-decoration: none;
	width: 140px;
}

ul#leftside2 li a.current,ul#leftside2 li a.current:hover{
	color:#fff;
	background-color: #666;
	width: 140px;
	display: block;
	float: left;
	text-decoration: none;
	width: 140px;
	padding: 10px 20px 0 28px;
	height: 30px;
	font-weight: normal;
	display: inline;
}

a.sidebar2 {
	color: #333;
	text-decoration: underline;
	padding: 10px 20px 0 48px;
	height: 30px;
	font-weight: normal;
	font-size: 12px;
	display: inline;
}

a.sidebar2:hover{
	color: #fff;
	text-decoration: none;
}


/* ^^^^^^^^ TEXT STYLE AND POSITION FOR MAIN CONTENT ON ABOUT PAGE  ^^^^^^^^^^ */
div#aboutquantum {
	float: left;
	width: 390px;
	margin: 0;
	padding: 15px 0px 30px 30px;
	display: inline;
}

div#aboutquantum h2 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	width: 300px;
	padding: 2px 0 3px 10px;
	border: 2px solid #9e988a;

}

div#aboutquantum p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 50px 0 0;
}

div#aboutquantum2 {
	float: right;
	width: 404px;
	margin: 0;
	padding: 60px 0px 300px 0px;
	display: inline;
}

div#aboutquantum2 h2 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

div#aboutquantum2 p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 50px 0 0;
}

div#aboutquantum3 {
	float: right;
	width: 404px;
	margin: 0;
	padding: 0px 0px 30px 0px;
	display: inline;
}

div#aboutquantum3 h2 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

div#aboutquantum3 p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 50px 0 0;
}


/* ^^^^^^^^ TOLL-FREE NUMBER ON ABOUT PAGE ^^^^^^^^^^ */
div#tollfree2 {
	float: left;
	clear: left;
	margin: 286px 0 0px 0;
	padding: 10px 0 20px 0;
	text-transform: none;
	width: 188px;
	background-color: #c7c1b6;
	display: inline;
}

div#tollfree2 p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 15px;
}

div#tollfree2 span {
	font-weight: bold;
}

div#tollfree2 a.email {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding 0;
	background-color: c7c1b6;
}

div#tollfree2 a.email:hover {
	color: #fff;
	text-decoration: underline;
	margin: 0;
	padding 0;
	background-color: c7c1b6;
	width: 0;
	height: 0;
}

/* ^^^^^^^^ PORTFOLIO PAGES ^^^^^^^^^^ */
div#portfolio {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

/* ^^^^^^^^ WINDOWS LANDING PAGE ^^^^^^^^^^ */
div#windowscontainer{
	width: 940px;
	height: 460px;
	margin: 0px auto 0px 42px;
	padding: 0px;
	float: left;
	background-image: url(windows-doors/grey-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: inline;
}

div#windowscontainer img {
	margin: 25px 0 5px 0;
}

div#windowscontainer h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 0px solid #fff;
	background-color: #000;
	text-decoration: none;
	display: block;
}

div#windowscontainer h3 a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	border: 0px solid #333;
	background-color: #000;
	text-decoration: none;
	display: block;
}

div#windowscontainer h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 3px 7px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #000;
	display: block;
}

div#windowscontainer p {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	
}

div#signature {
	width: 205px;
	height: 640px;
	margin: 0 10px 0 30px;
	float: left;
	display: inline;

}

div#classic {
	width: 205px;
	height: 640px;
	margin: 0 10px 0 10px;
	float: left;
	display: inline;

}

div#legacy {
	width: 205px;
	height: 640px;
	margin: 0 10px 0 10px;
	float: left;
	display: inline;

}

div#euro {
	width: 205px;
	height: 640px;
	margin: 0 25px 0 10px;
	float: left;
	display: inline;

}

div#tollfree3 {
	float: left;
	width: 265px;
	margin: 0;
	padding: 0px 0 0 0;
	display: inline;
}

div#tollfree3 p {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 50px;
}

div#tollfree3 span {
	font-weight: bold;
}

div#tollfree3 a {
	color: #666;
	text-decoration: none;
}

div#tollfree3 a:hover {
	color: #666;
	text-decoration: underline;
}


/* ^^^^^^^^ FORM STYLES ^^^^^^^^^^ */
.submit {
      border: none;
      background: url(windows-doors/submit.gif) no-repeat;
      width: 85px;
      height: 35px;
}

.box {
      width: 100%;
      height: 20px;
      background: #dbdbdb;
      border: 2px solid #bebebe;
	  color: #333;
	  font-weight: normal;
	  font-size: 14px;
	  font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
}

.box:focus {
      width: 350px;
      height: 20px;
      background: #ccc;
      border: 2px solid #666;
      color: #333;
      font-weight: normal;
	  font-size: 14px;
	  font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
}

.messagebox {
	width: 350px;
	height: 100px;
	background: #dbdbdb;
    border: 2px solid #bebebe;
    font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	color: #333;
}

.messagebox:focus {
	width: 350px;
	height: 100px;
	background: #ccc;
    border: 2px solid #666;
    font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	color: #333;
}


/* ^^^^^^^^ TEXT STYLE AND POSITION FOR BI-FOLDING AND SLIDING SYSTEM PAGES  ^^^^^^^^^^ */
div#quantum6 {
	float: left;
	width: 475px;
	margin: 0;
	padding: 15px 0px 30px 50px;
	display: inline;
}

div#quantum6 h2 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	width: 300px;
	padding: 2px 0 3px 10px;
	border: 2px solid #9e988a;

}

div#quantum6 p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 30px 0 0;
}

div#quantum7 {
	float: left;
	width: 475px;
	margin: 0;
	padding: 60px 0px 30px 0px;
	display: inline;
}

div#quantum7 h2 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

div#quantum7 p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 50px 0 0;
}

/* ^^^^^^^^ PDF AND DWG HYPERLINK STYLES  ^^^^^^^^^^ */

a.pdf {
	background-image: url(windows-doors/pdf-icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 22px;
	display: block;
}

a.dwg {
	background-image: url(windows-doors/dwg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 27px;
	display: block;
}










