
/* CSS Cascading Stylesheet
ApolloMax Ltd Default Template
Chris Wilson, Cheetah Web 
Poor in IE 5.5 and below
*/

/* Global Styles */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 760px;
margin: 24px auto 12px auto;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


.green {
color: green;
}

.red {
color: red;
}

div#cleared {
clear: left;
}

div#clear {
clear: both;
min-height: 0px;
}

.hidden {
display: none;
}

/* Header */
div#logo {
background: url('../images/logo_apollomax.gif') center no-repeat;
width: 760px;
height: 112px;
margin-bottom: 24px;
}

a img {
border: 0px;
}

div.tel {
text-align: center;
background-color: #E4E4EF;
border-left: 1px solid #CFCFE2;
border-right: 1px solid #CFCFE2;
}

/* Side Menu */
div#leftside {
float: left; 
clear: left;
width: 173px;
}

div.sidemenu {
background: url('../images/menu_bottom.gif') bottom no-repeat #CFCFE2;
width: 173px;
padding-bottom: 29px;
margin-bottom: 12px;
}

div.menutop {
background: url('../images/menu_top.gif') no-repeat;
height: 29px;
width: 173px;
}

ul#mainmenu {
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#mainmenu a {
display: block;
width: 173px;
height: 30px;
line-height: 30px;
text-indent: 45px;
text-decoration: none;
color: #000099;
border-bottom: 1px solid #CFCFE2;
background: url('../images/menu_buttons.gif') bottom no-repeat;
}

ul#mainmenu a.active {
background: url('../images/menu_buttons.gif') top no-repeat;
}

ul#mainmenu a:hover {
background: url('../images/menu_buttons.gif') center no-repeat;
}

ul#mainmenu a.active:hover {
background: url('../images/menu_buttons.gif') top no-repeat;
}

/* Category Links */
a.catlink {
float: left;
text-align: center;
border: 1px solid #333333;
padding: 4px 6px 4px 6px;
margin: 12px;
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: #000099;
}

a.catlink:hover {
background-color: #F7EEBA;
}

/* Page Body Frame */
div#rightside {
margin-left: 188px;
}

div#topmenu {
width: 567px;
background: url('../images/bar_top_fill.gif') repeat-x;
height: 29px;

}

div#topmenuleft {
float: left;
width: 19px;
height: 29px;
background: url('../images/bar_top_left.gif') no-repeat;
}

div#topmenuright {
float: right;
background: url('../images/bar_top_right.gif') right no-repeat;
height: 29px;
width: 461px;
line-height: 29px;
text-align: right;
}

div#topmenu a {
color: #000099;
padding-right: 16px;
}

div#pagebody {
border-left: 1px solid #E3E3EE;
border-bottom: 1px solid #E3E3EE;
border-right: 1px solid #CFCFE2;
width: 565px;
color: #262626;
line-height: 22px;
background: url('../images/back_body.gif') right repeat-y;
margin-bottom: 24px;
}

div#bodypadder {
padding: 12px;
}

/* Page Body Stuff */
div#pagebody p {
margin: 0px;
padding: 6px 0px 8px 0px;
}

div#pagebody strong {
color: #666666;
}

h1 {
letter-spacing: 2px;
color: #EEB538;
font-size: 24px;
padding: 6px 0px 8px 0px;
margin: 0px;
font-weight: normal;
}

h2 {
color: #000099;
font-size: 18px;
padding: 6px 0px 0px 0px;
margin: 0px;
font-weight: normal;
}

img.catimage {
float: right;
margin: 0px 0px 24px 12px;
}


/* Standard Table */
table {
clear: right;
margin: 12px 0px 12px 0px;
}

td {
padding: 6px;
border-bottom: 1px dashed #E2E2ED;
}

th {
color: #121270;
padding: 0px 6px 0px 6px;
height: 29px;
line-height: 29px;
text-align: left;
border: 1px solid #E2E2ED;
background: #F6F6FA;
}

tr.clickrow {
cursor:hand;
cursor:pointer;
}

/* Forms */
div.sidemenu form {
padding: 0px;
margin: 0px;
}

form label {
width: 128px;
float: left;
}

div.formrow {
padding-top: 12px;
clear: left;
}

form legend {
font-weight: bold;
color: #000099;
}

form fieldset {
padding: 0px 12px 12px 12px;
margin-bottom: 12px;
border: 1px solid #CFCFE2;
}

div#askgus {
border-top: 1px solid #CFCFE2;
margin-top: 12px;
padding: 6px;
width: 290px;
height: 40px;
float: right;
background: url('../images/gus.gif') bottom right no-repeat;
}

div#askgus2 {
border-top: 1px solid #CFCFE2;
margin: 12px 0px 0px 0px;
padding: 6px;
width: 290px;
min-height: 40px;
background: url('../images/gus.gif') bottom right no-repeat;
}

div#category {
	min-height: 250px;
	display: block;
	}


.error {
color: red;
}

/* Footer */
address {
clear: left;
font-style:normal;
text-align: center;
border-left: 1px solid #E3E3EE;
border-bottom: 1px solid #E3E3EE;
border-right: 1px solid #CFCFE2;
border-top: 1px solid #E3E3EE;
color: #262626;
line-height: 32px;
height: 32px;
background: url('../images/back_body.gif') right repeat-y;
}