				/*	A&S Steel Systems Stylesheet	*/

/*********************
  core
*********************/

a img {
	border-width: 0;
}

body, html {
	height: 100%;
}

body {
	font-size: 0.85em;
}

.hidden {
	display: none;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

ul.menu li {
	list-style-type: none;
}

ul.submenu {
	display: none;
	padding: 0;
	margin: 0;
}

ul.horizontal {
	clear: both;
	position: relative;
}

ul.horizontal li {
	float: left;
	display: inline;
	margin: 0;
}

ul.horizontal li ul.submenu {
	position: absolute;
	z-index: 100;
}

ul.vertical li {
	display: list-item;
	float: none;
	margin: 0;
}

#columns {
	font-size: 0.9em;
	padding: 10px;
}


/*********************
  custom
*********************/

body {
	background: transparent url(/images/site-bkgnd.png) repeat 0 0 fixed;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

.center {
	text-align: center;
}

#webpage {
	margin: 20px auto;
	text-align: left;
	width: 960px;
}

#header {
	border: solid 1px #000000;
	border-bottom-width: 0;
	background-color: #808080;
	padding: 20px 0;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#logo {
	background: transparent url(/images/header-bkgnd.png) repeat-y 0 0;
	padding: 5px 10px;
}

#columns {
	border: solid 1px #000000;
	border-top-width: 0;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#get-quote {
	position: absolute;
	right: 0;
	top: 0;
}

#tagline {
	color: #ffffff;
	float: left;
	margin: 12px 30px 10px 15px;
}

#global-menubar {
	clear: none;
	margin-top: 16px;
	margin-left: 20px;
}

#global-menubar li a {
	background: transparent url(/images/menubar-sprite.png) no-repeat 0 0;
	display: block;
	height: 0;
	margin: 0 5px;
	overflow: hidden;
	padding-top: 20px;
	width: 93px;
}

#global-menubar #global-about-us a {
	background-position: 0 0;
}
#global-menubar #global-about-us:hover a {
	background-position: 0 -21px;
}
#global-menubar #global-about-us.selected a {
	background-position: 0 -42px;
}

#global-menubar #global-building-features a {
	background-position: -94px 0;
}
#global-menubar #global-building-features:hover a {
	background-position: -94px -21px;
}
#global-menubar #global-building-features.selected a {
	background-position: -94px -42px;
}

#global-menubar #global-past-projects a {
	background-position: -188px 0;
}
#global-menubar #global-past-projects:hover a {
	background-position: -188px -21px;
}
#global-menubar #global-past-projects.selected a {
	background-position: -188px -42px;
}

#global-menubar #global-quote a {
	background-position: -282px 0;
}
#global-menubar #global-quote:hover a {
	background-position: -282px -21px;
}
#global-menubar #global-quote.selected a {
	background-position: -282px -42px;
}

#global-menubar #global-contact-us a {
	background-position: -376px 0;
}
#global-menubar #global-contact-us:hover a {
	background-position: -376px -21px;
}
#global-menubar #global-contact-us.selected a {
	background-position: -376px -42px;
}

#footer {
	color: #c00000;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 20px;
}

#footer div {
	display: inline;
	margin: 5px;
}

/*********************
  image gallery
*********************/

div.class-gallery {
	clear: both;
	margin: 10px auto;
}

hr.gallery-separator {
	clear: both;
	margin: 10px auto;
	width: 80%;
}

.class-gallery .thumbnails {
	margin: auto auto;
	width: 530px;
}

.class-gallery .thumbnails a.active img {
    outline: solid 1px #000;
    position: relative;
    z-index: 9999;
}

#gallery-overlay {
	background-color: #333333;
	border: solid 1px #666;
	display: none;				/* must be initially hidden */
	min-height: 200px;
	width: 675px;
	z-index: 100000;				/* place overlay on top of other elements */
	-moz-box-shadow: 0 0 90px 5px #000000;	/* CSS3 styling for latest browsers */
	-webkit-box-shadow: 0 0 90px #000000;
}

#gallery-overlay .close {
	background-image: url(http://static.flowplayer.org/tools/img/overlay/close.png);
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
	left: auto;
	width: 35px;
}

#gallery-overlay .next, .prev {
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#gallery-overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

#gallery-overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

#gallery-overlay .next:hover, #gallery-overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

#gallery-overlay .disabled {
	visibility:hidden;		
}

#gallery-overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

#gallery-overlay .info strong {
	display:block;	
}

#gallery-overlay .progress {
	display: none;
	left: 50%;
	position: absolute;
	top: 45%;
}

#gallery-overlay .next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(http://static.flowplayer.org/img/global/gradient/h80.png) repeat-x;		
}

