/* Overriding HTML Elements */

body {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666;
	line-height: 11pt;
	margin: 10px;
}

h1 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	font-size: 14pt; 
	color: #339AC1;
	line-height: 14pt;
	font-style: normal; 
}

h2 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 10pt; 
	color: #4E4D45; 
	font-size: 10pt;
	font-style: normal; 
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
	line-height: 11pt
}

/* Links */

a:link {
	color: #126890;
	text-decoration: underline;
	background-color: transparent
}

a:visited {
	color: #48819c;
	text-decoration: underline;
	background-color: transparent
}

a:hover {
	color: #126890;
	text-decoration: none;
	background-color: transparent
}


/**TEXT SPECIFIC STYLES **/

.AddressTitle {
	font-family: 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 12pt; 
	color: #2fb3e8; 
	font-weight: bold;
	line-height: 13pt
}

.AddressInfo {
	margin-left: 20px
}

.Tiny {
	font-size: 7pt; 
}

.BlueTitle {
	font-family: 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 12pt; 
	color: #2fb3e8; 
	font-weight: bold;
	line-height: 13pt
}

.LeftIndent {
	margin-left: 20px
}

.ProductDescription {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	color:#157292;
	font-size: 13pt;
	line-height: 16pt
}

.pblue {
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #126890; 
	line-height: 11pt
}

.inthenews,
.pressreleases
{height: 425px; width: 515px; padding: 5px 5px 5px 0px; overflow: auto; overflow-x: hidden;}

.inthenews img,
.pressreleases img
{margin: 15px 0px;}

.inthenews .more,
.pressreleases .more
{padding-top: 8px; float:left}

.inthenews .video,
.pressreleases .video
{padding-top: 8px; float: right}

.article_title
{
	font-size: 10pt;
	font-weight: bold;
}

/**TAG SPECIFIC STYLES **/

img 
{
	border: none;	
}

select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal	
}

input 
, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal
}

/**SITE SECTION STYLES**/
#header 
{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#header #hsignup
{
	width: 690px;
	height: 65px;
	background: url("../images/header_bg.gif") no-repeat top right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right
}

#socialnetwork
{
	position: absolute;
	right: 0%;
	text-align: left;
	width: 205px;
	margin-top: 3px;
}

#socialnetwork p
{
	margin-top: 5px;
	padding: 0px;
}

#header #hsignup #emailSignupFlash
{
	position: absolute;
	right: 28%;
}

#content 
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url("../images/bg_body.gif"); 
	background-repeat: repeat-y;
	background-position: center
}

#footer 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#footer .small {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	color:#CCCCCC;
	line-height: 13pt
}

#content  #bottomnav
{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	
}

.question
{
	position: absolute;
	cursor: pointer;
	top: 105px;
	right: 30px;
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '') "),
	this.style.behavior=null);	
	z-index: 5
}

.questionexplanation
{
	display: none;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 175px;
	height: 60px;
	background: url('../images/question_bg.gif') no-repeat;
	z-index: 99999999
	
}

.question.hover .questionexplanation,
.question:hover .questionexplanation
{
	display:inline;
	right:22px;
	bottom: 10px;
	z-index: 99999999
}

/* Tabs */

.tabs
{
	background: url('../images/myandys_bg_top.gif') no-repeat center 28px;
	width: 886px;
	height: 34px;
	margin: 0px auto;
	position: relative
}

.tabs ul
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
}

.tabs li
{
	display: inline
}

.tabs li img.onstate
{
	display: none !important;
}

.tabs li img.offstate
{
	display: inline !important;
}

.tabs li:hover img.onstate
, .tabs li.hover img.onstate
{	
	display: inline !important;
}

.tabs li:hover img.offstate
, .tabs li.hover img.offstate
{	
	display: none !important;
}



/**Form Messaging**/
.validationLabel 
{
	color: #ff8031;	
}

.validationSummary 
{	
	color: #ff8031;	
	margin-top: 5px;
	margin-bottom: 5px;
}

/**Product Landing Page**/
#products 
{
	position: relative;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

#products .product
{
	display: inline;
	width: 110px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;	
		
	position: relative;

	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
}

#products .product .title
{
	display: none;
	width: 110px;
	border: solid 1px #63c6ee;
	background-color: #e6f3f6;
	text-align: center;
}

#products .product.hover 
, #products .product:hover 
{
	cursor: pointer ;
}

#products .product.hover .title
, #products .product:hover .title
{
	display: block;
	position: absolute;
	left: 0%;
	top: 50%;	
	cursor: pointer ;
}


/**Modal Styles **/

#modals {z-index: 999999999; position: relative;}

.modal_page_background 
{
	background-color: #fff;
	opacity:.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);		
	z-index: 10001 !important;
}

.modal 
{
	background: #fff;
	border: solid 1px #36a2c5;	
	padding-top: 13px;
	z-index: 10003 !important;
	position: relative;
}

.modal .html {}
.modal iframe {z-index: 999999999 !important; margin-top: 6px;}

.modal_close 
{
	display: block;	
	float: right;
	position: absolute;
	right: 0%;
	top: 0px;
	z-index: 10002 !Important;
}
