* { margin: 0px; padding: 0px; }


/* Basics and Typography */

body { background: #2D241B; text-align: center; }

body#popup { background: #fff; }

p { font-family: Arial, Verdana; font-size: 12px; padding-bottom: 15px; }

#footer p { font-family: Arial, Verdana; font-size: 11px; color: #fff; }

p.large { font-size: 14px; font-weight: bold; color: #333; }

p.error {padding-bottom: 0px; color: red;}

p.note { font-size: 11px; color: #666; }

p.largenote { font-size: 14px; font-weight: bold; color: #666; }

ol, ul { font-family: Arial, Verdana; font-size: 12px; color: #666; margin-left: 25px; padding-bottom: 15px; }

ol li, ul li { padding-bottom: 10px; }

form, table { font-family: Arial, Verdana; font-size: 12px; }


/* Links */

a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}

a:hover {
	color: #4EBF37;
}

a img { border: 0px; }


/* Headlines */

h2 { font-family: Arial, Verdana; font-size: 18px; color: #1F415C; font-weight: normal; padding-bottom: 25px; }

h3 { font-family: Arial, Verdana; font-size: 14px; color: #31516A; font-weight: bold; padding-bottom: 5px; }


/* Toolbox */

.alignright { float: right; margin-left: 15px; }

.alignleft { float: left; margin-right: 15px; }

.aligncenter { text-align: center; }

.clear { clear: both; }



/* Layout */

#logo
    {
    float: left;
    margin-left: 5px;
    width: 245px;
    height: 118px;
    background: url(/images/logo.jpg) no-repeat;
    }
    
#wrapper
    {
    width: 900px;
    margin: 0px auto;
    }
    
#header
    {
    width: 100%;
    height: 215px;
    background: url(/images/headerbg.jpg) no-repeat;
    }
    
#containertop
    {
    width: 100%;
    height: 25px;
    margin-top: 25px;
    background: url(/images/containertop.jpg) no-repeat;
    }
    
#container
    {
    width: 100%;
    background: #fff;
    }
    
#containerbottom
    {
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    background: url(/images/containerbottom.jpg) no-repeat;
    }
    
#content
    {
    padding: 5px 20px 5px 20px;
    text-align: left;
    }

form.contact
        {
        font-family: Arial, Verdana;
        font-size: 12px;
        background: #ebebeb;
        border: 1px solid #888;
        padding: 20px;
        }
				
.searchform
{
	padding: 15px;
	background: #ebebeb;
	border: 1px solid #888;
}
    
table.contact
        {
        margin-bottom: 25px;
        }
    
table.contact td
        {
        padding-right: 50px;
        }

table.orderform
	{
	margin-left: 25px;
	}

table.orderform td
	{
	padding: 15px 15px 0px 0px; 
	}

table.pricing .title
	{
	font-weight: bold;
	}

table.pricing td
	{
	padding: 10px;
	border: 1px solid #333;
	}
  
table.signup td
{
  padding-right: 10px;
}
    
#footer
    {
    float: right;
    }
    


/* Navigation */
    
#topnav
    {
    float: right;
    height: 37px;
    background: #5F5750 url(/images/topnavcurve.jpg) left no-repeat;
    }
    
#topnav ul
    {
    list-style-type: none;
    padding-left: 12px;
    }
    
#topnav ul li
    {
    float: left;
    display: block;
    height: 29px;
    padding: 8px 15px 0px 15px;
    background: url(/images/topnavbg.jpg) repeat-x;
    border-right: 1px solid #2D241B;
    }
    
#topnav ul li.active, #topnav ul li.active:hover
        {
        background: #2D241B;
        }
        
#topnav ul li:hover
    {
    background: url(/images/topnavhover.jpg) repeat-x;
    }
    
    
#topnav ul li a
    {
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    }
    
#nav {position:relative; z-index:500;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:37px; white-space:nowrap; width:108px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:108px; font-weight:normal; text-align: left;}
#nav li:hover ul.sub li a
{display:block; font-size:12px; height:18px; width:108px; line-height:12px; text-indent:4px; color:#fff; text-decoration:none;}
#nav li:hover ul.sub li a:hover 
{color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{color: #fff; left:108px; top:-4px; padding:3px; white-space:nowrap; width:108px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{color: #fff; position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{color:#fff;} 

    
#headernav
    {
    float: right;
    margin-top: 182px;
    margin-right: 30px;
    }
    
#headernav ul
    {
    list-style-type: none;
    padding-left: 19px;
    }
    
#headernav ul li
    {
    float: left;
    display: block;
    height: 24px;
    padding: 8px 12px 0px 12px;
    border-right: 1px solid #2D241B;
    }
    
#headernav ul li.noborder
    {
    border: none;
    }
    
#headernav ul li:hover
    {
    background: url(/images/headernavactive.png);
    }
    
#headernav ul li a
    {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    }