

body { margin:0; padding:0; font-size:15px; line-height:16px; 
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}


a { color:#fe5800;}
a:hover { text-decoration:none;}
.orange { color:#fe5800;}

#container { margin:auto;width:750px; }

#header { 
background: url(images/header_bckg.gif) repeat-x ; 
height:33px; 
margin-top:10px; 
border-left:1px solid #555; 
border-right:1px solid #555;
border-bottom: 1px solid #555;	
}
#logo { margin:0 auto; padding:28px 0 0 20px; }
#logo a{ color:#333; text-decoration:none; font-weight:bold; height:12px; font-size:20px; /*text-transform:uppercase;*/}
#logo a:hover { }
#menu {color:#fff; text-align:center; margin-top:10px;}
#menu ul{ margin:0 auto;list-style:none; padding:0; text-align:left;}
#menu ul li{display:inline}
#menu ul a { display:block; float:left; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(images/menu_enactive.gif) no-repeat bottom center; padding:8px 10px; width:118px; text-align:center; text-transform:uppercase;}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}

#main { width:100%; margin:20px 0 20px 0; float:left;}
#head_image { height:150px; background:url(images/head_bckg.png) no-repeat /*#fe5d00*/; padding:30px 0 30px 50px; line-height:24px;}
#slogan { color:#fff; font-family: "Arial Narrow", Arial, Tahoma; font-size:21px; text-transform:uppercase; }
#under_slogan_text { color:#ffff00; font-size:10px; line-height:12px; padding-top:15px;}
#content { margin:0 auto; padding:0; width:750px;}
#content h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal;}
#text {/*float:left; width:730px; padding-left:20px;*/}
#sidebar { background:url(images/sidebar_bckg.gif) repeat-x; margin:20px 0 0 560px; color:#6f6e6e; padding:20px; }
#sidebar h2 {color:#fe5800; margin:0 0 15px 0; font-size:14px; font-weight:bold;}

#footer {background-color: #3f3e3e; height:50px; margin-top:20px; clear:both;}
#left_footer { float:left; padding:20px 0 0 30px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px;}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:20px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}

ul.pricing {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
//text-align:center;
margin:0pt;
padding:0pt;
}
ul.pricing > li {
margin:0pt;
padding:0pt;
//text-align:center;
list-style-type:none;
}


/*  http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
