body {
	margin: 0px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #f3f3f5;
	background-image: url(../images/siteimages/bodyBG.gif);
	background-repeat: repeat-x;
}

img
{
	border:0px;
}
h1
{
	color:#213983;
	font-size:22px;
}
h2
{
	color:#1a2e69;
	font-size:20px;
}
h3
{
	color:#1a2e69;
	font-size:18px;
}
h4
{
	color:#505c9e;
	font-size:15px;
}
a:link
{
	color:#0e7fff;
	text-decoration:none;
}
a:visited
{
	color:#0e7fff;
	text-decoration:none;
}
a:hover
{
	color:#0c6ad5;
	text-decoration:underline;
}

a:active
{
	color:#0e7fff;
	text-decoration:none;
}
div#container
{
	margin: auto;
	width: 950px;
	text-align: left;
	background-color:#FFF;
}

/*                Header                 */

div#header
{
	border-bottom: solid 4px #c9c9c9;
}

div#headerLogo
{
	padding:5px;
}

div#headerLinksWrapper
{
	text-align:right;
}

div#headerMainLinks
{
	margin: 10px 10px 2px 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(../images/siteimages/headerLinksSeparator.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#headerMainLinks a:link
{
	font-size:10px;
}

div#headerSubLinks
{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
}

div#headerSubLinks a:link
{
	font-size:11px;
}

/*           Main Navigation            */

div#navWrapper{
	padding: 5px 10px 1px 10px;
	margin: 0px 0px 0px 10px;
	background-image:url(../images/siteimages/navigationBG.gif);
	background-repeat:no-repeat;
	height:30px;
}

/*           Right Navigation           */

div#rightNav1
{
	margin: 10px;
	border: solid 1px #e2e2e2;
	width: 145px;

}
div#rightNav2
{
	margin: 10px;
	border: solid 1px #e2e2e2;
	width: 145px;
}

.rightNavHeader
{
	padding:5px 10px 5px 13px;
	background-color:#000000;
	background-image:url(../images/siteimages/rightNavBG.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}

div#rightNavContent1
{
	color:#0e7fff;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/siteimages/rightNavContentBG.gif);
	background-repeat:repeat-x;
	padding-top: 15px;
}
div#rightNavContent1 a:link
{
	font-size:11px;
	color:#0e7fff;
	text-decoration:none;
}
div#rightNavContent1 a:visited
{
	color:#0e7fff;
	text-decoration:none;
}
div#rightNavContent1 a:hover
{
	color:#0c6ad5;
	text-decoration:underline;
}
div#rightNavContent1 a:active
{
	color:#0e7fff;
	text-decoration:none;
}
div#rightNavContent1 ul
{
	padding-top:0px;
	margin-top:0px;
	color:#2a2a2a;
}

div#rightNavContent2
{
	color:#0e7fff;
	padding: 15px;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/siteimages/rightNavContentBG.gif);
	background-repeat:repeat-x;

}
div#rightNavContent2 ul
{
	padding-top:0px;
	margin-top:0px;
	color:#2a2a2a;
}

.rightNavHighlight
{
	color:#0c6ad5;
	font-size:12px;
	font-style:italic;
}

/*             Content                  */

div#contentWrapper
{
	margin:10px;
	padding:10px;
	border:solid 1px #e2e2e2;
	background-image:url(../images/siteimages/ContentBG.gif);
	background-repeat:repeat-x;
	color:#666666;
}

div#content
{
	margin:0px 15px 0px 15px;
	font-size:12px;
	line-height:1.4;
}

div#breadcrumbs
{
	color:#666666;
	padding:5px 5px 0px 5px;
}

.contentImageRight
{
	float:right;
	width:250px;
	padding:10px;
	margin:15px 0px 15px 15px;
	border:solid 1px #e2e2e2;
	background:#dddddd;
	text-align:center;
	clear:right;
	font-size:11px;
	font-weight:bold;
}
.headerMarginSmall
{
	margin-bottom:5px;
	}

/*      Homepage Featured Products      */

div#homepageFeaturedWrapper
{
}
div#homepageFeaturedProducts
{
	margin: 10px;
	border: solid 1px #e2e2e2;
}
div#homepageFeaturedHeader
{
	padding:5px 10px 5px 13px;
	background-color:#000000;
	background-image:url(../images/siteimages/homepageFeaturedHeaderBG.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
div#homepageFeaturedContent
{

	background-image:url(../images/siteimages/homepageFeaturedContentBG.gif);
	background-repeat:repeat-x;
	text-align:center;
}

.homepageFeaturedContentImage
{
	clear:none;
	border: solid 1px #e2e2e2;
	background-color:#FFF;
	margin:5px 10px 5px 10px;
	width: 210px;
	padding: 5px;
	text-align: center;
}
.homepageFeaturedContentText
{
	clear:none;
	color:#949494;
	width: 190px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align:left;
}
.homepageFeaturedContentText a:link
{
	font-size:13px;
	color:#0e7fff;
	text-decoration:none;
	font-weight: bold;
}
.homepageFeaturedContentText a:visited
{
	font-size:13px;
	color:#0e7fff;
	text-decoration:none;
	font-weight: bold;
}
.homepageFeaturedContentText a:hover
{
	font-size:13px;
	color:#0c6ad5;
	text-decoration:underline;
	font-weight: bold;
}
.homepageFeaturedContentText a:active
{
	font-size:13px;
	color:#0e7fff;
	text-decoration:none;
	font-weight: bold;
}
.homepageFeaturedContentTextTitle
{
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

/*              Footer                  */

div#footerWrapper
{
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-align:center;
	background-color: #b6b6b6;
	width: 100%;
	
}
div#footer
{
	margin:auto;
	color: #fff;
	width: 950px;
	text-align: right;
}
div#footer a:link
{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
div#footer a:visited
{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
div#footer a:hover
{
	color:#0e7fff;
	font-weight:bold;
	text-decoration:none;
}
div#footer a:active
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/*   Rounded Edges and Dropshadow for Container*/

.containershadow {
   position:relative;
   z-index:0;
}
.containershadow .containershadow-content{
	background:#fff;
	border:1px solid #c9c9c9;
	position:relative;
	z-index:2;
	width: 100%;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.containershadow .x1,
.containershadow .x1a,
.containershadow .x2,
.containershadow .x2a {
   display:block;
   background:url(../images/siteimages/glow2.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.containershadow .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'containershadow' */
   padding:0 10px 10px 0; 
}
.containershadow .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.containershadow .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0px 10px;
}
.containershadow .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}

