 /*-------------   standard tag definitions ------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#727277;
}
p{
	margin:0.5em 0 1em 0;
	font-size:100%;
	line-height:1.4em;
}
table, td, tr{
	/*border:none;
	border-color:white;
	padding:0; margin:0;
	vertical-align:top;
	font-size:100%;*/
}
th{
	font-weight:normal;
	font-style:italic;
	text-align:left;
}
h2{
	font-size:140%;
	margin:0.5em 0 0.5em 0;
}
h3{
	
}
h4{
	font-size:120%;
	margin:0.5em 0 0.5em 0;
}
h5{
	font-size:110%;
	margin:0.5em 0 0.5em 0;
}
/*img {
	border: none;
}*/
/*---------- Lists -------------*/
ul, ol{
	margin-left:0;
	padding-left:1.6em;
	margin-top:0.5em;
	padding-top:0;
}
ul li{
	font-size:100%;
	margin-bottom:0.8em;
	line-height:1.4em;
	list-style-image: url(../images/bullet-purple.gif);
}
ol li{
	font-size:100%;
	margin-bottom:0.8em;
	line-height:1.4em;
}

/*---------- layout div rules ----------------*/
#mainBody{
	width:780px;
	background-image:url(../images/main-page-bg.gif);
	background-repeat:no-repeat;
}
#page {
	position: relative;
	width: 760px;
	background-image:url(../images/leftcolumn-bg.gif);
	background-repeat:repeat-y;
	background-color:white;
}
 a {
	color: #0064B2;
}
#page a:hover {
	background-color:#eeeeee;
}

#lowerFix{
	background-color:#eeeeee;
}
#header {
	background-image:url(../images/header-bg.jpg);
	position: relative;
	height: 46px;
}

#menu {
	background-image:url(../images/menu/menu-bg.gif);
	position: relative;
	height: 23px;
	padding:0;
	margin:0;
	overflow: hidden;
}
#menu ul {
	margin: 0;
	padding: 0;
	/*display: inline;
	margin-left:4px;*/
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
} 
#menu ul li {
	margin: 0;
	/*margin-left:-4px;
	display: inline;*/
	padding: 0;
	float:left;
	list-style-type: none;
	list-style-image: url(../images/spacer.gif);
}
#leftColumn {
	background-image:url(../images/leftcolumn-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	width: 160px;
	float: left;
}
#leftColumn .content{
	padding: 2em 2em 1em 1em;
}
#mainColumn {
	background-image:url(../images/maincolumn-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:white;
	position: relative;
	width: 450px;
	float: left;
}
#mainColumnHome {
	background-image:url(../images/maincolumn-top.gif);
	background-color:white;
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	width: 600px;
	float: left;
}
#mainColumnHomeLeft {
	background-position:top;
	background-repeat:no-repeat;
	background-color:white;
	position: relative;
	width: 450px;
	float: left;
}
#singleMainColumn{
	background-image:url(../images/maincolumn-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
	position: relative;
	width: 600px;
	float: left;
}
#singleMainColumn .content{
	padding: 0px 6px 6px 2px;
	margin-top:1em;
}
#mainColumn .content{
	padding: 0px 6px 6px 2px;
	margin-top:1em;
}
#mainColumnHome .content{
	padding: 0px 6px 6px 2px;
	margin-top:0.5em;
}
#bannerHome{
	padding:10px 0;
	width:600px;
	/*height:76px;*/
}
/*#bannerHome img{
	margin-top:10px;
}*/
#rightColumn {
	background-image:url(../images/maincolumn-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:white;
	position: relative;
	width: 150px;
	float: left;
}
#rightColumn .content{
	border-left: 1px solid #CCCCCC;
	padding: 2px 2px 6px 6px;
}
#rightColumnHome {
	background-color:white;
	position: relative;
	width: 150px;
	float: left;
}
#rightColumnHome .content{
	border-left: 1px solid #CCCCCC;
	padding: 2px 2px 6px 6px;
}

#footer {
	background-image:url(../images/footer-bg.jpg);
	position: relative;
	height:28px;
	clear: both;
	width:760px;
	font-size:9px;
	color:#666666;
}
#footer #footerLeft{
	margin-top:10px;
	position:absolute;
}
#footer #footerRight{
	margin-top:10px;
	position:absolute;
	right:0px;
}
#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #0064B2;
	text-decoration: underline;
	background-color:#eeeeee;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#footer ul li {
	margin-left: 0;
	padding: 0px 6px;
	border-left: 1px solid #666666;
	list-style: none;
	display: inline;
}
#footer ul li.firstItem {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#productQuicklinks{
	margin-bottom:16px;
}
#productQuicklinks td{
	padding-bottom:8px;
}
/*#quickDownload select{
	width:130px;
	font-size:10px;
}*/
#SupportProductMenu1_quickDownload select{
	width:130px;
	font-size:10px;
}
#popUpMainDiv{
	margin:10px;
}
#popUpBody{
	background-color:#FFFFFF;
}
/* -----------    Classes    -------------*/
.hideMe{
	display:none;
}
.todaysDate{
	margin-top:-0.5em; padding-top:0;
	margin-bottom:1.5em;
}
.twoColumnOdd{
	clear:both;
}
.twoColumnOddFirst{
	width:426px;
	float: left;
	padding-right:10px;
}
.twoColumnOddSecond{
	width:150px;
	float: left;
}
.productsTable, #productBoxTechSpecs table{
	width:480px;
}
.productsTable td, #productBoxTechSpecs td{
	/*border-top:1px solid #CCCCCC;
	padding:2px 4px 4px 0;
	width:50%;
	vertical-align:top;*/
}
.productsTableHeader td{
	border-top:1px solid #ffffff;
}
.resellerTable td{
	padding:4px 8px 4px 0;
}
.shopFront{
	clear:both;
	border-top: 1px solid #CCCCCC;
	padding-top:10px;
}
.shopFrontSection{
	position: relative;
	/*width: 140px;*/
	width:31%;
	padding-right:10px;
	float: left;
}
.shopFrontSection li{
	margin-bottom:0em;
}
.productPreview li{
	/*margin-bottom:0.5em;*/
	margin-bottom:0.2em;
}
.definedSection{
	clear:both;
	border-top: 1px solid #CCCCCC;
	background-color:white;
}
.ie6bugfixer{
	clear:both;
	background-color:white;
}
.twoColumn{
	clear:both;
	
}
.twoColumnSection{
	width:47%;
	/*width:210px;*/
	padding-right:10px;
	float: left;
}
.twoColSectionNews{
	width:67%;
	padding-right:10px;
	float: left;
}
.twoColSectionNewsImage{
	width:27%;
	float: left;
}

.productPreview{
	border-top:1px solid #cccccc;
	width:47%;
	/*width:210px;*/
	margin-right:10px;
	float: left;
}
.threeColumn{
	clear:both;
	margin-bottom:16px;
	padding-bottom:16px;
}
.threeColumnSection{
	width:30%;
	padding-right:10px;
	float: left;
}
.fourColumn{
	clear:both;
}
.fourColumnSection{
	width:23%;
	padding-right:10px;
	float: left;
}
.productBox{
	width:440px;
	padding-right:10px;
	float:left;
	padding-bottom:10px;
}
.productDetailsRight{
	padding-top:24px;
	width:140px;
	float: left;
}
.searchField{
	font-size:10px;
	width:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.searchButton{
	font-size:10px;
	width:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contactForm{
	width:96%;
	background-color:#f4f4f4;
	border:1px solid #cccccc;
}
.contactForm td{
	padding:3px;
}
.contactFormField{
	font-size:10px;
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contactFormWideField{
	font-size:10px;
	/*width:190px;*/
	width:98%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.longDownloadFormField{
	font-size:10px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.standardButton{
	font-size:10px;
	/*width:50px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contactFormMultiField{
	font-size:10px;
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contactFormWideMultiField{
	font-size:11px;
	width:185px;
	/*width:300px;*/
	width:60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contactFormWideMultiField-1{
	font-size:11px;
	width:250px;
	/*width:300px;*/
	width:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.supportDropDown{
	width:80%;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.threeColumnSection table {
	width:95%;
}
.productSearchSelectedItem{
	width:100%;
	color:black;
	background-image:url(../images/arrow.gif);
	background-position: right;
	background-repeat:no-repeat;
	background-color:#eeeeee;
}
.threeColumnSection td{
	padding:2px 0;
}
.productSearchNonSelectedItem{
	width:100%;
}
.productSearchNonSelectedItem a{
	color:#999999;
}
.productSearchAwaiting{
	width:100%;
}
a .hideLink{
	color:black;
	text-decoration:none;
	background-color:white;
}
a:hover .hideLink{
	background-color:white;
}
a .hideLinkGrey{
	color:black;
	text-decoration:none;
	background-color:#f4f4f4;
}
a:hover .hideLinkGrey{
	background-color:#f4f4f4;
}

.downloadBrochure{
	padding-top:1em;
	font-weight:bold;
	clear:left;
}
/*  ------------- PRODUCTS Tabbed Box --------------------- */
.productListingImage{
	float:right;
	padding-right:10px;
}
.productBoxTop ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
} 
.productBoxTop ul li {
	margin: 0;
	padding: 5px;
	display: inline;
}
.selectedTab {
	/*background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #f4f4f4;*/
}
.selectedTab a{
	text-decoration:none;
	color:black;
}
.nonSelectedTab {
	/*background-color: #ffffff;
	border: 1px solid #cccccc;*/
}
.productBoxMain{
	
	/*border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;*/
	margin:0;
	margin-top:4px;
	padding:5px;
}
#productBoxProductDetails{
	display:block;
}
#productBoxTechSpecs{
	display:none;
}
#productBoxDownloads{
	display:none;
}
#productBoxSupport{
	display:none;
}
.productImageBox{
	background-color:white;
	padding:4px 2px;
	font-size:90%;
	text-align:center;
	border:1px solid #cccccc;
}
.productImageBox a{
	cursor:hand;
}

/* ---------- BUG FIXES ----------- */
/* Hides from IE5-mac \*/
* html .definedSection {height: 1%;}
* html .shopFront {height: 1%;}
* html .twoColumn {height: 1%;}
* html .twoColSectionNews {height: 1%;}
* html .threeColumn {height: 1%;}
* html .productPreview {height: 1%;}
* html .productListingImage {height: 1%;}
* html #singleMainColumn {height: 1%;}
* html .content {height: 1%;}
* html #page {height: 1%;}
* html #mainBody {height: 1%;}
* html ul{height:1%;}
/* End hide from IE5-mac */
.line-blue {
	border-bottom-style: solid;
	border-top-color: #0067b3;
	border-right-color: #0067b3;
	border-bottom-color: #0067b3;
	border-left-color: #0067b3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.icon {
	color: #4cc9f5;
	text-decoration: none;
	font-size: 9pt;
}

.icon-black {
	color: #333333;
	text-decoration: none;
	font-size: 9pt;
}
.wordCopy-blue {
	color: #0064b2;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 16px;
}

.wordCopy-bluelittle {
	color: #0064b2;
	text-decoration: none;
	font-size: 9px;
	letter-spacing: -0.5px;
	line-height: 16px;
}

.wordCopy-blue:hover {
	text-decoration: underline;
	color: #8ccbff;
	font-size: 11px;
	line-height: 16px;
}

.wordCopy-blue-line {
	color: #0064b2;
	text-decoration: underline;
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 16px;
}
.wordCopy-blue-line:hover {
	text-decoration: underline;
	color: #8ccbff;
	font-size: 11px;
	line-height: 16px;
}


.wordCopy-white-line {
	color: #0064b2;
	text-decoration: underline;
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 16px;
}
.wordCopy-white-line:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
}


.wordCopy-blue-line-1 {
	color: #0064b2;
	font-size: 11px;
	letter-spacing: -0.5px;
	line-height: 16px;
	font-weight: bold;
}


.whiteword {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -0.5px;
}
.wordbold {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
	font-weight: bold;
}

.word-bluebold {
	color: #0064B2;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	word-spacing: 0.1px;
	font-weight: bold;
}


.wordbold-gray {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
	font-weight: bold;
}

.line {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
	font-weight: bold;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bg {
	background-attachment: fixed;
	background-image: url(../products/bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg1 {
	//background-attachment: fixed;
	background-image: url(../products/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.line-gray {
	word-spacing: 0.1px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
}
.word-news-i {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.5px;
	font-style: italic;
}
.word-littlered {
	color: #bc0021;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	word-spacing: 0.1px;
}

.word-littlered:hover {
	
	color: #bc0021;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	word-spacing: 0.1px;
}
.line-gray-dot {

	word-spacing: 0.1px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
}
.wordbold-red {

	color: #F00000;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	word-spacing: 0.1px;
	font-weight: bold;
}
