/* Client: R&B Metal Structures | Client's website: http://www.randbmetalstructures.com/ */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 04.20.07 */
/* Revised last by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 06.07.07 */

/* universal */
body {
	background-image: url(../_imagez/bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

a:active {
	color: #003366;
	text-decoration: underline;
}

/* makes all images not require border=0  */
img {
	border: none;
}

.li_question {
	font-weight: bold;
}

.li_answer {
	font-weight: normal;
	padding-bottom: 10px;
}

/* body txt */
.flag_img {
	display: block;
}

.flag_anchor {
	width: 86px;
	float: left;
	padding: 5px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

.map_img {
	display: block;
}

.map_anchor {
	width: 190px;
	float: right;
	padding: 5px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding: 10px 0 10px 4px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #8A8A8A;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

/* footer */
.ftr_cell {
	border-top: 1px #676767 solid;
	background-color: #C2C2C2;
}

.txt_ftr_menu {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 0 0;
}

.ftr_menu_item:link {
	color: #000000;
	text-decoration: none;
}

.ftr_menu_item:visited {
	color: #000000;
	text-decoration: none;
}

.ftr_menu_item:hover {
	color: #006633;
	text-decoration: underline;
}

.ftr_menu_item:active {
	color: #006633;
	text-decoration: underline;
}

.txt_ftr_copyright {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding: 4px 0 6px 0;
}