/* Universal Styles (appear on most or all pages) */

html, body, #pgconts {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #pgconts {
	height: auto;
}
body {
	background-color: #fff;
	margin: 0;
	background-image: url(images/back.jpg);
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: repeat-y;
}
#pgconts {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	margin-left: 0px;
	margin-bottom: 0;
	width: 100%;
	background-image: url(images/top_back.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.content {
	margin-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
}
.content p, li {
	line-height: 17px;
	font-size: 12px;
}
.content a {
 	color: #003366;
}
.content a:hover {
 	color: #666666;
}
.img {
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #000000;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 10px;
}
#main p, #main td, #main ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main h2 {
	color: #003366;
	font-size: 14px;
	padding-top: 6px;
}
#main .subhead {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
#main #america {
	background-image: url(images/FLAG-02-small.jpg);
	background-position: top left;
	height: 41px;
	background-repeat: no-repeat;
	padding-left: 52px;
	line-height: 16px;
	font-style: italic;
	color: #000066;
	vertical-align: middle;
}
#main #america {
	padding-top: 5px;
}
.padding-right {
	padding-right: 5px;
}
#leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
#leftmenu_lev1 {
	padding-left: 5px;
	margin-left: 2px;
	padding-top: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	border-bottom: 0px solid #cccccc;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 8px;
	margin-left: 2px;
	border-left: 0px solid #cccccc;
	padding-top: 4px;
}
.menu a {
	color: #003366;
	text-decoration: underline;
}
.menu a:hover {
	color: #666666;
	text-decoration: underline;
}
#copyright {
	color: #202020;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-bottom: 0.3em;
}
a.b_tc {
	color: #202020;
	font-size: 10px;
	font-family: sans-serif;
}
a.b_tc:hover {
	color: #464f4a
}
#footer {
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	text-align: center;
}
/* hide from Mac IE5 */
/* \*/
#footer { position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */
img {
	border: 0;
}

/* Home Page */
div#lhs {
	float:left;
	margin-left: 0px;
	border: 1px solid #dfdfb4;
	width:23%
}
div#rhs {
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float:right;
	width:100%
}
#quickie_box {
	clear: both;
	width: 100%;
	padding-top: 0;
	height: 1px;
}

.phone {
	padding-top: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.phone span {
	font-size: 11px;
}

#shipping {
	margin: 8px;
	margin-left: 10px;
	padding: 4px;
	/*border: 1px solid #CCCCCC;
	background-color: #FFFFFF;*/
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*font-weight: bold;*/
}
#shipping strong {
	font-size: 11px;
	font-weight: bold;
}

#visa {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
}

#visa img {
	padding-top: 5px;
}