/*
Title:      Master styles for screen media
Author:     Kevin Roosdahl
Updated:    March 2006
*/
#contact {
         margin: 0;
         border: 0;
         padding: 0;
         }
         
#contact object {
         width: 320px; 
         height: 525px; 
}


body {
	background: #000 url(/images/background.gif) repeat-y 50% 0;
    margin: 0;
    padding: 0;
    border: 0;
    }

#home,#products,#services,#kbdn,#contact,#company,#pricelist {
	background: #ffffff;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
    color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 auto;
    width: 750px;
    }
#logo {
    background: #fff url(/images/header.gif) no-repeat top left;
    width: 750px;
    height: 180px;
 	}
#logo h1 {
	font-size: 34px;
	font-weight: bold;
    padding-top: 20px;
    padding-left: 220px;
	color: #009999;
    }
#logo h2 {
	font-size: 20px;
	font-weight: bold;
    padding-right: 50px;
    text-align: right;
	color: #009999;
    }
    
#logo p {
    font-size: 18px;
	font-weight: bold;
	color: #003333;
    padding-right: 50px;
    text-align: right;
    }
#nav {
	float: left;
	width: 750px;
    height: 37px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 105%;
	background: #009999; 
	}
#nav li {
	float: left;
    margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #006666;
	}
    
#home      #nav-home,
#products  #nav-products,
#services  #nav-services,
#kbdn      #nav-kbdn,
#contact   #nav-contact,
#pricelist #nav-pricelist,
#company   #nav-company {
	color: #fff;
	background: #006666;
	}
#content {
	float: left;
	width: 515px;
	padding: 10px;
	font-size: 90%;
	line-height: 1.4em;
	margin: 0 auto;
	}
#content h2 a {
    color: #6666FF;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
    font-size: 90%;
    }
        
#sidebar {
	width: 210px;
	float: right;
	margin: 0;
    border: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
  	border-left: 1px solid #000;
	color: #000000;
    }
#sidebar h1 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #538620; /* url(images/sub-h-bg.gif) repeat-x top left; */
	}
#sidebar h2 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #f90;
	}
#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	text-decoration: none;
	}
#footer {
    clear: both;
    margin: 0;
    text-align: center;
  	border-top: 1px solid #000;
    padding: 0;
	}
.printonly {
	display: none;
	}
a:link, a:visited {
	color: #40659B;
	text-decoration: none;
	border-bottom: 0;
	}
a:hover {
	color: #003333;
	border-bottom: 1px dotted #003333;;
	}
p {
	margin: 1em 0 1em;
	padding: 0;
	}

    
    
#xtitle-left {
    height: 120px;
	float: left;
	width: 532px;
	padding: 0;
	margin: 0 auto;
	}
#xtitle-left h1 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 170%; 
	color: #EB9F3D;
	}
#xtitle-left p {
	padding: 0 10px 0 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #888;
	}
#xtitle-right {
	width: 218px;
	float: right;
    height: 120px;
    }
#xtitle-right-box {
    padding: 25px;
	font-size: 170%;
	font-weight: bold;
    }    
#xtitle-right a {
	text-decoration: none;
	color: #ffff33;
    }    
    
