/* CSS Document */
/* height in top-bar is bigger than what is set */


body		{width:100%; height:100%; background-color:white; margin-right:0px; margin-left:0px; margin-top:0px; margin-bottom:0px; }

#BANNER		{width:100%; height:80px; background-color:white;}
#TOP-BAR	{width:100%; height:14px; background-image: url(images/top-bar-14x1.jpg); background-repeat:repeat-x;}
#MAIN		{width:100%; height:370px; background-color:white;}
#BOTTOM-BAR	{width:100%; height:14px; background-image: url(images/top-bar-14x1.jpg); background-repeat:repeat-x;}
#FOOTER		{width:100%; height:40px; background-color:white;}

a.nav			{font-family: Verdana,Tahoma ; font-size: 10px; text-decoration:none; }
a.nav:link 		{color:#8B8B8B;}  /* unvisited link */
a.nav:visited	{color:#8B8B8B;}  /* visited link */
a.nav:hover 	{color:red;}    /* mouse over link */
a.nav:active	{color:#8B8B8B;}  /* selected link */

.nav            {font-family: Verdana,Tahoma ; font-size: 10px; color:#8B8B8B}
.nav:hover      {color:red; cursor:pointer;}

a.prodcut		{font-family: Verdana,Tahoma ; font-size: 15px; text-decoration:none; }
a.prodcut:link 		{color:#8B8B8B;}  /* unvisited link */
a.prodcut:visited	{color:#8B8B8B;}  /* visited link */
a.prodcut:hover 	{color:red; font-size:15px;font-weight:bold; }    /* mouse over link */
a.prodcut:active	{color:#8B8B8B;}  /* selected link */

p.selected		{font-family: Verdana,Tahoma ; font-size: 10px; color:red; font-weight:bold;}

#space1			{height:20%; width:100%; background-color:white;}
#space2			{height:60%; width:100%; background-color:white; border-right:solid #C1C1C1 1px; padding-left:0px; text-align:center;}

#footer-left	{float: left; width:49%; height:100%; text-align:center; padding-top:20px; }
#footer-right	{float: right; width:49%; height:100%; font-family: Verdana,Tahoma ; font-size: 10px; color:#8B8B8B;text-align:center; padding-top:20px;}

#title-txt  { font-family: Verdana,Tahoma ; font-size: 15px; color:red; font-weight:bold;}
#title-txt2 { font-family: Verdana,Tahoma ; font-size: 15px; color:#8B8B8B; font-weight:normal;}
#title-txt3 { font-family: Verdana,Tahoma ; font-size: 15px; color:#8B8B8B; font-weight:normal; padding-left:8px; padding-right:10px;}

/* div for promotion content and specials  */
.promo-container{background-color:red; padding: 5px 15px;}
.promo{font-family: Verdana,Tahoma ; font-size: 13px; color:black; font-weight:bold;}
/* div for promotion content and specials  */

/* Contact Page */
#body-txt			{font-family: Verdana,Tahoma ; font-size: 11px; color:#8B8B8B; font-weight:normal;}
p.big-txt			{font-size: 14px;}		
a.big-txt		{font-family: Verdana,Tahoma ; font-size: 14px; text-decoration:none; }
a.big-txt:link 		{color:#8B8B8B;}  /* unvisited link */
a.big-txt:visited	{color:#8B8B8B;}  /* visited link */
a.big-txt:hover 	{color:red;}    /* mouse over link */
a.big-txt:active	{color:#8B8B8B;}  /* selected link */
/* End Contact Page */


/* Product Page*/
ul          {list-style: none; padding:0; margin:0;}
li          {padding-left: 1em; text-indent: -.7em; margin: 3px 0; font-family: Verdana,Tahoma ; font-size: 12px; color:#686868; font-weight:normal;}
li:before   { content:'\2022''\0000a0''\0000a0''\0000a0'; color:red;} 
p.special-txt	{font-family: Monotype Corsiva,Verdana,Tahoma ; font-size: 26px; color:red; font-weight:bold;}			
span.condition-txt	{font-family: Verdana,Tahoma ; font-size: 9px; color:#686868; font-weight:normal;}
p.desc			{font-family: Verdana,Tahoma ; font-size: 12px; color:#686868; font-weight:normal; padding-right:40px;line-height:125%;}
#live-chat		{width:100%;}
.prod-title     {font-family: Tahoma ; font-size: 16px; color:red; font-weight:bold;}
span.red        {color:red;}
span.bold       {font-weight:bold;}
span.bonus-txt  {font-family: Verdana,Tahoma ; font-size: 10px; color:#686868;}
#head           {height:65px;}
p.more-info     {font-family: Verdana,Tahoma ; font-size: 12px; color:#686868; font-weight:normal; }

a.tips		{font-family: Verdana ; font-size: 13px; text-decoration:underline; font-weight:bold; }
a.tips:link 	{color:red;}  /* unvisited link */
a.tips:visited	{color:red;}  /* visited link */
a.tips:hover 	{color:red;}    /* mouse over link */
a.tips:active	{color:red;}  /* selected link */

#launch-video-btn{
    height: 40px;
    width: 190px;
    padding-top: 12px;
    padding-left: 10px;
    background-color: red;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;}

#mask{
 display: none;
 background-color: #000;
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 8888;
 width: 100%;
 height: 100%;
 opacity: 0.90;}

#movie-box{ 
    position: fixed;
    top: 25%;
    left: 25%;
    display: none;
    background-color: white;
    border: white solid 2px;
    padding: 0px;
    width:50%;
    height:50%;
    z-index: 9998;}

#myVideo{ 
    width:100%;
    height:100%;}

#backBtn-container{
    position: fixed;
    top: 20%;
    left: 45%;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    display: none;
    z-index: 9999;
    cursor: pointer;}

/* End Product Page*/
			
/* Index Page*/
p.heading-txt		{font-family: Verdana,Tahoma ; font-size: 15px; color:red; font-weight:bold; padding-left:20px;}
span.heading-txt2	{font-family: Verdana,Tahoma ; font-size: 16px; color:#8B8B8B; font-weight:bold;}	
p.title-txt             {font-family: Tahoma ; font-size: 16px; color:red; font-weight:bold; padding-left: 20px;}
p.main-txt		{font-family: Verdana,Tahoma ; font-size: 12px; color:#686868; font-weight:normal; padding-left:20px; line-height: 150%;}
p.main-txt2		{font-family: Verdana,Tahoma ; font-size: 12px; color:red; font-weight:normal; padding-left:20px;}			
#bed-btn                {width:200px; height:25px; background-color:Red; border-radius: 10px; padding:10px; margin-left:20px;}

a.bed-btn		{font-family: Calibri ; font-size: 20px; text-decoration:none; }
a.bed-btn:link 		{color:white;}  /* unvisited link */
a.bed-btn:visited	{color:white;}  /* visited link */
a.bed-btn:hover 	{color:#C3C2C1;}    /* mouse over link */
a.bed-btn:active	{color:white;}  /* selected link */
#footer-beds-pic        {margin-left:260px; display: block;}

/* End Index Page*/

/* FAQ Page*/
p.question		{font-family: Verdana,Tahoma ; font-size: 12px; color:red; font-weight:normal; margin-bottom: 0;}
p.answer		{font-family: Verdana,Tahoma ; font-size: 12px; color:#6A6A6A; font-weight:normal; margin-top: 0;}			
/* End FAQ Page*/

/* About Page*/
p.about-txt		{font-family: Verdana,Tahoma ; font-size: 12px; color:#6A6A6A; font-weight:normal; margin-top: 0;}			
/* End about Page*/


/* tips page */
h1.tips                 {font-family: Verdana,Tahoma ; font-size: 20px; color:red; font-weight:bold;}         
p.tips                  {font-family: Verdana,Tahoma ; font-size: 13px; color:#6A6A6A; font-weight:normal;}
/* end tips page */

/* Sunbeam-2000 page */
.image-spacer   {margin-left: 30px; }
/* end Sunbeam-2000 */