﻿/* CIGNA first editio 06.AUG.2008 */
body
{
  padding: 0;
  margin: 0;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

#wrap 
{
  background-image: url(../images/bg-body.gif);
  background-position: center;
  background-repeat: repeat-y;
}

#header { height: 44px; width: 968px; max-width: 968px; margin: 0 auto; clear: both; font-size:11px; padding-top:24px; }

#header .content {
  text-align: right;
}
#logo
{
  position: absolute;
  top: 2px;
	height:62px;
}

#pageWrapper 
{
  width: 968px;
  margin: 0 auto;
/*  min-height: 500px;  */
}
#primary 
{
  height: 33px;
  clear: both;
}
#secondary { clear: both; height: 33px; background-image: url(../images/bg-secondary.gif); background-position: left top; background-repeat: no-repeat; width: 100%; text-align:center; overflow:hidden; position: relative; margin-bottom: 5px;}
	.no-secondary #secondary { background-image: url(../images/bg-secondary.gif); background-position: left -35px; background-repeat: no-repeat; margin-bottom: 5px; }

#keyVisual { height: 150px; }

#footer 
{
  clear: both;
}

body#front #footer{ padding-top:0px; }
#footer .block
{
  padding: 0 0 5px 0;
	min-height:1px;
}
#footer .content
{
  border-top: 1px solid #999;
  padding-top: 15px;
}
#footer .block
{
	border:none;
}
* html #footer .content,
*+html #footer .content
{
  display: inline-block;
}


#contentWrapper 
{
  clear: both;
 
}
#content .content { padding: 10px 0; padding-left: 20px; line-height: 1.6em; }
.reduce #content .content { padding-bottom: 0; }
.key #content .content { background: none; }
#content .imageContent { padding: 0; text-align:center; }
.nosidebar #content .content { padding: 30px 0; }
.columnLeft, .columnRight { float: left; }

.columnLeft { width: 190px; margin:0; min-height: 10px; }
	.columnLeft img { margin-top:0px; }
	#keyVisual .columnLeft { width: 193px; margin-right: 2px; min-height: 10px; height:149px; }
	
.columnRight { width: 755px; }
	.columnRight img { margin-top:0px; }

.nosidebar #contentWrapper .columnLeft
{
  min-height: 0px;
  width: 0px;
}
.nosidebar #contentWrapper .columnRight 
{
  width: 100%;
}
/* #contentWrapper .columnLeft, #contentWrapper .columnRight { margin-bottom: 30px; } */

/*--3 column Setting--*/
#wrapper_3c{ background:#fff url(../images/bg_3column.gif) top repeat-x; width:100%;
min-height:500px;
height: auto !important;
height: 500px;}


/* Left Navigation Classes */
div#navLeftMenu ul { margin:0; }
	div#navLeftMenu ul li { line-height:120%; }
	div#navLeftMenu h3{ margin-top:10px; }

div#navLeft { margin-top:0px; }

#left_3c
{
	float:left;
  width: 156px;
	padding-right:1px;
  min-height: 10px;
}

#left_3c ul, #left_3c *
{
	padding:0 !important;
	margin:0 !important;
	display:inline;
}
#left_3c li
{
	overflow:hidden;
	height:36px;
}
#center_3c
{float:left;
  width: 566px;padding:0 0 20px 0;margin:0 0 0 20px;
}

#right_3c 
{float:right;
  width: 239px;
}


#mid_top {
background:url(../images/mid_top.gif) top no-repeat;
padding-top:8px;
width:566px;
}

#mid_mid {
background:url(../images/mid_mid.gif) repeat-y;
width:566px;padding-bottom:10px;
}

#mid_bottom {
background:url(../images/mid_bottom.gif) bottom no-repeat;
padding-bottom:13px;
width:566px;
}

/*--3 column setting--*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;}
*/



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;}
*/


/* ---------->>> thickbox specific link and font settings <<<--------------*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
}


/* ---------->>> thickbox settings <<<---------------*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}*/
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFF;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}



#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}



#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.landscape
{
  width: 700px;
  min-height: 400px;
}





/*--nav--*/
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li a {
	display: block;
	color: #f0f4c2;
	font-size: 0 !important;
	font-size: 1px;
	letter-spacing: -1px;
	height: 36px;
}
/*
.product a:link, .product a:visited {
	width: 156px;
	height: 36px;
	background: url(../images/btn_nav01_off.jpg) transparent no-repeat left top;
}
.product a:hover, .product a.current {
	background: url(../images/btn_nav01_on.jpg) transparent no-repeat left top;
}
.info a:link, .info a:visited {
	width: 156px;
	height: 36px;
	background: url(../images/btn_nav02_off.jpg) transparent no-repeat left top;
}
.info a:hover, .info a.current {
	background: url(../images/btn_nav02_on.jpg) transparent no-repeat left top;
}
.objects a:link, .objects a:visited {
	width: 156px;
	height: 33px;
	background: url(../images/btn_nav03_off.jpg) transparent no-repeat left top;
}
.objects a:hover, .objects a.current {
	background: url(../images/btn_nav03_on.jpg) transparent no-repeat left top;
}
.insurance a:link, .insurance a:visited {
	width: 156px;
	height: 34px;
	background: url(../images/btn_nav04_off.jpg) transparent no-repeat left top;
}
.insurance a:hover, .insurance a.current {
	background: url(../images/btn_nav04_on.jpg) transparent no-repeat left top;
}
.download a:link, .download a:visited {
	width: 156px;
	height: 35px;
	background: url(../images/btn_nav05_off.jpg) transparent no-repeat left top;
}
.download a:hover, .download a.current {
	background: url(../images/btn_nav05_on.jpg) transparent no-repeat left top;
}
.notice a:link, .notice a:visited {
	width: 156px;
	height: 35px;
	background: url(../images/btn_nav06_off.jpg) transparent no-repeat left top;
}
.notice a:hover, .notice a.current {
	background: url(../images/btn_nav06_on.jpg) transparent no-repeat left top;
}
*/

/*--form right--*/
#formRight {
	width: 239px;
	background-color: #eff5c7;
	color: #647881;
	text-align: center;
}
#formRight #btm {
	width: auto;
	height: 10px;
	margin-top: -5px;
	background: url(../images/img_formright_btm.jpg) transparent no-repeat left bottom;
}
#formRight table {
	border: 0;
	margin: 5px auto;
	text-align: left;
}
#formRight table td {
	padding: 0;
	margin: 0;
}
#formRight .data td {
	padding: 2px;
	margin: 2px;
}
#formRight input, #formRight textarea, #formRight select {
	font-size: 12px;
	color: #999999;
}
#formRight select {
	text-align: center;
	border: 2px solid #b1beb4;
	background-color: #eaefeb;
}
#formRight textarea {
	padding: 3px;
	border: 2px solid #b1beb4;
	background-color: #eaefeb;
}
#formRight #banner {
	width: auto;
	margin-bottom: 5px;
}
#formRight #form {
	background: url(../images/bg_formright_form.gif) #d1dfd0 repeat-x left top;
	p/adding-bottom: 2px;
	b/order-bottom: 1px solid #ccc;
}

#formRight .input1 {
	width: 100px;
	border: 2px solid #b1beb4;
	background-color: #eaefeb;
}
#formRight .radio1 {
	border: 1px solid #cdccca;
}
#contentOpen {
	display: none;
}
#contentClosed {
	display: block;
}

#msg {
	position: absolute;
	width: 335px;
	height: 182px;
	top: 200px;
	left: 316px;
}

#video #header, #video #pageWrapper, #video #footer{
	width: 570px;
}
#video #wrapper_3c {
	text-align: center;
	background: url(../images/bg_video_wrapper.gif) transparent no-repeat left top;
}
#video #center_3c {
	margin: 30px 2px 0 2px;
}
#video #movie {
	text-align: center;
}

/* Global Content Classes */
div.contentArea { margin-top:20px; }
div.contentArea_iFrame { margin-top:8px; }

/* Products Right Classes */
`