@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
}

/* _______________ site text & tags _________________________________________________ */

p {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 13px 0;
}

h1 {
	font-size: 1em;
	text-transform: uppercase;
}

h2 {

	font-size: 1.4em;

}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {

	font-size: 1.0em;

}

h6 {

	font-size: .9em;

}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0 0 12px 0;
	color: #555555;
	font-weight: lighter;
	}

a { 
	text-decoration:none;
	color:#FF6600;
}	
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
	
/* _______________ layout _________________________________________________ */

	
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#header {
	padding: 0;
}
.panasonic {
	background-image: url(../images/panasonic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#logo {
	padding: 20px 0 10px 0;  
}

/* _______________ main navigation _________________________________________________ */

#nav {
	margin: 10px 0 0 0;
	padding: 20px 20px;
	height:20px;
	background-image: url(../images/navBar.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0 0 0 .15em;
}

#nav li a {
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 1px 8px 2px 8px;
	margin: 0;
	border-right: 1px solid #333333;
}

#nav li a:hover {
	color: #FFFFFF;
}

#nav #currentpage a {
	color:#FFFFFF;
	font-weight: bold;
}	

/* _______________ layout cont... _________________________________________________ */


#mainContent {
	padding: 0 5px;
	margin: 0 0 20px 0;
}
#sidebar1 {
	float: left;
	width: 170px;
	background-image: url(../images/boxes/greyGrad.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar1alt {
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 li {
	font-size: .7em;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}
#sidebar1    ul    ul a     {
	color: #333333;
}
#sidebar2 {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
}
#sidebar2alt {
	float: right;
	width: 400px;
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #EEEEEE;
}
#newsContent {
	margin: 30px 450px 0 220px;
}
#content {
	margin: 30px 239px 0 220px;
}
#content ul {
	font-size: .7em;
}
#content li {
	padding: 5px 0;
}
#content2 {
	margin: 30px 240px 0 220px;
}
#content2 ul {
	font-size: .7em;
}
#content2 ol {
	font-size: .8em;
}
#content3 {
	margin: 30px 5px 0 5px;
	border: 1px solid #FF9900;
	text-align: center;
}
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 465px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/rightBoxBG.gif);
	background-repeat: no-repeat;
}
#latestNews {
	padding: 15px 15px 0 15px;
	color: #FFFFFF;
}
#brochure {
	padding: 15px 15px 0 15px;
}
#sidebarRight a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarLeft {
	margin: 0 470px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#title {
}
#products {
	padding: 0 10px;
}
#productList {
	margin: 0 0 20px 0;
	padding: 0px;
	background-color: #FFFFFF;
}
#productList   p  {
	margin: 0px;
	font-size: .7em;
}
#pressLogin {
	font-size: 0.8em;
	padding: 5px;
	border: 1px solid #999999;
	background: #EEEEEE;
}
#spec {
	margin: 0 190px 0 460px;
}
#spec ul {
	margin: 10px 5px;
	padding: 10px;
}
#spec li {
	font-size: .7em;
	color: #666666;
	padding: 0 0 5px 0;
}
#more {
	float: right;
	width: 170px;
	text-align: center;
}
#comparison {
	font-size: 0.7em;
	background-color: #EEEEEE;
	color: #333333;
}
#comparison tr {
	vertical-align: top;
}
#contact {
	vertical-align: top;
	text-align: left;
}
#contact tr {
	vertical-align: top;
}
.lghtGreyBg {
	background-color: #EEEEEE;
}
.headingorange {
	background-color: #FF9900;
	border-color: #FFFFFF;
}
.headingDarkorange {
	background-color: #FF6600;
}
.darkGrey {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.lightGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer {
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: .7em;
}

/* _______________ anon _________________________________________________ */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin: 0 3px 0 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.products {
	background-image: url(../images/productBg.gif);
	background-repeat: no-repeat;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
.Productsfltlft {
	float: left;
	margin: 0 10px 0 0;
	width: 230px;
}
.Productsfltrgt {
	float: left;
	margin: 0;
	width: 230px;
}
#sidebar1Alter {
	float: left;
	width: 170px;
	margin: 20px 0 0 0;
	padding: 10px;
	background-image: url(../images/boxes/greyGrad.gif);
	background-repeat: no-repeat;
}
.keywordprint {
	font-size: .6em;
}
.orngBrdr {
	border: 1px solid #FF6600;
}
.thumb {
	border: 1px solid #CCCCCC;
}
.thumbOrange {
	background-color: #ff7f00;
	padding: 5px;
	color: #FFFFFF;
}
.thumbOrange a {
	color: #333333;
}
.teamTitle {
	font-size: .7em;
	background-color: #FF6600;
	padding: 4px;
	color: #FFFFFF;
}
.teamTitle a {
	color: #FFFFFF;
}
.jobTitle {
	font-size: 10px;
	background-color: #333333;
	padding: 4px;
	color: #FFFFFF;
}
.teamPic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.jobTitle a {
	color: #FFFFFF;
}
#productIndex {
	background-image: url(../images/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#productIndex2 {
	background-image: url(../images/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#distributor {
	padding: 5px;
	border: 1px solid #666666;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 20px;
}
