#allcontent {
	width: 748px;
	margin: 0 auto;
	background: #00c url("/page_images/bkgrnd1.jpg"); 
/*	position: relative;
	position: absolute;
	text-align: left;
	margin-left: auto;
	margin-right: auto; */
}



body	{ 
	color: #00c; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url("/page_images/bkgrnd1.jpg"); 
	background-repeat: repeat;
}



.btn_Icon_Left {
	position: relative; 
	float: left; 
	width: 5%; 
	text-align: center; 
/*	border: 1px solid red; */
}

.btn_Content_Center {
	position: relative; 
	float: left; 
	margin-left: 2%; 
	margin-right: 2%; 
	width: 81%; 
	text-align: center;
	overflow: hidden;
	white-space: nowrap; /* Don't forget this one */
	text-overflow: ellipsis;
/*	border: 1px solid red; */
}

.btn_Icon_Right {
	position: relative; 
	float: right; 
	width: 5%; 
	text-align: center; 
	margin-right: 2%; 
/*	border: 1px solid red; */
}



.btn_learn_more {
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 240px;
	width: 230px;
	text-align: center;
	color: #000;
}


.btn_learn_more.HOME {
	width: 200px;
}

.btn_learn_more.CENTER {
	margin-left: auto;
	margin-right: auto;
  	border: 1px solid #A1A1A1;
  	width: 94%;
}

.btn_learn_more a, .btn_learn_more a:visited {
  display:block;
  border: 1px solid transparent;
  font-family: Arial;
  color: #A1A1A1;
  font-size: 16px;
  height: 20px;
  padding: 14px 10px 14px 10px;
  text-decoration: none;

	-webkit-transition: background-color 0.5s ease-out,
						border-color 0.5s ease-out,
						color 0.5s ease-out;
    
    -moz-transition: background-color 0.5s ease-out,
    				 border-color 0.5s ease-out,
    				 color 0.5s ease-out;
    
    -o-transition: background-color 0.5s ease-out,
    			   border-color 0.5s ease-out,
				   color 0.5s ease-out;

    transition: background-color 0.5s ease-out,
    			border-color 0.5s ease-out,
				color 0.5s ease-out;
}


.btn_learn_more a:hover {
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	color: #000;
}




.btn_Wide {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}


.btn_Wide a, .btn_Wide a:visited {
/*  float: left; */
  display:block;
/*  background: #3D9140; */
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */

/* BORDER RADIUS
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px; */
  
  border: 2px solid #7F7F7F;
  font-family: Arial;
  color: #7F7F7F;
  font-size: 20px;
  height: 20px;
/*  width: 78%; */
/*  background: #3498db; */
  padding: 20px 10px 20px 10px;
  text-decoration: none;

}



.btn_Wide.Season a {
/* ZAVADA :: PINK
	background: #fff; */
	background: #F7F7F7;

/*  SPRING :: GREEN
	background: #3D9140; */
	
/*  SPRING :: GOLD
	background: #EEB422; */

/*  WINTER :: BLUE
	background: #4876FF; */

	-webkit-transition: background-color 0.5s ease-out,
						border-color 0.5s ease-out,
						color 0.5s ease-out;
    
    -moz-transition: background-color 0.5s ease-out,
    				 border-color 0.5s ease-out,
    				 color 0.5s ease-out;
    
    -o-transition: background-color 0.5s ease-out,
    			   border-color 0.5s ease-out,
				   color 0.5s ease-out;

    transition: background-color 0.5s ease-out,
    			border-color 0.5s ease-out,
				color 0.5s ease-out;
}


.btn_Wide a:hover {
	color: #fff;
	text-decoration: none;
    
/*    transition: color 1.3s ease-in,
				background-color 1.3s ease-in,
				border-color 1.3s ease-in;
	
	-webkit-transition: color 1.3s ease-in,
				background-color 1.3s ease-in,
				border-color 1.3s ease-in;

	transition: color 0.3s ease-out,
				background-color 0.3s ease-out,
				border-color 0.3s ease-out;
				
				transition-timing-function: ease-in-out; */
}


.btn_Wide.Season a:hover {
/*  ZAVADA :: */
	background-color: #008B00;
	border: 2px solid #006400;

/*  SPRING :: GREEN
	background-color: #3CB371;
	border: 4px solid #3CB371; */

/*  SPRING :: GREEN
	background-color: #EEB422;
	border: 4px solid #EEB422; */

/*  WINTER :: BLUE
	color: #ffffff;
	background-color: #0000CD;
	border: 4px solid #0000CD; */
}


.btn_Wide a:active {
    background-color: black;
	border: 2px solid black;
    color: yellow;
}



#PayPal_SUBMIT {
  display:block;
  width: 100%;
  border: 2px solid #7F7F7F;
  background-color: #F7F7F7;
  font-family: Arial;
  color: #7F7F7F;
  font-size: 20px;
  height: 20px;
/*  width: 78%; */
/*  background: #3498db; */
  padding: 20px 10px 40px 10px;
  text-decoration: none;
  margin-bottom: 36px;

	-webkit-transition: background-color 0.5s ease-out,
						border-color 0.5s ease-out,
						color 0.5s ease-out;
    
    -moz-transition: background-color 0.5s ease-out,
    				 border-color 0.5s ease-out,
    				 color 0.5s ease-out;
    
    -o-transition: background-color 0.5s ease-out,
    			   border-color 0.5s ease-out,
				   color 0.5s ease-out;

    transition: background-color 0.5s ease-out,
    			border-color 0.5s ease-out,
				color 0.5s ease-out;
}


#PayPal_SUBMIT:hover {
	background-color: #008B00;
	color: #fff;
}


input#btn_PayPal {
  display:block;
  width: 470px;	
  border: 2px solid #fff;
  background-color: #7F7F7F;
  font-family: Arial, Helvetica, sans serif;
  color: #ffffff;
  font-size: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 20px 10px 40px 10px;
  text-decoration: none;
  
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
}

input#btn_PayPal:hover {
	background-color: #008B00;
	border: 2px solid #006400; */

    -webkit-transition: color 0.7s ease-in-out 0s,
				background-color 0.7s ease-in-out 0s,
				border-color 0.7s ease-in-out 0s;

	-moz-transition: color 0.7s ease-in-out 0s,
				background-color 0.7s ease-in-out 0s,
				border-color 0.7s ease-in-out 0s;

	-ms-transition: color 0.7s ease-in-out 0s,
				background-color 0.7s ease-in-out 0s,
				border-color 0.7s ease-in-out 0s;

	-o-transition: color 0.7s ease-in-out 0s,
				background-color 0.7s ease-in-out 0s,
				border-color 0.7s ease-in-out 0s;

	transition: color 0.7s ease-in-out 0s,
				background-color 0.7s ease-in-out 0s,
				border-color 0.7s ease-in-out 0s;
}



#form_styling_01 form {
	display:block;
	position:relative; 
	text-align:center;
/*	width: 300px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding:0px 0 0px 0%;
    padding: 20px;
    border: 1px solid #270644; */
    
    /*** Rounded Corners
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; ***/

    /*** Background Gradient - 2 declarations one for Firefox and one for Webkit
    background: -moz-linear-gradient(19% 75% 90deg,#4E0085, #963AD6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#4E0085)); ***/

    /*** Shadow behind the box
    -moz-box-shadow:0px -5px 100px #270644;
    -webkit-box-shadow:0px -5px 100px #270644; ***/
}

/* #mc_embed_signup form:hover {background-color:#777;} */

/* #mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;} */
 

#form_styling_01 input {
/*	width: 230px; */
    background-color: #999;
    padding: 0px;
/*    margin-bottom: 10px; */
    border-top: 1px solid #999;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
/*    border:1px solid #999; */
/*	-webkit-appearance:none; */

/*** Transition Selectors - What properties to animate and how long ***/
    -webkit-transition-property: -webkit-box-shadow, background;
    -webkit-transition-duration: 0.25s;
 
    /*** Adding a small shadow ***/
    -moz-box-shadow: 0px 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 0px 4px #999;
}


/* #mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;} */
/* #mc_embed_signup input[type=radio]{-webkit-appearance:radio;} */

#form_styling_01 input:hover {
    background-color: #8a33c6;
    -moz-box-shadow: 0px 0px 0px 1px #9370DB;
    -webkit-box-shadow: 0px 0px 1px #9370DB;
/*    background: #9d39e1; */
}

/* #form_styling_01 input:focus {border-color:#333;} */


#form_styling_01 .button {
/*	clear:both; */
    color: #fff;
	background-color: #7F7F7F; 
	border: 2px solid #7F7F7F;
/*	border: 0 none; */
/*	color: #ffffff; */
	cursor: pointer; 
	display: inline-block; 
	font-size:20px; 
/*	font-weight: bold; */
	height: 20px; 
/*	line-height: 20px; 
	margin-left: 0px;
	margin-top: 10px; */
	padding: 20px 10px 20px 10px;
/*    text-shadow: #333 2px 2px; */
	text-align: center; 
	text-decoration: none; 
/*	vertical-align: top; */
	white-space: nowrap; 
/*	width: 96%;
	
    text-transform: uppercase; */
/*    border-top: 1px solid #ad64e0; */

    /*** Rounded Corners ***/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
/* border-radius:4px; */

    /*** Adding CSS3 Gradients
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#781bb9));
    background: -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6); ***/
}


#form_styling_01 .button:hover {
	color: #fff;
/*	text-shadow: #000 1px 1px; */
	background-color:#9370DB;
    border: 1px solid #000;
}

/* #mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;} */

#mc-embedded-subscribe {
	clear:both; 
	width:auto; 
	display:block; 
	/* margin:1em 0 1em 5%; */
}




p	{
	color: #121271; 
	font-size: 13px;
	text-align: left;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 19px;
}


#quoteText_1 { 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: 8pt;
	margin-right: 10px;
	margin-left: 4px;
}


#quoteText_2 { 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 4px;
}



.borderIt_HOME {
	width: 458px;
	border: 2px solid #ffffff;
	border-bottom:  2px solid #8b008b;
	padding: 10px;
	padding-top: 28px;
}

.borderIt_HOME.TOP {
	border-top:  2px solid #8b008b;
}

.borderIt_HOME:hover {
	border: 2px solid #8b008b;
	background-color: #fff0f5;
	/* #ffe4e1; */
}

.borderIt_HOME:hover {
	color: black; /* irrelevant definition to overcome IE bug */
}



.class1 { 
	color: #fff; 
	font-size: 13px; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}



td  { 
	color: #121271;
	font-size: 13px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 19px;
}



a { 
	color: #600; 
	text-decoration: none;
}

ul {
	text-align: left;
}


.describeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: lighter;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: brown;
	filter: Glow(Color=red, Strength=100);
}



.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}