/*
** General HTML
*/
body {color: #333333; text-align:left; background-color:#FFF; padding:0px; margin:0px; height:100%; width:100%;  font-family:Verdana, Arial, Helvetica; font-size:.6em; }
html,body { margin:0; height:100%; text-align:left; }

#holdingDivIntro { position:absolute; top: 50%; left: 50%; width:794px; height:213px; 
                   margin-top: -107px; /*set to a negative number 1/2 of your height*/
                   margin-left: -398px; /*set to a negative number 1/2 of your width*/
                   border: 1px solid; background-color: #eeeeee; overflow: none; 
                   }

#holdingDiv { height:100%; width:786px; margin: auto; border-left:1px solid #C0BB9E;border-right:1px solid #C0BB9E; }
html>body #holdingDiv { width:784px; } /*IE cant understand this */

#lhs { width:239px; float:left; }
#rhs { width:545px;  float:left; }
#nav,#news { width:239px; vertical-align:top; text-align:left; }
#nav { min-height:168px; }
#tertiary { border-top: 1px solid #fff; border-bottom: 1px solid #fff; background-color:#F6D200; text-align:left; width:545px; height:23px;}
#topheader { background-image: url(http://ritchies.erpixsoft.com/images/top_header.jpg); background-repeat: no-repeat; width:545px; height:84px;  text-align:left; }
#mainimage { border-bottom: 1px solid #C9C2C3; display:block;float:left}
#maincontent { margin-left:10px; padding:0px; width:500px; float:left; }


a.tertiarynav, a.tertiarynav:link, a.tertiarynav:visited, a.tertiarynav:hover { height:23px; text-decoration:none; color:#000; line-height:23px; overflow:hidden; background-color:#F6D200; padding-left:8px; padding-right:8px; display:block;float:left }
a.tertiarynav:hover { background-color:#E70000; display:block;float:left}

a.tertiarynavon, a.tertiarynavon:link, a.tertiarynavon:visited, a.tertiarynavon:hover { height:23px; text-decoration:none; color:#FF0400; line-height:23px; overflow:hidden; background-color:#F6D200; padding-left:8px; padding-right:8px; display:block;float:left }

div,td,a,h2,h3,a:link,a:active,a:visited,a:hover { color:#333333; font-weight:normal; }
a, a:link, a:visited, a:active { color:#333333; text-decoration:none; }
a.nav, a.nav:link, a.nav:visited, a.nav:active { line-height:16px; font-weight:bold;}
.navon, a.navon, a.navon:link, a.navon:visited, a.navon:active { line-height:16px; color:#FF0400; font-weight:bold;}
.red, a.red, a.red:link, a.red:visited, a.red:active { color:#FF0400; }
.black, a.black, a.black:link, a.black:visited, a.black:active { color:#000; }
a:hover,a.red:hover { color:#aaa;}

form { margin:0px; padding:0px; }
input.search { width:130px; height: 18px; border:1px solid #999999;font-family:Verdana, Arial, Helvetica; font-size:10px; }
p { padding-top:2px; padding-bottom:0px;margin:0px; }

tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3, h4, h5, h6 {
  font-size: 14px;
}
fieldset {
  border: 1px solid #C2C2C2;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
td {text-align: left;}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}
img {
border: 0;
}

hr {border: none 0; 
border-top: 1px solid #C2C2C2;
width: 99%;
height: 1px;
text-align:center;
} 

/*
** Page layout elements
*/

#poll_container {
width:140px;
padding:5px;
margin:15px;
vertical-align: top;
border-style:double;
border-width:4px;
border-color:navy;
}

#newsfeeds_container { 
  margin-top: 10px;
  padding-left: 3px;
  padding-right: 6px;
  text-align: left;
  padding-top: 5px;
}

#newsfeeds_block { 
}

#banner {
  height: 60px;
  margin-top: 17px;
  margin-bottom: 20px;
  margin-right: 2px;
  padding: 0;
  text-align: right;
}


#mainmenu { 
border-top: 1px solid #fff; border-bottom: 1px solid #fff; background-color:#F6D200; text-align:left; width:545px; height:23px; text-transform: uppercase;  position: relative; 
}

#mainmenu ul
{
margin: 0;
padding: 0px;
list-style-type: none;
list-style:none;float:left; 
font-family: verdana, arial, Helvetica, sans-serif;
position: relative; 
display: inline;
font-size: 10px;
}

#mainmenu li 
{ 
list-style: none;
list-style-type: none;
list-style:none;float:left; 
margin: 0;
}

#mainmenu a, #mainmenu a:link, #mainmenu a:visited, #mainmenu a:hover
{
font-weight:bold;height:23px; text-decoration:none; color:#000; line-height:23px; overflow:hidden; background-color:#F6D200; padding-left:8px; padding-right:8px; display:block;float:left; margin: 0;
}

#mainmenu ul .menuselected a,  #mainmenu ul .menuparentselected a, 
#mainmenu ul .menuselected a:link,  #mainmenu ul .menuparentselected a:link,
#mainmenu ul .menuselected a:visited,  #mainmenu ul .menuparentselected a:visited,
#mainmenu ul .menuselected a:hover,  #mainmenu ul .menuparentselected a:hover
{
font-size: 10px;font-weight:bold;height:23px; text-decoration:none; line-height:23px; overflow:hidden; background-color:#F6D200; padding-left:8px; padding-right:8px; display:block;float:left; margin: 0;  color: #E70000;
}

#mainmenu a:hover
{
background-color:#E70000; display:block;float:left; text-decoration: none;
}

/* Second level of menus */

#mainmenu ul ul 
{
display: none;
}

#mainmenu ul ul li 
{ 
display: none;
}

#mainmenu ul ul a
{
display: none;
}

#mainmenu ul ul .menuselected a 
{
display: none;
}

#mainmenu ul ul a:hover, #mainmenu ul ul .menuparentselected a
{
display: none;
}


/* Third level of menus */
#mainmenu ul ul ul 
{
display: none;
}

#mainmenu ul ul ul li 
{ 
display: none;
}

#mainmenu ul ul ul a
{
display: none;
}

#mainmenu ul ul ul .menuselected a 
{
display: none;
}

#mainmenu ul ul ul a:hover
{
display: none;
}

/* Left menu */

#leftmenu, #fullleftmenu  { 
  margin-left: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}

#leftmenu ul, #fullleftmenu ul
{
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}

#leftmenu li
{
font-size:0px;
visibility: hidden;
display: inline;
}


#leftmenu li li
{
font-size:10px;
margin: 0;
list-style-type: none;
padding: 0;
display: block;
visibility: visible;
}
 
#leftmenu li li li
{
font-size:10px;
margin: 0;
list-style-type: none;
padding: 0;
display: block;
visibility: visible;
}

#leftmenu a, #leftmenu a:link, #leftmenu a:visited,
#fullleftmenu a, #fullleftmenu a:link, #fullleftmenu a:visited,
{
padding: 1px;
color: #333333;
text-decoration: none;
text-align: left;
font-weight: bold;
}

#leftmenu a:hover
{
color: #AAAAAA;
text-decoration: none;
}

#leftmenu ul .menuselected a, #leftmenu ul .menuselected a:link, #leftmenu ul .menuselected a:visited, #leftmenu ul .menuselected a:hover {
	font-weight:bold;
	font-size:1em;
	color:#FF0400;
}

#leftmenu ul ul .menuselected a, #leftmenu ul ul .menuselected a:link,#leftmenu ul ul .menuselected a:visited, #leftmenu ul ul .menuselected a:hover {
	font-weight:bold;
	font-size:1em;
	color:#FF0400;
}

#leftmenu .menuparentselected a, #leftmenu .menuparentselected a:link,#leftmenu .menuparentselected a:visited,#leftmenu .menuparentselected a:hover {
	font-weight:bold;
	font-size:1em;
	color:#000000;
}


/* Breadcrumbs */

#breadcrumb { 
  margin:0; 
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
  position: relative; 
  display: inline;
}

#breadcrumb ul
{
margin: 0;
padding: 5px;
list-style-type: none;
list-style:none;float:left; 
font-family: verdana, arial, Helvetica, sans-serif;
position: relative; 
display: inline;
}

#breadcrumb li 
{ 
list-style: none;
list-style-type: none;
list-style:none;float:left; 
margin: 0;
font-size: 10px;
display: inline;
}

#breadcrumb a
{
padding: 2px;
color: #B79AD3;
text-decoration: none;
}

#breadcrumb ul .breadcrumbselected a
{
  color: #FF0400;
}

#breadcrumb a:hover
{
color: #000000;
text-decoration: none;
}

/* Common */

.error {
  border-color: red;
}

#footer {
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for all items in system. This can be overdriven later if wanted
*/

.name, .name a, .name a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin: 0 auto 0 auto;
}

.description {

}

.submitted {
  color: #999;
  font-size: 0.8em;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.item .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/

#article .name {
  margin-top: 1em;
  font-size: 1.2em;
}

#article .content {
  margin-top: 1em;
  font-size: 10px;
}

#category_article .name, #category_article .name a {
  margin-top: 1em;
  font-size: 1.1em;
}

#newsfeeds_block .name, #newsfeeds_block .name a, #newsfeeds_block .name a:link, #newsfeeds_block .name a:visited  {
  margin-top: 1em;
  font-size: 12px;
}
#newsfeeds_block_short .name,   #newsfeeds_block_short .name a,#newsfeeds_block_short .name a:link, #newsfeeds_block_short .name a:visted  {
  margin-top: 0.3em;
  font-size: 10px;
  color: #615B67;
}

#latestnews_container {
  padding:8px;
}
#latestnews_container .name, #latestnews_container .name a,#latestnews_container .name a:link,#latestnews_container .name a:visited  {
  font-size: 10px;
}

#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #C2C2C2;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

#poll_chart table {
	background-repeat:repeat-x;
	background-position:left top;
	width: 33em;
	border-bottom: 1px solid #e5e5e5;
}
#poll_chart td.value {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding:0;
	border-bottom: none;
	background-color:transparent;
}
#poll_chart td {
	padding: 4px 6px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}

#poll_chart td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
#poll_chart th {
	text-align: left;
	vertical-align:top;
}
#poll_chart td.last {
	border-bottom:1px solid #e5e5e5;
}
#poll_chart td.first {
	border-top:1px solid #e5e5e5;
}
#poll_chart .auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}
#poll_chart table {
	width: 33em;
}
#poll options {
	text-align: left;
}


/*
** Shopping cart
*/
#shop .product_listing ul {
	list-style-type: none;
	padding:	0px;
	cursor:		default;
	list-style-type: none;       /* removes the bullet points */
	display: block;
	list-style: none;
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
}


#shop .product_listing table {border:0;}
#shop .product_listing ul{margin:0;padding:0;}
#shop .product_listing li {list-style:none;float:left; width:180; height:80px;overflow:show;padding:0;margin:0.2em;font-size:100%;}
#shop .product_listing li name {margin:0 0 0.5em 0;font-size:10px;font-weight:bold;}
#shop .product_listing li description {margin:0 0 0.5em 0;text-overflow:ellipsis;}
#shop .product_listing li a {font-size:10px;font-weight:bold;}
#shop .price {font-size:10px;font-weight:bold; color:black}
#shop .strikeout { text-decoration:  line-through; color:gray }

#shop .boxheader {background:#0140B4; color:#ffffff; font-weight:bold;}
#shop .boxbody {background: #B6C9EA;}
#shop ol {}
 
/*
* Registration and login forms
*/
#registration {text-align:left;}

.stdFPTable {border-collapse: collapse; border:	0px; text-align:left; text-align: left;}
.stdFPTitle { font-weight:normal;text-align:left; }
.stdFPReqTitle { font-weight:bold;text-align:left; }
.stdFPCheckBoxTitle  {text-align:left;}
.stdFPRadioTitle  {text-align:left; }
.stdFPError { color:#CC3300;  font-weight: bold;}
.stdFPErrorDiv { border:1px solid #CC3300; background:#ffefef; }
.stdFPComment {text-align:left; font-size: 10px }
.stdFPButton { }
.stdFPSubmitButton {font-weight: bold;}
.stdFPText { text-align:left;}
.stdFPFatalError { font-weight:bold; color:#ff0000; }
.stdFPGroupTbl {border:0;border-collapse:collapse; text-align: left;}
.stdFPGroupTitleCell {text-align:left;text-align: center;}
.stdFPOuterTable {border:0;	border-collapse:	collapse; }
.stdFPOuterTableHeaderCell {text-align: left;}
.stdFPOuterTableContentCell {text-align:left; border:0;border-collapse:	collapse;}

#reminder table, #reminder td,
#registration table, #registration td,
#login table, #login td,
#account table, #account td,
#alert_subscribe table,#alert_subscribe td,
#contact table,#contact td,
#survey table,#survey td
{border:	0px; }


fieldset {text-align:left;}
legend {color: #000000;font-weight:bold;}
select, option, input, form, textarea {font: 10px Verdana, Arial, Helvetica, sans-serif;}

.orange, .orange a, .orange a:link, .orange a:visited {
  text-decoration: none;
  color: #FF0400;
  font-weight: bold;
}
