/*
Theme Name: The Puck Catcher
Theme URI: http://puckcatcher.com
Description: The Puck Catcher theme designed the label by Jeremy Reid.
Version: 2.0
Author: Jacob Kennedy


*/
body{
	background-color: #fff;
	font-family:georgia;
}

b,strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

img.alignright{
	float: right;
	clear:right;
	margin-left:1em;
	margin-bottom:1em;
}
img.alignleft{
	float: left;
	clear:left;
	margin-right:1em;
	margin-bottom:1em;
}
h1.hiddensearchengine{
	color: White;
	background-color: White;
	font-size: 1pt;
	font-weight: normal;
}
#mainouter{
	background-color: #fff;
	margin: 0 auto;
	width:1000px;
}
#header{
	position: relative;
}
#wrapper.tall{
	background-image:url(images/tallheaderbk.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header.tall{
	height:223px;
	background-image:url(images/tallheader.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}
#wrapper.home{
	background-image:url(images/shortheaderbk.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
#header.home{
	height:63px;
	background-image:url(images/shortheader.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}
#innerwrapper{
	background-image: url(images/footerbk.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* centered nav menu */
#header.tall #navigation{
	margin-top:155px;
}
#navigation {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#navigation ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#navigation ul li a {
   display:block;
   color: #fff;
   text-decoration: none;
   font-size:150%;
   margin: .4em 1em 0;
}
#navigation.frenchnav ul li a {
   font-size:102%;
   margin-top: 1em;
}
#navigation ul li a:hover {
   text-decoration: underline;
}
#langswitcher{
	position: absolute;
	right: 0;
	width:200px;
	text-align: right;
}
#langswitcher.home{
	top: 45px;
}
#langswitcher.tall{
	top: 200px;
}
#langswitcher li{
	display: inline;
	width: 50%;
}
#langswitcher a{
	color:#991115 !important;
	margin-left:20px;
}
/* end of centered nav menu */

#content{
	position: relative;
}
#anglelogo{
	position: absolute;
	left: 0;
	top: -30px;
}
#madeincanada{
	position: absolute;
	right: 0;
	top: 20px;
}




#shoppingcart h3{
	font-size: 150%;
	color: #991115;
}
h2{
	margin-top:0;
	margin-bottom:1ex;
	font-size: 180%;
	color: #991115;
	padding: 2px;
	clear: both;
	border-bottom: 2px solid #991115;
}
#content img{
	border: 1px solid #000;
}

#wrapper.home #content img{
	border: none;
}

a:hover{
	text-decoration:none;
}
ul, p{
	margin-bottom: 1em;
}
p{
	text-align: justify;
	line-height: 1.2;
}
#content li{
	line-height: 1.2;
	margin-left:1em;
	list-style: disc;
	list-style-position: outside;
}





#footer{
	height: 100px;
	background-image: url(images/footerbk.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
}
#footer .column{
	width:23%;
	float: left;
	margin-top:40px;
	padding:1%;
}

div.clearer{
	clear: both;
}
#paypal{
	float:left;
	width: 750px;
}

#paypalcards li{
	display:inline;
	list-style: none;
	margin-left: 0;
	margin-right: .2em;
}
#paypalcards img{
	border: none;
}

#change_country #region{
	display: none;
}
