body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-color: #ffffff;
	text-align: left;
}

#logo {
	height: 110px;
	background-color: #d19e01;
	width: 100%;
}

#logo p {
    color: #ffffff;
    margin-top: 5px;
	margin-bottom: 0px;
}

.logotitle {
    margin-left: 10px;
    font-size: 200%;
    font-weight: bold;
}

.jingle {
    margin-left: 30px;
}


#leftImageHolder {
	position: absolute;
	left: 0px;
	top: 0px;
}

.rightAdHolder {
	width: 55%; 
	float: right;
}

#rightImageHolder {
	position: absolute;
	right: 20px;
	top: 85px;
	color: #ffffff;
}

#top_nav {
	color: #105BAC;
	background-color: #efefef;
	height: 20px;
	font-size: 70%;
}

#top_nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 3px 0 0 0;
}

#top_nav ul li {
	display: inline;
}

#top_nav li a {
	color: #3375C3;
	background-color: #efefef;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #3375C3;
	background-color: #efefef;
	border-bottom: 1px solid #3375C3;
}

#sidebar {
	font-size: 70%;
	margin-right: 20px;
	margin-top: 30px;
	margin-left: 15px;
	width: 165px;
	height: 150px;
	margin-bottom: 20px;
	float: left;
}
#sidebar div.feature {
	color: #666666;
	background-color: #fefefe;
	border: 1px solid #efefef;
	margin-bottom: 11px;
	padding: 10px;
	line-height: 140%;
}

#sidebar div.feature ul{
	margin: 0;
	padding: 0;
	line-height: 180%;
	list-style-type: circle;
	list-style-position: inside;
}

#sidebar div.feature ul li{
	color: #3375C3;
	background-color: transparent;
}

#sidebar div.feature ul li a{
	color: #115EAC;
	background-color: transparent;
	text-decoration: none;
}

#sidebar div.feature ul li a:hover{
	text-decoration: underline;
}

#sidebar h1{
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #3375C3;
}

#content {
	margin-left: 195px;
	margin-right: 20px;
	margin-top: 20px;
}

#content p {
	font-size: 100%;
	margin-top: 20px;
}

#content h1 {
	font-size: 130%;
	color: #3375C3;	
	font-weight: normal;
	padding: 0;
	margin: 0px;
}

#content h2 {
	font-size: 100%;
	color: #009900;
	font-weight: normal;
	padding: 0;
	margin: 0px;
}

.container {
	width: 99%; 
	float: right;
}

#footer {
	background-color: #d19e01;
	color: #FFFFFF;
	clear: both;
	height: 98px;
	clear: both;
}

#footer p {
	padding: 10px;
	margin: 0;
	font-size: 70%;
}

.privacy {
	font-size: 120%;
}

#footer a{
	text-decoration: none;
	color: #FFFFFF;
}

.CPPrice {
        color: #000000;
        font-weight: bold;
}

.CPSpecialPrice {
        color: #FF0000;
        font-weight: normal;
        font-size: 150%;
}

.InStock {
        color: #009900;
        font-weight: bold;
}

.NoStock {
        color: #F90000;
        font-weight: bold;
}

