/* CSS Document */

div#globalLinks {
	float:right;
	width:auto;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	text-align:right;
}
div#globalLinks ul {
	white-space: nowrap;
}
div#globalLinks li {
	display: inline;
	text-align:left;
	list-style-type: none;
	margin: 0px;
	padding-right: 30px;
	padding-left: 5px;
	padding-top: 50px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#globalLinks li a {
	font-size: 12px;
	color: #6666FF;
	text-decoration:none;
}
div#header {
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(Logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	text-align: center;
	height: auto;
	width: 387px;
	padding-top: 88px;
	padding-left: 10px;
}
div#header a {
	color: #6666FF;	
	font-weight: 400;
}
div#mainNav {
	clear:both;
	width:auto;
	font-size: 14px;
	text-transform: uppercase;
}	
div#mainNav ul {
	white-space: nowrap;
	margin-bottom: 20px;
}
div#mainNav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#mainNav li a {
	color: #6666FF;
	text-decoration:none;
}
div#main {
	margin-left: 0px;
	margin-top:10px;
	width:790px;
}
div#footer {
	clear:both;
	font-size:10px;
	font-color:#000066;
	text-align:center;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#specials {
	width:127px;
	border: 1px outset #000000;
	background-color: #EFEAEA;
	text-align:center;
}
div#snapshot {
	width:123px;
	height:225px;
	float:left;
	text-align:center;
	padding:2px;
		
}
div#cat_children {
	width:150px;
	height:auto;
	float:left;
	border-right-style:double;
	border-right-width: 5px;
	border-right-color:#6666FF;
	border-top-style:double;
	border-top-width: 5px;
	border-top-color:#6666FF;
	border-bottom-style:double;
	border-bottom-width: 5px;
	border-bottom-color:#6666FF;
	font-size:12px;
}
div#cat_children ul {
	/*white-space:nowrap;*/
}
div#cat_children li {
	list-style-type: none;
	padding-top:5px;
	padding-bottom:5px;
	line-height:12px;
}
div#cat_children a{
	font-size: 12px;
	color: #6666FF;
	text-decoration:none;
}
#content {
	padding-left: 10px;
	margin-left: 150px;
	margin-right: 115px;
	}
#error {
	color:#CC0000;
	font-weight:900;
	font-size:14px;
	text-align:center;
}
.strike {
	text-decoration:line-through;
	color:#CC0000;
	font-weight:900;
}
.price {
	font-size:125%;
	color:#0000CC;
	font-weight:900;
}
#items_per_page {
	width:150px;
	text-align:right;
	float:right;
	margin-right:20px;
	border-right:solid #000 1px;
	padding-right:20px;
}