html {
	font-family: Verdana, sans-serif;

	color: #000000;
	font-size: 70%;
	background: #a8a9ad url("https://wellalarm.com/images/bg_body.jpg") repeat-y center top; }
html, body {
	margin: 0;
	padding: 0;
	
	}
	
textarea {font-family:Verdana, Arial, Helvetica, sans-serif; 

font-size:95%;
}	

#newQuestion {display:none}
textarea.big {width:250px; height:175px; border: 1px solid #00A4E4; }

textarea.long {width:350px; height:100px; border: 1px solid #00A4E4; }

#page{
	width: 998px;
	margin: 0 auto;
	background: white; 
		}

#banner {
	width: 968px;
	padding: 0 15px;
	background: white url("https://wellalarm.com/images/bg_banner.jpg") repeat-x center top;
	position:relative;
	z-index:100; }

#banner h1 {
	float: left;
	height: 103px;
	width: 310px;
	position: relative;
	padding: 5px 0;
	margin: 0; }
	#banner h1 span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: transparent url("https://wellalarm.com/images/logo_transparent_beta3.gif") no-repeat center center; }

#login {
	float: right;
	text-align: right;
	margin-top: 5px; }

#login p {
	clear:both; margin: 5px 0; }

#login a, #login a:visited {color:#1A3966;}

#login a:hover, #login a:active {color:#F8981D;}


#login_emergency {
		font-size: 130%;
		font-weight: bold;
		color: #d31f32;
		padding-right: 10px;
		background: transparent url("https://wellalarm.com/images/right-arrow.gif") no-repeat right center; }

#login_emergency:hover {
		color: #00A5E3;
	}

#login form {
		font-size: 130%;
		font-weight: bold;
		margin: 0;
		padding: 0;
		color: #00A4E4; 
}


#main_nav {
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0; }
#main_nav:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden; }
#main_nav a {
	margin: 1px 1px 0 1px; }
#main_nav a:hover,
#main_nav a:focus,
#main_nav li:hover a,
#main_nav li.dm_hover a {
	margin: 0;
	border: dotted #00A5E3;
	border-width: 1px 1px 0 1px;
	background: white;
	color: #1A3966; }
#main_nav li {
	position: relative;
	border: 1px;
	float: left; }
#main_nav li a { display: block; line-height: 20px; color:#1A3966; text-decoration: none; padding:5px 18px 5px 18px; }
#main_nav .active {
	background: #c5e8ef;
	color: #1A3966; }
	
#main_nav li.alert a {
	background:#FFFFFF;
	border: dotted #F8981D;
	border-width: 1px 1px 0 1px;
	margin: 0;
}	



#main_nav ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 235px;
	background: white;
	left: -1000em;
	border-top: 1px dotted #00A5E3;
	list-style: none;
	z-index:100; }
#main_nav ul a:hover {
	background: #c5e8ef;
	color: #1A3966;
	}
#main_nav ul li {

	width: 235px; }
	
#main_nav li:hover ul a,
#main_nav li.dm_hover ul a,
#main_nav li.dm_hover ul a:hover {
	border-width: 0 1px 1px 1px;
	z-index:100; }
#main_nav li:hover ul,
#main_nav li.dm_hover ul {
	left: 0; }


#main_nav ul li.closed {
	width: 235px;
	background-color:#999999;
	color:#1A3966;
	 }
	
#main_nav li.closed:hover ul ,
 {
	border-width: 0 1px 1px 1px;
	z-index:100; 
	background-color:#999999;
	color:#333333;}
#main_nav li.closed:hover ul,
#main_nav li.closeddm_hover ul {
	left: 0; 
	background-color:#999999;
	color:#333333;}

	

#fullbody {
	border-top: 1px dotted #AFE0E9;
	position:relative;
	z-index:80;
	}

#fullbody a {font-weight:bold;}

#body {
	padding: 0 245px 0 210px;
	border-top: 1px dotted #AFE0E9;
	width: 543px;
	position:relative;
	z-index:80;
	}
#content {
	width: 510px;
	padding: 20px 15px;
	float: left;
	border-left: 1px dotted #AFE0E9;
	text-align:justify; }
	
#singlecol {
	width: 520px;
	padding: 20px 15px;
	margin-left:30px;
	float: left;
	text-align:justify;
	 }	
	
#content-images img {
	float: left;
}

	

		
#content  label {
	display: block;
	float: left;
	margin-bottom: 5px;
}

#content input, #content select {
/*
	float: left;*/
	margin-bottom: 5px;
	
}
#content input[type="hidden"] {
  -moz-appearance: none;
  display: none;
  padding: 0;
  border: 0;
  cursor: auto;
  -moz-user-focus: ignore;
  -moz-binding: none;
}


#content .afterinput {
	display:block;
	float:left;
	margin-right:15px;
}

#content input, select {
	margin-right: 10px;

}

#content label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

#content label.big {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

#content label.tiny {
	text-align: right;
	width: 30px;
	padding-right: 10px;
}
#content label.med {
	text-align: right;
	width: 70px;
	padding-right: 10px;
}

#content #ac {padding-left:130px;}

#content  br {
	clear: left;
}

#content dl {
  position: relative;
  width: 550px;
}
#content dt {
  clear: both;
  float:left;
  width: 100px;
  padding: 4px 0 2px 0;
  text-align: left;
}
#content dd {
  float: left;
  width: 400px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
		
	#newsletter {
		width: 215px;
		margin: 20px -245px 0 0;
		padding: 0 15px;
		float: left;
		border-left: 1px dotted #AFE0E9;
		}
		#newsletter h2 {
			clear:both;
			font-size: 110%;
			color: #d31f32; }
		#newsletterform ul {
			margin: .5em 0 0 0;
			padding: 0;
			list-style: none; 
			}
			#newsletterform li {
				padding-left: 10px;
				background: transparent url("https://wellalarm.com/images/newsletter-bullet2.gif") no-repeat left top;
			/*	width:140px; */}
			#newsletterform ul strong {
				text-transform: uppercase;
				font-weight: normal; }
		#newsletterform input.text {
			float: left; }
		#newsletterform input.image {
			float: left; }
		#newsletterform form p {
			clear: left;
			padding-top:2px; }
			
 	#betaPlug {background:url("https://wellalarm.com/images/plug_beta_back.gif") no-repeat left top;
	width:210px;
	height:100px;
	padding-top:82px;
	text-align:center;}		
	
	#newsletterform {/*background:url("..//images/plug_newsletter2.jpg") no-repeat left top;*/
	width:200px;
	height:180px;
	margin-top:32px;
/*	padding-top:60px;*/
	padding-left:13px;
	text-align:left;}			
	
	
	#newsletterform #tagline {
		font-size:10px;
		line-height:inherit;
		float:right;
		margin-right:3px;
		text-align:left;
		margin-top:-20px;
		border-bottom: 1px solid #D31F33;
		width:160px;
		color:#D31F33;
	}	
		
	#left_nav {
		width: 195px;
		float: left;
		list-style: none;
		margin: 20px 0 0 -737px;
		padding: 0;
		border: dotted #AFE0E9;
		border-width: 0 0 1px 1px; 
		margin-bottom:100px;}
	#left_nav .active {
		background: #AFE0E9;
		color:#1A3966; }
		
		
	#left_nav  a.on {
		color: #F8981D;
	}

	#left_nav a {
		padding: .3em 5px;
		border-top: 1px dotted #AFE0E9;
		width: 185px;
		display: block;
		color:#1A3966;
		display: inline-block; }
		
		
	#left_nav div {
		text-transform: uppercase;
		margin: .3em 5px; }
	#left_nav ul {
		margin: .3em 0 1em 0;
		padding-left: 20px;
		list-style: none; }
	#left_nav ul a {
			width:auto;
			padding: 0;
			border: 0;
			color: #F8981D; }
	#left_nav ul a:hover { color: #00A4E4; }
	#left_nav ul .active {
			background: transparent;
			text-decoration: underline;
			color:#F8981D; }
			
	#left_nav ul li {padding-bottom:4px;}			
			
	#left_nav_footer {
		width: 195px;
		float: left;
		list-style: none;
		margin: 200px 0 0 -737px;
		padding: 0;
	}


	#left_plain {
		width: 195px;
		float: left;
		list-style: none;
		margin: 20px 0 0 -737px;
		padding: 0;
	/*		text-align:center;
	border: dotted #AFE0E9;
		border-width: 0 0 1px 1px; */}
	#left_plain .active {
		background: #AFE0E9; }
	/*#left_plain a {
		padding-left: 5px;
		text-align:center;
		
	/*	border-top: 1px dotted #AFE0E9;
		width: 185px;
		display: block;
		display: inline-block; }
		/*
	#left_plain div {
		text-transform: uppercase;
		margin: .3em 15px; }*/
	#left_plain ul {
		margin: .3em 0 1em 0;
		padding-left: 30px;
		list-style: none; }
		#left_plain ul a {
			padding: 0;
			border: 0;
			color: #F8981D; }
		#left_plain ul a:hover { color: #00A4E4; }
		#left_plain ul .active {
			background: transparent;
			text-decoration: underline; }
			
		#left_plain h2 {	
	font-size: 110%;
			color: #d31f32;	
			font-weight:bold;		
		}

#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	border-top: 1px dotted #AFE0E9;
}

#subfooter {float:left;
width:660px;
}
#subfooter p {
	padding-left: 200px; }
#subfooter p .label {
	margin-left: -120px;
	width: 100px;
	text-align: right;
	display: inline;
	float: left; 
}

#footerrefer {float:right;
width: 250px;
padding:10px;
}


a {
	color: #00A4E4;
	text-decoration: none; }
a:hover { color: #F8981D; }
.plus {
	padding-left: 12px;
	background: transparent url("plus.png") no-repeat left center; }

h1, h2, h3 { color: #1A3966; text-align:left }
h2 {
	font-size: 140%;
	margin: 0 0 .7em 0; }
	
h3 {margin:0;
color:#00A4E4;
font-size:150%;
}
img.left { float: left; }

input.image { vertical-align: bottom; }
input.text {
	background: white;
	border: 1px solid #00A4E4; }

.caps {text-transform:uppercase; 
	border: 1px solid #00A4E4;
}

select.text {
	background: white;
	border: 1px solid #00A4E4; }


p { margin: 1em 0; }


.coming {color:#d31f32; font-size:90%}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#00A4E4;
	font-weight:normal;
    text-decoration:none;
	text-align:left;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #FF9900; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 10px 0 0 10px;
	width:185px;
	color: #666666;
	font-size:90%;
    text-align: left;
	font-weight:normal;
	
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding: 10px 8px 0;
    background: url("https://wellalarm.com/images/bubble.gif") no-repeat top;
	text-align: left;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0 15px; 
	background: url("https://wellalarm.com/images/bubble_filler.gif") repeat bottom; 
	text-align: left;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #F8DBB2;
    background: url("https://wellalarm.com/images/bubble.gif") no-repeat bottom;
	text-align: left;
}

#charity {
float:left;
padding-bottom:20px;
}

#charity img {
	float:left
}

#charity #text {
	float:right;
	width:350px;
	text-align:left;
}


/*#product_left {float:left; width: 236px;} */
#product_left {float:left; width: 310px;}


#product_left img {border:1px solid #a8a9ad;}

#product_left img hover {border:1px solid #c5e8ef;}

#product_right {float:right; width:180px;
text-align:left;


}

#product_right li {margin-left:-15px;} 


#product_right select {
margin-bottom:5px;
margin-top:5px;
}



.product {border:1px dotted #c5e8ef;}

.product:hover {border:1px dotted #F8DBB2;}

#swatchlabel {
float:left;
width:60px;
padding-top:9px;
}

#swatchlabel img {
border:none;
}

#swatches {float:right;
width:250px;
}

#swatches ul {	margin: 0;
	padding: 0;
	clear:both; 
	
}

#swatches li {
	display: block;
	float: left;
	margin: 0;
	padding-top:5px;
	padding-right:5.75px;
/*	width:20px;*/
	text-align:center;
	margin-bottom:5px;

/*	background-color:#33CCCC;*/
/*	padding: 0;*/ }

#swatches li.right {
	margin:0;
	padding:0;
	padding-top:8px;

/*	background-color:#FFCC33;*/
}

#swatches li.header {
width:85px;
text-align:left;
/*	background-color:#FFCC33;*/
}

#swatches a.active {text-decoration:underline;}

#otherprods {
	clear:both;
		padding-top:2px;
		text-align:left;
}

#otherprods ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#otherprods li {
	/*padding-left: 10px;
	background: transparent url("https://wellalarm.com/images/newsletter-bullet2.gif") no-repeat left top; */
}

#otherprods img {
	margin-right:5px;
	/*margin-top:10px;
	
	padding-right:10px;
	padding-top:15px;*/
	}

#otherprods ul strong {
			text-transform: uppercase;
}


#gallery { margin: 0 0 0 15px; text-align: justify; }
#gallery img { margin-bottom:10px; border:1px dotted #c5e8ef;}
#gallery img:hover {border:1px dotted #F8DBB2;}

#gallery .col { width: 223px; float: left; }
/*#gallery .inset { width: 136px; }*/
#gallery .inset img { margin-bottom: 26px; }
#gallery .left_col { margin-right: 34px; }
#gallery .right { float: right; }

#teasertext {height:170px;}


img.hoveronly { display: block;  border:1px dotted #FFFFFF;}
img.hoveronly:hover {border:1px dotted #F8DBB2;}


#cartbox {
float:right;
/*background-color:#c5e8ef;*/
width:250px;
/*border: 1px dotted #00A5E3 ;*/
padding:5px;

}

#cartbox select {
	font-size:95%;
	border:1px solid #00A5E3;
}

#cartbox label {
	text-left: right;
	width: 80px;
	padding-right: 10px;
	/*padding-top:3px;*/
}
#cartbox  br {
	clear: left;
}

#release {
float:left;
clear:both;
padding-bottom:5px;
}

#release_date {
float:left;
padding-right:3px;
width:75px;
}

#release_header {float:left;
width:400px;
}

#scenario ul {
	list-style: none;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	float:left; }
#scenario:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both; }
#scenario li {
	width:160px;
	margin: 0 0 2em 0;
	float: left;
	text-align:left; }
#scenario li.right { float: right; }

#scenario p {width:135px;
text-align:justify;}


#alert {width: 200px;
/*border: 1px dotted #c5e8ef;
background-color: #F8DBB2;
color:#d31f32;
*/
clear:both;
padding:10px;
}

#alert img {float:left;
margin-right:3px;}

#alert span {float:right; 
text-align:left;
width:120px;
}

a.alert:hover {color: #d31f32;}

#myEdit {background-color:#FFFFFF;
padding:20px;
}

#myEdit  label, #myEdit input, #myEdit select, #myEdit textarea {
	display: block;
	float: left;
	margin-bottom: 5px;
}

#myEdit .afterinput {
	display:block;
	float:left;
	margin-right:15px;
}

#myEdit input, #myEdit select {
	margin-right: 10px;

}

#myEdit label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

#myEdit label.big {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

#myEdit label.tiny {
	text-align: right;
	width: 30px;
	padding-right: 10px;
}
#myEdit label.med {
	text-align: right;
	width: 70px;
	padding-right: 10px;
}


#myEdit  br {
	clear: left;
}

#acctdata {
z-index:90;}

#acctdata input {	margin:0;}
#acctdata select {	margin:0;}



#acctdata ul {
	width: 510px;
	list-style: none;
	margin: 1em 0;
	padding: 0;
	}
#acctdata li {
	margin: .3em 0;
	padding-left: 130px;
	width: 380px;
	padding-bottom:2px;
	text-align:left;
	}
#acctdata li:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#acctdata label {
	margin-left: -130px;
	display: inline;
	float: left;
	text-align: right;
	width: 120px;
	}

#searchResults {
	position: relative;
	display:none;
	z-index:100;
	width:175px;
	}
#searchResults ul {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	left: 0;
	margin: 0;
	padding:10px;
	position:absolute;
	top: 0;
	width:175px;
	list-style: none;
	}
#searchResults li {
	padding: 0;
	margin: 0;
	}
#searchResults a {
	color: #00A4E4;
	text-decoration: none;
	}



/*
#searchResults0  {
  position:relative;
    text-align:left;
	 margin:0;
 }
 /*
  z-index:10;
  border:1px #ccc solid;
  border-top:5px;
  background:#eee;
  padding:10px;
  text-align:left;
  display:none;
  width:150px;
 
  margin-top:22px;
} 

#searchResults0 ul {
/*list-style:none;
float:left;
 padding:0 10px 0 10px;
  margin:0;

 position: absolute;
 width:250px;
 top: 0;
 left: 0;
 background: #EEEEEE;
 padding: 10px;
 border: 1px solid #CCCCCC;
}

#searchResults0 li  {
  list-style:none;
  padding-left:0;
}

*/
#searchResults0 {
	position: relative;
	display:none;
	z-index:100;
	width:175px;
	}
#searchResults0 ul {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	left: 0;
	margin: 0;
	padding:10px;
	position:absolute;
	top: 0;
	width:175px;
	list-style: none;
	}
#searchResults0 li {
	padding: 0;
	margin: 0;
	}
#searchResults0 a {
	color: #00A4E4;
	text-decoration: none;
	}

#searchResults1 {
	position: relative;
	display:none;
	z-index:100;
	width:175px;
	}
#searchResults1 ul {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	left: 0;
	margin: 0;
	padding:10px;
	position:absolute;
	top: 0;
	width:175px;
	list-style: none;
	}
#searchResults1 li {
	padding: 0;
	margin: 0;
	}
#searchResults1 a {
	color: #00A4E4;
	text-decoration: none;
	}

	
#searchResults2 {
	position: relative;
	display:none;
	z-index:100;
	width:175px;
	}
#searchResults2 ul {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	left: 0;
	margin: 0;
	padding:10px;
	position:absolute;
	top: 0;
	width:175px;
	list-style: none;
	}
#searchResults2 li {
	padding: 0;
	margin: 0;
	}
#searchResults2 a {
	color: #00A4E4;
	text-decoration: none;
	}

#searchResults3 {
	position: relative;
	display:none;
	z-index:100;
	width:175px;
	}
#searchResults3 ul {
	background: #EEEEEE;
	border:1px solid #CCCCCC;
	left: 0;
	margin: 0;
	padding:10px;
	position:absolute;
	top: 0;
	width:175px;
	list-style: none;
	}
#searchResults3 li {
	padding: 0;
	margin: 0;
	}
#searchResults3 a {
	color: #00A4E4;
	text-decoration: none;
	}
	

#shadowbox {background:url("https://wellalarm.com/images/box_fade.gif") no-repeat;
width:140px;
padding-bottom:20px;
}

#shadowbox img {padding:15px;
padding-bottom:0}

#shadowbox span {width:100px;
}

#userMsg {background:url("https://wellalarm.com/images/icon_ok.gif") top left no-repeat;
height:80px;
}

#userMsg span {
text-align:left;
margin-left:68px;
float:right;
width:430px;
color:#0071bb;
font-size:110%;}


#userAlert{background:url("https://wellalarm.com/images/icon_alert.gif") top left no-repeat;
height:80px;
}

#userAlert span {
text-align:left;
margin-left:68px;
float:right;
width:430px;
color:#d31f32;
font-size:110%;}

.noticeme {font-size:120%;
color:#d31f32;
text-align:left;
}

a.noticeme:link {font-size:120%;
color:#d31f32;
}

a.noticeme:visited {font-size:120%;
color:#d31f32;
}


a.noticeme:hover {font-size:120%;
color:#F8981D;
}

a.noticeme:active {font-size:120%;
color:#F8981D;
}
/*

#userMsg img {float:left;
padding-right:5px;
padding-bottom:10px;
 }
 
 

#userMsg span {float:right; 
	width: 150px;
	text-align:left;
	padding-bottom:20px;
	color:#d31f32;
	
}*/
		.floating_block {
			position:absolute;
			z-index:10;
			top: 150px;
			width:500px;
			background-color:red;
		}
	

.clear {clear:both;}

#popup iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 100%;/*must have for any big value*/;
}

#storehome {width:260px;
float:right;
text-align:left;
margin:0 auto;}



#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 233px;
	height: 304px;
	float:left;
}

#rotator img

{	
border: 0;
	cursor: pointer;
	width: 233px;

}

#rotator p
{
	float: right;
}

#divMayus {color:#d31f32;}




#faqPage{
	width: 800px;
	margin: 0 auto;
	background: white; 
		}

#faqBanner {
	width: 800px;
	padding: 0 15px;
	background: white url("https://wellalarm.com/images/bg_banner.jpg") repeat-x center top;
	position:relative;
	z-index:100; 
	height:115px;
		border-bottom: 1px dotted #00A5E3;
}

#faqBanner h1 {
	float: left;
	height: 98px;
	width: 287px;
	position: relative;
	padding: 5px 0;
	margin: 0; }
	
	#faqBanner h1 span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: transparent url("https://wellalarm.com/images/logo_transparent_beta.gif") no-repeat center center; }

#faqContent {
	padding:20px;
	clear:both;
	width:740px;
	}
	
#faqContent li {padding:3px;}	

#faqOptions {
	float: left;
	text-align: left;
	}
	
	#faqOptions a {
	color:#d31f32;
	font-size:110%;
	font-weight:bold;
	}
	#faqOptions a:hover {
	color:#00A5E3;
	}
	
	/*

	#login_emergency {
		font-size: 130%;
		font-weight: bold;
		color: #d31f32;
		padding-right: 10px;
		background: transparent url("https://wellalarm.com/images/right-arrow.gif") no-repeat right center; }

	#login_emergency:hover {
		color: #00A5E3;
	}*/
	#faqOptions form {
		font-size: 130%;
		font-weight: bold;
		margin: 0;
		padding: 0;
		color: #00A4E4; }
	#faqOptions p {
	clear:both; margin: 5px 0; }


.faqAnswer {display:none;}

#authSite {background:url("https://wellalarm.com/images/icon_alert.gif") no-repeat left top;
	width:210px;
	height:130px;
	padding-top:60px;
	text-align:right;}		
	
	
#authSite p {width:175px;
text-align:right;}	

#bubble {width:178px;
padding-bottom:20px;}


		#bubble ul {
			margin: .5em 0 0 0;
			padding: 0;
			list-style: none; 
			}
			#bubble li {
				padding-left: 10px;
				background: transparent url("https://wellalarm.com/images/newsletter-bullet2.gif") no-repeat left top;
			/*	width:140px; */}

/* home page dotted blue borders */
#bubble span.top{
	display: block;
	padding: 10px 8px 0;
    background: url("../images/bubbleblue.gif") no-repeat top;
	text-align: left;
}
#bubble span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0 15px; 
	background: url("../images/bubbleblue_filler.gif") repeat bottom; 
	text-align: left;
}
#bubble span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url("../images/bubbleblue.gif") no-repeat bottom;
	text-align: left;
}

/* dotted red borders */
#bubble_red {width:220px;
padding-bottom:20px;}


		#bubble_red ul {
			margin: .5em 0 0 0;
			padding: 0;
			list-style: none; 
			}
			#bubble_red li {
				padding-left: 10px;
				background: transparent url("https://wellalarm.com/images/newsletter-bullet2.gif") no-repeat left top;
			/*	width:140px; */}


#bubble_red span.top{
	display: block;
	padding: 10px 8px 0;
    background: url("../images/bubble_red.gif") no-repeat top;
	text-align: left;
}
#bubble_red span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0 15px; 
	background: url("../images/bubble_filler_red.gif") repeat bottom; 
	text-align: left;
}
#bubble_red span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url("../images/bubble_red.gif") no-repeat bottom;
	text-align: left;
}


.bluebutton{
      background: white url("../images/bluebutton.gif") no-repeat top;
      width: 82px;
      height: 24px;
      color:white;
}


#personalize {display:none;
padding-top:8px;}


#repeatPanel {display:none;}

#Reminders {text-align:left;}

.highlight_red {color:#d43546; text-align:left}



a.header:visited {font-size:150%; color:#1A3966;}
a.header:link {font-size:150%; color:#1A3966;}
a.header:active {font-size:150%; color:#d43546;}
a.header:hover {font-size:150%; color:#d43546;}


.hon {font-size:80%; color:#666;}

#marhome_left {width:425px;
float:left; 
/*border-right: 1px dotted #00A5E3;*/
padding:33px;
padding-right:5px;
/*background-color:#339; */}


#marhome_left #headline {
	padding-left:15px;
	padding-right:15px;
	border: 1px dotted #00A5E3;

}


#marhome_right {width:465px;
float:left;
text-align:left;
margin-left:33px;
padding-top:23px;
padding-bottom:10px;

border-bottom: 1px dotted #00A5E3;

}

#marhome_right_base {width:465px;
float:left;
text-align:left;
margin-left:33px;
padding-top:23px;
padding-bottom:10px;

}



.homead {
	font-size:120%;
	color:#F8981D;
	font-weight:bold;
}


/* acct login page */

#acct_left {float:left; 
width: 245px;
padding-right:15px;
}


#acct_left h2 {font-size:120%;}
#acct_right {float:left; 
width: 245px;
}

#acct_right h2 {font-size:120%;}


#acct_opt {width:220px;
border:1px dotted #00A5E3;
clear:both;
margin-bottom:15px;
padding:10px;
text-align:left;
height:130px;
}


#acct_opt .header {font-size:100%;
font-weight:bold;
color: #00A4E4;
}


#serviceSell {
	width: 510px;
}

#serviceSell_left {
	width: 155px;
	margin-right:15px;
	border:1px solid #B4E5E9;
	float:left;
			margin-bottom:20px;
			text-align:left;
}

#serviceSell_right {width:155px;
	border:1px solid #B4E5E9;
		float:left;
		margin-bottom:20px;
		background-color:#EFEFEF;
					text-align:left;
		
}

.sellStrong1 {background-color:#1A3966;
color:#FFFFFF;
}

a.sellStrong1 {color:#FFF;}
a.sellStrong1:visited {color:#FFF;
}
a.sellStrong1:hover {color:#F58014;
}


.sellStrong2 {background-color:#B4E5E9;
color:#D31F32;
}
a.sellStrong2 {color:#FFF;}
a.sellStrong2:visited {color:#FFF;
}
a.sellStrong2:hover {color:#F58014;
}


.sellStrong3{background-color:#B4E5E9;
color:#F58014;
}

.sellSoft1 {background-color:#B7B7B7;
color:#FFFFFF;
}

a.sellSoft1 {color:#FFF;}
a.sellSoft1:visited {color:#FFF;
}
a.sellSoft1:hover {color:#F58014;
}


.sellSoft2 {background-color:#D3D3D3;
color:#000000;
}


#sellButton {position:relative;
top:-20px;
}
