/* CSS Document */
/* Twenty Gauge */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #333;
	margin: 0;
	padding: 0 0 100% 0;
	font-size: 100%;
}

a, a:link, a:visited { color: #000; text-decoration: none; }
a:hover { color: #C03; text-decoration: none; }

#twenty_gauge_logo {
	position: absolute;
	top: 20px;
	left: 300px;
}

/***********************************************/
/* Index Layout Divs                           */
/***********************************************/

#about_twenty_gauge {
	position:absolute;
	top: 260px;
	left: 310px;
	width:650px;
	height:800px;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding:0;
	
}


#about_twenty_gauge h1{
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .4em;
	
}



#about_twenty_gauge h2 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .2em;	
	
}



#about_twenty_gauge p {
	color: #FFF;
	font-size: .7em;
	color: #FFF;
	letter-spacing: .3em;
	font-weight: normal;
	
}

#about_twenty_gauge a,
#about_twenty_gauge a:link,
#about_twenty_gauge a:visited,
#about_twenty_gauge a:hover { color: grey; }


#vintage_steel_furniture {
	position:absolute;
	top: 260px;
	left: 290px;
	padding: 10px;
}


#saleAnnouncement {
	margins: 0;
	padding:0;

}

#saleAnnouncement h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .3em;	

}

#saleAnnouncement h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .2em;	

}

#saleAnnouncement p{
	font-size: .7em;
	color: #FFF;
	letter-spacing: .3em;
	font-weight: normal;

}




/***********************************************/
/* Headers                                     */
/***********************************************/
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

/***********************************************/
/* Page Nav Side                                    */
/***********************************************/


#nav { 
	position: relative;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: url(/images/navprod-middle.gif) top left;
}


#nav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-top: 10px;
	margin-left: 65px;
	width: 125px;
	color: #333333;
	text-align: left;
}

#nav ul {
	margin-top: 10px;
	margin-left: 65px;
	width: 125px;
}


#nav li {
	margin-top: 0;
	margin-left: 0;
	font-size: .6em;
}

#navproduct {
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 3px solid #666;
}

#navproduct li {
	display: block;
	border-top: 3px solid #666;
	padding: 2px 0 2px 10px;
}

#navselect { margin-top: 0; }

#navresources, #navselect {
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 3px solid #C03;
}



#navresources li, #navselect li {
	display: block;
	border-top: 3px solid #C03;
	padding: 2px 0px 2px 10px;
}


#teasers { 
	position: absolute;
	top: 175px;
	left: 280px;
	width: 700px;
}

#leftrail { 
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 264px;
	height: 100%;
	background: url(/images/navprod-back.gif);
}

#navbottom {
	position: relative;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: url(/images/navprod-bottom.gif) repeat left bottom;
	height: 1000px;
	text-align: left;
}


/***********************************************/
/* Page Nav Top                                  */
/***********************************************/

#navtop {
	position: absolute;
	top: 220px;
	left: 310px;
	height: 32px;
	color: white;
	font-size: 12px; 
	font-weight: none;
	text-align: center;
}

#navtop ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navtop li {
	display: block;
	background: white;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#navtop img { float: left; width: 15px; margin: 0}

#navtop li a {
	float: left;
	color: #C03;
	text-decoration: none;
	height: 22px;
	margin: 0;
	padding: 10px 7px 0 7px;
}

#navtop li a:hover { 
	background-color: #C03; 
	color: #FFF; 

}

#navtop li a:active { 
	background-color: #C03; 
	color: #FFF; 

}

/***********************************************/
/* content                                     */
/***********************************************/

#content {
	position:absolute;
	background-color: #fff;
	top: 260px;
	left: 280px;
	width: 685px;
	padding: 20px 10px 20px 15px;
	margin: 0;
}

#prod-content {
	position:absolute;
	background-color: #fff;
	top: 260px;
	left: 280px;
	width: 710px;
	padding: 0;
	margin: 0;
}

#photo-content {
	position:absolute;
	background-color: #fff;
	top: 260px;
	left: 280px;
	width: 680px;
	padding: 20px 15px 20px 15px;
	margin: 0;
}
#content, #prod-content, #photo-content { margin-bottom: 20px; }
#content img { float: left; padding: 0 15px 15px 0; }
#content img, #prod-content img, #photo-content img { border: 0; }
#content table, #prod-content table, #photo-content table { background-color: #fff; }

#details {
	position: relative;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

#details p { margin: 0; }

#details ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#details li { margin: 10px 0 0 0; }
#stores td { border: 2px solid black; }

.head { color: #000; }
.name { font-size: 14px; margin: 0; font-weight: bold; }

.item-img {
	position: relative;
	top: 10px;
	width: 170px;
	height: 170px;
	z-index: 10;
}

.item-tag {
	height: 50px;
	padding: 5px 0 0 0;
	margin: 0;
	/*border-top: 2px solid black;*/
}

.item-name { margin-top: 0; font-size: 9px; }
.item-num { margin-top: 2px; font-size: 8px; }
.item-subtitle { font-style: italic; }

.tablehead-a { 
	border-bottom: 2px solid black;
}

.tablehead-b { 
	height: 25px;
	padding-left: 5px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.tdborder { 
/*
	border-right: 2px solid black; 
	border-bottom: 2px solid black; 
*/
}

.tdnoborder { 
	/*border-bottom: 2px solid black; */
}
.tdlgborder { 
/*	border-right: 2px solid black;*/
}

.centerbottom { text-align: center; vertical-align: bottom; }
.leftbottom { text-align: left; vertical-align: bottom; }

.pics {
	float: left;
	width: 40%;
	text-align: center;
	margin: 55px auto 0 auto;
}

.pics img {
	margin-bottom: 20px;
	border: 2px solid black;
}

.article {
	float: right;
	margin: 0;
	width: 55%;
	padding: 15px;
	border-left: 3px solid black;
}

.address {
	float: right;
	margin: 0;
	width: 40%;
	height: 200px;
	padding: 15px;
	border-left: 3px solid black;
}

.description { font-style: italic; }

.onecol {
	margin: 0 auto 0 auto;
	width: 60%;
	padding: 15px;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

.show { margin: 0 0 15px 0; }
.show p { margin: 0; }
.showname { margin: 0; font-size: 16px; }
.link { font-size: 16px; margin-top: 14px; }
.date { font-size: 9px; font-weight: bold; }
.source { font-size: 16px; }
.head { font-size: 20px; }
.subhead { font-size: 16px; margin: 0 0 40px 0; line-height: 0;}
.subtitle { font-size: 10px; font-style: italic; color: #333; }
.text p { text-align: justify; }

.formtext {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-right: 60px;
}

.formhead {
	font-size: 12px;
	font-weight: bold;
}

.formsmhead {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 9px;
	font-weight: bold;
	background-color: #b0c4de;
	color: white;
}

.formsm {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 9px;
	background-color: #d3d3d3;
}

.note {	font-size: 10px; font-style: italic; color: #C03; }
.alert { font-size: 14px; color: #C03; }

.lefttextboarder {
	float: right;
	margin: 0;
	width: 55%;
	padding: 15px;
	border-left: 3px solid black;
}

.floatrightindex {
float: right;
width: 410px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 3px solid #555;
border-bottom: 3px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}



