/* CSS Document */
body {
	color: #0F0F0F;
	font: 15px / 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*div, ul, h1, h2, h3, li, p, img {
    margin: 0;
    padding: 0; 
}
ul {
    list-style-type: none;
}
*/ 
/* TOP PANEL*/
#topPanel {
	width: 900px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#topPanel img {
	z-index: 1;
	position: absolute;
	top: 0px;
	margin: 0 0 0 21px;
	left: 21px;
	padding-top: 6px;
}

/* MENU PANEL*/

#topPanel ul {
	list-style-type: none;
	display: block;
	width: 870px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 11px 0 0;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #AEAEAE;
}

#topPanel ul li {
    float: right;
    font: 12px / 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#topPanel ul li a {
    width: 74px;
    height: 36px;
    display: block;
    padding: 0;
    color: #555;
    background: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 1px 0 0;
    top: 0px;
    left: 0px;
}

#topPanel ul li a:hover {
    width: 74px;
    height: 36px;
    text-decoration: none;
    background: url(/images/button.gif) no-repeat 0 0 #AEAEAE;
    color: #fff;
}

#topPanel ul li.active {
    width: 74px;
    display: block;
    height: 36px;
    background: url(/images/button.gif) no-repeat 0 0 #AEAEAE;
    color: #fff;
    text-align: center;
    margin: 0 1px 0 0;
}

/* HEADER PANEL*/
#topPanel #headerPanelfirst img {
    width: 40px;
    height: 39px;
    padding: 0;
    position: absolute;
    top: 22px;
    left: 158px;
    margin: 0;
    border: 0;
}

#topPanel #headerPanelfirst {
    width: 246px;
    height: 203px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 60px 0 0;
    padding: 0px;
    background: url(/images/green-normal.png) no-repeat 0 0 #fff;
    color: #fff;
}

#topPanel #headerPanelfirst a {
    position: absolute;
    color: #fff;
    width: 246px;
    height: 203px;
    display: block;
    text-decoration: none;
}

#topPanel #headerPanelfirst a:hover {
    position: absolute;
    width: 246px;
    height: 203px;
    background: url(/images/green-hover.png) no-repeat 0 0 #fff;
    color: #fff;
    text-decoration: none;
}

#topPanel #headerPanelsecond {
    width: 246px;
    height: 203px;
    position: absolute;
    top: 0;
    left: 258px;
    margin: 60px 0 0;
    padding: 0px;
    background: url(/images/blue-normal.png) no-repeat 0 0 #fff;
    color: #fff;
}

#topPanel #headerPanelsecond a {
    color: #ffffff;
    width: 246px;
    height: 203px;
    display: block;
    text-decoration: none;
}

#topPanel #headerPanelsecond a:hover {
    width: 246px;
    height: 203px;
    background: url(/images/blue-hover.png) no-repeat 0 0 #fff;
    color: #fff;
    text-decoration: none;
}

#topPanel #headerPanelthird {
    width: 246px;
    height: 203px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 60px 0 0;
    padding: 0px;
    background: url(/images/orange-normal.png) no-repeat 0 0 #fff;
    color: #fff;
}

#topPanel #headerPanelthird a {
    color: #ffffff;
    width: 246px;
    height: 203px;
    display: block;
    text-decoration: none;
}

#topPanel #headerPanelthird a:hover {
    width: 246px;
    height: 203px;
    background: url(/images/orange-hover.png) no-repeat 0 0 #fff;
    color: #fff;
    text-decoration: none;
}

#topPanel .headline {
    display: block;
    background: none;
    margin: 28px 0 0 108px;
    font: 18px / 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    z-index: 1;
}

#topPanel .abstract {
    width: 192px;
    display: block;
    font: 12px / 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bolder;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 0;
    margin: 92px 32px 0 32px;
}

/* BODY PANEL*/
#bodyPanel {
}

#bodyPanel p {
    background: url(/images/i.png) 0 0 no-repeat #fff;
    margin: 8px;
    padding: 0 32px 15px 150px;
    color: #0F0F0F;
    font: 18px / 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyPanel p span {
    font-weight: bold;
}

#bodyPanel p.dotline {
    background: url(/images/dot-line.gif) 0 0 repeat-x #fff;
    padding: 0;
    margin: 0 40px 0 25px;
    color: #000;
}

#bodyPanel p.capstext {
    background: url(/images/blank.gif) bottom right no-repeat #fff;
    font-size: 16px;
    font-style: italic;
    color: #555555;
    padding: 2px 10px 0 25px;
    margin: 0 35px 10px 0;
    height: 36px;
}

#bodyPanel h3 {
    display: block;
    font: 24px / 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #FF7113;
}

#bodyPanel h4 {
    background: #fff;
    width: 250px;
    height: 24px;
    position: absolute;
    top: 130px;
    right: 30px;
    margin: 0;
    font: 24px / 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0px;
    color: #FF7113;
}

#bodyPanel #testimonial {
    width: 282px;
    height: 220px;
    display: block;
    background: url(/images/testimonial-bg.gif) 0 0 no-repeat #FFF6DB;
    padding: 12px 33px 0 148px;
    margin: 0 0 0 0px;
    color: #786321;
}

#bodyPanel #testimonial p {
    background: none;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
}

#bodyPanel #testimonial p span {
    color: #786321!Important;
}

#bodyPanel ul {
    width: 280px;
    display: block;
    position: absolute;
    right: 0px;
    top: 160px;
    list-style-type: none;
}

#bodyPanel ul li {
    font: 12px / 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: url(/images/symbol2.gif) 0 8px no-repeat;
    padding: 0 0 0 16px;
}

#bodyPanel ul span {
    background: url(/images/dot-line.gif) repeat-x 0 100%;
    height: 25px;
    display: block;
}

/* Body Panel Style #2 */
#bodyPanel2 {
    width: 762px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#bodyPanel2 h1 {
	background: #fff;
	display: block;
	height: 48px;
	margin: 0;
	font: 30px / 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 30px 0 0 0px;
	color: #333;
	font-size: 46px;
	text-align: center;
	letter-spacing: -2px;
}

#bodyPanel2 h2 {
	background: #fff;
	display: block;
	height: 60px;
	margin: 0;
	font: 26px / 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 4px 0 0 0px;
	color: #666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyPanel2 h3 {
    background: #fff;
    display: block;
    width: 250px;
    height: 34px;
    margin: 34px 0 12px 0;
    font: 30px / 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 0 0 20px;
    position: absolute;
    top: 146px;
    right: 5px;
    color: #FF7113;
}

#bodyPanel2 p {
    margin: 0px;
    padding: 0 42px 15px 0px;
    color: #0F0F0F;
    font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyPanel2 p span {
    /*font-weight: bold;*/
}

#bodyPanel2 p.dotline {
    background: url(/images/dot-line.gif) 0 0 repeat-x #fff;
    padding: 0;
    margin: 0 40px 0 25px;
    color: #000;
}

#bodyPanel2 p.capstext {
    background: url(/images/blank.gif) bottom right no-repeat #fff;
    font-size: 16px;
    font-style: italic;
    color: #555555;
    padding: 2px 10px 0 25px;
    margin: 0 35px 10px 0;
}

#bodyPanel2 dl {
    margin: 0 0 0 0px;
    padding: 0 42px 15px 0px;
    color: #0F0F0F;
    font: 15px / 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyPanel2 dt {
	font-weight:bolder;
    margin: 0 0px 0 0px;
    padding: 0;
    background: url(/images/dot-line.gif) 0 0 repeat-x #fff;
    color: #000;
}

#bodyPanel2 ol {
    margin: 0 0 0 0px;
    padding: 0 42px 15px 0px;
    color: #0F0F0F;
    font: 15px / 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyPanel2 ul {
    padding: 4px 0 8px 0px;
    /*list-style-type: none;*/
}

#bodyPanel2 ul li {
    font-weight: normal;
    /*background: url(/images/symbol2.gif) 0 8px no-repeat;
    padding: 0 0 0 30px;*/
}

#bodyPanel2 ul span {
    background: url(/images/dot-line.gif) repeat-x 0 100%;
    height: 25px;
    display: block;
}

#bodyPanel2 a {
    text-decoration: none
}

#bodyPanel2 #list ul li {
    font-weight: normal;
    background: none;
}

/* Body Panel Style #3 */
#bodyPanel3 {
    width: 762px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#bodyPanel3 h1 {
    background: #fff;
    display: block;
    height: 56px;
    margin: 0;
    font: 30px / 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 4px 0 0 0px;
    color: #FF7113;
}

#bodyPanel3 p {
    margin: 0 0 0 54px;
    padding: 0 42px 15px 150px;
    color: #0F0F0F;
    font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#bodyPanel3 p.dotline {
    background: url(/images/dot-line.gif) 0 0 repeat-x #fff;
    padding: 0;
    margin: 0 40px 0 25px;
    color: #000;
}

#bodyPanel3 a {
    text-decoration: none
}

#bodyPanel4 {width:762px; position:relative; margin:0 auto; padding:0; text-align:left;}

/* FOOTER PANEL*/
#footerPanel {
	width: 900px;
	font-size: 12px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footerhtmlPanel p.dotline {
    background: url(/images/dot-line.gif) 0 0 repeat-x #fff;
    padding: 0;
    margin: 6px 0 6px 0;
    color: #000;
}

#footerbodyPanel {
	/*background: #DCDCDC;*/
    color: #4C4C4C;
	width: 900px;
	height: 42px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
}

#footerPanel ul {
	margin:0px;
	padding-left:0px;
    display: block;
    list-style-type: none;
}

#footerPanel li {
	padding-top:12px;
    float: left;
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footerPanel ul li a {
    padding: 0 6px;
    color: #4C4C4C;
    /*background: #DCDCDC;*/
    text-decoration: none;
}

#footerPanel ul li a:hover {
    text-decoration: underline;
}

#footerPanel ul li a.padl {
    padding: 0 0 0 6px;
}

#footerPanel p.copyright {
    /*background: #DCDCDC;*/
    position: absolute;
    right: 45px;
    color: #A64200;
}

#footerhtmlPanel {
	width: 900px;
	height: 10px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#footerhtmlPanel a {
    text-decoration: none;
    color: #4C4C4C;
}

#footerhtmlPanel a:hover {
    color: #216EBD;
    text-decoration: none;
}

#footer{
	color:#7c7c7c;
	margin-top:25px;
	font-size:12px;
	height:auto;
	clear:both;
	width:auto;
	padding-left:0px;
	margin-left: 0px;
}

#footer a{
	color:#F60;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#F7B344;
	font-weight:bold;
	text-decoration:underline;
}

#signature{
	border-bottom:solid 1px #bfbfbf;
	padding-bottom:3px;
	margin-bottom:5px;
	text-align:right;
	height:30px;
}

#footer img {border:0px}

p.more{height:26px; padding:0; background:none; margin:0;}
p.more a{width:76px; height:26px; display:block; background:url(images/more.gif) 0 0 no-repeat #fff; color:#555; text-decoration:none; font:15px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; padding:0 0 0 10px;}
p.more a:hover{background:url(images/more.gif) 0 0 no-repeat #fff; color:#216EBD; text-decoration:none;}


/* Special elements */
.lnk {
	color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #AEAEAE;
}

.lnk:hover {
    text-decoration: none;
    border-bottom: 1px solid blue;
}

.try {
    background: transparent url(/images/try_icon.png) no-repeat;
    width: 96px;
    height: 36px;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 auto;
}

.try:hover {
    background-position: -96px 0;
}

.buy {
    background: transparent url(/images/buy_icon.png) no-repeat;
    width: 96px;
    height: 36px;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 auto;
}

.buy:hover {
    background-position: -96px 0;
}

.cart {
    background: transparent url(/images/cart_icon.png) no-repeat;
    width: 96px;
    height: 36px;
	float: right;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 auto;
}

.cart:hover {
    background-position: -96px 0;
}

/* Tables */
#feature_grid {
    margin: 0 0 10px 0px;
    padding: 0 12px 12px 0px;
    color: #0F0F0F;
    font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table td.label {
    text-align: left;
    padding-left: 6px;
}

table th {
    padding: 10px;
    color: #777;
    background-color: #EEE;
}

table th .inset {
	width: 100px;
    background-color: #FFF;
    padding: 10px 15px;
    border: 1px solid #DDD;
    /* border-radius: 10px;*/
}

table th .header {
    font-size: 80%;
}

table th strong {
    color: #000;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 2px;
}

table th .price {
	color: #888;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

table th .price span {
    color: #444;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

table th .price sup {
    font-size: 70%;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

table td {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #DDD;
	text-align:center;
}

table td.on {
    background: transparent url(/images/green_check.jpg) no-repeat 50% 50%;
}
table tr.top td {
    background-color: #EEE;
    border-bottom: 1px solid #EEE;
}

table tr.blue td {
    border-bottom-color: #ddecfd;
}
.WaspQuestion {
	padding: 0;
	letter-spacing: -1.5pt;
	line-height: 2em;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.WaspStatement h2{
	width: 380px;
	position: relative;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-align: justify;
	margin-left: 0px;
	margin-right: auto;
	font: 24px georgia,times;
	margin-top: 10px;
	font-weight: normal;
}
.WaspFunctions h3{
	width: 380px;
	position: relative;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	color: #000;
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.WaspDownload{
	width: 380px;
	position: relative;
	line-height: 1.2em;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
	font: 12px georgia,times, serif;
	margin-top: 5px;
	color: #000;
}
.WaspAction{
	width: 380px;
	position: relative;
	line-height: 1.2em;
	text-align: center;
	margin-left: 0px;
	margin-right: auto;
	font: 16px georgia,times, serif;
	margin-top: 8px;
	margin-bottom: 20px;
}
.WaspScreen{
	width: 500px;
	left: 0px;
	text-align: center;
	float: right;
	height: 480px;
}

.WaspBodyTop {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.WaspLeftTop {
	text-align: left;
	float: left;
	width: 400px;
	padding-top: 30px;
}

.WaspBodyTopBack {
	text-align: center;
	width: 100%;
	background-image: url(/images/lrock002.jpg);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	height: 500px;
}

.WaspBody {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
	overflow: hidden;
}

.WaspClient {
	width: 380px;
	top: 5px;
	margin-top: 0px;
	float: left;
}
.WaspEveryday {
	font-family: Georgia, Times;
	width: 470px;
	text-align: left;
	font-size: 22pt;
	line-height: 1.1em;
	letter-spacing: -1px;
	float: right;
}
.WaspShot {
	width: 470px;
	overflow: hidden;
	float: right;
	padding-top: 40px;
}
.WaspRss {
	width: 400px;
	float: left;
}
.WaspImage{
	border: solid black 1px;
	border-color: #999;
	margin-top: 10px;
}
.WaspBox{
	width: 230px;
	float: left;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
}
.WaspNewsTitle {
	font-size: 16px;
	font-weight: bold;
}
.WaspLangage {
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	left: 865px;
	top: 51px;
	color: #999;
}

.WaspLangage A:link {text-decoration: none; color: #666;}
.WaspLangage A:visited {text-decoration: none; color: #666;}
.WaspLangage A:active {text-decoration: none; color: #666;}
.WaspLangage A:hover {
	text-decoration: underline;
	color: #666;
}

.buy_BigTitle {
	font-family: Arial, Helvetica, sans-serif;
}
.buy_SmallTitle {
	text-align: center;
}
.buy_SmallBox {
	width: 160px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
.buy_Container {
	height: 300px;
	margin: 0 auto;
}
.buy_h1 {
}
.buy_h2 {
}
.buy_h3 {
}

