@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../i/bkg-flag-puffy.jpg);
}
.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 160px;

}
.oneColFixCtrHdr #container #nav {
	text-align: center;
}


.oneColFixCtrHdr #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	background-color: #093479;
	color: #FFFFFF;
	margin: 0px;
	text-indent: 4px;
}

.oneColFixCtrHdr #header #logo_facebook img {
	height: 46px;
	width: 46px;
	position: relative;
	left: 80px;	
	top: 2px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #testimonial-direct {
	font-size: 14px;
	margin: 8px;
}
.oneColFixCtrHdr #container #mainContent #testimonial-reverse {
	font-size: 14px;
	margin: 8px;
	background-color: #DAD0A9;
}


.oneColFixCtrHdr #container #header #headerflag {
	background-image: url(../i/header-flag-600x106.jpg);
	height: 106px;
}
.oneColFixCtrHdr #container #header #headerflag #telnum {
	text-align: right;
	position: absolute;
	top: 112px;
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #nav a {
	background-image: url(../i/aft-nav-bluegrad.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	border: medium outset #000066;
	padding: 4px;
	background-position: center center;
	text-align: center;
	display: inline-block;
	margin: 2px;
	width: 90px;
}
.oneColFixCtrHdr #container #nav a:active {
	color: #000000;
	background-image: url(../i/aft-nav-greengrad.jpg);
}

.oneColFixCtrHdr #container #nav a:hover {
	color: #000000;
	background-image: url(../i/aft-nav-greengrad.jpg);
}



.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #093479;
	text-align: center;
}
.oneColFixCtrHdr  #footer  #creditcards  img  {
	background-color: #093479;
	display: inline-block;
	border: 1px solid #000000;
	margin: 6px;
}

.oneColFixCtrHdr #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	margin: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.oneColFixCtrHdr-pic-left {
	margin: 8px;
	padding: 2px;
	float: left;
	border: 4px solid #000000;
}
.oneColFixCtrHdr-pic-right {
	margin: 8px;
	float: right;
	border: 4px solid #000000;
	padding: 2px;
}
.oneColFixCtrHdr-pic-tri {
	border: 2px solid #000000;
	margin: 1px;
}
.oneColFixCtrHdr #container #mainContent .saleitem p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFCC;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent .saleitem img {
	width: 260px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 4px;
}

