body {
	background-color: #0083CA;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}
body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
}

p a:link, p a:visited {
	color: #6699CC;
	text-decoration: none;
}
p a:hover {
	color: #336699;
	text-decoration: underline;
}
h1 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC0033;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3399CC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC0033;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3399CC;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
}

#flash {
	position: relative; /*or absolute*/
	z-index: 0;
}

#navBG {
	background-color: #FFFFFF;
	background-image: url(images/flaf_06.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 567px;	
}
#rightCol {
	//	padding-left: 15px;
		padding-right: 25px;
	padding-bottom: 25px;
}

#col1 {
	float: left;
	width: 180px;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 75px;
	
}
#col2 {
	width: 320px;
	float: right;
	margin-right: 20px;
	margin-bottom: 25px;
}
#leftWide {
	width: 500px;
	height: 100%;
	float: left;
	margin-left: 45px;
	margin-right: 20px;
	margin-bottom: 75px;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftWide li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
}
.footer {
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
}
.item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
}
.picBorder {
	border: 6px solid #EFEFEF;
	margin-bottom: 5px;
}

.border-box {
		border:#D5D1D2 1px solid;
}

/* ---- start slider settings -------------------------- */

#slider {
    position:relative;
    width:170px; /* Change this to your images width */
    height:140px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* ---- end slider settings -------------------------- */

