/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}	
body{
	background-image:url(http://www.contoure.com/images/bkgd-tile.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #000000;
}
a{	color: #2A3681;
	font-weight:bold;
	text-decoration: none;
	}
a:hover, a:focus{
	color: #999999;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 6px 2px;
	letter-spacing: 2px;
}
h1 a{
	color: #000000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
	color: #2a3681;
	letter-spacing: 2px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d91f2d;
	padding: 3px 0px 4px 0px;
}
h4 {
	font-size: 14px;
	color: #2a3681;
	padding: 5px 0px 4px 0px;
	font-weight: bold;
	}
p {
	padding: 1px 0px 4px 0px;
}
hr {
	color:#2a3681;
	}
#content{
	width: 950px;
	margin:auto;
	background-color: #ffffff;
}
#nav ul li{
	display: inline;
	font-weight: bold;
}
#nav ul li a{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 7px 5px;
	width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #d91f2d;
}
#checks{
	width: 950px;
	height: 33px;
	margin: auto;
	background-image:url(http://www.contoure.com/images/checkers.gif);
	background-repeat: repeat-x;
}
#checks ul li{
	display: inline;
}
#checks ul li a{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 0px;
	width: 7em;
} 
#checks ul li a:hover, #checks ul li a:focus{
	color: #939598;
}
#subnav{
	text-align: left;
	width:215px;
	display: block;
	font-weight: bold;
	border-right:#000000 1px solid;
	padding: 5px 5px 10px 2px;
	margin: 4px 4px 4px 25px;
}
#subnav ul li{
	display: block;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
#subnav ul li a{
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	width: 15em;
} 
#subnav ul li a:hover, #subnav ul li a:focus{
	color: #f91f2d;
}
#cartnav{
	width: 653px;
	letter-spacing:1px;
	border-bottom:#2a3681 1px solid;
	text-align: right;
	margin: 0 0 0 15px;
}
#cartnav ul li{
	display: inline;
}
#cartnav ul li a{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 7px 5px;
	width: 15em;
	color: #d91f2d;
} 
#cartnav ul li a:hover, #cartnav ul li a:focus{
	color: #999999;
}
#ftr{
	color: #ffffff;
	text-align: center;
	padding: 4px 0px 4px 0px;
	}
#ftr ul li{
	display: inline;
	font-size: 10px;
	font-weight: bold;
}
#ftr ul li a{
	text-decoration: none;
	padding: 0px 5px 0 5px;
	color: #ffffff;
	width: 9em;
} 
#ftr ul li a:hover, #nav ul li a:focus{
	color: #999999;
}
.button{
	font-size: 14px;
	font-weight:bold;
}
.button a{
	color: #000000;
	letter-spacing:1px;
}
.button a:hover, .button a:focus{
	color: #d91f2d;
}
.author{
	color:#000000;
	font-size: 10px;
	padding: 2px 12px 0px 10px;
	text-align: right;
	font-weight:bold;
}
.author a{
	color:#c3d949;
}