﻿body {
    padding: 0;
	margin:0;
	font-size:80%;
	font-family:  verdana, Arial, sans-serif;
	color:#666666;
	background-position: center;
	text-align: left;
	/*background-color: #B10132;*/
	background-color: #cac8c8;
}

#header{
width:976px;
/*background-image: url(../images/header_bg.gif);
background-repeat: repeat-x;*/
background-color:#ffffff;
height: 126px;
text-align: left;
margin:0 auto;
}

#logo{
float:left;
width:976px;
margin:0 auto;
/*margin:20px 0px 0px 0px;*/
}

#menu-holder{
/*float:left;*/
/*width:100%;*/
/*background-image: url(../site-media/images/menu-bg.png);*/
background-color: #292928;
	height: 38px;
	min-width: 900px;

}
#menu{
    /*float:left;*/
    width:976px;
    margin:0 auto;
    /*background-color:#000000;*/
}


#frame{
width:976px;
height:100%;
margin:0px auto;
background-color: #ffffff;
}
#footer{
width:976px;
margin:0px auto;
background-color:#ffffff;
}
#footer-spacer{
float:left;
width:100%;
height:5px;
background-color:#b22b30;
margin-bottom:5px;
}
#footer p{
width:100%;
color:#000000;
padding:10px 0 10px 20px;
font-size:11px;
}
#footer a{
color:#000000;
text-decoration:none;
}

#footer a:hover{
color:#000000;
font-weight:bold;
}

.body-text{
float:left;
display:inline;
margin-top:0px;
margin-left:0px;
width:936px;
padding:20px 20px 30px 20px;
background-color: #ffffff;
}
.body-text p{
/*float:left;
display:inline;*/
width:900px;
}
.body-text h1{
float:left;
display:inline;
color:#b22b30;
font-weight:bold;
font-size:12px;
width:936px;
background-color:ButtonFace;
height:25px;
line-height:25px;
}

.body-text h2{
float:left;
display:inline;
color:#b22b30;
font-weight:bold;
font-size:11px;
width:100%;
}

.label{
width:150px;
float:left;
}

.body-text a{
color:#b22b30;
}
.body-text a:hover{
color:#000000;
}





/* HOVER  MENU */

        ul#menu
        {
            margin: 0;
            padding: 0;
            list-style: none;
            
            /*background: transparent url(hover_menu_sample_glass_panel_body.png) repeat-y center;*/
            
        }
        ul#menu li span
        {
        	/*padding-right: 2em;*/
        	width:100px;
        	float:left;
        	display:inline;
        	height: 38px;
            line-height:38px;
        }
        ul#menu li.trigger
        {
            padding: .0em;
        }
        /* ul#product hover menu position override */
        ul#menu .trigger ul.menu.level1
        {
            margin-top: 3.0em;
            margin-left: 0em;
        }
        
        ul#menu .trigger ul.menu.level2
        {
            margin-top: 3.0em;
            margin-left: 100px;
        }
        
        ul#menu .trigger ul.menu.level3
        {
            margin-top: 3.0em;
            margin-left: 200px;
        }
        
        ul#menu .trigger ul.menu.level4
        {
            margin-top: 3.0em;
            margin-left: 300px;
        }
        
        /* ++ Hover menu styles */
        .trigger ul.menu
        {
            display: none;
            position: absolute;
            width:80px;
            margin: 0;
            padding: .4em;
            list-style: none;
            /*background: transparent url(hover_menu_sample_glass_panel_body.png) repeat-y center;*/
            background-color:#292928;
            
            border: solid 1px #ccc;
        }
        .trigger ul.menu li
        {
            padding: .1em .5em;
        }
        .trigger ul.menu li a
        {
            display: block;
            color: #9D9D9C;
        }
        .trigger ul.menu li a:hover
        {
            color: #ffffff;
        }
        .trigger:hover
        {
            /*background: transparent url(hover_menu_sample_glass_panel_body_selected.png) no-repeat center;*/
            background-color: #000;
            color: #ffffff;
        }
        .trigger:hover ul.menu
        {
            display: block;
            
        }
        
editImage{
height:150px;
}