/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/



#fakeTagline {
float:right; /* moves to right in header*/
left:370px;  /* adjusts position */
position:relative;/*needed for left and bottom to work*/
text-align:right; /*align text*/
bottom: -45px; /*move up a bit off the search line*/
color:#574109;
font-weight:bold;
font-size:1em;
}

#divAddThis {
display:block;
margin-right:703px;
margin-top:-82px;
}

#divLive {
float:left; /* moves to right in footer*/
left:-3px;  /* adjusts position */
position:relative;/*needed for left and bottom to work*/
text-align:center; /*align text*/
bottom: 22px; /*move up a bit */
}

#divLiveGreen {
margin-right: 225px;
text-align:center;
}

#header .storeLogo {
height:76px; /*shrink header area down*/
padding:7px 0pt 10px 15px; /*adjust padding for looks*/
}

#footer .yahooLogo {visibility:hidden}


#divCustFeedback {
 position:absolute;
 top:220px;
 right:10px;
 width:200px;
}

/* CONTENT */

#content h1 {
	font-family:Arial, helvetica, sans-serif;
	color:#7C9003;
	font-size: 1.25em;
	font-weight:bold;
}

#content h1 a, #content h1 a:visited {
	color:#7C9003;
        text-decoration:none;
}

#content h2 {
	font-family:Arial, helvetica, sans-serif;
	color:#7C9003;
	font-size: 1em;
	font-weight:bold;
}

#content h2 a, #content h2 a:visited {
	text-decoration:none;
        color:#7C9003;
}

#content h2 a:hover, {
	color:#4D79FF;
	text-decoration:underline;
}

#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color:#333;
}

#content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color:#333;
        margin-left:10pt;
}

#content p a, #content ul a {
	color:#4D79FF;
	text-decoration:none;
}
#content p a:visited, #content ul a:visited {
	color:#4D79FF;
	text-decoration:none;
}

#content p a:hover, #content ul a:hover {
	color:#4D79FF;
	text-decoration:underline;
}

/* HOME PAGE DIAGRAMS */

#diagram {
       background:#ccc;
       float: left;
       width: 150px;
       margin-right:6px;
       display: inline;
}

#diagram_4 {
        float:left;
        width: 135px;
       display: inline;
}

#diagram ul, #diagram_4 ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
}


/* SIDEBAR */
#sidebar {
	float:left;
        margin-left:12px;
	width: 191px;
	background:#999;
}

#sidebar h1 {
	font-family:Arial, helvetica, sans-serif;
	color:#7C9003;
	font-size: 1.25em;
	font-weight:normal;
}

#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color:#333;
}


