﻿/* CSS Document */
/* These definitions apply to the entire document; */
*{
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../media/design/body_bg.gif);
	background-repeat:repeat;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/***********************************************************************************/
/* Container control for center the page and the content background*/
/***********************************************************************************/
#wrapper {
	margin:auto;
	width:978px;
	background-image:url(../media/design/content_bg.gif);
	background-repeat:repeat-y;
}
/* Forces height of the wrapper so that backgrounds work */
#wrapper_footer {
	clear:both;
	height:0px;
}
/***********************************************************************************/
/* This is where the header is and the logo in the background*/
/***********************************************************************************/
#header {
	margin-left:auto;
	margin-right:auto;
	width:978px;
	background-image:url(../media/design/header_bg.gif);
	background-repeat:no-repeat;
	height:63px;
}

#header_logo{
    float:left;
    width:300px;
    height:63px;
}

#header_nav{
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:35px;
	margin-right:10px;
	color:#9D0620;
	letter-spacing:.03em;
	width:650px;
	text-align:right;
}
#header_nav ul{
	list-style-type:none;
}

#header_nav li{
	display:inline;
}

#header_nav li a:link, #header_nav li a:visited{
	color:#9D0620;
	text-decoration:none;
}

#header_nav li a:hover{
	color:#FFF;
	text-decoration:none;
}

/***********************************************************************************/
/* This is all the style information about the navigation*/
/***********************************************************************************/
#leftSide {
	width:200px;
	float:left;
	clear:left;
	margin-top:1px;
}

#leftSide ul {
	list-style:none;
	margin-left:0.75em;
	padding-top:2px;
	padding-left:0;
	margin-right: 0.5em;
}
#leftSide li {
	font-size: 95%;
	margin-bottom: 0.25em;
	padding-bottom:0.25em;
}
#leftSide a:link {
	text-decoration:none;
	color:#2A4277;
}
#leftSide a:visited {
	text-decoration:none;
	color:#365250;
}
#leftSide a:hover {
	text-decoration:none;
	color:#9C0621;
	padding-left:5px;
}

#leftSide a.nonav:hover {
	text-decoration:none;
	color:#9C0621;
	padding-left:0px;
}

#leftSide p {
	font-size:85%;
	font-weight:bold;
	padding:3px 6px;
	color:#000;
}

.count{
    font-size:90%;
}  

#subCats{
    font-family:Arial,Helvetica,sans-serif;
}
#subCats li
{ 
    font-size:70%;
}


/***********************************************************************************/
/* This is all the style information about the rightSide*/
/***********************************************************************************/
#rightSide {
	width:200px;
    float:left;
	background-image:url(../media/design/nav_bg.gif);
	background-repeat:no-repeat;
	margin-right:3px;
	margin-top:1px;

}
#rightSide a:link {
	color:#2A4277;
}
#rightSide a:visited {
	color:#365250;
}
#rightSide a:hover {
	text-decoration:none;
	color:#9C0621;
}

.rightside 
{
    width:200px;
    margin:15px 0 15px 0;
    text-align:center;
}

/* separate cart from right side content */
#search{
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	margin: 10px 0px 5px 0px;
	padding:10px 0px;
	text-align:center;
}
#search .imgBtn{
    vertical-align:bottom;
}
#login_button{
	border-bottom:dotted 1px #999;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 6px 0px;
	text-align:center;
}
.logintable{
    margin:0px 5px;
}

.rightside .login 
{
    width:188px;
    border:solid 1px black;
    text-align:left;
    background-color:White;
}

.rightside .login .logincontent 
{
    padding:4px;
}

.rightside .email 
{
    width:188px;
    border:solid 1px black;
    font-weight:bold;
    margin:0 auto 0 auto;
    background-color:White;
}

.rightside p 
{
    font-size:11px;
    margin:3px 1px;
    line-height:1.5em;
}

.rightside .header {
    font-size:15px;
    color:white;
    font-weight:bold;
    background-color:#9C0621;
    text-align:left;
    padding:0px 0 2px 2px;
}

.textbox 
{
    padding:2px 0 2px 2px;
}
#login_view{
    font-size:70%;
    font-weight:bold;
    margin:10px 0px;
    border-bottom:dotted 1px #999;
	padding:0px 15px 10px;
}
/***********************************************************************************/
/* This section handle the way the content is rendered*/
/***********************************************************************************/
#content {
	width:555px;
	padding:10px;
	float:left;
}
#content h1.headline {
	font:150% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	color: #9D0720;
	font-style: italic;
}

#content ul, #content ol{
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1em;
}
#content li {
	font-size:80%;
}

#content p, #signup p {
	font-size:80%;
	margin:1em;
	line-height:1.75em;
}

#content blockquote p {
	margin:1em 3em;
}

#content li li {
	font-size:100%;
}

#content a:visited {
	text-decoration:underline;
	color:#396BA5;
}

#content a:link {
	text-decoration:underline;
	color:#9D0720;
}
#content a:hover {
	color: #396BA5;
}

#banner 
{
    width:550px;
    height:250px;
    background-image:url(../media/design/free_shipping.jpg);
    background-position:top;
    background-repeat:no-repeat;
    padding-top:41px;
}

.banner_heading{
    background-color:#9C0621;
    color:#FFF;
    padding:2px 10px;
    margin:.5em 0em;
    letter-spacing:.1em;
}
/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/
#footer {
	margin:auto;
	padding:5px 0 25px 0;
	width:978px;
	background-image:url(../media/design/footer_bg.gif);
	background-repeat:no-repeat;
}
#footer p {
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
	padding-top: 9px;
}
#footer a:visited {
	text-decoration:underline;
	color:#FFF;
}
#footer a:link {
	text-decoration:underline;
	color:#FFF;
}
#footer a:hover {
	color:#FFF;
}