/* RESET */
*{ margin: 0; padding: 0;}
a img, iframe{ border: 0; }
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: normal; }
ul, ol{ list-style: none; }
form, fieldset{ border: 0; }	
input, textarea, select, button { font-size: 100%; }
select{ margin: inherit; }
table{ border-collapse: collapse; border: 0; }
td, th, caption{
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/* LAYOUT */
body{ font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; color: #666666; background: #7BAF9F url(../img/bg_body.gif) repeat-x; }
#Root{ width: 914px; margin: 0 auto;  }
	#RootBG{ float:left; background: #EBEBEC url(../img/bg_root.gif) repeat-y;  }
	#RootL{float: left; width:907px; background: url(../img/bg_root_l.gif) no-repeat top left; padding: 0 0 0 7px; }
	#RootR{ float: left; width:900px;  background: url(../img/bg_root_r.gif) no-repeat top right; padding: 0 7px 0 0; }
#Head{
	float: left;
	height: 75px;
	width: 100%;
	overflow:hidden;
	background: url(../img/bg_logoline.gif) repeat-x;
}
	#Head h1{ float: left; width: 279px; height: 75px; background: url(../img/logo.gif) no-repeat; }
	#Head h1 a{ display: block; width: 279px; height: 75px; text-indent:-9000px; }
#NavBG{ float:left; width:885px; height:31px; padding:0 0 0 15px; background: #336666 url(../img/bg_topnav.gif) repeat-x; }
#ContentBG{ float: left; width: 100%; background: white; padding: 15px 0 0 0; }
	#Content{ float: right; width: 670px; padding: 0 15px 20px 0; font-size: 1.2em; }
	#Contentshop{
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
}
		#Main{ float: left; width: 424px; }
		#Right{ float: right; width: 221px; }
	#Side{ float: left; width: 187px; padding: 0 0 0 15px; }
	#ContentAdd{ display:none; float: left; width: 870px; padding: 0 15px 20px 15px; font-size: 1.1em; }
		#ContentAdd .wrap{ float: left; width: 100%; border-top: 1px dashed #A8A8A8; }
#Footer{ float: left; width: 870px; background: #EBEBEC url(../img/bg_footer.gif) repeat-x;  padding:10px 15px 20px 15px; font-size:1.1em; }

/* Top Navigation */
#Tools{
	float: right;
	width: 400px;
	text-transform: uppercase;
	color: #666666;
	margin-top: 7px;
}
#Tools a{ color: #666666; text-decoration: none; }
#Tools a:hover{ color: #333333; text-decoration: underline; }
	#Tools p{ float: right; width: 300px; text-align: right; padding: 12px 15px 0 0; margin: 0; }
	#Tools b{ color: #333333; }
	#Tools ul{ float: right; width: auto; padding: 15px 15px 0 0; }
	#Tools li{ float: left; font-weight: bold; height: 24px; width: auto; padding: 6px 0 0 35px; background-position: 9px 0; background-repeat: no-repeat; }
	#Tools li.help{ background-image: url(../img/ico_help.gif); }
	#Tools li.cart{ background-image: url(../img/ico_cart.gif); }
	#Tools li.account{ background-image: url(../img/ico_account.gif); }
#Nav *{ z-index: 999; }
#Nav{
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
	#Nav li{ position: relative; float: left; height: 31px; background: none; padding: 0; }
	#Nav a{ float: left; height: 23px; padding: 8px 15px 0 15px; color: white; text-decoration: none; background-image: url(../img/bg_topnav_a.gif); background-repeat: repeat-x; background-position: 0 -31px; }
	#Nav li.spec a{ color: #ffcc00; }
	#Nav a:hover{ background-color: #508383; background-position: 0 0; }
	#Nav li.active a{ background: url(../img/bg_topnav_active.gif) repeat-x; }

	#Nav ul{width: 180px; margin: 0; padding: 0; position: absolute; left: -1px; top: 31px; display: none; background-color: #336666; text-transform: uppercase; font-size: 0.9em;}
	#Nav ul li{ float: left; border-bottom: 1px solid #264c4c; width: 180px; padding: 0; }
	#Nav ul li.last{ border-bottom: none; }
	#Nav li:hover ul, #Nav li.over ul { display: block; }
	#Nav li li a{ float: left; width: 149px; height: 23px; padding: 8px 15px 0 15px; background-image: none; background-color: #336666; }
	#Nav li.active li a{ background-image: none; }
	#Nav li li a:hover{ background:url(../img/bg_topnav_a.gif) repeat-x; }


/* Sidebar Navigation */
#Adobe{ width: 110px; height: 64px; padding:21px 20px 0 57px; overflow: hidden; background: url(../img/bg_adobe.gif); font-size: 1em; color: #333333; }	
#Social{ width: 110px; height: 40px; padding:0px 10px 0 30px; overflow: hidden; background: url(../img/bg_social.gif); font-size: 1em; color: #333333; }	
	
/* CONTENT */
.clear{ font-size: 1px; height: 1px; clear: both; line-height: 1px; }
.left{ float: left; }
.right{	float:right;}
.tl{ text-align: left; }
.tr{ text-align: right; }
.tc{
	text-align: center;
	font-weight: bold;
}
.tj{ text-align: justify; }
.large{ font-size: 1.4em; }
.largeRed{
	font-size: 1.6em;
	color: #F00;
}
.largest{
	font-size: 1.6em;
	line-height: 1.3em;
}
.small{ font-size: 0.8em; }
.spec{ color: #008401; font-size: 1.1em; font-weight: bold; }

.input_error {
			position:relative;
			display:inline-block;
			width:22px;
		}
		
		.input_error div {
			position:absolute;
			width:22px;
			height:22px;
			top:-15px;
			background-image:url(../images/input_error.gif);
			background-repeat:no-repeat;
			background-position:top center;
			z-index:100;
		}

h1{
	font-size: 2.1em;
	font-weight: bold;
}
h2{
	font-size: 1.7em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
}
h3{ font-size: 1.5em; font-weight:bold; margin: 30px 0 -15px 0; }
h6{
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
}
p{
	padding: 20px 0 0 0;
	line-height:1.5em;
}
#Content ul{ list-style: disc; line-height:1.5em; padding: 20px 0 0 0; margin: 0 0 0 15px; }
#Content ul ul{ list-style: circle; padding: 3px 0 3px 0; margin: 0 0 0 15px; }

#Marketing{ width: 100%; height: 230px; background: url(../img/bg_marketing.gif) no-repeat top right; }
	#Marketing .left{ width: 348px; height: 230px;  }
	#Marketing .right{ width: 309px; color: #333333; }
	#Marketing .right .small{
	font-size: 0.75em;
}
	#Marketing .right .large{ font-size: 1.7em; position:absolute; bottom:6px;}
	#Marketing .right a{ color: #333333; text-decoration: none; }
	#Marketing .right div{ width: 100%; position:relative; height: 29px; padding:7px 0 0 0; overflow: hidden; font-size: 1.5em; }
	#Marketing .right .line2{ height: 91px; }
	#Marketing .right .line3{ height: 89px; color: white; }
	#Marketing .details{
	position: absolute;
	bottom: 11px;
	right: 26px;
	font-size:0.7em;
	font-weight:bold;
}
	#Marketing .line3 .details{ color: white; }
	
#Content #Spec,
#Content #SpecWide{ margin:17px 0 0 0; padding:0; list-style:none; }	
#Spec li{ float: left; width: 221px; margin:0 3px 9px 0; padding:0; }
	#Spec li.col3{ margin:0;}
	#Spec h2{ display: block; height:21px; margin:0; padding:3px 0 0 9px; overflow:hidden; background: #666666 url(../img/bg_spec_caption.gif) no-repeat; color:white; font-size:1.1em; font-weight:bold; border-bottom:1px solid white;}
	#Spec div{ height: 171px; width: 201px; padding: 0 9px 9px 9px; position:relative; background-repeat: no-repeat; background-position: top right; border: dashed #A8A8A8; border-width: 0 1px 1px 1px; font-size: 0.9em; color: #333333; }
	#Spec .col1 div{ background-image: url(../img/bg_spec_1.jpg); }
	#Spec .col2 div{ background-image: url(../img/); }
	#Spec .col3 div{ background-image: url(../img/bg_spec_3.jpg); }
	#Spec p{ padding: 10px 0 0 0; }
	#Spec a.more{ display: block; position:absolute; bottom:5px; left:63px; width: 90px; height: 25px; background: url(../img/spec_more.gif); text-indent: -5000px; }
	
#Spec a.clickhere2{
	display: block;
	position:absolute;
	bottom:2px;
	left:50px;
	width: 100px;
	height: 15px;
	text-indent: -5000px;
	background-image: url(../img/clickhere-comicon.png);
}
	#Spec a.callnow{ display: block; position:absolute; bottom:8px; left:10px; width: 100px; height: 20px; background: url(../img/callnow_mini.jpg); text-indent: -5000px; }
	#Spec a.emailnow{ display: block; position:absolute; bottom:5px; left:115px; width: 100px; height: 20px; background: url(../img/emailnow_mini.jpg); text-indent: -5000px; }
	#Spec li.emailnow{ display: block; position:absolute; bottom:0px; left:115px; width: 100px; height: 20px; }
#SpecWide li{ display:block; width: 424px; margin:0 0 9px 0; padding:0; }
	#SpecWide h2{ display: block; height:21px; margin:0; padding:3px 0 0 9px; overflow:hidden; background: #666666 url(../img/bg_spec_caption_wide.gif) no-repeat; color:white; font-size:1.1em; font-weight:bold; border-bottom:1px solid white;}
	#SpecWide div{ width: 404px; padding: 0 9px 9px 9px; border: dashed #A8A8A8; border-width: 0 1px 1px 1px; font-size: 0.9em; color: #333333; }
	#SpecWide p{ padding: 10px 0 0 0; }
	#SpecWide .spec{ color: #008401; font-size: 1.2em; font-weight: bold; }
	#SpecWide .buttons{ float: right; text-align: right; }
	
	.special1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C90011;
	line-height: 22px;
}
.specialsm01 {
	font-size: 12px;
	line-height: 17px;
}
.specialsm02 {
	font-size: 12px;
	line-height: 16px;
}
/* Additional Tools */
#DTemp {
	width:424px;
	height:58px;
	background-color:#FFFFFF;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle
}
	
/* Additional column */
#Right h2.caption{ display: block; height: 21px; margin: 0; padding: 3px 0 0 9px; overflow: hidden; background: #666666 url(../img/bg_add_caption1.gif) no-repeat; color: white; font-size: 1.1em; font-weight: bold; }
#Right h2.yellow{ background: #aa7e06 url(../img/bg_add_innercaption1.gif) no-repeat;    }
#Right .box{ width: 219px; border: 1px solid #666666; background: #F4F4F4; }
#Right .inbox{ width: 193px; border: solid #C3A871; padding:6px; border-width:0 1px 1px 1px; background: #FFFFFF; }
#Right .estimate{ padding: 3px 0px; color:#333333; font-weight:bold; font-size:1.6em; text-align: center;}

#Calc{ position: relative; }
#calc_out{ position: relative; width: 191px; height: 24px; margin:9px 0 0 0; background: url(../img/calc_head_digital.gif) no-repeat; }
	#calc_out a{ position: absolute; top:5px; font-weight:bold; outline: 0;text-decoration: none; display:block; color: white;  }
	#calc_out a.digital{ left:5px; }
	#calc_out a.offset{ left:102px; }
	#calc_out a:hover{ color: #0f3f10; }
/* tip: to make digital visible by default, change the "diplay" 
	prop below from display to none and vice versa */
#calc_in{ display: block; position: absolute; left: 0; top: 0; width: 191px; height: 24px; background: url(../img/calc_head_offset.gif) no-repeat;  }
#print_digital{ display: none; width: 207px; padding:10px 6px 6px 10px; border: solid #cc9900; border-width:5px 1px 1px 1px; background: #F4F4F4; }	
#print_offset{ display: block; width: 207px; padding:10px 6px 6px 10px; border: solid #339900; border-width:5px 1px 1px 1px; background: #F4F4F4; }
	#Calc p{ padding: 5px 0 0 0; margin:0; font-size:0.9em; color:#333333; }
	#Calc a.help{    color: white; padding: 0px 3px; text-decoration: none; background: url(../img/bg_btn_help.gif) no-repeat 0 2px; font-weight:bold;}
	#Calc a.tabhelp{ position: absolute; right: 7px; top: 6px; }
	#Calc select{ width: 190px; padding:2px; }
	#Calc input.text{ width: 184px; padding: 3px 2px; }
	#Calc input.yellow{ background: #FFFFF0; border:  1px inset; font-weight:bold;}
	#Calc input.green{ background: #AEFFAF; border:  1px inset; font-weight:bold;}
	
	
/* FOOTER CONTENTS */
#Footer ul{ margin: 18px 0 0 0; }	
#Footer a{ text-decoration: none; color: #555555; }
#Footer a:hover{ text-decoration: underline; color: #151515; }
#Footer .nav a{ margin: 0 7px; }
#Footer .columns li{ float: left; width: 130px; margin: 0 10px 0 0; }
#Footer .columns li.last{ float: right; width: 420px; }

/**************** Saion Styles *********************************/

#dvNavContainer
{
	height: 26px;
}

#dvNavContainer a
{
	/*font-size: 9pt;*/
	color: #000000;
}
#dvNavContainer .dynamicSelected
{
	font-weight: bolder;
	color: #ffffff;
	background-color: #206b94;
}
#dvNavContainer .menuClass
{
	background-color: #efefef;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/**************** Image Styles *********************************/
.imgright {
	float:right;
	margin:10px 0 5px 10px;
	padding:3px 3px 5px 3px;
	border:1px solid #a1a1a1;
	font-size:1.2em;
	text-align:center;
	color:#777;
	font-size:1.1em;
}
.imgleft {
	float:left;
	margin:10px 10px 5px 0;
	padding:3px 3px 5px 3px;
	border:1px solid #a1a1a1;
	font-size:1.2em;
	text-align:center;
	color:#777;
	font-size:1.1em;
}
/* Saion added */
      #Content #SpecWide1{ margin:17px 0 0 0; padding:0; list-style:none; }    
      #SpecWide1 li{ display:block; width: 424px; margin:0 0 9px 0; padding:0; }
      #SpecWide1 h2{ display: block; height:21px; margin:0; padding:3px 0 0 9px; overflow:hidden; background: #666666 url(../img/bg_spec_captionR_Weekly.gif) no-repeat; color:white; font-size:1.1em; font-weight:bold; border-bottom:1px solid white;}
      #SpecWide1 div{ width: 404px; padding: 0 9px 9px 9px; border: dashed #A8A8A8; border-width: 0 1px 1px 1px; font-size: 0.9em; color: #333333; }
      #SpecWide1 p{ padding: 10px 0 0 0; }
      #SpecWide1 .spec{ color: #008401; font-size: 1.2em; font-weight: bold; }
      #SpecWide1 .buttons{ float: right; text-align: right; }



/**************** Saion Styles *********************************/
#Root #RootBG #RootL #RootR #ContentBG #Content table tr td .header br {
	font-size: 14px;
	color: #308369;
}
/**************** NEW TOOLTIP *********************************/
.extras-popup-holder {
				position: relative;
				width: 422px;
				height: 38px;
				padding: 0;
				margin: 0;
				overflow: visible;
			}
.extras-popup-holder img{
				margin: 0px;
				border: 0px;
				text-decoration: none;
			}
.extras-popup {
				display: none;
				position: absolute;
				top: 100%;
				left: 0px;
				width: 100%;	
				margin: 0px;
				padding-top: 11px;
				text-align: left;
				background: transparent url(../images/selected_arrow.png) no-repeat 0 0;
			}
.extras-popup div {
				background:#d5e3e3;
				margin: 0px;
				padding: 5px;
				overflow:visible;
			}
