/*
Grossman Wellness Screen Stylesheet
date:      6/17/07
author:    Jenna

updated:  December 2007 - January 2008
revisions:  tcl
*/

* { margin: 0; padding: 0; }

body {
	font-family: verdana, sans-serif;
	font-size: small;
	text-align: center;
	padding: 20px 0 0 0;
	background-color: #ffffff;
	background-image: url('../picts/skybg.jpg');
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	margin-left: 0;
	margin-right: 0;
}


/* VLINK="#663399" ALINK="#666666" */




/* links
---------------------------------------------------------- */

a:link { 
	color: #339966;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3d7fb1;
	font-weight: bold;
	text-decoration: none; 
}

a:hover { 
	color: #245276; 
}

/* structure
---------------------------------------------------------- */

#header {
	width: 798px;
	margin: 0 auto; }

#top-nav { 
	width: 798px;
	margin: 0 auto;
	text-align: right; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url("../images/header/header_nav.gif");
	background-repeat: repeat;
	color: #CCCCCC;
}

#container { 
	line-height: 1.6em;
    text-align: left;
	border-left: 1px solid #e6ebef;
	border-right: 1px solid #e6ebef;
	background-color: #ffffff;
	width: 796px;
	margin: 0 auto; }

#main {
	width: 498px; 
	float: right; 
}

#main p {
	padding: 5px 0; 
	COLOR: #313131; 
	FONT: 14px verdana, arial, sans-serif;
	font-weight: normal;
	text-align: justify;
}

#main h1 {
	background: #fff url('../images/h3-bottom.jpg') bottom left repeat-x;
	font-size: 120%;
	color: #3333ff;
	text-transform: uppercase;
	margin: 10px 0 10px 0; 
	padding: 0; 
}

#main h1 span {
	background: #fff;
	color: #333399;
	padding-right: 10px; 
}

#main h2 {
	background: #fff url('../images/h3-bottom.jpg') bottom left repeat-x;
	font-size: 130%;
	color: #3333ff;
	text-transform: uppercase;
	margin: 10px 0 10px 0; 
	padding: 0; 
}

#main h2 span {
	background: #fff;
	color: #333399;
	padding-right: 10px; 
}

#main2 {
	width: 498px; 
	float: right; 
}

#main2 p {
	padding: 5px 0; 
	COLOR: #313131; 
	FONT: 12px verdana, arial, sans-serif;
	font-weight: normal;
	text-align: justify;
}

#main2 h1 {
	background: #fff url('../images/h3-bottom.jpg') bottom left repeat-x;
	font-size: 120%;
	color: #3333ff;
	text-transform: uppercase;
	margin: 10px 0 10px 0; 
	padding: 0; 
}

#main2 h1 span {
	background: #fff;
	color: #333399;
	padding-right: 10px; 
}

#main2 h2 {
	background: #fff url('../images/h3-bottom.jpg') bottom left repeat-x;
	font-size: 130%;
	color: #3333ff;
	text-transform: uppercase;
	margin: 10px 0 10px 0; 
	padding: 0; 
}

#main2 h2 span {
	background: #fff;
	color: #333399;
	padding-right: 10px; 
}

#sidebar { 
	margin-top: 13px;
	margin-left: 22px;
	background: #fff url('../images/side-bg.jpg') top left repeat-x;
	width: 240px;
	float: left; }

.subtitle {
/*	COLOR: #2f2f2f; */
	FONT: 14px geneva,verdana,arial,sans-serif;
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
	text-decoration: underline;
}

z.arttitle {
	FONT: 11pt verdana,arial,sans-serif;
	font-weight: bold;
	color: #8bacba;
	text-decoration: none;
}

.arttitle a:link {
	font-weight: bold;
	color: #8bacba;
	text-decoration: none;
}

.arttitle a:visited {
	font-weight: bold;
	color: #8bacba;
	text-decoration: none;
}

.arttitle a:hover {
	font-weight: bold;
	color: #3399fe;
	text-decoration: none;
}

/* header
---------------------------------------------------------- */

.logo {
	background: #fff url('../images/logo2.jpg') top left no-repeat;
	height: 222px; }

.logo img  { display: none; }

#top-nav ul {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;}

#top-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase; }

#top-nav li a {
	font-size: .75em;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #245276;
	border: none; }

#top-nav li a:hover {
	color: #3399FE; }


/* content
---------------------------------------------------------- */

.content {
	padding-right: 15px;
	margin-top: 12px; 
}

/* headers */

h2 {
	background: #fff url('../images/h3-bottom.jpg') bottom left repeat-x;
	font-size: 130%;
	color: #0000cc;
	text-transform: uppercase;
	margin: 10px 0 10px 0; 
	padding: 0; 
}

h2 span {
	background: #fff;
	color: #0000cc;
	padding-right: 10px; }

h3 {
	font-size: 100%;
	color: #2f2f2f;
	text-transform: uppercase;
	margin: 20px 0 5px 0; 
	padding: 0; }

.content ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 5px 0 5px 15px; } 

.content li {
	background: transparent url('../images/sidebox-bullet.gif') 0px 3px no-repeat; 
	padding-left: 12px;
}

.just { 
	color : #000033; 
	font : 13px geneva, verdana, arial, sans-serif; 
	font-weight : normal; 
	text-align : justify; 
} 


.just a:link { 
	color: #245276;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

.just a:visited { 
	color: #245276;
	font-weight: normal;
	text-decoration: none; 
}


.just a:hover { 
	color: #0000cc; 
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

/* sideboxes */

.mainpg ul {
	list-style: none;
	margin:0; 
	padding:0;
} 

.mainpg li {
	margin: 10px 0px 10px -25px;
	padding-left: 10px;
	COLOR: #313131; 
	FONT: 12px verdana, arial, sans-serif;
	text-align: justify;
	font-weight: normal;
	line-height: 120%;
	background: transparent url('../images/sidebox-bullet.gif') 0px 0px no-repeat; 
}

.mainsec ul {
	list-style: none;
	margin:0; 
	padding:0;
} 

.mainsec li {
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	COLOR: #313131; 
	FONT: 12px verdana, arial, sans-serif;
	text-align: justify;
	font-weight: normal;
	line-height: 120%;
	background: transparent url('../images/sidebox-bullet.gif') 0px 0px no-repeat; 
}

.sidebox {
	line-height: 100%;
	margin: 7px 0 5px 15px;
	float: right;
	width: 200px; 
	font-size: 87%;
	background: #f0f6f6; }

.sidebox a { 
	font-size: 87%;
	color: #333; font-weight: normal; }

.sidebox a:hover { 
	text-decoration: underline; }

.sidebox ul {
	list-style: none;
	padding: 5px 10px 5px 10px; } 

.sidebox li {
	background: transparent url('../images/sidebox-bullet.gif') top left no-repeat; 
	padding-left: 12px;
	margin-bottom: 10px;
	line-height: 110%; }

.sidebox1 {
	margin: 20px 0 5px 15px;
	float: right;
	width: 200px; 
	background: #f0f6f6; }

.sidetitle {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	color: navy;
	font-weight: bold;
}

.sidesub {
	line-height: 140%;
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px;
	color: navy;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 2px;
}

.sidesub li {
	background: transparent url('../images/sidebox-bullet.gif') top left no-repeat; 
	padding-left: 12px;
	margin-bottom: 10px;
	line-height: 110%; }

/* video */

.video {
	padding-left: 20px;	
	float: right; }

.video p.launch {
	margin-top: 0px;
	height: 20px;
	font-size: 85%;
	background: #fff url('../images/launch.png') center left no-repeat;
	padding-top: 5px;
	padding-left: 23px; }


/* sidebar
---------------------------------------------------------- */

#sidebar .side-nav { }

#sidebar .side-nav ul {	
	margin: 11px 10px 20px 10px;
	list-style: none; }

#sidebar .side-nav ul li {
 }

#sidebar .side-nav ul li a {
	padding: 5px;
	margin: 2px 0;
	display: block;
	width: 210px;
	background: #a6bec8;
	font-size: 90%;
	text-transform: uppercase;
	color: #fff; }

#sidebar .side-nav ul li a:hover {
	background: #adc5cf; }

#sidebar h3 {
	text-transform: uppercase;
	color: #fff;
	height: 19px;
	background: #a3bec9;
	padding: 5px;
	margin: 10px 10px 0 10px; }

#sidebar p {
	margin: 5px 12px 15px 15px; }

#sidebar .bbb {
	text-align: center; }

#sidebar .newsletters {
	margin: 0px 12px 0px 15px; 
	text-align: left; }

#sidebar .cc {
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center; }

#sidebar .book {
	margin-top: 20px;
	margin-bottom: 20px;	
	text-align: center; }


/* patient account area
---------------------------------------------------------- */

.account { text-align: right; }
.account p { font-size: 85%; }

#messagecenter {
	color: #3d7fb1;
	width: 478px;
	padding: 0;
	margin: 10px 0 0 0; }

#messagecenter a.open { font-weight: normal; }

th.reg {
	color: #000;
	font-size: 10px;
	background: #c6d9d7;
	padding: 6px 6px 6px 12px; }

td.reg {
	font-size: 11px;
	background: #fff;
	padding: 6px 6px 6px 12px; }

td.alt {
	font-size: 11px;
	background: #f0f4f3;
	padding: 6px 6px 6px 12px; }

p.disclaimer {
	font-size: 11px;
	font-style: italic;
	margin-top: 10px; }


#profile {
	margin: 10px 0 10px 0;
}

#wellnessprograms {
	width: 478px;
	padding: 0;
	margin: 10px 0 10px 0; }

#wellnessprograms td {
	font-size: 11px;
	background: #fff;
	padding: 6px 6px 6px 12px; }

#wellnessprograms th {
	color: #000;
	font-size: 10px;
	background: #c6d9d7;
	padding: 6px 6px 6px 12px; }


/* footer
---------------------------------------------------------- */

.footer { 
	width: 700px;
	margin: 20px auto 0 auto;
	background-color: #ffffff;
	color: #e0e0e0; }

.footer a {
	padding-bottom: 20px;	
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: #979797;
	border: none; }

.footer a:hover {
	color: #b1b1b1; }


/* miscellaneous
---------------------------------------------------------- */

/* hr, .hide {	display: none; } */
a img { border: none; }
.rollemup { 
	clear: both; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	background-color: #ffffff;
}

#contactform {
	margin: 0;
	padding: 0; }

#contactform input, #contactform select, #contactform textarea {
	margin-top: 2px;
	margin-bottom: 15px; }

#contactform form p, #contactform form dl dd {
	margin: 0;
	padding: 0; }

#contactform p.note {
	margin-top: 15px;
	margin-bottom: 10px; }

#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%; }

#contactform dt {
	font-weight: normal !important; }

#contactform dt em, #contactform .note em {
	color: #c00;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle; }

#contactform #realname, #contactform #email, #contactform #phone, #contactform #field, #contactform #address1, #contactform #address2, #contactform #city {
	color: #626262;
	width: 250px;
	padding: 2px;
	font-size: 115%; }

#contactform #state, #contactform #zip {
	color: #626262;
	width: 100px;
	padding: 2px;
	font-size: 115%; }

#contactform #heard_from_search_engine, #contactform #heard_from_website, #contactform #heard_from_email, #contactform #heard_from_ad, #contactform #heard_from_publication, #contactform #heard_from_other, #contactform #heard_from_family, #contactform #heard_from_healthprof, #contactform #heard_from_affpartner, #contactform #heard_from_wordofmouth { margin-bottom: -1px; }

#contactform #heard_from_other_tell { 
	margin: 0 0 15px 25px; 
	color: #626262; 
	width: 250px;
	padding: 2px;
	font-size: 115%; }

#contactform #subject, #contactform #comments, #contactform #serve_better, #contactform #provide {
	color: #626262; }

#contactform textarea {
	font-size: 100%;
	width: 400px;
	height: 180px;
	font-family: inherit; }

#contactform .button { margin-top: 5px; }

blockquote {
	margin: 10px 0 20px 0;
}

#download-box {
        border: 1px solid #c7dad8;
        background: #e0eae9 url('../images/download.gif') 7px 7px no-repeat;
        width: 125px;
        margin-top: 10px; }

#download-box p {
        margin-left: 30px;
        padding: 10px; }


.shop-account { text-align: right; }
.shop-account p { font-size: 85%; }
.shop-account a { font-weight: normal; color: #333; }
.shop-account a.cart { padding-left: 18px; background: #fff url('../images/cart.png') top left no-repeat; }


.categoryListBoxContents {
        float: left;
        height: 57px;
        width: 210px !important;
        margin: 0px 20px 20px 0px;
        line-height: 125%;
        background: #fff;
        text-align: center;
        border: 1px solid #e9e4e0; }
    .categoryListBoxContents a {
        color: #666;
        font-size: 95%;
        font-weight: normal; }
    .categoryListBoxContents a:hover {    
        color: #333;
        text-decoration: underline !important; }
    .categoryListBoxContents img {  }    
    .categoryListBoxContents span {
        margin: auto auto;
        display: block;
        width: 160px;}    


img.profile {
	float: right;
	margin: 10px 0 10px 20px; }

img.page {
	float: right;
	margin: 7px 0 5px 10px; }

img.page-alt {
	float: left;
	margin: 7px 10px 5px 0; }

img.profstaff {
	float: right;
	margin: 22px 0 10px 20px; }

img.profdoc {
	float: right;
	margin: 45px 0 10px 20px; }

img.profcent {
	float: none;
	margin: 20px 0 20px 0; }


#header .logo a {
	background:transparent url('../images/logo2.jpg') no-repeat scroll 0px 0px;
	display:block;
	height:222px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9000px;
	width:798px; }


.listingProductImage { margin-right: 20px; }
#productsListingBottomNumber { margin-top: 40px; }

.papp {
	text-align: center;
	color: #000055;
	font: 12px Verdana, Arial, sans-serif;
	font-style: italic;
}

.papptitle {
	text-align: center;
	color: #000066;
	font-weight: bold;
	font: 16px Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid
}