@charset "utf-8";
/* CSS Document */

/* Basic Styling */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #004a8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: url(../images/bg_body.gif) repeat-x #9bcae9;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
div#container {
	position: relative;
	width: 976px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #fff9d1;
}

/* Branding */
div#branding {
	position: relative;
	float: left;
	height: auto;
}
div#branding div#background {
	position: absolute;
	top: 0;
	left: -40px;
	width: 288px;
	height: 216px;
	background: url(../images/bg_logo.gif) no-repeat;
}
div#branding div#logo {
	position: relative;
	width: 176px;
	height: 112px;
	background: url(../images/logo_sampler.gif) no-repeat;
}
div#branding div#logo a {
	display: block;
	width: 176px;
	height: 112px;
	color: #00;
	font-size: 1.8em;
	margin: 0;
}
div#branding div#logo a span {
	position: absolute;
	left: -999em;
}
div#branding div#payoff {
	position: relative;
	width: 176px;
	height: 16px;
	background: url(../images/payoff_sampler.gif) no-repeat;
}
div#branding div#payoff a {
	display: block;
	width: 176px;
	height: 16px;
	color: #7e6b60;
	font-size: 1.8em;
	margin: 0;
}
div#branding div#payoff a span {
	position: absolute;
	left: -999em;
}
div#branding_supp {
	position: relative;
	width: 168px;
	padding: 96px 0 0 8px;
}

/* Placeholder right content */
div#placeholder {
	position: relative;
	float: left;
	width: 800px;
}

/* Navigation Supplemental */
div#nav_supp {
	position: relative;
	width: 800px;
	height: 24px;
	margin: 0;
	padding: 0;
}
div#nav_supp div.size {
	position: relative;
	float: right;
	width: 46px;
	height: 24px;
	margin: 0 32px 0 0;
	padding: 0;
}
div#nav_supp div.size div span {
	position: absolute;
	left: -10000px;
	height: 0;
}
div#nav_supp div.size div.normal a {
	float: left;
	display: block;
	width: 12px;
	height: 24px;
	background: url(../images/size_normal_current.gif) no-repeat;
}
div#nav_supp div.size div.normal a:hover {
	background: url(../images/size_normal_current.gif) no-repeat;
}
div#nav_supp div.size div.large a {
	float: left;
	display: block;
	width: 15px;
	height: 24px;
	background: url(../images/size_large.gif) no-repeat;
}
div#nav_supp div.size div.large a:hover {
	background: url(../images/size_large_current.gif) no-repeat;
}
div#nav_supp div.size div.xlarge a {
	float: left;
	display: block;
	width: 19px;
	height: 24px;
	margin: 0;
	background: url(../images/size_xlarge.gif) no-repeat;
}
div#nav_supp div.size div.xlarge a:hover {
	background: url(../images/size_xlarge_current.gif) no-repeat;
}
div#nav_supp div.size img {
	border: 0;
}

/* Navigation Main */
div#nav_main {
	z-index: 100;
	position: relative;
	width: 800px;
	height: 44px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_nav_main.gif) repeat-x;
	vertical-align: bottom;
}
div#nav_main ul {
	list-style: none;
	left: 0;
	height: auto;
	padding: 17px 32px 0 32px;
}
div#nav_main li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
div#nav_main li a {
	display: block;
	margin: 0;
	padding: 6px 14px 6px 20px;
	color: #005a7f;
	background: url(../images/bg_star.gif) no-repeat left center;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
div#nav_main li a:hover {
	color: #005a7f;
	background: url(../images/bg_star_active.gif) no-repeat left center;
	text-decoration: none;
}
div#nav_main li.current a, div#nav_main li.current a:hover {
	color: #005a7f;
	background: url(../images/bg_star_active.gif) no-repeat left center;
	text-decoration: none;
}
div#nav_main li.separate {
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 6px 0 6px 19px;
	border: none;
	background: url(../images/icon_phone.gif) no-repeat left center;
	font-weight: bold;
}
div#nav_main li ul {
	position: absolute;
	list-style: none;
	top: -999em;
	left: -1px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 4px 6px 4px;
	border: 1px solid #fff;
	background: #cee7f5;
	line-height: 1.35em;
}
div#nav_main li ul li {
	z-index: 100;
	display: inline;
	position: relative;
	float: none;
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
	background: none;
	line-height: 1.35em;
}
div#nav_main li ul li a, div#nav_main li.current ul li a {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 2px 24px 2px 13px;
	border: 0;
	color: #005bb0;
	background: url(../images/bg_dropdown.gif) 1px center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	white-space: nowrap;
}
div#nav_main li ul li a:hover, div#nav_main li.current ul li a:hover {
	cursor: pointer;
	color: #fff;
	background: url(../images/bg_dropdown_mo.gif) 1px center no-repeat #0098d4;
}
div#nav_main li:hover ul, div#nav_main li.iehover ul {
	display: block;
	top: auto;
}

/* Content Main */
div#content_main {
	position: relative;
	float: left;
	width: 480px;
	padding: 24px 32px 16px 32px;
}
div#content_main.wide {
	position: relative;
	clear: left;
	width: 768px;
	padding: 24px 0 16px 32px;
}
div#content_main a {
	color: #004a8f;
	background: url(../images/text_decoration.gif) repeat-x bottom;
	text-decoration: none;
}
div#content_main a:hover {
	color: #d41900;
	background: none;
	text-decoration: underline;
}
div#content_main h3 {
	margin: 0 0 0.5em 0;
	color: #0098d4;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
div#content_main h4 {
	margin: 1em 0 0.5em 0;
	color: #d41900;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.65em;
}
div#content_main h5 {
	margin: 1.25em 0 0 0;
	color: #d41900;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.65em;
}
div#content_main img {
	margin: 0 0 0.8em 16px;
}
div#content_main p {
	margin: 0 0 0.75em 0;
	color: #004a8f;
	font-size: 1em;
	line-height: 1.65em;
}
div#content_main h3 + p, div#content_main p.intro {
	font-weight: bold;
}
div#content_main p.note {
	margin: 1.5em 0 0.5em 16px;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
}
div#content_main p span {
	color: #fc1363;
}
div#content_main ul {
	margin: 0 0 0.5em 16px;
	padding: 0 0 0 16px;
	list-style: square inside;
}
div#content_main ol {
	margin: 0 0 0.5em 16px;
	padding: 0 0 0 16px;
	list-style: decimal inside;
}
div#content_main li {
	color: #006;
	padding: 0 0 1px 0;
	line-height: 1.65em;
}
div#content_main ul ul {
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	list-style: square inside;
}
div#content_main ol ol {
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	list-style: lower-alpha inside;
}
div#content_main li li {
	color: #09f;
	font-size: 0.9em;
}
div#content_main p.link {
	margin: 0;
}
div#content_main p.link a {
	margin: 0 0 0 17px;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(../images/link.gif) 0 1px no-repeat;
}
div#content_main p.link a:hover {
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(../images/link_mo.gif) 0 1px no-repeat;
}
div#content_main table {
	margin: 0 0 0 16px;
	border-collapse: collapse;
}
div#content_main th {
	padding: 0.2em 0.8em 0.2em 0;
	color: #09f;
	font-size: 0.9em;
	font-weight: normal;
	vertical-align: baseline;
	white-space: nowrap;
}
div#content_main td {
	padding: 0.2em 0.8em 0.2em 0;
	color: #006;
	font-weight: normal;
	vertical-align: baseline;
}
div#content_main div.special {
	float: left;
	position: relative;
	width: 190px;
	min-height: 128px;
	margin: 16px 0 0 0;
	padding: 8px 16px 8px 16px;
	background: #fff;
}
div#content_main div.special div {
	position: absolute;
	width: 12px;
	height: 12px;
	line-height: 0.1em;
	font-size: 0.1em;
}
div#content_main div.special div.tl {
	top: 0;
	left: 0;
	background: url(../images/corner_yellow_tl.gif) no-repeat;
}
div#content_main div.special div.tr {
	top: 0;
	right: 0;
	background: url(../images/corner_yellow_tr.gif) no-repeat;
}
div#content_main div.special div.bl {
	bottom: 0;
	left: 0;
	background: url(../images/corner_yellow_bl.gif) no-repeat;
}
div#content_main div.special div.br {
	bottom: 0;
	right: 0;
	background: url(../images/corner_yellow_br.gif) no-repeat;
}
div#content_main div.special h4 {
	display: block;
	margin: 0 0 0.5em -4px;
	padding: 0 14px 2px 19px;
	color: #d41900;
	background: url(../images/star_special.gif) no-repeat 0 center;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
div#content_main div.special p {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
div#content_main div.special p.link a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bg_link.gif) 1px center no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
}
div#content_main div.special p.link a:hover {
	margin: 0;
	padding: 0 0 0 15px;	
	background: url(../images/bg_link_mo.gif) 1px center no-repeat;
	text-decoration: none;
}
div#content_main div.product {
	position: relative;
	margin: 0 32px 0 0;
	width: 352px;
}
div#content_main p.price {
	color: #0098d4;
}
div#content_main div.product img {
	position: relative;
	float: right;
	margin: 0 0 0 16px;
	width: 112px;
	height: 66px;
}

/* Content Supplemental */
div#content_supp {
	float: left;
	padding: 37px 0 0 0;
}
div#content_supp div.home {
	width: 224px;
	margin: 0;
}
div#content_supp div.home img {
	margin: 0;
}
div#content_supp div.pictures {
	width: 224px;
	margin: 0;
}
div#content_supp div.pictures img {
	margin: 16px 0 0 0;
}
div#content_supp div.description {
	padding: 0 4px 0 8px;
	color: #0098d4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}

/* Site Information */
div#site_info {
	position: relative;
	width: 976px;
	height: auto;
	margin: 0 auto 0 auto;
	background: url(../images/bg_footer.gif) repeat-x #ffee84;
	font-family: Tahoma, Geneva, sans-serif;
}
div#site_info .corner {
	position: absolute;
	z-index: 100;
	width: 12px;
	height: 12px;
	line-height: 0.1em;
	font-size: 0.1em;
}
div#site_info .bl {
	bottom: 0;
	left: 0;
	background: url(../images/corner_blue_bl.gif) no-repeat;
}
div#site_info .br {
	bottom: 0;
	right: 0;
	background: url(../images/corner_blue_br.gif) no-repeat;
}
div#site_info a {
	color: #0098d4;
	background: url(../images/text_decoration_footer.gif) repeat-x bottom;
	text-decoration: none;
}
div#site_info a:hover {
	color: #d41900;
	background: none;
	text-decoration: underline;
}
div#site_info div#copyright {
	float: left;
	padding: 8px 0 4px 16px;
	color: #0098d4;
	font-size: 0.8em;
}
div#site_info div#legal {
	float: right;
	padding: 8px 16px 4px 0;
	color: #0098d4;
	font-size: 0.8em;
}
