/***********************************************
© Gordon Lang 2012: CSS for Demonstration Only
************************************************/

* { margin: 0; padding: 0; }
/*html, body { height: 100%; overflow: hidden; background: #eee; }*/
/*body { font: 14px Georgia, serif; }*/
#page-wrap { width: 960px; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; height: 100%; }

.info-col { float: left; width: 106px; height: 100%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 320px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.heritage { background: url(../images/Spacepro_Heritage_01_320px.jpg) center center no-repeat; }
.classic { background: url(../images/Spacepro_Classic_01_320px.jpg) center center no-repeat; }
.shaker { background: url(../images/Spacepro_Shaker_01_320px.jpg) center center no-repeat; }
.contour { background: url(../images/Spacepro_Contour_01_320px.jpg) center center no-repeat; }
.ellipse { background: url(../images/Spacepro_Ellipse_01_320px.jpg) center center no-repeat; }
.minimalist { background: url(../images/Spacepro_Minimalist_01_320px.jpg) center center no-repeat; }
.titan { background: url(../images/Spacepro_Titan_01_320px.jpg) center center no-repeat; }
.linear { background: url(../images/Spacepro_Linear_320px.jpg) center center no-repeat; }
.verti { background: url(../images/Spacepro_Verti_320px.jpg) center center no-repeat; }
.mtm { background: url(../images/Spacepro_MTM_320px.jpg) center center no-repeat; }

dl { }
dt { padding: 5px; background: #415665; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 299px; background: #900; padding: 10px; color: white; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #399; }
dd:nth-of-type(1) { background: #399; }

dt:nth-of-type(2) { background: #c33; }
dd:nth-of-type(2) { background: #c33; }

dt:nth-of-type(3) { background: #399; }
dd:nth-of-type(3) { background: #399; }

dt:nth-of-type(4) { background: #c33; }
dd:nth-of-type(4) { background: #c33; }

dt:nth-of-type(5) { background: #666; }
dd:nth-of-type(5) { background: #666; }

dt:nth-of-type(6) { background: #999; }
dd:nth-of-type(6) { background: #999; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }


select { font-size: 13px !important; }

a.link { color: #CCC; }
a.link:hover { color: #fff; }

button.download { 
padding: 2px 6px 3px; 
cursor: pointer;
}
form.downloadform {
	text-align: center;
	padding-top: 6px;
}

/*GLMOD: OVERRIDE: This style overrides the bp.css original content width to centre the 7-wide array's 960px within the 891px width.**********/
.content { width: 960px }
/*GLMOD: OVERRIDE: This style overrides page-wrap's original 0 0 0 15px padding (declared above) to align the door array hard left.***********/
#page-wrap { padding-left: 0; }
