@charset "utf-8";
/* CSS Document */

/* -- TAGs -- */

body {
	background-color: #f0f2f7;
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family:  Interstate, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #011955;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h1 {
	color: #ff6600;
	font-size: 150%;
	font-weight: normal;
}

form {
	padding: 0px;
}

/* -- LINKs -- */

a {
	color: #011955;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

#topNav a {
	margin: 0px 3px;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

#navCol a {
	text-decoration: none;
}

#navCol a:hover {
	text-decoration: underline;
}

#footerLinks a {
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
	color: #011955;
}


#footerLinks_right a {
	text-decoration: none;
}

#footerLinks_right a:hover {
	text-decoration: underline;
	color: #011955;
}

#footer a {
	color: #6d6b6b;
	text-decoration: underline;
}

#footer a:hover {
	color: #6d6b6b;
	text-decoration: none;
}

/* ------------- */

form.search {
	padding: 4px 0px 0px 0px;
}

input.search {
	width: 100px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.go {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	font-size: 90%;
}

#contentInternal {
	line-height: 140%;
}

#navCol ul {
	margin: 0px;
	padding: 0px;
}

#navCol li {
	list-style-type: none;
	padding: 10px 0px 10px 10px;
	border-top: 1px dashed #011955;
	font-weight: bold;
}

#navCol2 li {
	list-style-type: none;
	padding: 4px 0px 4px 4px;
	border-top:none;
	font-weight: bold;
	width: 140px;
}

#navCol li.firstNav {
	border: none;
}


#navCol li.custom
{
	list-style-type: none;
	padding: 0 0 0 10px;
	font-weight: normal;
	border: none;
}

.forum_tr
{
	background-color: #f0f2f7;
}

.forum_td
{
	background-color: #f0f2f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #011955;
}

.forum_p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #011955;
}

.shoppingcart
{
	border: 0;
	width: 168px;
	font-family : Interstate, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

.shoppingcart_td
{
	text-align: left;
	background: url(/site_content/images/basket-bg.gif);
	border: 0;
	padding-left: 5px;
}

.shoppingcart_td a
{
	font-family : Interstate, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.shoppingcart_header
{
	text-align: center;
	background: url(/site_content/images/basket-top.gif);
	border: 0;
}

.shoppingcart_header a
{
	font-weight: bold;
	font-family : Interstate, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.shoppingcart_footer
{
	text-align: right;
	background: url(/site_content/images/basket-base.gif);
	border: 0;
	padding-right: 10px;
	font-weight: bold;
}