/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 715px;
	margin: 10px auto;
}
/* Default Link Style */
a {text-decoration: none;}
a:link {color: #444444;}
a:visited {color: #444444;}
a:hover {color: #999999;}


#header {
	width: 715px;
	float: left;
}
#logo {
	padding-bottom: 10px;
	float: left;
}
#viewcart {
	font-size: 12px;
	font-weight: bold;
	padding-top: 14px;
	padding-right: 16px;
	float: right;
}


.navigation {
	width: 713px;
	font-weight: bold;
	float: left;
}
.navigation:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.navigation ul {
	border: 1px solid #999999;
	width: 100%;
	background: url(/x/img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.navigation ul li {
	display: inline;
}
.navigation ul li a {
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #CACACA;
}
.navigation ul li a:hover {
	background: url(/x/img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


#footer {
	height:27px;
	width: 713px;
	border: 1px solid #999999;
	margin-bottom: 30px;
	float: left;
}
#information {
	font-size: 13px;
	color: #999999;
	text-align: center;
	height: 20px;
	width: 509px;
	top: 4px;
	border-top: 1px solid #999999;
	padding-top: 3px;
	position: relative;
	float: left;
}
#information ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#information ul li {
	display: inline;
	padding-right: 20px;
}
#copyright {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	height: 20px;
	width: 200px;
	top: 4px;
	padding-top: 4px;
	position: relative;
	float: left;
}

