@charset "utf-8";
/* CSS Document */

/******* THIS CSS SPECIFIC TO MIVA STORE PAGES *************/
/**** body, header, footer, and other shared assets are in the careerkids-shared.css file ******/


/******** LAYOUT ELEMENTS ***********************/

#container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #76645b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/******** COPIED FROM PREVIOUS MIVA STYLES IN PREVIOUS HEADER FILE ***********************/

* {font-family:verdana;}
 td {font-size:12px;}
 hr {margin:20px;}
 p#bottom-nav {background:#000060; color:white; font-size:14px; padding:5px; margin:0px; text-align:center;}
 p#bottom-nav a {color:yellow;}
 div#padding {padding-left:10px; padding-right:10px;}


/******** STORE SECONDARY NAVIGATION BAR ***********************/

.secondaryNav {
	position:relative;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1004px;
	background: #1461ab;
	border-top: 1px solid #76645b;
	border-bottom: 1px solid #76645b;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	min-height: 15px;
	}

	.secondaryNav ul { list-style:none; }
	.secondaryNav li { margin-top: 0; float: left; padding-top: 0; padding-bottom: 0; padding-left: 25px; padding-right: 35px; list-style: none; border-left: 2px solid #f78f1e; }
	#secondaryNavFirstButton { border-left: none; margin-left: 55px; }

	.secondaryNav a:link { color: #fde3c7; text-decoration: none;	}
	.secondaryNav a:visited { color: #fde3c7; text-decoration: none; }
	.secondaryNav a:hover { color: #FFFFFF; text-decoration: none; }
	.secondaryNav a:active { color: #FFFFFF; text-decoration: none; }
	/* padding-left: 20px; background: url(images/squ15orange.gif) left no-repeat; */
