@import url("markshire_styles_plus.css");
body {
	background: #003366;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
.header_repeat {
	background-image:url(images/header_c.jpg);
	background-repeat:repeat-x;
	}
	
.headline {
	font-size: 24px;
	border-bottom: 1px solid white;
	color: white;
}
	
.cartitem {
	background-color: #C2C8DB;
	height:223px;
	clear:both;
	padding:10px;
	margin-bottom: 10px;
}

#newsitem {
	width: 60%;
	background-color: #CCCCDD;
	clear:both;
	padding: 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid #EEE;
	border-left: 2px solid #EEE;
	border-top: 1px solid #333;
	border-right: 2px solid #333;	
	font-size: 11px;
}

#mousey a {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 6px;
	color: #003366;			
}

#mousey a:hover {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 2px;		
	color: white;
}	

div.screenshot {
	color:black;
	font-size:10px;
	font-weight:bold;
	width:160px;
	margin-top:5px;
	margin-bottom:15px;
	padding:2px;
	}
	
.leftcol {
	background:#002244;  /*003366*/
	padding:5px;
	color:white;
	/* border-left:5px solid white;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white; */
	}
	
.rightcol {
	background:#4C6B99;  
	padding:5px;
	/* border-right:5px solid white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid white; */
	text-align:center;
	}

.centercol {
	background:#7A8599;
	padding:10px;
	border-right:5px solid #003366;
	border-left:5px solid #003366;
	}
	
/* Navigation */

navcontainer { width: 100px; }

#navcontainer ul
{
margin: 5px 0px 0px 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
width:100px;
text-align:left;
}

#navcontainer a
{
display: block;
padding: 3px 3px 3px 10px;
width: 100px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
font-weight:normal;
}

#navcontainer a:hover
{
background-color: #4C6B99;
color: #fff;
font-weight:bold;
}