/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size:x-small;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-image:url(background1.gif);
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#0000b9;
font-size:x-small;
text-decoration:none;
}

a:visited{
color:#7c22ce;
font-size:x-small;
text-decoration:none;
}

a:hover{
color:#000000;
font-size:x-small;
text-decoration:underline;
}

a:active{
color:#000080;
font-size:x-small;
text-decoration:none;
}

a.boxlink:link{
color:#000000;
font-size:xx-small;
text-decoration:none;
}

a.boxlink:visited{
color:#666666;
font-size:xx-small;
text-decoration:none;
}

a.boxlink:hover{
color:#000000;
font-size:xx-small;
text-decoration:underline;
}

a.boxlink:active{
color:#666666;
font-size:xx-small;
text-decoration:none;
}

/*
li{
color:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}
*/

H1, H2, H3, H4, H5, H6 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:small;
margin-bottom: 0px;
}

.actCHECKOUTEM {background-color:#aeb0d0;}
.actCHECKOUTBG {background-color:#ffffff;}

.actlarger{
	font-size: larger;
	color:#000000;
}

.actsmaller{
	font-size: smaller;
	color:#000000;
}

.actxxsmall{
	font-size:xx-small;
	color:#000000;
}

.actxsmall{
	font-size:x-small;
	color:#000000;
}

.actxsmallReverse{
	font-size:x-small;
	color:#ffffff;
}

.actsmall{
	font-size:x-small;
	color:#000000;
}

.actregular{
	font-size:small;;
	color:#000000;
}

.actlarge{
	font-size:medium;
	color:#000000;
}

.actxlarge{
	font-size:large;
	color:#000000;
}

.actxxlarge{
	font-size:large;
	color:#000000;
}

.actwarningcolor{color:#6803e4;}
.actrequiredcolor{color:#6803e4;}
.actsearchhighlightcolor{color:#cd1f36;}
.actrequired{color:#6803e4;}
.actwarning{color:#6803e4;}
.actwelcome{color:#000000;}

.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;}

.thinborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333366;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333366;
}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
}

/*.thinred {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
*/
.thinred {
	border: 1px solid #f33;
}

.thinred2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ff00;
	border-right-color: #00ff00;
	border-bottom-color: #00ff00;
	border-left-color: #00ff00;
}

.sectionHeader	{
	background: #ffffff url(crn_tr.gif) no-repeat top right;
	color: #fff;
				}
				
.sectionBody	{

				}

.sectionBottomLine	{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #aaaaaa;
					}

.actsmallheading {
	font-size:x-small;
	color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

td.boxheader {
	/*
	background-color:#00ff00;
	*/
	border-left: #ffffff solid 5px;
	border-bottom: #ffffff solid 1px;
	border-top: #ffffff solid 1px;
	border-right: #ffffff solid 5px;
}

td.boxsection {
	border-right: #7DA8A8 dashed 1px;
	border-left: #7DA8A8 dashed 1px;
	border-bottom: #7DA8A8 dashed 1px;
}

/* styles added for new template 10/06/04 - Grant Campbell */

#logo	{
	margin: 5px;
	padding: 5px;
}

#nav	{
/*	background: #333366; */
	border-bottom: #333366 solid 1px;
	border-top: #333366 solid 0px;
	padding: 5px;
}

#nav a { 
	color: #000;
	font-size: x-small;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px;
	display: inline;
	padding: 5px;
	text-align: left;
}

#nav a:hover {
	text-decoration: underline;
}

#navwee	{
	background: #333366;
	border-bottom: #000 solid 1px;
	border-top: #000 solid 1px;
	padding: 5px;
	color: #000;
	font-size: xx-small;
	font-weight: normal;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px;
	display: inline;
	text-align: right;
}

#navwee a { 
	color: #000;
	font-size: xx-small;
	font-weight: normal;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px;
	display: inline;
	padding: 5px;
	text-align: right;
}

#navwee a:hover {
	text-decoration: underline;
}

#lhsTop { 
	background: #00ff00;
	color: #fff;
/*	background: #00ff00 url(crn_tr_dep.gif) no-repeat top right; */
	font-weight: bold;
	padding: 5px;
}

#lhsBg { 
/*
	background: #ffffff;
	background: #333366;*/
}

#nav2 { 
	background: #333366;
	border-bottom: #000 solid 1px;
	border-top: #000 solid 1px;
	}
	
#nav2 a { 
  	color: #000;
	font-size: x-small;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#nav2 a:hover {
	text-decoration: underline;
}

#navIndex	{
/*	background: #333366; */
	padding: 5px;
}

#navIndex a { 
	color: #000;
	font-size: x-small;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline;
	text-align: left;
}

#navIndex a:hover {
	text-decoration: underline;
}

#menu {
    height: auto;
    width: auto;
}
#menu li {
	text-align: left;
    height: 25px;
    width: auto;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    list-style-type: none;
	margin-left: -25px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f33;
    background-image: url(square.gif);
    background-repeat: no-repeat;
	background-position: top left;
}

#menu li a {
    display: inline;
    height: 25px;
    text-decoration: none;
}
#menu li a:link {
    color: #000;
}
#menu li a:visited {
    color: #000;
}
#menu li a:hover {
    font-weight: bold;
    color: #f33;
} 

#menu li a:active {
    font-weight: bold;
    color: #f33;
}

.productHeader	{ 
	background: #ffffff;
	color: #fff;
	font-weight: bold;
	font-size: xx-small;
	padding: 5px;
}

.productCurve { 
	background: #ffffff url(crn_tr.gif) no-repeat top right;
	color: #fff;
	font-weight: bold;
	font-size: xx-small;
	padding: 5px;
}

.productBody,#top5Products { 
	padding: 5px;
	font-weight: normal;
	font-size: xx-small;
	color:#000000;
	text-align: left;
	vertical-align: top;
}

.footer {
border-top: solid 0.1em #F90;
}

#footernav a { 
	color: #000;
	font-size: x-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#footernav a:hover {
	color: #000;
	text-decoration: none;
}



#footernavwee { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footernavwee a { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 5px;
	display: inline;
	padding: 5px;
}

#footernavwee a:hover {
	color: #000;
	text-decoration: underline;
}

#crumbnav a { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#crumbnav a:hover {
	color: #000;
	text-decoration: none;
}

#checkout { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#checkout a { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#checkout a:visited{
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#checkout a:hover {
	color: #bbb;
	text-decoration: underline;
	font-weight: bold;
}

#checkout a:active {
	color: #bbb;
	text-decoration: underline;
	font-weight: bold;
}

#search { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#search a { 
	color: #000;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#search a:hover {
	color: #000;
	text-decoration: underline;
}

.productBodyTop { 
/*	padding: 5px 0 5px 0; */
	vertical-align: top;
}

.productBodyLeft { 
	padding: 0px 5px 5px 0;
	vertical-align: top;
}

.productBodyRight { 
	padding: 0px 0 5px 5px;
	vertical-align: top;
}

.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-left-color: #aaaaaa;
	padding: 5px 5px 0 5px;
	}
.boxCurve {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	}