* { 
    -moz-box-sizing: border-box; 
}


body {
	background-color:#d29d99;
	font-family:"Comic Sans MS";
	color:#ffffff;
	margin-top:0px;
}
div {
	margin:0px;
	padding:0px;
}
#container {
	top:0px;
	width:980px;
	margin:4px auto;
	background-color:#980000;
	background-image:url(images/background4.jpg);
	/*background-position:140px;*/
	background-repeat:no-repeat;
	height:auto;
}
#spacerImg {
	height:10px;
}
a:link {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:visited:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer {
	font-size:12px;
}

.hmPgText {
font-family:"Comic Sans MS";
	text-align:center;
	font-size:20px;
	}
	
.hmPgText-sm {
font-family:"Comic Sans MS";
	text-align:center;
	font-size:12px;
	}	
.csFont {
	font:"Comic Sans MS";
	text-align:center;
	font-size:30px;
	}
.moveDown {
	margin-top:185px;
}
/* global styles */

/* Container which encloses the whole site to allow easy width change */

/* Logo and minicart */
#header {
	padding:0px 0px;
	border:1px solid #e5e5e5;
	background-color:#980000;
	/*margin-bottom:10px;*/
	}

/*formats the links in the minicart*/

/* Encloses all content area under header */


/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	margin:0px;
	width:100%;
	border-collapse:collapse;
	background-color:#980000;
	border:1px solid #ffffff;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#ccc; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}
#bgImage {
	background-image:url(../../images/backround5.jpg);
	background-position:top  left;
	background-repeat:no-repeat;
	}
/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */


/* Encloses all content area under utilbar */


/* Left column- categories, currency, language etc */


/* Extra styles for category navigation */

/* Main content area */

/* content area styles */
#content {
	/*padding:0px 10px 10px 10px;*/
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/

/*formats the display of the form elements throughout the front end*/


/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	/*padding : 3px 5px;*/
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}


/* Left menu styles; no longer used in 6.50 */

/*formats the header text throughout the site*/

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;

}