@charset "utf-8";
/* Styling by Ian Powell @ Pantechnicon */

/* ////////// Global Declarations ////////// */

* {margin:0px; padding:0px;}
html { 
	overflow-y: scroll !important;
	}
img, div, a, input { behavior: url(iepngfix.htc) }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	background-repeat: repeat;
	background-image: url(../site-images/globals/bgtile-05-3.jpg);
	background-color: #F8F8F8;
}
p {
	padding-bottom: 0.5em;
	font-size: 1.2em;
	padding-top: 0.5em;
	line-height: 1.4em;
}

acronym{font-weight:bold; cursor:help;}
*>acronym {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	font-weight: normal;
	color: #29344B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
h1 {
	font-size: 2em;
	color: #FFFFFF;
	padding-left: 0.75em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
h4 {font-size: 1em;}
h5 {}
h6 {}
a:link, a:visited {
	font-weight: bold;
	color:#990000;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a:active {}
a.moreLink, a.moreLink:visited {
	color: #990000;
	background-image: url(../site-images/globals/readMoreArrow.gif);
	background-repeat: no-repeat;
	background-position: 37px 3px;
	padding-right: 13px;
	text-decoration: none;
}
a.moreLink:hover {
	text-decoration:underline;
}
.redlink {
	color:#990000;
}
ul, ol {}
li {}
hr {
	background:#eee;
	height:1px;
	color:#EEEEF2;
	border:none;
	clear:both;
	margin-top: 0.3em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.2em;
}
strong {color: #444444;}
fieldset {border:none;}
.hangaright {float:right}
.hangaleft {float:left}
.BoxCornerBullet {
	background-image: url(../site-images/bullets/CaseCorner.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	margin-left: 5px;
	padding-bottom: 8px;
	line-height: 1.1em;
}

.BoxCornerDoubleLine {
	padding-bottom: 8px;
}
.cleanup {
	clear: both;
}
/* ////////// Structural Elements ////////// */

#wrapper {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#mastheadshadow {
	height: 135px; 
	width: 860px;
	padding-left: 10px;
	background-image: url(../site-images/globals/tiles/bg-shad.png);
	background-repeat: repeat-y;
}
#masthead {
	height: 135px; 
	width: 850px;
}
*html #masthead {height: 135px;}
#masthead a, a:hover {
	text-decoration:none;
	border:none;
}
#masthead img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*html #masthead img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0px;
	padding:0px;
}
#masthead h1 {
	display: none;
}

#iecontainer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#navbarShadow {
	height: 41px;
	width: 870px;
	padding-left: 0px;
	background-image: url(../site-images/globals/Nav-Full-BG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbarShadow ul {
	list-style-type: none;
}
#navbarShadow li {display: inline;}
#navbar {
	height: 41px;
	float: left;
}
#navbar ul {
	list-style-type: none;
	padding-top: 12px;
	padding-left: 20px;
}

#navbar li {
	display: inline;
	background-image: url(../site-images/globals/rivet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
	padding-left: 10px;	
}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	text-decoration: none;
}

#wrapper #navbarShadow #navbar .last {
	padding-right: 20px;
	background-image: url(../images/placeholder.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
*html #navbar li {
	background-image: url(../images/placeholder.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #333333;
}
								/* ++++++++++ AJAX SEARCH STUFF ++++++++++ */
.searchbox {
	float: right;
	width: 170px;
	padding-top: 0px;
	padding-right: 20px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 5px;
}
.searchbox fieldset {
	border: none;
	padding:0px;
	margin-top:8px;
}
.SearchboxNavbar {
	padding-top: 9px;
	padding-right: 10px;
}
*+html .SearchboxNavbar {
	margin-top: 9px;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 0px;
}
*html .SearchboxNavbar {
	margin-top: 10px;
	margin-right: 7px;
	padding-top: 0px;
	padding-right: 0px;		
}
#Left {
	float:left;
	width: 650px;
	display: inline;
}
#Right {
	float:right;
	width: 207px;
}
#MaincontainerShadow {
	padding-left: 10px;
	background-image: url(../site-images/globals/tiles/bg-shad.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 860px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#MainContainer {
	float: left;
	width: 850px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}

/* GENERAL CONTENT BOXES */
#GenericBox {
	float:left;
	width: 637px;
	background-image: url(../site-images/globals/cf-box-bg_637x1000.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
	padding-right: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	display: inline;
	padding-left: 0px;
}
#GenericBox p {
	margin-left:1em;
	margin-right:1em;
}
#GenericBox h1 {
	background-image: url(../site-images/BoxAssets/heads/Header-637.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1em;
	padding-top: 0.15em;
	padding-bottom: 0.9em;
}
#GenericBox h2 {
	margin-left: 0em;
	margin-bottom: 0em;
}
#GenericBox h3 {
	margin-left: 0.8em;
}
#GenericBox a:link, #GenericBox a:visited {color: #145296;}
#GenericBox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}

#GenericBox a:hover {text-decoration:underline;}
#SubjectHeading {
	padding-left: 12px;
	margin-top: 5px;
	clear: both;
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
.SubjectIcon {
	margin-left: 1.2em;
	float: left;
	margin-right: 0em;
}

.UnionJackImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}
#GenericBox ul {
	margin-left: 2.7em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#GenericBox ul li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.75em;
	padding-right: 0.5em;
}
#GenericBox .BlueList {
	width: 400px;
	margin-left: 12px;
}
#MaincontainerShadow #GenericBox .BlueList {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAD3DD;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#GenericBox .BlueList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAD3DD;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #F7F7F9;
	color: #4E4E4E;
	margin-bottom: 0em;
	padding-right: 0.5em;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cad3dd;
	border-left-color: #cad3dd;
}
#GenericBox .BlueList li:hover {
	background-color: #EFF4FA;
}
#GenericBox .shopLink {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 60px;
	padding-top: 10px;
	background-image: url(../site-images/shop/shopping-cart.jpg);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	background-position: 0px 3px;
	margin-left: 0.75em;
}
#GenericBox .shopLink a {
	color: #990000;
	text-decoration:none;
}
#GenericBox .shopLink a:hover {text-decoration:underline;}

#RightSideImageBox {
	width: 190px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 8px;
	top: 10px;
	float: right;
	display: block;
}
#GenericBox #RightSideImageBox img {
	border: 1px solid #8A8E9A;
	margin-bottom: 10px;
}
#GenericBox #RightSideImageBox p {
	margin: 0px;
	padding: 0px;
}
#GenericBox fieldset {
	border:none;
	margin-left: 1em;
}
#ProductImageBox {
/*	float: right;*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	clear: right;
	width: 190px;
	display: block;
}
#ProductImageBox p {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
#RightSideImageBox #ProductImageBox img {
	border: none;
	margin-bottom: 8px;
	vertical-align: middle;
	margin-right: 5px;
	margin-left:0px !important;
}

.SearchResults {
	background-image: url(../site-images/BoxAssets/tiles/637.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 607px;
}
#footer {
	height: 46px;
	width: 870px;
	background-image: url(../site-images/globals/navbase-lge_master.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
}
#footer ul {
	list-style-type: none;
	padding-top: 12px;
}

#footer li {
	display: inline;
	padding-left: 20px;
}
*html #footer li {

}

#footer li a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
}
#footer .first {
	padding-left: 0px;
}
#footer .selected {}

