@import url(layout.css);        /* LAYOUT OF SCREEN */
@import url(panels.css);        /* LEFT AND RIGHT PANELS & THEIR CONTENT */
@import url(menu.css);          /* HORIZONTAL TAB-LIKE MENU  */
@import url(body.css);          /* ALL BODY CONTENTS */


#contactformdiv {
position: relative;
  top: +380;
}

#page-about #table-navigation {
  display: none;
}

#page-contact #customcontent {
position: relative;
  top: -360px;
}

.heading-main,
h1 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight: normal;
font-size: 24pt;
font-family: Arial;
color:#a65da6;
text-align:center;
}

/* CSS Buttons */
.button-big, .button-small { display: block; cursor: hand; cursor: pointer; text-decoration: none; }
.button-big .button-text { width:105px; }
.button-small .button-text { width:50px; }
.button-left { float: left; display: block; width: 10px; height: 21px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px; }
.button-right { float: left; display: block; width: 5px; height: 21px; background: transparent url(store_images/buttons.gif) no-repeat scroll -11px 0px; }
.button-text { font-family: Arial, sans-serif; text-transform: lowercase; font-size: 12px; font-weight: bold; float: left; display: block; color: #fff; text-decoration: none; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -22px; height: 21px; padding:0; line-height:22px; text-align:center; }
.pagination .button-text { width:auto; }
.pagination .button-right { margin-right: 1px; }
.pagination .button-small span { filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55; }
.pagination .button-small:HOVER span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.pagination .button-on span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.button-rightaligned   { float: right; }
