
* 	{margin: 0; padding: 0}

html{
width:100%;
height:100%;
}

a	{outline: none; text-decoration: none;}
img {outline: none; text-decoration: none; border: none}
src {outline: none; text-decoration: none;}

body {
	background-color: #000000;
	font-family: "Trebuchet MS", sans-serif;}

h1	{
	font-size:1.8em;
	font-family: "Trebuchet MS", sans-serif;
	color: #f7923a;
	margin:15px 0 15px 0;}
	
h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 20px;
    color: #f7923a;
    margin: 10px 0 10px 0;
}
table{padding:1px;}
td{padding:5px}
th{padding:5px; text-align:left;}


/* ===== header ===== */
#header	{
	position: relative;
	background: url(../images/apithor_header_v5.jpg);
	width: 900px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: relative;
    margin: 0 auto;
	}
	

#header p{
    margin: 0;
	padding: 257px 0 0 20px;
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size:20px;
}

/* ===== main content ===== */
#content{
	width: 900px;
    margin: 0 auto;
}

#details p{
	text-align: center;
	padding: 55px 0 0 540px;
	font-size:25px;
	font-weight:bold;
	}
#bodybackground	{
	background: url(../images/apithor_slice.jpg) repeat-y;
	width: 900px;
	position: relative;
	float:left;
	min-height:490px;
	}
	
/* ===== sideBar ===== */

#sideBar {
	font-family: "Trebuchet MS", sans-serif;
	float:right;
	top:0px;
    width: 560px;
    padding:0 20px 0 20px;
    font-size: 16px;
    line-height: 1.2em;
	text-align:justify;
}

#sideBar ul ol{
margin-left:14px;
line-height: 1.3em;
}


/* ===== main menu ===== */

#mainMenu {
	float:left;
	width:280px;
    left: 0px;
    bottom: 0;
}

#mainMenu ul {
    list-style: none;
    margin: 10px;
    padding: 10px;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;         /* block mode for graphical button */
    color: #fff;           
    text-decoration: none;  
    padding: 0 15px 0 40px; /* line up text & image */
    margin-right: 10px;
	margin-top:5px;
    line-height: 25px;
    background: url(../images/apithor_rollover.jpg) no-repeat left bottom;
    border: none;           /* no border */
	
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #f8b449;      
    background-position: left top;   
}

#mainMenu ul li a.current {  
    margin-top: 5px;
    background: url(../images/apithor_rollover.jpg) no-repeat;
    color: #aaa;
    line-height: 25px;
}

#mainMenu ul li a.current:hover {
    cursor: default;
}

/* ===== contact link ===== */

#contactButton {
	position: absolute;
	top:208px;
    float: left;
	left: 0px;
    width: 301px;
	height:293.5px;
    padding:0;
    margin: 20px 0 0 0;
}


#contactButton a:link, #contactButton a:visited {
    width: 301px;
	height:293.5px;
    display: block;
    background: url(../images/apithor_hive.jpg) no-repeat left top;
    border: none;
	text-indent: -1000em;   /* keep the text out of the display */

}

#contactButton a:hover, #contactButton a:active {
    background-position: left bottom;
}

#contactButton2 {
    position: absolute;
    left: 0px;
    top: 0px;
}


#contactButton2 a:link, #contactButton2 a:visited {
    width: 327px;
	height:314px;
    display: block;
    background: url(../images/apithor_hive.jpg) no-repeat left top;
    border: none;
	text-indent: -1000em;   /* keep the text out of the display */

}

#contactButton2 a:hover, #contactButton2 a:active {
    background-position: left bottom;
}
	
/* ===== footer ===== */

#footer{
	clear: both;
	background-position: relative;
	width: 900px;
	height: 69px;
	background: url(../images/apithor_footer.jpg) no-repeat;
}

#footer p{
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	padding: 25px 470px 0 0;
}

#footerdetails {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footerdetails p {
    font-family: arial, helvetica, sans-serif;
    font-size: .75em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footerdetails a {
    color: #ccc7c0;
    text-decoration: none;
}

.centeredimage
    {
	width:560px;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
.imagetxt {
	width:560px;
	text-align:center;
	font-size: 12px;
    line-height: 1.1em;
	font-size: 12px;
	}