@charset "utf-8";

*{margin:0;padding:0;}
img{border:0;}
body{
	overflow-x:hidden;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	background-color:#000000;
	}
p	{
	position:relative;
	line-height:normal;
	clear:both;
	}
br.clear {clear:both;}
hr	{
	margin:40px 0 40px 0;
	width:100%;
	}
.centerThis{
	display: block;
	margin:0 auto;
	}

a:link, a:visited, a:active{
	outline:none;
	color:#590000;  /*590000-8a0017 old burg: 551930,b71b55*/
	text-decoration:none;
	}
a:hover{
	outline:none;
	color:#8a0017;	/* old burg: 8b1a44,551930,8b1a44*/
	}
a.white:link, a.white:visited, a.white:active{
	outline:none;
	color:white;
	text-decoration:none;
	}
a.white:hover{
	outline:none;
	color:#8a0017;	
	}
.dark, a.dark:link, a.dark:visited, a.dark:active{
	outline:none;
	color:#410000;  /* old burg: 441929*/
	text-decoration:none;
	}
a.dark:hover{
	outline:none;
	color:#8a0017;	
	}	
a.alert:link, a.alert:hover, a.alert:active, a.alert:visited{
	color:#900;
	text-decoration:none;
	}
a.divSwitch:link, a.divSwitch:visited, a.divSwitch:active{
	outline:none;
	color:black;
	text-decoration:none;
	}
a.divSwitch:hover{
	outline:none;
	color:#d20;	
	}


/* background image handling */
#slideDeck{
	/*required/referenced only in the JS file */
	}
.slideFormat img {
	position:absolute;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	}

/* meat and potatoes begins here */
#mainWallpaper {
	overflow: hidden;
	background:#fff url(/images/ca-web_horizon1.jpg) repeat-x top;
	}
#mainWallpaperBare {
	overflow: hidden;
	background:#fff
	}
#homeWallpaper {
	background:#333333 url(/images/ca-web_horizon7.jpg) repeat-x top;z-index:-1;
	}
#homeBackDrop {
	/*background:url(../images/mainstage2.jpg) no-repeat top center;*/
	}
#topBar{
	position:relative;
	z-index:1;
	width:100%;
	height:30px;
	height /*\**/:31px; /* IE8 */
	*height:32px; /* IE7 */
	margin-bottom:0px;
	}
#topMenu{
	position:relative;
	z-index:10;
	width: 940px;
	margin:0 auto;
	padding:10px 20px 0 20px;
	text-align:right;
	color:#444444;
	font-size:.7em;
	}
.menuLight,.menuDark a:link, .menuLight,.menuDark a:visited, .menuLight,.menuDark a:active{
	outline:none;
	color:#490000;  
	text-decoration:none;
	}
.menuLight a:hover{
	color:#eee;	
	}
.menuDark a:hover{
	color:#000;	
	}
#page {
	width:980px;
	margin:0 auto;
	padding-top:0px;
	position:relative;
	z-index:0;
	}
#mainStage{	
	position:absolute;
	width:980px;
	height:600px;
	}

/* header elements */
#headerWrap{
	position:relative;
	z-index:10;
	width:100%;
	height:100px;
	}
#headerLogo{
	position:relative;
	float:left;
	width:200px;
	margin:13px 0 0 20px;
	}
	
#vellum{
	position: absolute;
	z-index:0;
	top: 0;
	left: -2px;
	bottom: 0;
	width: 100%;
	border-top:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#999 solid 1px;
	background: #fff;
	opacity: 0.70;-moz-opacity: 0.70;filter:alpha(opacity=70);
	}
#vellumLight{
	position:absolute;
	z-index:0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#999 solid 1px;
	background: #fff; 
	opacity: 0.50;-moz-opacity: 0.50;filter:alpha(opacity=50);
	}
#vellumTop{
	position:absolute;
	z-index:0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom:#fff solid 1px;
	background: #fff; 
	opacity: 0.65;-moz-opacity: 0.65;filter:alpha(opacity=65);
	}
#vellumGray{
	position:absolute;
	z-index:0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #ddd; 
	opacity: 0.70;-moz-opacity: 0.70;filter:alpha(opacity=70);
	}

/* primary menu */
#menuBar{
	position:relative;
	float:right;
	width:740px;
	height:50px;
	margin-top:50px;
	}
#menuWrap{
	position:relative;
	z-index:10;
	margin:10px 20px 0 20px;
	}
#mainMenu{
	position:relative;
	float:left;
	bottom:0;
	}
#mediaMenu{
	position:relative;
	float:right;
	top:5px;
	}

/* CSS main drop down nav */
#parentNav {
	height:1em;
	}
#parentNav li {
	list-style:none;
	float:left;
	text-transform:lowercase;
	}
#parentNav li a {
	display:block;
	padding:5px 50px 0 0; /*parent text positioning within the nav bar */
	font-weight:600;
	font-size:1em;
	text-decoration:none;
	}
#parentNav li.first a {padding-left:0;}

#parentNav li:hover a{
	color:#8a0017;  
	}
#parentNav li ul {
	display:none;	
	/*width:100px; /*opera*/
	}
#parentNav li:hover ul{
	display:block;
	position:absolute;
	margin:0 0 0 -47px;  /* submenu H offset from main */
	padding-top:15px;  /* mouseover V bridge to submenu */
	}
#parentNav li li {
	margin:0 0 0 0;  /* alt submenu offsets from main */
	}	
#parentNav li:hover li{
	float:none;
	}
#parentNav li:hover li a{	
	min-height:18px;
	width:190px;
	padding:5px 5px 5px 20px; /*text padding within submenu bar */
	font-size:.85em;
	font-weight:400;
	color:#590000;  
	background-color:#fff;
	border-left:#999 solid 1px;	
	border-right:#999 solid 1px;
	opacity: 0.85;-moz-opacity: 0.85;filter:alpha(opacity=85);
	}
#parentNav li li a:hover {
	color:#fff;
	background-color:#8a0017; 
	border-left:#8a0017 solid 1px;	
	border-right:#8a0017 solid 1px;
	}
.menuCap{
	position:absolute;
	width:192px;
	left:25px;
	border-top:#999 solid 2px;
	}

/* CSS header drop down nav */
#headerNav {
	height:1em;
	display:inline;
	}
#headerNav li {
	list-style:none;
	float:left;
	}
#headerNav li a {
	display:block;
	padding:3px 25px 0 0; /*parent text positioning within the nav bar */
	font-weight:normal;
	text-decoration:none;
	}
#headerNav li.first a {padding-left:0;}

#headerNav li:hover a{
	color:#8a0017;  /*590000-8a0017 old burg: b71b55*/
	}
#headerNav li ul {
	display:none;	
	/*width:100px; /*opera*/
	z-index:11;
	}
#headerNav li:hover ul{
	display:block;
	position:absolute;
	margin:0 0 0 -40px;  /* submenu H offset from main */
	padding-top:4px;  /* mouseover V bridge to submenu */
	}
#headerNav li li {
	margin:0 0 0 0;  /* alt submenu offsets from main */
	text-align:left;
	}	
#headerNav li:hover li{
	float:none;
	}
#headerNav li:hover li a{	
	min-height:18px;
	width:190px;
	padding:5px 5px 5px 20px; /*text padding within submenu bar */
	font-size:.85em;
	font-weight:400;
	color:#590000;  /*590000-8a0017 old burg: 8b1a44*/
	background-color:#fff;
	border-left:#999 solid 1px;	
	border-right:#999 solid 1px;
	opacity: 0.85;-moz-opacity: 0.85;filter:alpha(opacity=85);
	}
#headerNav li li a:hover {
	color:#fff;
	background-color:#8a0017;  /*410000,490000,590000 old burg: 441929*/
	border-left:#8a0017 solid 1px;	
	border-right:#8a0017 solid 1px;
	}
#headerNav .menuCap{
	position:absolute;
	width:192px;
	left:25px;
	border-top:#999 solid 2px;
	}

/* home main stage area */
#stageFloor{
	position:relative;
	height:470px;
	width:980px;
    display: table-cell;
    vertical-align: bottom;
	}
#storyPanel{
	position:relative;
	height:100%;
	width:100%;
	color:#eee;
	}
#caption{
	position:absolute;
	right:0;
	bottom:30px;
	padding:20px;
	}
#slideIndicator{
	position:absolute;
	right:0;
	bottom:0;
	padding:20px;
	}

/* product list page - main image area */
#headerStage{
position:absolute;
	width:980px;
	height:380px;
	margin:0 auto;
	background-image:url(/images/micHeader.jpg);
	}
#stageFloor1{
	height:320px;
	width:980px;
	margin-top:-120px;
	}
#mainListPanel{
	position:relative;
	height:320px;
	width:100%;
	text-align:left;
	font-size:1em;
	font-weight:600;
	font-style:italic;
	color:#555;
	}
#mainListPanel div {
	position:absolute;
	width:940px;
	padding-left:20px;
	bottom:20px;
	text-align:right;
}

/* product detail page - main image area */
#stageFloor2{
	width:980px;
	min-height:380px;
	padding-bottom:20px;
	}
#mainImage{
	float:left;
	width:627px;
	padding-left:20px;
	text-align:center;
	}
/*#mainImage div {
	position:absolute;
	top:20px;
	right:100px;
}*/
#mainDescPanel{
	float:right;
	width:30%;
	padding-right:20px;
	text-align:left;
	}
/*#mainDescPanel div {
	position:absolute;
	bottom:0;
}*/
#configuration{
	padding:20px;
	}

/* main body content framework */
#pageBorder{
	position:relative;
	padding:0 4px 4px 2px;
	background-color:#222;
	}
#pageBorderClear{
	padding:0 0px 0px 0px;
	}
#pageBorderSoft{
	padding:0 0px 0px 0px;
	/*background-color:#fff;*/
	}
#pageBackground{
	position:relative;
	padding:0 20px 10px 20px;
	background-color:white;
	}
#pageBackground1{
	padding:0 20px 10px 20px;
	}
#pageBackground2{
	padding:0 20px 10px 20px;
	/*background-color:white;*/
	}

#descriptionContent{
	position:relative;
	z-index:5;
	width:100%;
	padding:20px;
	}
	
#flashBar{
	}
#productSelector{
	text-align:center;
	font-size:.7em;
	font-weight:600;
	/*background:#FFFFFF url(../images/ca-flashBar_horizon1.jpg) repeat-x top;*/
	}
	

#subHeadlines{
	width:100%;
	border-top:#ddd solid 1px;
	}
	
.contentLeft{
	margin-right:0px;
	padding:5px 0;	
	}
.contentRight{
	margin-left:0px;
	padding:20px 0;
	}
#contentLeft{
	margin-right:0px;
	padding:5px 0;	
	}
#contentRight{
	margin-left:0px;
	padding:20px 0;
	}
#block20, div.block20 {
	position:relative;
	display:block;
	float:left;
	width:20%;
	padding:25px 0;
	}
#block25, div.block25 {
	float:left;
	width:25%;
	padding:25px 0;
	}
#block50, div.block50 {
	float:left;
	width:50%;
	padding:25px 0;
	}
#block75, div.block75{
	float:left;
	width:75%;
	*width:74%;
	padding:25px 0;
	}	
#block67, div.block67 {
	float:left;
	width:66%;
	}	
#block33, div.block33 {
	float:right;
	width:33%;
	border-left:#ddd solid 1px;
	}
.blockList{
	min-height:200px;
	padding:0 10px 0 10px;
	}
.blockLeft{
	min-height:200px;
	margin-right:-2px;
	padding:0 20px 0 0;
	}
.blockCenter{
	min-height:200px;
	padding:0 20px 0 20px;
	border-left:#ddd solid 1px;
	border-right:#ddd solid 1px;
	}
.block{
	min-height:200px;
	padding:0 20px 0 20px;
	border-right:#ddd solid 1px;
	}
.blockRight{
	min-height:200px;
	padding:0 0 0 20px;
	}
.blockRightHome{
	min-height:200px;
	*margin-left:7px;
	padding:0 0 0 20px;
	border-left:#ddd solid 1px;
	}
.blockList img{ /* for products list control*/
	margin-left:-8px;
	}
div#block33 div#contentRight{ /* for products list control*/
	padding-left:20px;
	}
	
#footerMenu{
	position:relative;
	margin-top:20px;
	border-top:#ddd solid 1px;
	}
#homeFooterMenu{
	position:relative;
	height:270px;
	margin-top:20px;
	padding:0 0 20px 0;
	background-color:white;
	border-top:#ddd solid 1px;
	}

#newsletterForm{
	font-size:.8em;
	}


/* home page articles */



/* page specific elements */
.pageTitle{
	color:#aaa;
	font-size:1.5em;
	font-weight:700;
	}
#sessionStatus{
	position:relative;
	float:right;
	padding:14px 20px 0 0;
	color:#900;
	}


/* tool tip */
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}



/* tidbits */
div.specHolder {
	position:relative;
	display:inline-block;
	float:left;
}


div.specBox {
	color:#fff;
	position:absolute;
	z-index:500;
	top:60px;left:20px;
	opacity: 0.85;-moz-opacity: 0.85;filter:alpha(opacity=85);
}

div.specBox img.point {padding-left:30px;position:relative;}

div.specBox div.specs {	
	background-color:#111;
	padding:1em;
	font-size:.7em;
	color:#fff;
}

.countryBox {
	display:none;
	position:absolute;
	z-index:5000;
	margin-top:30px;
	left:20px;
	width:710px;
	height:250px;
	background-color:#fff;
	padding:1em;
	border:#900 solid 1px;
}

ul li{
	list-style:square;
	list-style-type:square;
	}

.loading{
	background:url('images/icon_loading.gif') no-repeat center;
	}
.rotateThis {
	writing-mode:tb-rl;
	/*filter: flipH() flipV();*/
	}
span#blockQuote{
	float:left;
	color:#ab7030;								/*c29545*/
	margin:-20px 0 -193px -35px;
	font:100px/1 Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif;*/
	}
span#blockQuoteRight{
	float:right;
	color:#ab7030;
	margin:-25px -30px -90px 0;
	font:100px/1 Arial, Helvetica, sans-serif;
	}
.phone{
	font-size:18px;
	font-weight:800; 
	}
.hint{
	color:#955;
	font-size:.9em;
	font-style:italic;
	}
.ghost{
	color:#bbbbbb;
	}
.bold{ 
	font-weight:800;
	}
.small{
	font-size:.8em;
	}
.smaller{
	font-size:.7em;
	}
.smallest{
	font-size:.6em;
	}
.learnMore{
	text-align:right;
	font-size:.7em;
	}
#copyright{
	text-align:center;
	padding:40px 0 20px 0;
	color:#aaaaaa;
	font-size:.7em;
	}
	
table.calendar td {border:1px dotted #8b6040;font-size:.8em;}
table.calendar th {border:none;font-size:.8em;}
table.calendar td.today {background-color:#f9efc0;}
table.calendar td.eventDay {background-color:#c29850;}
table.calendar td.fluff {border:none!important;}


img.businessListBanner {width:500px; height:140px; border:1px solid black;margin:0 0 0 0;}

img.detailThumb {border:1px solid #777;margin:1px;}

/******** MENU ***********/
.noBull li{
	padding-left:25px;
	list-style:none;
	list-style-type:none;
	}
	
#menu
{
position: relative;
background-color: #4e6faa;
height: 35px;
padding: 0px 20px 0px 5px;
margin: 0;
}

#menu ul
{
margin:0;
padding:0;
height:35px;
}

#menu ul li
{
display: inline;
line-height: 35px;
padding-left: 3px;
margin:0;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('img/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

div#countryBox  {
	border:1px solid red;
	background-color:#333;
	opacity: 0.70;-moz-opacity: 0.70;filter:alpha(opacity=70);
	filter: alpha(opacity=60);
	position:absolute;
	right:50px;bottom:150px;
	padding:20px;
}

div#countryBox ul li {list-style-type:none;margin:0;padding:5px 0 0 5px;}
div#countryBox a {color:white;}

#displayFirstName{background:url(/images/formBG-firstName.gif) no-repeat top left;padding:2px 0;background-color:#fff;width:230px;background-color:##fff;border:1px solid black;}
#displayName{background:url(/images/form-background-displayName.gif) no-repeat top left;padding:2px 0;background-color:#fff;width:230px;background-color:##fff;border:1px solid black;}
#displayEmail{background:url(/images/formBG-email.gif) no-repeat top left;padding:2px 0;background-color:#fff;width:230px;background-color:##fff;border:1px solid black;}
#writeAreview{background:url(/images/form-background-writeAreview.gif) no-repeat top left;padding:2px 0;background-color:#fff;width:625px;height:70px;border:1px solid black;}

table.catalog {padding:0;}
table.catalog td {padding:5px; font-size:.9em;}
tr.odd {background-color:#dedede;}

table tr td #boxMe{
	width:100%;
	padding:5px;
	border:#CCC solid 1px;
}
table tr td #boxMeDark{
	width:100%;
	background-color:#eee;
	padding:5px;
	border:#CCC solid 1px;
}

table.warranty td { font-size:10pt; padding:0 5px; line-height:1.5em; }
table.warranty td h1 {background-color:#eee;padding:15px;font-size:14pt;}
table.warranty td.dateHolder td {margin:7px;padding:0px;}


