html, body, ol, ul, li, dl, dt, dd, img, form, input {
  margin: 0;
  padding: 0;
  border: 0;
        list-style: none;
}
body {
        padding: 0 375px;
        /* the critical side padding that sets the natural min-width! */
        /* this BG tiles the area outside the columns */
        color: #5C5C5C;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 100.01%;
        /* this body font-size fixes an IE bug and maintains x-browser uniformity */
        text-align: center;
        /* centers the #sizer element in IE5.x/win */
        background-color : #ffffff;
}
#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 70%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
        margin: 0 -375px; /* neg side margin values should be < or = to side body padding */
        min-width: 750px; /* This prevents Safari from losing the negative margins in narrow windows */
        position: relative; /* makes #expander visible outside #sizer in IEwin */
}

/*\*/
* html #expander {height: 0;}
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the
usual 1% height value. Any % value on this element causes a horrendous IE bug! */


#wrapper1 {
        position: relative;
        background: White;
        border: 0px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {
        position: relative;
        /* extra insurance against bugs in IEwin */
        background: White;
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
        background: #fff;
        /* this BG tiles the center column */
        border-left: 0px solid White;
        /*** Critical left divider dimension value ***/
        border-right: 0;
        /*** Critical right divider dimension value ***/
        /*margin-left: 200px;*/
        /*** Critical left col width value ***/
        margin-right: 0px;
        /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical left col width value ***/
  margin-left: -215px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}


.center {
        float: right;
        width: 100%;
}

.centerbox {
  overflow: visible;
  width: 100%;
}

.container-left {
        color: #5C5C5C;
        font-size : 0.8em;
}



/*************** Header and Footer elements *****************/

.header {
        width: 100%;
        font-size : 0.8em;
}
.head {
        height : 60px;
        background : url(../img/sys/bg_head.gif) repeat-x top;
        margin-bottom : 10px;
        margin-top : 5px;
}
.menu {
        background : url(../img/sys/bg_head_end.gif) no-repeat right;
        text-align : center;
        vertical-align : bottom;
}
.menu span {
        background : #84ACCD;
        height : 25px;
        display : block;
        float : left;
        font-weight : bold;
        color : White;
}
.menu .current {
        background : White;
        height : 25px;
        display : block;
        float : left;
        font-weight : bold;
        color : #3A6B92;
}
.menu .current a{
        color : #3A6B92;
}
.menu a{
        color : White;
}
.menu a:hover {
        color : #3A6B92;
}
.footer {
        width: 100%;
        clear: both;
        position: relative;
        margin-bottom : 20px;
        font-size : 0.8em;
        border-top : 2px solid #3A6C93;
        padding-top : 10px;
}
.footerleft {
        width : 200px;
}
.footerleft img {
        margin-top : 5px;
}

/************** Spacing Controls for various column contents ***************/



.textpadder {
        font-size : 0.8em;
        color : #5C5C5C;
}

.login {
        background : url(../img/sys/bg_login.gif) no-repeat top;
        width : 275px;
        color : White;
}
.search {
        background : url(../img/sys/bg_search.gif) no-repeat top;
        width : 275px;
}
.advert {
        background : url(../img/sys/bg_adv.gif) no-repeat top;
        width : 200px;
}
.advert .inner {
        padding : 10px;
        text-align : center;
}
.login .inner, .search .inner {
        padding-top : 33px;
        padding-left : 16px;
        padding-right : 16px;
        font-size : 0.9em;
}
.advert .inner img {
        margin-top : 10px;
}
.login a {
        color : White;
        text-decoration : underline;
}
.login a:hover {
        color : White;
}
.login form {
        text-align : right;
        padding-top : 10px;
        margin-bottom : 10px;
        padding-left : 15px;
        padding-right : 30px;
}
.search form {
        margin-bottom : 10px;
}
.login input {
        border : 1px solid #3A6C93;
        width : 70px;
        margin-top : 3px;
}
.search form {
        text-align : right;
        padding-top : 5px;
        padding-bottom : 10px;
        padding-left : 0px;
        padding-right : 0px;
}
.search input {
        border : 1px solid #84ACCD;
        width : 120px;
        margin-top : 3px;
        background : #F2F6FA;
}
.search select {
        border : 1px solid #84ACCD;
        width : 120px;
        margin-top : 3px;
        font-size : 11px;
        color : #9AA8B3;
        background : #F2F6FA;
}

.textpadder .text {
        border : 1px solid #173E68;
        width : 200px;
        background : #F2F6FA;
}
.textpadder .button {
        background : #84ACCD url(../img/sys/arrow_blue_1.gif) no-repeat 4px;
        margin : 0;
        color : White;
        padding-left : 8px;
        border : 1px solid #3A6C93;
}
.textpadder .textarea {
        border : 1px solid #173E68;
        width : 400px;
        height : 150px;
        background : #F2F6FA;
}
.textpadder .big {
        width : 500px;
        height : 250px;
}

.preview {
        width : 250px;
}

.search2 {
        border : 2px solid #3A6C93;
        background : #709ABD;
        color : White;
}
.search2 .button {
        padding : 0;
        border : 0;
}
.search2 table {
        color : White;
}
.search2 .text {
        border : 1px solid #173E68;
        width : 250px;
}
.search2 .short {
        width : 100px;
}
.search2 .check {
        padding : 0;
        margin : 0;
        border : 0;
}
.login .button, .search .button {
        width : auto;
        border : none;
        padding : 0;
}
.news {
        background : url(../img/sys/arrow_blue_1.gif) no-repeat 0 8px;
        padding-left : 7px;
        font-size : 0.9em;
        border-bottom : 1px solid #F78E1E;
        padding-bottom : 13px;
        padding-top : 5px;
}
.date {
        color : #F78E1E;
        padding-bottom : 7px;
        font-size : 0.95em;
}
.more1 {
        font-size : .8em;
        font-weight : bold;
        text-transform : uppercase;
        padding-top : 5px;
        padding-bottom : 5px;
}
.more2 {
        font-size : .85em;
        text-align : right;
        padding-top : 5px;
}
.anons td {
        border : 1px solid #D6D6D6;
        vertical-align : top;
        font-size : .7em;
}
.pic {
        border : 1px solid #709ABD;
        padding : 1px;
        float : left;
        margin-right : 3px;
        margin-bottom : 3px;
}
.price {
        font-weight : bold;
        color : #F78E1E;
}

.catalog {
        border : 2px solid #84ACCD;
}
.catalog th {
        font-size : 0.85em;
        color : #F78E1E;
        text-align : left;
        border-bottom : 1px solid #F78E1E;
        padding-left : 7px;
}
.catalog td {
        background : url(../img/sys/arrow_orange_1.gif) no-repeat 7px;
        padding-left : 14px;
}
.catalogue {
 		color : #F78E1E;
		font-weight:bold;
		cursor:pointer;cursor:hand;
		padding-bottom:20px;
}
.openState {
		color: #5C5C5C;
		font-weight:bold;
		font-size:14px;
}
/************** Generic Rules *************/

.fleft {
        float : left;
}
.fright {
        float : right;
}



a {
        color: #3A6C93;
        text-decoration : none;
}
a:hover {
        color : #F78E1E;
}

p  {
        margin: .8em 0 1.2em 0;
}

h1 {
        margin: 1em 0 1em 0px;
        font-size : .9em;
        color : #173E68;
        padding-bottom : 1px;
        border-bottom : 2px solid #F78E1E;
        text-transform : uppercase;
}
h2 {
        margin: 1em 0 1em 0px;
        font-size : .9em;
        color : #173E68;
        padding-bottom : 1px;
        text-transform : uppercase;
}
h3.special {
        margin: 0 0 1em 0px;
        font-size : .85em;
        color : #F78E1E;
        padding-bottom : 1px;
        border-bottom : 2px solid #173E68;
        text-transform : uppercase;
        padding : 0;
}

h3 {
        margin: 0 0 1em 0px;
        font-size : .85em;
        color : #173E68;
        padding-bottom : 1px;
        border-bottom : 2px solid #173E68;
        text-transform : uppercase;
        padding : 0;
}
h4 {
        margin : 0;
        padding : 0;
        font-weight : bold;
        color : #173E68;
        font-size : 1em;
        margin-bottom : 5px;
}

hr {
        color : #758AAD;
        border-top : 1px solid #758AAD;
        margin-top : 1em;

}

td {
        font-size : .8em;
}

.small {
        font-size: .85em;
        font-weight : normal;
}
table .small {
        font-size: .70em;
        font-weight : normal;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must
be hidden in a conditional comment for CSS to validate */



/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a,
* html .container-left,
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a
{height: 1%;}
/* Holly hack */




/**************** Utility Rules *******************/


/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
.nobr {

        padding-bottom : 3px;
}


.hide {display: none;}


.messageArea {
        border : 1px solid #173E68;
        background : #F2F6FA;
        font-family:'Courier New', Courier, mono;
        padding: 3px;
}

.red
{
	color:red;
	font-weight:bold;
}

.welcome { FONT-SIZE: 1em; FONT-FAMILY: Tahoma; TEXT-TRANSFORM: uppercase; COLOR: #173e68; font-weight: bold; }
.orange { COLOR: #f78e1e }


.comment
{
	color:#999999;
	font-size:10pt;
}
