﻿/*
    Document   : styles
    Created on : Nov 28, 2012, 9:00:24 AM
    Author     : Sparky
    Description: Styles for a2zwelding.com

*/
/*
A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	padding: 0px;
	margin: 0px;
}
strong, b, mark {
	font-weight: bold;
	font-style: inherit;
}
em, i, cite, q, address, dfn, var {
	font-style: italic;
	font-weight: inherit;
}
abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}
ins {
	border-bottom: 1px solid;
}
a, u, ins {
	text-decoration: none;
}
del, s {
	text-decoration: line-through;
}
pre, code, samp, kbd {
	font-family: monospace;
}
small {
	font-size: 0.75em;
}
img {
	border: none;
	font-style: italic;
}
input, select, option, optgroup, textarea {
	font: inherit;
}
ul {
	list-style: none;
}
/* Styles */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
    background-color: silver;
	background-repeat: repeat;
}
.clear{
	float:none;
}
#wrapper {
	width: 1100px;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url("../img/bgTile.jpg");
	border:8px black ridge;
	bottom: 0px;

}
#inner-wrapper {
	width: 954px;
	margin: 0 auto;
	display:block;
	min-height: 100%;
}
#torch {
	position: absolute;
	width: 100px;
	margin-bottom: 0px;
}
.torch-img {
	margin-bottom: 0px;
	display: block;
}
#flame {
	float: right;
}
#flame a:hover {
	color: red;
}
.flame-body {
	float: left;
	margin-top: 12px;
	width: 850px;
	line-height: 35px;
	background-image: url("../img/flame.png");
	background-repeat: repeat-x;
	height: 34px;
}
.flame-body span {
	margin-left: 50px;
}
.flame-tip {
	float: right;
	margin-top: 1px;
	width: 209px;
	background-image: url("../img/flameTip.png");
	background-repeat: no-repeat;
	height: 34px;
}
#content {
	margin-top: 30px;
	margin-left: 102px;
	margin-bottom: 30px;
	min-height: 500px;
	width: 805px;
	border: #999 medium solid;
	padding: 20px;
	background-color: white;
	position: absolute;
	top: 80px;
}
.head-line4{
 font-size:20px;
}
#footer {
	float: left;
	margin-top: 10px;
	margin-left: 102px;
	margin-bottom: 30px;
	min-height: 60px;
	width: 805px;
	border: #999 medium solid;
	padding: 20px;
	background-color: white;
}
.lead-line {
	text-align: center;
	vertical-align: text-top;
}
.head-line {
	font-size: 30px;
}
.head-line2 {
	font-size: 25px;
}
.head-line3 {
	font-size: 20px;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
#info-table th {
	font-style: italic;
	font-size: 25px;
	text-align: left;
	padding-bottom: 30px;
}
#info-table td {
	vertical-align: text-top;
}
li {
	font-size: 20px;
}
.pic-table {
	margin-top: 20px;
	width: auto;
}
.pic-table td {
	padding: 0px 3px 0 0;
}
.pic-table img {
	height: 150px;
	width: 200px;
}
#weld-info {
	width: auto;
	margin: 0 auto;
}
#weld-info td {
	text-align: center;
	padding: 0px 3px 0 0;
}
#weld-info img {
	vertical-align: bottom;
}
/* light box styles */
#overlay {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #666;
	position: absolute;
	top: 0;
	left: 0;
}
#lightbox {
	width: 510px;
	height: 462px;
	position: absolute;
	top: 10%;
	left: 30%;
	background: #fff;
	border: 5px solid #999;
	background-color: black;
}
#lightbox #close {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	text-indent: -1000em;
	background: url("../img/cancel.png") no-repeat;
	cursor: pointer;
}
#lightbox #next {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0;
	text-indent: -1000em;
	background: url("../img/next.png") no-repeat;
	cursor: pointer;
}
#lightbox #prev {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-indent: -1000em;
	background: url("../img/prev.png") no-repeat;
	cursor: pointer;
}
#lightbox img {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 35px 0 0 0;
}
#lightbox p {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	font-style: italic;
	text-align: center;
	color: white;
}
/* References Styles */
.heading {
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
}
#bboard {
	background-image: url("../img/bg-cork-tile.jpg");
	height: 100%;
	padding-top: 5px;
	display: block;
	overflow: auto;
}
ul.biz-cards {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
ul.biz-cards li {
	float: left;
	margin: 5px;
}
/* hose styles */
.hose {
	margin: 0 0 0 26px;
	width: 58px;
	max-height: 100%;
}
