body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #586174;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(../_images/back_new.png);
	background-repeat: repeat-x;
	background-position: center top;
} 
/* PAGE LAYOUT */
#container {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/tileBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	display: block;
	height: 108px;
}
#headernav {
	width: 740px;
	height: 36px;
	color: #FFFFFF;
}
#statusStrip {
	margin-top: 14px;
	height: 18px;
	display: block;
	margin-bottom: 10px;
	line-height: 14px;
	color: #ECECEC;
	font-size: 9px;
	text-align: right;
}
#navigation {
	width: 180px;
	padding-top: 42px;
	float: left;
}
#subProduct {
	display: none;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#content {
	width: 550px;
	float: right;
}
#footer {
	clear: both;
	width: 750px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	float: right;
	display: block;
	background-color: #FFFFFF;
}
#footer p {
	line-height: 14px;
	font-size: 9px;
}
/** Selectors **/
a {
	text-decoration: none;
}
#content a:link {
	color: #666666;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #990000;
}
#headernav a:link {
	display: block;
	float: right;
	height: 36px;
	width: 115px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_images/button_normal.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}
#headernav a:visited {
	display: block;
	float: right;
	height: 36px;
	width: 115px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_images/button_normal.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}
#headernav a:hover {
	display: block;
	float: right;
	height: 36px;
	width: 115px;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../_images/button_over.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}
#footer a:link {
	float: right;
	width: 76px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #586174;
	font-size: 9px;
}
#footer a:visited {
	float: right;
	width: 76px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #586174;
	font-size: 9px;
}
#footer a:hover {
	float: right;
	width: 76px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	background-color: #586174;
	color: #FFFFFF;
	font-size: 9px;
}
#catThumb img a:link {
	border: 1px solid #666666;
}
#catThumb img a:visited {
	border: 1px solid #666666;
}
#catThumb img a:hover {
	border: 1px solid #FFFFFF;
}
#adminnav {
	width: 100%;
	height: 36px;
	color: #FFFFFF;
	padding-right: 10px;
	background-image: url(../_images/nav_normal.png);
	background-repeat: repeat-x;
}
#adminnav a:link {
	display: block;
	float: right;
	height: 36px;
	width: 120px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_images/button_normal.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}
#adminnav a:visited {
	display: block;
	float: right;
	height: 36px;
	width: 120px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_images/button_normal.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}
#adminnav a:hover {
	display: block;
	float: right;
	height: 36px;
	width: 120px;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../_images/button_over.png);
	background-position: left;
	text-align: center;
	line-height: 36px;
}


/* Text Styling */
p {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #586174;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #586174;
	margin-top: 0px;
}
h1 {
	font-size: 22px;
	color: #010066;
	font-weight: normal;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #010066;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
h3 {
	font-size: 12px;
	color: #010066;
	font-weight: normal;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #010066;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #010066;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
/** Thumbnail Styling **/
#catThumb {
	float: left;
	margin: 5px 6px 3px 0px;
	padding: 5px;
	border: 1px solid #666666;
}
#catThumb img {
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
#subProduct a:link {
	display: block;
	color: #586973;
	font-size: 9px;
	line-height: 12px;
	padding-left: 20px;
	height: 24px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
#subProduct a:visited {
	color: #586973;
	font-size: 9px;
	line-height: 12px;
	padding-left: 20px;
	display: block;
	height: 24px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
#subProduct a:hover {
	display: block;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
	padding-left: 20px;
	background-color: #CCCCCC;
	height: 24px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#mainProduct a:link {
	display: block;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 38px;
	height: 38px;
	margin-bottom: 1px;
	background-image: url(../_images/nav_normal.png);
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	border-top: 1px solid #586973;
	border-right: 1px solid #586973;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #586973;
}
#mainProduct a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 38px;
	height: 38px;
	margin-bottom: 1px;
	background-image: url(../_images/nav_normal.png);
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	border-top: 1px solid #586973;
	border-right: 1px solid #586973;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #586973;
}
#mainProduct a:hover {
	display: block;
	color: #999999;
	font-size: 9px;
	line-height: 38px;
	height: 38px;
	background-color: #0052B8;
	margin-bottom: 1px;
	background-image: url(../_images/nav_over.png);
	padding-right: 4px;
	padding-left: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
}
#crumbs p {
	font-size: 11px;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#crumbs {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00046A;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#productStrip {
	display: block;
	height: 147px;
	margin-bottom: 10px;
}
#productStrip a:link {
	padding: 10px;
	border: 1px solid #010066;
	display: block;
	height: 127px;
}
#productStrip p {
	text-align: right;
	float: none;
	padding-top: 80px;
	margin-right: 5px;
}
#productStrip img {
	margin: 5px;
	float: left;
	clear: both;
}
#productStrip h2 {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#productStrip a:visited {
	padding: 10px;
	border: 1px solid #010066;
	display: block;
	height: 127px;
}
#productStrip a:hover {
	background-color: #010066;
	border: 1px solid #E04545;
	padding: 10px;
	display: block;
	height: 127px;
	color: #FFFFFF;
	background-image: url(../_images/productStrip_back.png);
	background-repeat: repeat-x;
}
#productTile {
	float: left;
	text-align: center;
	display: block;
	width: 183px;
}
#productTile p {
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 11px;
	line-height: 12px;
}
#productTile img {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width:117px;
	height:117px;
}
#productTile a {
	display:block;
	margin: 10px 23px 10px 15px;
	height: 190px;
	color: #FFFFFF;
}
#productTile a:link {
	border: 1px solid #010066;
	background-image: url(../_images/tileback_normal.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#productTile a:visited {
	border: 1px solid #010066;
	background-image: url(../_images/tileback_normal.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#productTile a:hover {
	border: 1px solid #E04545;
	color: #999999;
	background-image: url(../_images/tileback_over.png);
	background-repeat: repeat-x;
}

.catheaderImg {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 16px;
}
.imgBorder {
	border: 1px solid #002C92;
	padding: 2px;
	margin: 4px 4px 4px 0px;
}
.noBack {
	background-image: none;
}
#imageGallery {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
}
#imageGallery img {
	margin: 5px;
	padding: 5px;
}
#rightColumn {
	float: right;
	width: 350px;
}
#rightColumn h2 {
	text-align: justify;
}
#leftColumn {
	float: left;
	width: 190px;
}
