/* GENERAL ====================================================== */

/* mac hide \*/
HTML,BODY{
	height:100%;
	margin:0;
	padding:0;
}
/* end hide*/

BODY{
	background: #E9E9E9 url(../Images/body_bg.gif) repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
}	
BODY,TD,DIV,P,A{
	font-family: arial;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	color: #3e3e3e;
}

DIV.clear, BR.clear{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}


/* LAYOUT GENERAL ====================================================== */

TABLE.outer{
width: 899px;
height 100%;
}
TABLE.outer TD.row1{
width: 100%;
height: 59px;
background: url(../Images/row_bar_bg.gif) no-repeat 0px 34px;
}
TABLE.outer TD.row2{
width: 100%;
}
TABLE.outer TD.row3{
width: 100%;
height: 93px;
background: url(../Images/row_bar_bg.gif) no-repeat 0px 11px;
}


TABLE.outer TD.row2 TD.col1{
width: 206px;
height:100%;
}
TABLE.outer TD.row2 TD.col2{
width: 12px;
height:100%;
}
TABLE.outer TD.row2 TD.col3,
TABLE.outer TD.row2 TD.col3_followup{
width: 681px;
height:100%;
background-color:#FFFFFF;
}


TABLE.block{
width:100%;
height:auto;
margin-top: 12px;
}
TABLE.block_with_no_margintop{
width:100%;
height:auto;
margin: 0px;
}

TD.block_menu{
width:100%;
height:auto;
border-top:1px solid #FFFFFF;
background: #FFFFFF url(../Images/logo.gif) no-repeat 0px 0px;
padding: 0px 0px 5px 0px;
}
TD.block_general{
width:100%;
height:auto;
border-top:1px solid #003366;
background-color: #FFFFFF;
padding: 20px 16px 12px 22px;
}
TD.block_without_bordertop{
width:100%;
height:auto;
background-color: #FFFFFF;
padding: 20px 16px 12px 22px;
}
TD.block_points{
width:100%;
height:auto;
border-top:1px solid #003366;
background: #FFFFFF;
padding: 16px 16px 12px 22px;
}


TABLE.moodbar,
TD.col3_followup TABLE.moodbar{
width:100%;
height: 289px;
margin-bottom: 32px;
}
TD.col3_followup TABLE.moodbar{
height: 158px;
margin-bottom: 24px;
}
TABLE.moodbar TD{
padding: 7px 7px 0px 7px;
}
DIV.moodbar_container{
width:100%;
height:100%;
overflow:hidden;
}


TABLE.content_layout{
width:100%;
height: auto;
margin-bottom: 32px;
}
TD.content_col1{
width: 28px;
height: 100%;
}
TD.content_col2{
width: 434px;
height: 100%;
}
TD.content_col3{
width: 29px;
height: 100%;
}
TD.content_col4{
width: 190px;
height: 100%;
}

TD.col3_followup TABLE.content_layout{
width:auto; 
}

TD.col3_followup TD.content_col2{
width:633px; /* 394+ 49+ 190*/ 
}


DIV.copyright_container{
float:left;
width: 206px;
height: 30px;
margin-top: 44px;
}


/* LAYOUT HOME ====================================================== */

TABLE.product_introduction{
margin-bottom:40px;
}
TD.product_introduction_image{
width: 110px;
padding: 6px;
border: 1px solid #003366;
text-align:center;
}
TD.product_introduction_image IMG{
float: center;
border: 0px;
}

TD.product_introduction_text{
width: 254px;
padding: 19px 16px 19px 19px;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
}

TD.product_introduction_button{
width: 29px;
height:100%;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
border-right: 1px solid #003366;
background-color:#003366;
}

IMG.product_introduction_link_block, IMG.product_introduction_link_block:hover{
display:block;
width: 29px;
height:115px; /* YOU MUST SPECIFY A HEIGHT IN PX - 100% DOES NOT WORK!*/
background-image:url(../Images/prod_intro_button_off.gif);
background-repeat: no-repeat;
background-position: 50% 50%;	
border: 0px;
}
IMG.product_introduction_link_block:hover{
}

