@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e6debd;
	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: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 956px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 108px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#main {
	background: #FFFFFF;
}
#footer {
	padding: 10px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#41a477;
	font-size: 13px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img{ border:none;}
.clear{ clear:both;}
.grn{ color:#068757; font-size:14px; font-weight:bold;}
.grn a{ color:#068757; text-decoration:underline;}
.grn2{ color:#097e55;}
.grn2 a{ color:#097e55; text-decoration:none;}
.yel{
	color:#f7d310;
	font-size: 12px;
}
.yel a{ color:#f7d310; text-decoration:none;}
.two { font-size:12px;}
.three { font-size:13px;}
.four {font-size:14px;}
.six { font-size:16px;color:#FFA114;}


.logo{ float:left;}
.h-r1{ position:absolute; top:10px; right:0; font-size:14px; text-align:right; padding-right:10px;}
.h-r1 a{ text-decoration:none; color:#333;}
.h-r1 a.active { text-decoration:none; color:#333; font-weight:bold; padding: 0 0 0 15px; background-image:url(images/arrow_lang.png); background-repeat:no-repeat;}
.h-r2 {	position:absolute; top:30px; right:0; padding-right:10px;}
.h-r3 { position:absolute; bottom:-2px; right:0; font-size:14px; color:#333; font-weight:bold;}
.h-r3 a{ text-decoration:none; color:#333; }
.h-r3 .c1{
	float:left;
	height:20px;
	border:solid 1px #FFF;
	width: auto;
	padding:3px 0 0 25px;
	background-color:#eee4c1;
	background-image:url(images/bg_icons.jpg);
	background-repeat:no-repeat;
}
.h-r3 .c2{
	float:left;
	height:20px;
	border:solid 1px #FFF;
	width: auto;
	padding:3px 10px 0 25px;
	background-color:#ddca83;
	background-image:url(images/arrow_blog.jpg);
	background-repeat:no-repeat;
}
.h-r3 .c1 img{ margin-right:10px;}
.h-r4 { position:absolute; bottom:10px; right:170px;}
.h-r4 ul { margin:0; padding:0; list-style:none;}
.h-r4 ul li{ display:inline; color:#068055; font-size:18px; margin-right:30px;}
.h-r4 ul li a{ color:#068055; text-decoration:none; }


#splash { width:956px; height:370px; background-image:url(images/bg_splash.jpg); position:relative;}
.sp1{
	float:left;
	width:140px;
	margin: 15px 0;
	font-size: 13px;
	line-height: 1.1;
	padding: 8px 0 8px 10px;
	color: #044c31;
}
.sp2{
	position:absolute;
	left:350px;
	top:50px;
	font-size:30px;
	color:#044c31;
}
.sp3{
	position:absolute;
	left:350px;
	top:90px;
	font-size:20px;
	color:#008f59;
}
.sp4{
	position:absolute;
	left:350px;
	top:230px;
	color: #333;
	font-size: 14px;
	line-height: 33px;
}
.sp4 a{ color:#333; text-decoration:none;}
#player{
	position:absolute;
	height:200px;
	left:559px;
	position:absolute;
	top:197px;
	width:394px;
	background-color:#333;
	border-left-color:#333;
	border-left-style:solid;
	border-top-color:#333;
	border-top-style:solid;
}
#row1{
	padding:12px;
	position: relative;
	line-height: 1.2;
}
.r1{ position:relative; float:left; width:459px;}
.r1-a{width:459px;}
.r1-b{
	float:right;
	width:459px;
}
.r1-c{
	float:left;
	width:580px;
}
.r1-a .a1{
	background-image:url(images/row1_hbg1.jpg);
	font-size:18px;
	color:#333;
	height: 21px;
	padding: 2px 10px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.r1-a .a2{
	background-color:#f3f0e2;
	width: 422px;
	padding:6px 10px 6px 27px;
	font-size:13px;
	color:#044c31;
	font-weight:bold;
	background-image:url(images/row1_a2bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:1px;
}
.r1-a .a2 .sm{
	font-size:10px;
	color: #333;
	margin: 10px 0;
	float: left;
}
.r1-a .a2 .sm a{
	color:#097e55;
	text-decoration:underline;
}
.r1-a .a2 .sm img{ float:left; margin-right:10px;}
.r1-a .a3{
	width:459px;
	height:183px;
	background-image:url(images/row1_a3bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	background-color: #F1EFE2;
	font-weight: bold;
	margin:0;
}
.r1-a .a3 .a31{
	float:left;
	width:88px;
	padding:164px 10px 0 30px;
	font-size:12px;
	color:#FE9506;
}
.r1-a .a3 .a32{
	float:left;
	width:85px;
	padding:164px 10px 0 33px;
	font-size:12px;
	color:#077A53;
}
.r1-a .a3 .a33{
	float:left;
	width:160px;
	padding:164px 10px 0 30px;
	font-size:12px;
	color:#333;
}
.r1-b .b1{
	font-size:18px;
	color:#333;
	height: 21px;
	padding: 2px 10px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	background-image: url(images/row1_b1bg.jpg);
}
.r1-b .b2{
	font-size:13px;
	font-weight:bold;
	color:#044c31;
	margin-bottom: 10px;
}
.r1-c .c2{
	font-size:13px;
	font-weight:bold;
	color:#044c31;
	margin-bottom: 10px;
}
.r1-b .b2 p{
	line-height:1.1;
	padding:0;
}
.r1-b .b2 ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.r1-b .b2 ul li {
	background-image:url(images/arrow_li.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 16px;
	margin: 5px 0;
}
.r1-c .c2 ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.r1-c .c2 ul li {
	background-image:url(images/arrow_li.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 16px;
	margin: 5px 0;
}
.r1-b .b2 .lmore{
	font-size:12px;
	margin: 15px 0 16px 15px;
	float:left;
}
.r1-b .b2 .lmore img{ margin-right:20px;}
.r1-b .b2 .lmore a{
	color:#097e55;
	text-decoration:underline;
}
.r1-b .b3 {
	width:319px;
	padding:10px 120px 10px 10px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #333;
	background-image:url(images/sm-logos.jpg);
	background-repeat:no-repeat;
}

#row2{
	width:956px;
	height:202px;
	background-image:url(images/row2_bg.jpg);
	margin:10px 0;
	font-size:13px;
	color:#044c31;
	font-weight:bold;
	line-height: 1;
}
#row2 .b1{
	float:left;
	font-size:20px;
	color:#333;
	font-weight: normal;
	margin: 15px 0 0 20px;
}
#row2 .b2{
	float:right;
	font-size:14px;
	margin: 15px 20px 0 0;
	color:#097e55;
}
#row2 .b2 a{ color:#097e55; text-decoration:none;}
.a1fix{ padding:0; margin:0; float:left; width:160px; float:left;}
#row2 .a1{
	float:left;
	margin:13px 10px 0 20px;
	width:125px;
	height:132px;
	background-image:url(images/row2_a1.jpg);
	padding: 1px 4px 0 1px;
}
#row2 .a2{
	float:left;
	margin:13px 7px 7px 20px;
	width:125px;
	height:132px;
	background-image:url(images/row2_a1.jpg);
	padding: 1px 4px 0 1px;
}
#row2 .a3{
	padding: 4px 0 0 17px;
}



#row3 {
	margin: 10px 24px;
}
#row3 .a{
	float:left;
	width:500px;
	color: #044c31;
	font-size: 14px;
	font-weight: bold;
}
#row3 .b{ float:right; width:376px;}
#row3 .a .a1{
	font-size:20px;
	color:#333;
	font-weight: normal;
	margin-bottom:10px;
}
#row3 .a .a2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/*background-image:url(images/row3_a2bg.jpg);
	background-repeat:no-repeat;*/
}
#row3 .a .a2 .a2a{
	width:250px;
	float:left;
	padding-right:5px;
	border-right:1px #D2D3CE solid;
}
#row3 .a .a2 .a2b{
	float:left;
	padding:0 5px;
	width:230px;
}
.quant { line-height:26px; height:52px; margin:5px 0;}
#row3 .a .a3{ margin:10px 0;}
#row3 .a .a3 .a3-1{
	margin: 5px 0;
	width: 200px;
	float: left;
}
#row3 .a .a3 .a3-2{
	margin: 5px 0;
	float: right;
	width: 194px;
}
#row3 .a .a3 .a3-3{
	margin: 5px 0;
}
#row3 .a .a3 .a3-4{
	float:left;
	width:68px;
	padding: 10px 0 0 20px;
}
#row3 .a .a3 .a3-5{
	margin: 5px 0 0 20px;
	float:right;
	width:180px;
}
input.inp1
{
color: #333;
background: #f2eace;
border: 1px solid #cccccc;
height:22px;
padding:2px;
width:194px;
margin-top:5px;
}
input.inp2
{
	color: #333;
	background: #f2eace;
	border: 1px solid #cccccc;
	height:22px;
	padding:2px;
	width:500px;
	margin-top:5px;
}
input.inp3
{
	color: #333;
	background: #f2eace;
	border: 1px solid #cccccc;
	height:22px;
padding:2px;
	width:68px;
	margin-top:5px;
}
select
{
color: #333;
background: #f2eace;
border: 1px solid #cccccc;
height:28px;
padding:2px;
}
select.sel1
{
width:250px;
}
select.sel2
{
width:180px;
margin-top:5px;
}

#row3 .b .b1{
	font-size:20px;
	color:#333;
	font-weight: normal;
	margin-bottom:10px;
}
#row3 .b .b2{
	background-color:#f3f0e2;
	padding:10px;
	font-size:16px;
	margin-bottom:1px;
	color: #044c31;
}
#row3 .b .b2 .b2-1{
	float:left;
	margin: 5px 0;
	color: #008b57;
}
#row3 .b .b2 .b2-2{
	float:right;
	margin: 5px 0;
}

/** buttons **/
a.button {
    background: transparent url('images/tbtn_bg_order_a.png') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font-size:17px;
	color:#333;
	font-weight:bold;
    height: 33px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/tbtn_bg_order_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 9px 0 0px 18px;
	height:33px;
}
 a.button:active {
    /* background-position: bottom right; */
    outline: none; /* hide dotted outline in Firefox */
}
.button2{
	width:auto;
	height:33px;
	float: left;
}
.button3{
	width:auto;
	height:33px;
}
.button3 a.button span{
	padding: 11px 0 0px 18px;
}

a.bmf {
    background: transparent url('images/tbg_bmf_a.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: right;
    font-size:12px;
	font-weight:bold;
    height: 25px;
    margin-right: 6px;
	margin-top: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.bmf span {
    background: transparent url('images/tbg_bmf_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 7px 0 0px 18px;
	height:25px;
}
 a.bmf:active {
    /* background-position: bottom right; */
    outline: none; /* hide dotted outline in Firefox */
}
.butmf{
	width:auto;
	float:left;
	margin: 10px 10px 0 0;
}

a.bod {
    background: transparent url('images/bg_bod_a.jpg') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font-size:13px;
	font-weight:bold;
    height: 61px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.bod span {
    background: transparent url('images/bg_bod_span.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 10px 0 0px 18px;
	height:61px;
}
 a.bod:active {
    /* background-position: bottom right; */
    outline: none; /* hide dotted outline in Firefox */
}
.butod{
	width:auto;
	height:61px;
	margin: 0;
}

#footer .fa{ float:left;}
#footer .fa a{ color:#41a477; text-decoration:underline;}
#footer .fb{ float:right;}

/**** SPLASH 2 ****/
#splash2 { width:956px; height:152px; background-image:url(images/splash2.jpg); position:relative;}
.sp2-1 { position:absolute; left:575px; top:30px; position:absolute; font-size:20px; color:#044c31;}
.sp2-2 { position:absolute; left:575px; top:60px; position:absolute; font-size:12px; color:#008f59; font-weight:bold;}
.sp2-3{
	position:absolute;
	right:20px; top:90px;
	color: #333;
	font-size: 14px;
	line-height: 33px;
}
.sp2-3 a{ color:#333; text-decoration:none;}

/**** MAIN 2 ****/
#main2{ background-color:none; padding:10px; min-height:600px;}
.m2-left{ width:200px; float:left;}
.m2-right{ width:710px; float:right;}
ul.subnav{ margin:0; padding:0; width:200px;}
ul.subnav li{list-style:none;}
ul.subnav li a{font-size:16px; display:block; padding:0 10px; margin-bottom:1px; height:32px; text-transform:uppercase; color:#008f59; background-color:#f3f0e2; line-height:32px; text-decoration:none; font-weight:bold;}
ul.subnav li a:hover, ul.subnav li a.active{color:#044c31; background-color:#ddca83;}

.m2-right h1 {
	color:#044c31;
	font-size:28px;
	text-transform:uppercase;
	margin:0;
	padding-bottom:0px;
	font-weight:normal;
}
.m2-right h2 {
	color:#008f59;
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	padding-bottom:10px;
	font-weight:normal;
}
.m2-right p{ line-height:1.3; font-size:13px; font-weight:bold; color:#044c31; margin:0; padding:0 0 10px 0;}
.m2r-left{
	float:left;
	width:116px;
}
.m2r-right {
	float:left;
	/*width:580px;*/
}
.m2r-rightall {
	float:right;
	width:690px;
}
.m2r-rightshort {
	float:right;
	width:440px;}

/** jwk **/
.clear {height:0;}
textarea.inp1
{
color: #333;
background: #f2eace;
border: 1px solid #cccccc;
padding:2px;
width:194px;
margin-top:5px;
}

/** TOM'S ADDITIONS **/

#tomSplash { width:956px; height:400px; background-image:url(images/tDrogbaBigSplash.jpg); position:relative;}

#tomJapanSplash { width:956px; height:519px; background-image:url(images/tb_JapanBigSplash956x653.jpg); position:relative;}

.tomGalleryBtn {
	position:relative;
	top:138px;
	right:136px;
}
.tomSplashText {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    position: relative;
    right: 141px;
    top: 413px;
    width: 390px;
}
#tomButtonRow {
	background-color:none;
	left:39px;
	position:relative;
	top:345px;
}
#tomN100Cell {
	background-image:url(images/thorizontalCellBackground.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:248px;
	margin-bottom:-29px;
}
#tomN200Cell {
	background-image:url(images/tN200horizontalCellBackground.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:248px;
	margin-bottom:-29px;
}
#tomProblemSolutionCell {
	height:193px;
	width:956px;
}
#tomKeroseneCell {
	background-image:url(images/tKeroseneBackground.png);
	background-repeat:no-repeat;
	width:486px;
	height:198px;
	background-color:#FFF;
}
#tomSolutionCell {
	background-color:#FFFFFF;
	background-image:url("images/tSolutionBackground.png");
	background-repeat:no-repeat;
	bottom:198px;
	height:199px;
	left:485px;
	margin-bottom:-275px;
	position:relative;
	width:471px;
}
.tomCellTextLeft {
	color:#044C31;
	font-size:13px;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:60px;
	padding-right:14px;
	padding-top:0;
	width:258px;
}
.tomCellTextRight {
	font-size: 13px;
	padding:0px 14px 14px 434px;
	color:#044C31;
	width:518px;
}
.tomCellKeroseneTextTop {
	font-size: 13px;
	padding:0px 14px 0px 50px;
	color:#044C31;
	width:420px;
}
.tomCellKeroseneTextLeft {
	color:#044C31;
	font-size:13px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:14px;
	padding-top:7px;
	width:398px;
	position:relative;
	bottom:13px;
}
.tomCellKeroseneTextRight {
	position:relative;
	bottom:127px;
	color:#044C31;
	font-size:13px;
	padding-bottom:0px;
	padding-left:482px;
	padding-right:14px;
	padding-top:0;
	width:385px;
	margin-bottom:-100px;
}
.tomCellBullets {
	padding-left:40px;
}
.tomCellKeroseneBullets {
	padding-left:40px;
}
.tomCellHeader {
	padding:8px 14px 0px 57px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.tomCellHeaderProblem {
	padding:8px 14px 0px 50px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.tomButtonRight {
	position:relative;
	bottom:82px;
	left:377px;
}
.tomButtonRightFAQ {
	bottom:48px;
	position:relative;
	right:27px;
}
.tomButtonLeft {
	position:relative;
	top:10px;
}
.tomButtonLeftFAQ {
	position:relative;
	right:35px;
	top:13px;
}
#tomComparisonChart {
	background-image:url(images/tverticalCellBackground.jpg);
	background-repeat:no-repeat;
	height:409px;
	width:320px;
	padding:10px;
	font-size:9px;
	position:relative;
	left:656px;
	bottom:432px;
	margin-bottom:-440px;
}
#tom1ComparisonColumn {
	position:relative;
	top:55px;
	font-size:12px;
}
#tom2ComparisonColumn {
	bottom:168px;
	font-size:12px;
	left:109px;
	position:relative;
}
#tom3ComparisonColumn {
	bottom:424px;
	font-size:12px;
	left:200px;
	position:relative;
}
.tomComparisonTextLeft {
	font-size:9px;
	position:relative;
	bottom:418px;
	color:#044C31;
}
#tomChartDealerInfoBtn {
	position:relative;
	top:10px;
	left:65px;
}
.tomBtnComparisonChart {
	position:relative;
	top:15px;
}
.specs {
	height:26px;
	width:104px;
	position:relative;
	top:26px;
	padding-top:6px;
	padding-bottom:-6px;
}
.N100specs {
	height:26px;
	width:70px;
	position:relative;
	bottom:7px;
	padding-top:6px;
	padding-bottom:-6px;
	text-align:center;
}
.N200specs {
	height:26px;
	width:70px;
	position:relative;
	bottom:7px;
	padding-top:6px;
	padding-bottom:-6px;
	text-align:center;
}
#tomProjectCureTeaser {
	background-image:url(images/tProjectCureTeaser.jpg);
	background-repeat:no-repeat;
	bottom:447px;
	height:460px;
	left:557px;
	margin-bottom:-422px;
	position:relative;
	width:375px;
}
#tomProjectCureButton {
	left:102px;
	position:relative;
	top:358px;
}
.tomProjectCureText {
	font-size:11px;
	padding: 4px 0 0 0;
}

/**** TOM PROJECT CURE PAGE ****/
#tomCureLogo {
	background-image:url(images/tomLightsForLifeLogo.png) no-repeat;
	min-height:200px;
}
.tomBuyGiveTextLeft {
	padding:6px;
	font-size:14px;
	font-weight:normal;
	color:#068757;
	position:relative;
	left:155px;
	width:540px;
}
.tomBuyGiveHeader {
	font-size:18px;
	font-weight:bold;
	position:relative;
	left:160px;
}
#tomCureCell {
	background-image:url(images/tCureCellBackground.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:256px;
	margin-bottom:-12px;
	padding:8px 14px 0px 80px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.tomPressTextTop {
	width:600px;
	color:#044C31;
	font-size:13px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:14px;
	padding-top:7px;
}
/**** TOM PRESS PAGE ***/
.tomPressCell {
	background-image:url(images/tpressCellBackground.jpg);
	background-repeat:no-repeat;
	width:709px;
	height:239px;
	padding: 10px;
}
.tomPressCell2 {
	background-image:url(images/tPressCellN200Background.jpg);
	background-repeat:no-repeat;
	width:709px;
	height:239px;
	padding: 10px;
}
.tomPressCell3 {
	background-image:url(images/tpressDelBoscoCellBackground.jpg);
	background-repeat:no-repeat;
	width:709px;
	height:239px;
	padding: 10px;
	margin-top:20px;
}
.tomPressCellText {
	width:397px;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px;
    position: relative;
	left: 169px;
}
.tomPressCellHeader {
	width:397px;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px;
    position: relative;
	left: 10px;
}
.tomPressTextBody {
	color: #044C31;
    font-size: 13px;
    font-weight: bold;
	position:relative;
	left:169px;
	width:450px;
}
.tomBuyGiveMovie {
	position: relative;
	left:220px;
	width:950px;
	height:400px;
}
/**** CHRIS DEL BOSCO SKI4LIGHT PAGE ***/
#tomDelBoscoSplash {
	height:108px;
	width:954px;
	background-image:url(images/tb_DelBosco_frontpage_splash_background.jpg);
	background-repeat:no-repeat;
	Border:solid 1px #000;
	border-bottom:solid 4px #000;
}
.tomDelBoscoFrontPageButton {
	left: 474px;
    position: relative;
    top: 4px;
}
/*** DEALER DOWNLOADS PAGE ***/
.tomDealerCellText {
	color:#044C31;
	font-size:13px;
	font-weight:normal;
	float:right;
}
.tomDealerCell {
	background-image: url("images/tb_DealerCellBackground.jpg");
    background-repeat: no-repeat;
    border-bottom-color: #333333;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    height: 310px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	color:#044C31;
	font-size:13px;
	font-weight:normal;
}
.tomDealerCell img {
	margin:10px;
	border:1px solid #000;
	float:right;
}
.tomDealerCellHeader {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 6px;
}
.tomDealerTextBody {
	color: #044C31;
    font-size: 13px;
    font-weight: bold;
}
.tomPressLeftColumn {
	color: #008F59;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.tomPressLeftColumn h1 {
	color: #008F59;
    font-size: 15px;
    font-weight: bolder;
    padding-left: 2px;
    text-transform: uppercase;
}
.tomPressLeftColumn li {
	margin-bottom:7px;
	padding:10px;
	background-color:#F3F0E2;
	list-style:none;
	border-bottom:1px dotted #000;
}
.tomPressLeftColumn li a {
	text-decoration:underline;
}
.tomPressLeftColumn li a visited {
	text-decoration:none;
	color:black;
}
.tomPressLeftColumn ul {
	list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    position: relative;
    right: 38px;
    text-align: left;
    width: 200px;
}

/**JAPAN PAGES*/
.tomJapanSplashText {
	display:none;
}
.tomJapanButton {
    left: 13px;
    position: relative;
    top: 218px;
}
#tomJapanButtonRow {
    position: relative;
    right: 142px;
    top: 420px;
}
#tomJapanCell {
	background-image:url(images/tb_japan_earthquake_cell_background.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:205px;
	margin-bottom:-12px;
	padding:8px 14px 0px 0px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.tomJapanHeader {
	font-size:18px;
	font-weight:bold;
	position:relative;
	left:7px;
	padding-bottom:16px;
}
.tomJapanTextLeft {
	color:#044C31;
	font-size:13px;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:14px;
	padding-top:0;
	width:375px;
}
.tomJapanTextAnnouncement {
	color:#044C31;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:64px;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:14px;
	padding-top:0;
	width:385px;
}

