html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #191919 url(../images/Layout_BGT.jpg) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	text-align: center;
	height: 100%;
}

a {
	color: #D18F4A;
	text-decoration: underline;
}
a:hover {
	color: #D9A978;
	text-decoration: underline;
}

hr {
	border: 0;
	height: 5px;
	color: #272727;
	background-color: #272727;
	margin-bottom: 25px;
}

/* Quotes */
blockquote {
	border-left: 10px solid #4D4D4D;
	background: #383838;
	padding: 10px;
	margin: 40px 20px;
}

blockquote:before,
blockquote:after {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 8em;
	color: #707070;
}

blockquote:before {
	content: open-quote;
	vertical-align: -.4em;
	margin: 0 0 0 -.05em;
	line-height: .2em;
}

blockquote:after {
	float: right;
	content: close-quote;
	line-height: .7em;
}

blockquote span {
	float: right;
	font-size: 9px;
	color: #707070;
}

blockquote cite {
	font-style: normal;
	font-size: 11px;
}

.ImageLink {
	background-color: #333333;
	border: 1px solid #4C4C4C;
	padding: 4px;
	margin: 7px 0px 5px 15px;
}

a .ImageLink {
	border: 1px solid #4C4C4C;
}

a:hover .ImageLink {
	border: 1px solid #C2C2C2;
}

.Highlight1 {
	color: #D18F4A;
}

.Highlight2 {
	color: #C00;
}

.Highlight3 {
	color: #090;
}

.Highlight4 {
	color: #FFF;
}

.Heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #D18F4A;
}

.Heading2 {
	font-size: 9px;
	color: #999;
}

.Background1 {
	background-color: #404040;
	padding-left: 5px;
	font-weight: bold;
	color: #C2C2C2;
}

.Background2 {
	background-color: #EBEBEB;
	padding-left: 5px;
	font-weight: bold;
	color: #999;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #191919;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 25px;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

* :focus {
	outline: 0;
}

.TextXXS {
	font-size: 9px;
}

.TextXS {
	font-size: 10px;
}

.TextS {
	font-size: 11px;
}

.TextL {
	font-size: 13px;
}

.TextXL {
	font-size: 14px;
}

.TextXXL {
	font-size: 15px;
}

.Btn1,
.Btn2,
.Btn3,
.Btn4 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 11px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #AC6E31;
	border-color: #834C14;
	color: #FAF0E7;
}
.Btn1:hover {
	background-color: #C78646;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}

.Btn4 {
	background-color: #AA0000;
	border-color: #7D0000;
	color: #FFE6E6;
}
.Btn4:hover {
	background-color: #C40000;
	color: #FFF;
}

#header,
#body_header,
#body_footer {
	float: left;
	width: 997px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg);
	height: 473px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
}

/* Featured Testimonial */
#testimonial {
	position: absolute;
	top: -15px;
	left: 440px;
	width: 410px;
}

#testimonial blockquote {
	border: 0;
	background: none;
}

#testimonial blockquote a {
	display: block;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	color: #D3D3D3;
}

#testimonial blockquote a:hover {
	color: #FFF;
}

/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#heading {
	position: absolute;
	top: 392px;
	right: 23px;
	width: 565px;
	text-align: right;
}

#body_header {
	background: url(../images/Layout_Body_Header.jpg);
	height: 8px;
}

#body_footer {
	background: url(../images/Layout_Body_Footer.jpg);
	height: 14px;
}

#footer_container {
	background: #0C0C0C url(../images/Layout_BGB.jpg) repeat-x;
	clear: both;
}

#footer {
	position: relative;
	background: url(../images/Layout_Footer.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	height: 115px;
	text-align: left;
}

#navf {
	position: absolute;
	top: 33px;
	left: 11px;
	/*width: 521px;*/
	color: #4F4F4F;
	font-size: 11px;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navf ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #C2C2C2;
	text-decoration: none;
	margin: 0px 6px;
}
#navf ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#copyright {
	position: absolute;
	top: 59px;
	left: 17px;
	width: 350px;
	font-size: 9px;
	color: #4F4F4F;
}

#buynow {
	position: absolute;
	top: 152px;
	left: 168px;
}

#body {
	position: relative;
	float: left;
	background: url(../images/Layout_Body_BG.jpg) repeat-y;
	min-height: 350px;
	padding: 25px 50px 10px 50px;
	width: 897px;
	text-align: left;
}
	
/* Navigation */
#nav {
	position: relative;
	float: left;
	margin: 0 16px;
	width: 967px;
	padding: 0;
}
#nav a {
	display: block;
	height: 44px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home { 
	background: url(../images/Nav_Home.jpg) no-repeat; 
	width: 92px;
}
#nav a:hover.home { 
	background: url(../images/Nav_Home.jpg) no-repeat 0 -44px;
}

#nav a.howitworks { 
	background: url(../images/Nav_HowItWorks.jpg) no-repeat; 
	width: 167px;
}
#nav a:hover.howitworks { 
	background: url(../images/Nav_HowItWorks.jpg) no-repeat 0 -44px;
}

#nav a.wheretobuy { 
	background: url(../images/Nav_WhereToBuy.jpg) no-repeat; 
	width: 172px;
}
#nav a:hover.wheretobuy { 
	background: url(../images/Nav_WhereToBuy.jpg) no-repeat 0 -44px;
}

#nav a.testimonials { 
	background: url(../images/Nav_Testimonials.jpg) no-repeat; 
	width: 159px;
}
#nav a:hover.testimonials { 
	background: url(../images/Nav_Testimonials.jpg) no-repeat 0 -44px;
}

#nav a.about { 
	background: url(../images/Nav_AboutTheCompany.jpg) no-repeat; 
	width: 231px;
}
#nav a:hover.about { 
	background: url(../images/Nav_AboutTheCompany.jpg) no-repeat 0 -44px;
}

#nav a.contact { 
	background: url(../images/Nav_ContactUs.jpg) no-repeat; 
	width: 145px;
}
#nav a:hover.contact { 
	background: url(../images/Nav_ContactUs.jpg) no-repeat 0 -44px;
}


/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


/*---- Header styling ----*/
.sIFR-active h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sIFR-active h1 {
	font-size: 20px;
}

h1 {
	color: #FFF;
	font-size: 20px;
}

h2 {
	color: #D18F4A;
	font-size: 18px;
}


/* Ticker (liScroll) */
.tickercontainer {
	border: 1px dotted #4C4C4C;
	background-color: #333333;
	width: 100%;
	margin: 0;
	padding: 0 0;
	overflow: hidden;
	cursor: default;
	height: 37px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 105%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*
	color: #FFF;
	font: bold 11px Verdana;
	*/
}
ul.newsticker li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #D3D3D3;
	text-decoration: none;
}
ul.newsticker a:hover {
	color: #FFF;
	text-decoration: none;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
ul.newsticker li:before,
ul.newsticker li:after {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 3.5em;
	color: #464646;
	vertical-align: -.4em;
	padding: 0 5px;
}

ul.newsticker li:before {
	content: open-quote;
}

ul.newsticker li:after {
	content: close-quote;
}


/* Share */
#share {
	position: absolute;
	top: 445px;
	left: 775px;
	width: 200px;
	text-align: right;
	margin: 5px -81px 0 0;
}
#share .chicklets {
	padding-left: 12px;
}

