@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, {
	margin:0px; padding:0px;
	}

a {
text-decoration: none;
}

li {
text-decoration: none;
margin: 0px;
padding: 0px;
}

ul {
text-decoration: none;
}

img {
border: 0px;
}

/* MAIN STYLES*/


#container {
width: 800px;
margin-right: auto;
margin-left: auto;
background-image: url(../images/yellowglow.jpg);
background-repeat: no-repeat;
background-position: top;
}

#header {
position: relative;
overflow: visible;
width: 800px;
height: 90px;
margin-bottom: 10px;
background-image: url(../images/headerbkgrd.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#logo {
position: absolute;
border: 0px;
left: 15px;
top: 5px;
overflow: hidden;
}

#header h1 {
text-indent: -2000px;
}

/*TOP NAVIGATION*/

#corner {
float: left;
width: 10px;
height: 10px;
background-image: url(../images/tplftrad.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#topnav {
width: 800px;
height: 28px;
overflow: hidden;
background-color: #44c8f5;
background-image: url(../images/tprtrad.jpg);
background-repeat: no-repeat;
background-position: top right;
padding: 0px;
margin: 0px;
-moz-border-radius-topleft: 10px;
}

#topnav ul{ 
text-align: right; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 0px;
margin-left: 0px;
}

#topnav ul li { /* do not change */
display: inline;
}

#topnav ul li a {
padding: 7px 5px;
background-color: #44c8f5;
color: #ffffff;
text-decoration: none;
float: right;
border-left: 1px solid #ffffff;
}

#topnav ul li a:hover {
background-color: #ffffff;
color: #666666;
}

#topnav #active a {
background-color: #ffffff;
color: #666666;
height: 11px;
border-top: 3px solid #c61d23;
}

#topnav li#current {
	padding: 7px 5px;
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
	float: right;
	height: 11px;
	border-top: 3px solid #c61d23;
}

#topnav #cart {
float: left;
position: relative;
height: 28px;
margin: 0px 5px 0px 18px;
z-index: 1;
}

#topnav #crtbtn {
position: relative;
float: left;
height: 18px;
padding: 5px 0px 0px 0px;
}

#topnav #searchbtn {
float: right;
height: 23px;
width: 55px;
margin: 5px 40px 0px 0px;
}

#topnav #search {
float: right;
position: relative;
height: 23px;
width: 140px;
padding: 3px 0px 0px 0px;
}

#topnav #search .searchbtn {
margin: 0px;
padding: 0px;
}

#topnav #search image {
display: block;
padding-top: 5px;
}

#cap {
float: right;
width: 10px;
height: 24px;
background-image: url(../images/rightcap.jpg);
background-repeat: no-repeat;
background-position: top right;
}


/* FOR EQUAL COLUMNS */

#belowhd {
float: left;
width: 800px;
overflow: hidden;
background: url(../images/sidebr.png) top left repeat-y;
background-color: #ffffff;
}


/* SIDEBAR NAV */

#sidebar {
float: left;
clear: left;
position: relative;
width: 150px;
background-color: #44c8f5;
}

#sidenav, #sidesubnav {
float: right;
width: 134px;
background-color: #e2f4fd;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;  
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}

#sidenav ul, #sidesubnav ul { 
text-align: left; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-type: none;
}

#sidenav a, #sidesubnav a {
display: block;
width: 124px;
background-color: #e2f4fd;
padding: 5px 0px 5px 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;  
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}

#sidenav a:link, #sidenav a:visited,
#sidesubnav a:link, #sidesubnav a:visited {
color: #034ea2;
}

#sidenav a:hover, .navlist #active a:hover {
background-color: #ffffff;
font-weight: bold;
color: #c61d23;
}

#sidenav li#current, #sidesubnav li#current {
	display: block;
	width: 124px;
	background-color: #ffffff;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	color: #034ea2;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#sidenav .navlist #active a {
background-color: #ffffff;
font-weight: bold;
color: #c61d23;
}

#sidesubnav a:hover, .navlist #active a:hover {
background-color: #ffffff;
font-weight: bold;
color: #c61d23;
}

#sidesubnav .navlist #active a {
background-color: #ffffff;
font-weight: bold;
color: #c61d23;
}

/* SHOP SUBJECT */

#shop {
float: right;
width: 140px;
padding: 5px;
background-color: #44c8f5;
margin: 10px 0px 10px 0px;
}

#shop h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #034ea2;
text-align: center;
text-shadow: 0 1px 1px #c4eaf7;
}

/* END SHOP SUBJECT */


/* EMAIL */

#email {
float: left;
text-align: center;
width: 140px;
margin-top: 13px;
padding: 5px 5px 8px 5px;
background-color: #034ea2;
}

#email h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #ffffff;
text-align: center;
}

#email p {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 16px;
color: #fcaf17;
text-align: center;
padding-top: 4px;
}

#email #emailtxt, #email #emailbtn {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

#email h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 9px;
line-height: 12px;
color: #ffffff;
text-align: center;
padding-top: 4px;
padding-bottom: 8px;
}

/* POPULAR TITLES */

#popular {
float: left;
width: 150px;
text-align: center;
padding: 10px 0px 10px 0px;
background-color: #0066cc;
}

#popular h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-align: center;
}

#popcovers {
float: left;
text-align: center;
width: 150px;
height: 460px;
}

.popimg {
margin-top: 10px;
}

a .popimg {
padding: 2px;
}

a:hover .popimg {
background-color: #FFFF00;
}

/* MAIN CONTENT */

#homecontent {
float: left;
width: 650px;
background-color: #ffffff;
}


/* FOOTER */

#footer {
float: left;
clear: both;
width: 800px;
height: 45px;
background-color: #000000;
}

#footer ul{ 
text-align: center; 
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 0px;
margin-top: 10px;
}

#footer ul li { /* do not change */
display: inline;
color: #44c8f5;
}

#footer ul li a {
padding: 0px 5px;
color: #ffffff;
text-decoration: none;
}

#footer ul li a:hover {
color: #44c8f5;
text-decoration: underline;
}

#footer p {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 9px;
line-height: 20px;
color: #ffffff;
text-align: center;
padding-bottom: 5px;
}
