/*
 * Project:   Ramdass
 * Date:      2010/03/01
/* ---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin: 0 0 1px;
	font-size: 100.01%;
}
body {
	background: #4a2c12 url(../images/main-bg-1.jpg) 50% 100% repeat-y;
	font-size: 62.5%;
}
 @media only screen and (max-device-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
}
body, textarea, input, select, option, button {
	color: #2e1207;
	font-family: Georgia, serif;
	line-height: 1.25;
}
li, dt, dd, p, th, td, caption, pre {
	font-size: 1.2em;
}
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
a {
	color: #09f;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
}
ul, ol, dd, blockquote {
	padding-left: 40px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li *, li p, li li, dt *, dd *, p *, th *, td * {
	font-size: 1em;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
pre {
	font-family: "Courier New", monospace;
	white-space: pre-wrap;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	overflow: visible;
	padding: 0 10px;
	cursor: pointer;
}
button::-moz-focus-inner {
padding: 0;
border: none;
}
hr {
	overflow: hidden;
	height: 1px;
	margin: 15px 0 !important;
	margin: -5px 0 8px;
	padding: 0;
	border: none;
	background-color: #ccc;
	color: #ccc;
}
*:first-child+html hr {
	margin: -7px 0 8px !important;
}
.offset {
	position: absolute !important;
	left: -10001px !important;
	overflow: hidden !important;
}
/* LAYOUT
------------------------------------------- */

#root {
	background: #4a2c12 url(../images/main-bg.jpg) 50% 0 no-repeat;
}
#root .r-wrapper {
	padding-bottom: 44px;
	background: url(../images/btm-bg.png) 50% 100% repeat-x;
}
#top {
	background: url(../images/top-bg.png) 50% 0 repeat-x;
}
#top .wrapper-a {
	overflow: hidden;
	width: 998px;
	margin: 0 auto;
}
#logo {
	float: left;
	margin: 0;
	padding: 28px 0 0 10px;
	overflow: hidden;
	width: 224px;
	height: 85px;
	background: url(../images/logo1.png) 10px 28px no-repeat;
	text-indent: -10001px;
}
#logo * {
	display: block;
	width: 224px;
	height: 85px;
}
#logo img {
	display: none;
}
#skip-links {
	position: absolute;
	top: 0;
	left: -10001px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#skip-links li a:focus, #skip-links li a:active {
	display: block;
	position: absolute;
	left: 10001px;
	top: 0;
	z-index: 10001;
	width: 200px;
	margin: 15px 0 0 15px;
	padding: 2px 0;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#nav {
	float: left;
	width: 791px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-right: 12px;
	padding-left: 10px;
	font-size: 1.5em;
	background: url(../images/menu-brd.png) 100% 0 no-repeat;
}
#nav li a {
	float: left;
	display: block;
	height: 40px;
	color: #d0da93;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
}
#nav ul li ul{
    position: absolute;
    top: 160px;
   background-color:#D0DA93;
}
#nav ul li:hover ul{
	visibility:visible;
}
#nav li ul{
	visibility:hidden;
       z-index:2000;
}
#nav li ul li{
	background: url(../images/menu-brd.png) 100% 0 no-repeat;
clear:both;
}
#nav li ul li a {
	color: #344C1E;
	font-size: 14px;
	width:130px;
height: 30px;
display: block;
text-decoration:none;
text-align: left;
line-height: 30px;
margin-bottom: 5px;
clear:both;
border-bottom:#fff thin solid;
}
#nav li a:hover,  #nav li.selected a {
	color: #fff;
}
#nav li a.item-00 {
	_width: 86px;
}
#nav li a.item-01 {
	_width: 89px;
}
#nav li a.item-02 {
	_width: 99px;
}
#nav li a.item-03 {
	_width: 62px;
}
#nav li a.item-04 {
	_width: 59px;
}
#nav li a.item-05 {
	_width: 108px;
}
#nav li a.item-06 {
	_width: 79px;
}
#nav li a.item-07 {
	_width: 58px;
}
#nav li a.item-08 {
	_width: 133px;
}
#nav li em {
	position: absolute;
	left: -10001px;
	top: -10001px;
}
#content {
	overflow: hidden;
	width: 998px;
	margin: 0 auto;
	background: #fff;
}
#footer {
}
#footer .wrapper-a {
	overflow: hidden;
	width: 998px;
	margin: 0 auto;
	padding-bottom: 100px;
}
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}
.header-a {
	margin: 0 0 5px 0;
	font-size: 2.2em;
	font-weight: normal;
}
.ha-a {
	margin-bottom: 19px;
	color: #2e1207;
}
.ha-b {
	margin-bottom: 22px;
	padding-left: 3px;
}
.ha-c {
	margin-bottom: 8px;
	padding-left: 3px;
}
.header-b {
	margin: 0;
	font-size: 2.4em;
	line-height: 1.87
}
.header-c {
	float: left;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
}
.hc-a {
	color: #9adbe5;
}
.hc-b {
	margin-bottom: 2px;
	float: none;
	color: #2e1207;
	background: url(../images/header-c-bg.png) 100% 0 no-repeat;
}
.header-d {
	margin: 0;
	color: #bee47d;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
.header-e {
	font-size: 2.2em;
	color: #2e1207;
	font-weight: normal;
}
.header-f {
	margin-bottom: 29px;
	font-size: 2.6em;
	font-weight: normal;
}
.hf-a {
	margin-bottom: 17px;
	text-align: center;
}
.header-g {
	margin-bottom: 23px;
	color: #363942;
	font-size: 1.4em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
/* containers */
 .box-a {
	clear: right;
	float: right;
	padding-top: 22px;
}
* html .ba-a {
	width: 530px;
	overflow: hidden;
	margin: 0 0 0 auto;
}
.box-b {
	height: 334px;
	padding: 58px 25px 0 41px;
	background: url(../images/scroll.jpg) 0 0 no-repeat;
}
.box-b h2 {
	color: #2e1207;
}
.box-b p {
	margin-bottom: 6px;
	color: #2e1207;
	font-style: italic;
	line-height: 1.33;
}
.box-c {
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 5px;
}
.box-c h3 {
	position: absolute;
	top: 26px;
	width: 100%;
	text-align: center;
}
.box-c .image {
	margin: 0;
}
.box-d {
	min-height: 160px;
	padding: 6px 15px;
}
* html .box-d {
	height: 160px;
}
.box-d p {
	margin: 0;
}
.box-d .btn {
	margin: 0 0 5px 0;
}
.box-d h2 {
	margin-bottom: 9px;
	padding-left: 3px;
}
.box-d .more {
	display: block;
}
.bd-a p {
	color: #fff;
}
.bd-a h2 {
	margin-bottom: 22px;
}
.bd-a .image {
	float: right;
	margin: -4px 0 0 0;
	padding-left: 10px;
}
.bd-b {
	padding-right: 28px;
}
.bd-b .image {
	float: right;
	padding-top: 12px;
}
.bd-b h2 {
	margin-bottom:  22px;
}
.box-e {
	padding: 13px;
	background: #f5eccd;
	border: 1px solid #dcbb5c;
}
.box-f {
	margin-bottom: 22px;
	padding: 14px 20px 20px 20px;
	background: #40747f url(../images/box-f-bg.png) 0 0 repeat-x;
}
.cols-two-a {
	overflow: hidden;
	width: 100%;
}
.primary-ta {
	float: left;
	width: 284px;
}
.secondary-ta {
	float: right;
	width: 700px;
	padding-right: 10px;
}
.cols-two-b {
	overflow: hidden;
	overflow: hidden;
	width: 978px;
	margin: 0 auto 5px auto;
	padding: 7px 0;
	background: #2a5560;
}
.primary-tb {
	float: left;
	width: 260px;
	padding-left: 18px;
}
.secondary-tb {
	float: left;
	width: 662px;
	padding-left: 16px;
}
.cols-two-c {
	overflow: hidden;
	width: 978px;
	margin: 0 auto 10px auto;
	background: url(../images/c2c-bg.png) 0 0 repeat-y;
}
.primary-tc {
	float: left;
	width: 613px;
	padding: 7px 30px;
	background: url(../images/primary-tc-bg.png) 0 0 repeat-x;
	min-height:700px;
}
.secondary-tc {
	float: right;
	width: 283px;
	padding: 13px 0 0 17px;
	background: url(../images/secondary-tc-bg.png) 0 0 repeat-x;
}
/* 04/27/2010 - ACB - Change bkgnd of 2nd col to 1st and align to right edge of 1st - works OK */  
 .cols-two-custom-1 {
	overflow: hidden;
	width: 978px;
	margin: 0 auto 10px auto;
}
.primary-tcc1 {
	float: left;
	width: 613px;
	padding: 7px 30px;
	background: url(../images/primary-tc-bg.png) 0 0 repeat-x;
	min-height:700px;
}
.secondary-tcc1 {
	float: left;
	width: 300px;
	padding: 13px 0 0 0px;
	background: url(../images/primary-tc-bg.png) 0 0 repeat-x;
	min-height:700px;
}
/* 04/28/2010 - ACB - Attempt to create the look of a single wide column */  
 .cols-two-custom-2 {
	overflow: hidden;
	width: 978px;
	margin: 0 auto 10px auto;
}
.primary-tcc2 {
	float: left;
	width: 863px;
	padding: 7px 30px;
	background: url(../images/primary-tc-bg.png) 0 0 repeat-x;
	min-height:700px;
}
.secondary-tcc2 {
	float: left;
	width: 50px;
	padding: 13px 0 0 0px;
	background: url(../images/primary-tc-bg.png) 0 0 repeat-x;
	min-height:700px;
}
.cols-two-d {
	overflow: hidden;
	width: 978px;
	margin: 0 auto 10px auto;
	background: #083147 url(../images/c2d-bg.jpg) 0 0 no-repeat;
}
.primary-td {
	float: left;
	width: 590px;
	padding: 8px 0 30px 30px;
}
.secondary-td {
	float: right;
	width: 300px;
	padding: 58px 30px 0 0;
}
.cols-three-a {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	background: url(../images/cols-3a-bg.png) 0 0 repeat-y;
}
.primary-th-a {
	float: left;
	width: 230px;
	padding-right: 5px;
}
.secondary-th-a {
	float: left;
	width: 230px;
	padding-right: 5px;
}
.tertiary-th-a {
	float: left;
	width: 230px;
}
.cols-three-b {
	overflow: hidden;
	width: 978px;
	margin: 0 auto 10px auto;
	background: #708b43 url(../images/c3b-bg-1.png) 0 0 repeat-x;
}
.c-wrapper-a {
	overflow: hidden;
	width: 100%;
	padding: 10px 0 20px 0;
	background: url(../images/c3b-bg-2.png) 0 0 no-repeat;
}
.c-wrapper-a h2 {
	margin-bottom: 9px;
}
.c-wrapper-a p {
	margin-bottom: 13px;
}
.primary-th-b {
	float: left;
	width: 272px;
	padding: 0 14px;
}
.primary-th-b h2 {
	margin-bottom: 14px;
}
.primary-th-b .image-a {
	padding-top: 3px;
}
.secondary-th-b {
	float: left;
	width: 333px;
	padding: 0 17px 0 15px;
}
.tertiary-th-b {
	float: left;
	width: 279px;
	padding-left: 16px;
}
.tertiary-th-b h2 {
	margin-bottom: 14px;
}
.tertiary-th-b .image-a {
	padding-top: 2px;
}
.cols-three-c {
	overflow: hidden;
	width: 611px;
	margin-bottom: 20px;
	padding: 8px 0 5px 0;
	border: 1px solid #d3ccb0;
	background: #faf6e6;
}
.cols-three-c p {
	margin: 0;
}
.primary-th-c {
	float: left;
	width: 188px;
	padding-left: 16px;
}
.secondary-th-c {
	float: left;
	width: 280px;
}
.tertiary-th-c {
	float: left;
	width: 125px;
}
.nav-wrapper {
	width: 978px;
	height: 40px;
	margin: 10px auto;
	background: url(../images/nav-wrapper-bg.png) 0 0 repeat-x;
}
.text-section-a {
}
.text-section-a p.image {
	float: left;
	width: 252px;
	height: 332px;
	margin: -4px 0 0 0;
	padding: 12px 0 0 13px;
	background: url(../images/frame-a.png) 0 0 no-repeat;
}
.text-section-a p.image img {
	display: block;
}
.text-section-a p {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.53;
}
.text-section-a p strong {
	font-style: italic;
}
/* text change size */
 .txt-size-a {
	font-size: 0.85em !important;
}
.txt-size-b {
	font-size: 1em !important;
}
.txt-size-c {
	font-size: 1.2em !important;
}
.txt-size-d {
	font-size: 1.4em !important;
}
.txt-size-e {
	font-size: 1.6em !important;
}
.txt-size-f {
	font-size: 1.8em !important;
}
.text-subsection-a {
	padding-top: 17px;
	text-align: center;
}
.text-subsection-a h3 {
	margin-bottom: 20px;
	color: #2e1207;
	font-size: 1.8em;
	font-weight: normal;
}
.text-section-b {
}
.text-section-b p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.53;
}
.wrapper-c {
	float: right;
}
.video-wrapper {
	overflow: hidden;
	width: 100%;
}
/* forms */
 .form-a {
	float: left;
	padding-top: 6px;
}
* html .form-a {
	width: 290px;
}
.form-a h3 {
	float: left;
	margin: 0;
	padding-right: 12px;
	font-size: 1.8em;
	font-weight: normal;
}
.form-a p {
	position: relative;
	float: left;
	margin: 0;
}
.form-a p label {
	position: absolute;
	top: 5px;
	left: 4px;
	color: #aaa;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
* html .form-a p label {
	top: 6px;
}
*:first-child+html .form-a p label {
	top: 6px;
}
.form-a p input {
	width: 109px;
	padding: 2px 3px 3px 2px;
	color: #aaa;
	border: 1px solid #efecea;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-a p button {
	height: 22px;
	margin: 0 0 0 2px;
	padding: 0 8px;
	color: #fff;
	background: #bc8901;
	border: none;
	font-size: 0.9em;
	line-height: 22px;
}
.form-b {
	float: right;
	padding: 9px 10px 0 0;
}
.form-b p {
	position: relative;
	margin: 0;
}
.form-b p label {
	position: absolute;
	top: 5px;
	left: 24px;
	color: #aaa;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
* html .form-b p label {
	top: 6px;
}
*:first-child+html .form-b p label {
	top: 6px;
}
.form-b p input {
	width: 109px;
	padding: 3px 3px 4px 23px;
	color: #aaa;
	border: 1px solid #ecefe9;
	border-width: 0 1px;
	background: #fff url(../images/magnifier-ico.png) 4px 50% no-repeat;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-b p button {
	height: 22px;
	margin: 0 0 0 2px;
	padding: 0 6px;
	color: #fff;
	background: #c69200;
	border: none;
	font-size: 0.9em;
	line-height: 22px;
}
.form-c {
	padding-left: 8px;
}
.form-c h4 {
	margin-bottom: 5px;
	color: #2e1207;
	font-size: 1.2em;
	font-weight: normal;
}
.form-c .field {
	clear: both;
	margin-bottom: 20px;
}
.form-c .field label {
	display: block;
	padding-bottom: 4px;
	color: #878787;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
}
.form-c .field textarea {
	overflow: auto;
	width: 294px;
	height: 114px;
	padding: 3px;
	color: #878787;
	border: 1px solid #999;
	border-top-color: #737373;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
}
.form-c .field input {
	width: 294px;
	padding: 3px;
	color: #878787;
	border: 1px solid #c3c3c3;
	border-top-color: #7d7d7d;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
}
.form-c .captcha img {
	display: block;
}
.form-c .required {
	width: 317px;
	background: url(../images/req-dot.png) 100% 85% no-repeat;
}
.form-c .btn {
	margin: 0;
}
.form-d {
}
.form-d p {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0;
}
.form-d p label {
	position: absolute;
	top: 5px;
	left: 4px;
	color: #aaa;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
* html .form-d p label {
	top: 5px;
}
*:first-child+html .form-d p label {
	top: 5px;
}
.form-d p input {
	display: block;
	float: left;
	width: 194px;
	padding: 3px 3px 4px 3px;
	color: #aaa;
	border: 1px solid #ecefe9;
	border-width: 0 1px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-d p button {
	display: block;
	float: right;
	height: 22px;
	margin: 0;
	padding: 0 6px;
	color: #fff;
	background: #c69200;
	border: none;
	font-size: 0.9em;
	line-height: 22px;
}
/* tables */

table {
}
table th, table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
/* lists */
 .list-a {
	float: left;
	display:none;
}
.list-a ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.list-a li {
	float: left;
	padding: 1px 0 0 4px;
}
.list-a li a {
	display: block;
	padding-right: 5px;
	color: #fff !important;
	background: url(../images/tab-bg-2.png) 100% 0 no-repeat;
	text-decoration: none;
}
.list-a li a:hover {
	text-decoration: underline;
}
.list-a li a span {
	display: block;
	height: 31px;
	padding: 0 20px 0 25px;
	line-height: 31px;
	background: url(../images/tab-bg-1.png) 0 0 no-repeat;
	cursor: pointer;
}
* html .list-a li a {
	float: left;
	white-space: nowrap;
}
* html .list-a li a span {
	float: left;
	white-space: nowrap;
}
.list-b {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 16px;
}
.list-b li {
	float: left;
	padding-right: 6px;
}
.list-b li a {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 29px;
	background: url(../images/social-buttons-1.png) 0 0 no-repeat;
	text-indent: -10001px;
}
.list-b li.twitter a {
}
.list-b li.facebook a {
	width: 29px;
	background-position: -30px 0;
}
.list-b li.youtube a {
	width: 30px;
	background-position: -59px 0;
}
.list-c {
	padding-top: 15px;
}
.list-c ul {
	position: relative;
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-c li {
	position: relative;
	float: left;
	right: 50%;
	padding: 0 9px;
	color: #af863c;
	background: url(../images/list-c-brd.png) 0 2px no-repeat;
}
.list-c li.first {
	background: none;
}
.list-c li a {
	color: #af863c !important;
	text-decoration: none;
}
.list-c li a:hover {
	text-decoration: underline;
}
.list-d {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-d li {
	float: left;
	padding-right: 5px;
}
.list-d li a {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(../images/social-buttons-2.png) 0 0 no-repeat;
	text-indent: -10001px;
}
.list-d li.facebook a {
}
.list-d li.twitter a {
	background-position: -16px 0;
}
.list-d li.mail a {
	background-position: -32px 0;
}
.list-d li.deli a {
	background-position: -48px 0;
}
.list-d li.sv a {
	background-position: -64px 0;
}
.list-d li.digg a {
	background-position: -80px 0;
}
.list-d li.more a {
	background-position: -96px 0;
}
.ld-a li.more {
	padding: 0;
}
.ld-a li.more a {
	background-position: -112px 0;
}
.list-e {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-e li {
	float: left;
	padding-right: 4px;
}
.list-e li a {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 20px;
	background: url(../images/plus-minus-buttons.png) 0 0 no-repeat;
	text-indent: -10001px;
}
.list-e li.plus a {
	width: 26px;
	background-position: -25px;
}
.list-f {
}
.list-f ul {
	list-style: none;
	width: 225px;
	margin: 0;
	padding: 0;
}
.list-f li {
	overflow: hidden;
	width: 100%;
	padding-bottom: 18px;
	font-size: 1.3em;
}
.list-f li a {
	display: block;
	color: #fff !important;
	text-decoration: none;
}
.list-f li a span {
	display: block;
	margin-left: 62px;
	padding-top: 7px;
	text-decoration: underline;
}
.list-f li a:hover span {
	text-decoration: none;
	cursor: pointer;
}
.list-f li a img {
	float: left;
	display: block;
	border: 1px solid #fff;
}
.lf-a ul {
	width: 100%;
}
.lf-a ul li {
	padding-bottom: 19px;
}
.lf-a li a span {
	margin-left: 115px;
	padding-top: 24px;
}
.list-g {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-g li {
	float: left;
	padding-right: 7px;
}
/* paragraphs */

 .button-a {
	position: absolute;
	bottom: 12px;
	right: 26px;
	margin: 0;
}
* html .button-a {
	width: 64px;
}
.button-a a {
	display: block;
	height: 23px;
	padding-left: 30px;
	color: #fff !important;
	background: url(../images/sound-ico.png) 0 0 no-repeat;
	line-height: 23px;
	text-decoration: none;
}
.button-a a:hover {
	text-decoration: underline;
}
.image-a {
	float: right;
	padding-left: 10px;
}
.text-a {
	float: left;
	height: 34px;
	margin: 0 0 0 27px;
	padding: 3px 0 3px 29px;
	background: url(../images/text-a-bg.png) 0 50% no-repeat;
	font-size: 2em;
	color: #fff;
}
.text-a * {
	display: block;
	float: left;
}
.text-a span {
	padding: 6px 12px 0 0;
}
.text-a span a {
	color: #fff !important;
}
* html .text-a span {
	padding: 2px 12px 0 0;
}
*:first-child+html .text-a span {
	padding: 2px 12px 0 0;
}
.text-b {
	float: left;
	margin: 0;
}
.text-b a {
	display: block;
	overflow: hidden;
	width: 94px;
	height: 32px;
	background: url(../images/button-b.png) 0 0 no-repeat;
	text-indent: -10001px;
}
.text-c {
	overflow: hidden;
	width: 102px;
	height: 17px;
	margin: 0;
	background: url(../images/sign-up.png) 0 0 no-repeat;
	text-indent: -10001px;
}
.text-d {
	float: left;
	margin: 0;
	padding: 6px 0 0 12px;
	color: #fff;
	font-size: 1.3em;
}
.text-d a {
	padding-left: 12px;
	color: #afdb65 !important;
	background: url(../images/brd-1.png) 5px 2px no-repeat;
	text-decoration: none;
}
.text-d a:hover {
	text-decoration: underline;
}
.text-e {
	float: left;
	padding: 1px 7px 0 0;
}
.te-a {
	margin-bottom: 5px;
	color: #fff;
}
.text-f {
	text-align: right;
}
.text-f a {
	color: #437480 !important;
}
.text-f a:hover {
	text-decoration: none;
}
.text-g {
	float: left;
	margin-bottom: 22px;
	padding-right: 7px;
}
.video-a {
	margin: 0 !important;
	padding: 6px;
	background: url(../images/video-a-bg.png) 0 0 no-repeat;
}
.video-a * {
	display: block;
}
.video-b {
	margin-bottom: 10px;
	border: 1px solid #fff;
}
.video-b * {
	display: block;
}
/* links */
 .more {
	color: #fff !important;
	text-decoration: underline;
}
.more:hover {
	text-decoration: none;
}
.link-b {
	display: block;
	padding: 1px 0 0 24px;
	color: #2e1207 !important;
	background: url(../images/printer-ico.png) 0 50% no-repeat;
	text-decoration: none;
}
.link-b:hover {
	text-decoration: underline;
}
/* other */


 
/* SPECIFIC
------------------------------------------- */

 /* video comments */
 .comment-a {
	margin-bottom: 15px;
	background: #fff;
}
* html .comment-a {
	overflow: hidden;
	width: 100%;
}
.comment-a .head {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 9px 0 7px 0;
	color: #444;
	background: #ffe8a9;
}
.comment-a .head span {
	float: left;
	display: block;
	padding: 0 14px 0 18px;
}
.comment-a .head cite {
	font-style: normal;
}
.comment-a .head a {
	color: #33665f !important;
}
.comment-a .head a:hover {
	text-decoration: none;
}
.comment-a .head em {
	display: block;
	overflow: hidden;
	width: 12px;
	height: 11px;
	margin-top: 2px;
	background: url(../images/star.png) 0 0 repeat-x;
	text-indent: -10001px;
}
.comment-a .head em.stars-2 {
	width: 24px;
}
.comment-a .head em.stars-3 {
	width: 36px;
}
.comment-a .head em.stars-4 {
	width: 48px;
}
.comment-a .head em.stars-5 {
	width: 60px;
}
.comment-a blockquote {
	margin: 0;
	padding: 0;
}
.comment-a blockquote p {
	margin: 0;
	padding: 18px;
	font-size: 1.3em;
}
.add-comment {
	padding: 18px;
	background: #fff;
}
#webapp9276pagination {
	display:none;
}
.system-message, .system-error-message {
	margin:0px;
	padding:0px;
	padding:25px;
	background:none;
	border:none;
}
table th, table td {
	border:0px;
}

