@charset "utf-8";
/* CSS Document */

/*======================================
	base
======================================*/
* {
    margin:0;
	padding:0;
}

ul, li {
	list-style-type:none;
}

img {
	vertical-align:middle;
	border:none;
}

table, td, th {
	border:none;
}

td, th {
	text-align:left;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

strong, em {
	font-style:normal;
	font-weight:bold;
}

a {
	color:#FFF;
	text-decoration:underline;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background:#ccc;
	color:#333;
	background:url(/clarion/cardget/img/SwitchBodyBg.gif);
}

.alCenter {
	text-align:center;
}

.alRight {
	text-align:right;
}
.colorRedBld{
	color:#F03;
	font-weight:bold;
	}
/*	a
----------------------------------------------------*/

a:link{
	color:#006dbb;
}
a:visited{
	color:#9966cc;
}
a:hover{
	color:#006dbb;
}
a:active{
	color:#ff8400;
}

/*===========*/
/* -bottomArea
====================================================*/

/* bLinkList
----------------------------------------------------*/
.bLinkList{
	background:#fff url(/clarion/cardget/img/bLinkListBg.gif) repeat-x top;
}
.bLinkList ul{
	padding:11px 0 6px 7px;
}
.bLinkList li{
	padding:0 7px 0 8px;
	background:url(/clarion/cardget/img/bLinkListLiBg.gif) no-repeat 0 0.5em;

	/*  fix no padding for IE5.X  */
		float:left;
		voice-family: "\"}\"";
		voice-family:inherit;
		float:none;
		display:inline;
		font-size:12px;
	}
	html>body .bLinkList li{
		float:none;
		display:inline;
	}
	/* Hides from IE-mac \*/
	* html .bLinkList ul {height:0.0001%;}
	/* End hide from IE-mac */
	/*  /fix no padding for IE5.X  */

.bLinkList .empty{
	padding:0 6px 0 11px;
	background:none;
}


/* bCopyright
----------------------------------------------------*/
.bCopyright{
	padding:7px 0 15px;
	background:url(/clarion/cardget/img/bCopyrightBg.gif) repeat-x top left;
}

/*======================================
	layout
=====================================*/
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	background:url(/clarion/cardget/img/SwitchWrapperBg.gif);
}

/*===head===*/
#head {
	width:770px;
	margin:0 auto;
	background:url(/clarion/cardget/img/SwitchHeadBg.gif) repeat-x;
	height:48px;
}
/*===content===*/
#content {
	width:770px;
	margin:0px auto;
	background:#fff;
}

#content h3{
	text-align:center;
}
.contentText{
	width:606px;
	margin:20px auto 10px auto;
	background:#EEEFEF;
	padding:15px 40px;
	font-weight:bold;
	}

.contentText p{
	margin:20px 0;
	font-size:83%;
	line-height:1.8;
}

.LinkBtn{
	width:606px;
	margin:0 auto 130px auto;
	background:#fff;
	text-align:center;
	padding:15px 40px;
	font-size:83%;
	}
.LinkBtn .LinkCardget{
	width:303px;
	float:left;
	}
.LinkBtn .LinkCardget img{
	margin-top:15px;
	}
.LinkBtn .LinkDLVoice img{
	margin-top:15px;
}
#bottomArea{
	width:770px;
	clear:both;
}

