html{
    margin:0;
    padding:0;
    height:100%;
}
body{
    margin:0;
    padding:0;
    font-family:arial;
    font-size:12px;
    height:100%;
    position:relative;
    overflow:hidden;
    zoom:1;
    background-color:#493441;
}

img{
	border:none;	
}

#headerbg{
	height:30px;
	background-color:#493441;
	z-index:1000;
	position:fixed;
	top:0px;
	width:100%;
}
#totalbg{	
	height:90%;
}
#footerbg{
	height:27px;	
	background-color:#493441;
	z-index:1000;
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:right;
	padding-top:3px;
	color:#fff;
}
	#footerbg a{
		color:#fff;
		text-decoration:none;
	}

.bgimage {
    z-index:50;
    position: absolute;
    height:100%;
    width:100%;
    background-repeat:no-repeat;
}
#bgimage1{
    display:block;
    background:url(pages/home1.jpg) no-repeat #33182B;
}
#bgimage1, #bgimage2, #bgimage3, #bgimage4, #bgimage5, #bgimage6, #bgimage7, #bgimage8 {	
    background-repeat:no-repeat;
}
#bgimage2{
    display:none;
    background:url(pages/home2.jpg) no-repeat #33182B;
}
#bgimage3{
    display:none;
    background:url(pages/home3.jpg) no-repeat #33182B;
}
#bgimage4{
    display:none;
    background:url(pages/home4.jpg) no-repeat #33182B;
}
#bgimage5{
    display:none;
    background:url(pages/home5.jpg) no-repeat #33182B;
}

#container{
    position: absolute;
    z-index:100;
    height:100%;
}

/* Left bar */
#left{
    float:left;
    width:280px;
    background:url(images/left-back.jpg) #32172a;
    color:#fff;
    padding:0 0 0 0;
    height:100%;
}
#left .logo{
    margin:75px 0 0 10px;
}

.richardphilips{
	position:absolute;
	bottom:35px;
	left:20px;
}

.menu
{
    color:#000;
    list-style-type:none;
    padding:0px;
    margin:45px 0 0 0;
    width:300px;
}
.menu ul
{
    list-style-type:none;
}
.menu li
{
    list-style-type:none;
    padding:1px 0 0 0;
    margin:0;
    width:100%;
}
.menu li a{
    text-transform:uppercase;
    padding-left:10px;
}

.menu li ul
{
    list-style-type:none;
    padding:0;
    margin:10px 0 10px 0;
}

.menu a{
    color:#fff;
    text-decoration:none;
}

.submenu{
    display:none;
}
.submenu li{
    padding:0;
}
.submenu li a{
    display:block;
    background-image:url(images/subcat-back.jpg);
    height:20px;
    width:245px;
    padding:2px 0 0 35px;
    margin: 3px 0 0 0;
}


.menu_top{
    display:block;
}

/* next panel */
#page-list{
    line-height:2em;
    display:none;
    height:100%;
    overflow:scroll=yes;overflow-X:hidden;
    width:350px;
    float:left;
    /* ignored by mozilla-esque browsers */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/nav-back.png');*/
}
/* ignored by IE */
#page-list[id] {
    background:url('images/nav-back.png');
}
#page-list div{
    padding:121px 20px 20px 20px;
    color:#000;
}
#page-list div a{
    color:#000;
    text-decoration:underline;
}


/* next panel */
#page-content{
    overflow:scroll=yes;overflow-X:hidden;
    line-height:2em;
    display:none;
    height:100%;
    width:350px;
    float:left;
    /* ignored by mozilla-esque browsers */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/nav-back-light.png');
}
/* ignored by IE */
#page-content[id] {
    background:url('images/nav-back-light.png');
}
#page-content div{
    padding:20px;
    color:#000;
}