/* CSS Document */
 
html, body, div, ul, li, td {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
}

ol, ul {
	list-style: none;
}

body {
	font-size:100%;
	font-family: Arial, Helvetic, San Serif;
	line-height:1.5em;
	color: #666;
	background: white;
}

td {
	font-family: Arial, sans-serif;
}


a {
	color: #009AD8;
	text-decoration: underline;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}
	

button {
	cursor: pointer;
}

#footer {
	font-size:0.75em;/* = 12px. May  have to change */
}

em{
	font-style:italic;
}

/* =Full Wides
-----------------------------------------------------*/

.headerWide{
	width:100%;
	margin:0 auto;
	height: 484px;
	background-image:  url(../img/interface/nav-bkd.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

.mainWide{
	width:100%;
	margin:0 auto;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
}

.footerWide{
	width:100%;
	margin:0 auto;
	margin:0;
}

/* =Header 
-----------------------------------------------------*/
#header {
	width: 800px;
	margin:0 auto;
	height:168px;
	position:relative;
	left: 0px;
}

#header #VanAshLogo {
	width: 417px;
	position: relative;
	top: -90px;
	left:0px;
}

#header #VanAshLogo a {
	height: 56px;
	width: 417px;
	background:  url(../img/VanAsh-logo.png) 0 0 no-repeat;
	text-indent: -99999em;
}

#header a {
	color: #666666;
	text-decoration: none;
}

#header a:hover {
	color: #009AD8;
}


#header strong {
	font-weight: bold;
}

/*Primary Navigation*/
#header .primaryNavigation {
	left:0px;
	margin:0 auto;
	position:absolute;
	top:110px;
	width:690px;
}

#header .primaryNavigation li {
	float:left;
}

#header .primaryNavigation li a {
	display:block;
	height: 29px;
	text-indent: -5000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: 0 0;
}

#header .primaryNavigation li a:hover {
	background-position: 0px -50px;
}

#header .primaryNavigation li a:active{
	background-position: 0px -100px;
}


/*Order Navigation*/

#header .orderNavigation {
	margin:0 auto;
	top:142px;
	left:546px;
	width: 250px;
	height: 29px;
	position:absolute;
	z-index:1;
}

#header .orderNavigation li {
	float:left;
}

#header .orderNavigation li a {
	display:block;
	width: 250px;
	height: 29px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: 0 0;
}

#header .orderNavigation li a:hover {
	background-position: 0px -50px;
}

#header .orderNavigation li a:active{
	background-position: 0px -100px;
}

/*Secondary Navigation*/
#header .secondaryNavigation{
	top:40px;
	position:absolute;
	right: 0px;
	font-size: 0.95em;
}

#header .secondaryNavigation li{
	float:left;
}

#header .secondaryNavigation a{
	color:#666666;
	text-decoration: none;
	padding-left: 0px;
}

#header .secondaryNavigation a:hover{
	color:#009AD8;
}

#header .secondaryNavigation a:active{
	color:#333333;
}

#header .secondaryNavigation .faq,
#header .secondaryNavigation .news,
#header .secondaryNavigation .friend,
#header .secondaryNavigation .contact{
	margin-left: 8px;
}

/*tertiary Navigation*/
#header .tertiaryNavigation{
	position:absolute;
	top:20px;
	right: 0px;
	font-size: 0.95em;
}

#header .tertiaryNavigation li{
	float:left;
}

#header .tertiaryNavigation a{
	color:#009AD8;
	text-decoration: none;
	padding-left: 0px;
}

#header .tertiaryNavigation a:hover{
	color:#666666;
}

#header .tertiaryNavigation a:active{
	color:#333333;
}

#header .tertiaryNavigation .cart,
#header .tertiaryNavigation .account{
	margin-left: 8px;
}

#header .tertiaryNavigation .cart a{
	color:#009AD8;
	text-decoration: none;
	background-image:url(../img/interface/btn-cart.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 16px;
	display:block;
	height: 16px;
	float:left;

}
#header .tertiaryNavigation .cart a:hover{
	color:#666666;
	background-position: -300px 0;
}

#header .tertiaryNavigation .cart a:active{
	color:#333333;
	background-position: -600px 0;
}

/*SUBLEVEL Navigation*/

a.linksSUB {
	text-decoration: none;
	color:#333333;
	line-height: normal;
	}
	
a.linksSUB:link {
	text-decoration: none;
	color:#333333;
	}
	
a.linksSUB:hover {
	text-decoration: underline;
	color:#009AD8;
}
	
a.linksSUB:active {
	text-decoration: none;
	color:#333333;
	}

.tdSUBNnav {
	text-decoration: none;
	background-color: #BFE6F5;
	padding-left: 10px;
	color:#333333;

}

a.linksSUB2 {
	text-decoration: none;
	color:#333333;
	line-height: normal;
	}
	
a.linksSUB2:link { 
	text-decoration: none;
	color:#333333;
	}
	
a.linksSUB2:hover {
	text-decoration: underline;
	color:#009AD8;
}
	
a.linksSUB2:visited {
	text-decoration: none;
	color:#333333;
	}

.tdSUB2Nnav {
	text-decoration: none;
	background-color: #DCF1FA;
	padding-left: 20px;
	font-size: 11px;
	color:#333333;

}


/* =MAIN CONTENT 
-----------------------------------------------------*/
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 38px;
	position:relative;
	left:-4px;
} 
#main .content p {
	line-height: 1.8em;
}

/*Titles*/

.homePageHead {
	font-weight: bold;
	color:#009AD8;
	line-height: 1.25em;
}

.homePageContent {
	font-weight: normal;
	line-height: 1.25em;
}

.homePageHead2 {
	color:#009AD8;
	line-height: 1.6em;
	font-size: 14px;
}

.homePageContent2 {
	font-weight: normal;
	line-height: 1.8em;
}

.bold {
	font-weight: bold;
}

.cellbgWHITE { background-color: #FFFFFF;}

.cellbgBLACK { background-color: #000000;}

.cellbgGREYLGT { background-color: #EAEAEA;}

.cellbgGREYMED { background-color: #999999;}

.cellbgGREYDRK { background-color: #333333;}

.cellbgPRIMARY { background-color: #009AD8;}

.cellbgSECONDARY { background-color: #DCF1FA;}

.cellbgTERTIARY { background-color: #ED3A00;}

.TXTgiving {
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;

}

.LINKgiving a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: underline;

}

.LINKgiving a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;

}

.LINKgiving a:visited {
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: underline;

}

.LINKgiving a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: underline;

}

.TXTtip {
	font-size: 10.5px;
	line-height: 12px;
	padding: 18px 0px 18px 18px;
}

.TXTtipSUB {
	font-size: 11px;
	line-height: normal;
	padding: 0px 22px;
}

.TXTvideoSUB {
	font-size: 11px;
	line-height: normal;
	padding: 26px 0px 0px 22px;
}

.TXTderm {
	font-size: 11px;
	background-image:url(../img/home/callouts/derm_bg.jpg);
	line-height: normal;
	padding: 10px 0px;

}

.TXTsubTTl {
	font-size: 22px;
	color:#009AD8;
	font-weight: normal;
	line-height: 22px;
}

.TXTsubTTl2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}

.TXTsubTTl3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}

.bullets {
	list-style: url(../img/icons/bullet.png) inside;
	font-size: 10px;
	padding: 0px 16px;
}
.listsIL {
	text-indent: -14pt;
}

.TXTfaq {
	font-weight: bold;
	color: #009AD8;
}

.TXTsm {
	font-size: 10px;
	color: #666666;
}

.BOXcallout {
	line-height: normal;
	padding: 8px 8px;
}

.TXTcalloutTTL {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.TXTcallouthighlight {
	font-size: 14px;
	font-weight: normal;
	color: #009ADA;
	font-style: italic;
}


/* =Footer 
-----------------------------------------------------*/
#footer{
	width: 610px;
	margin: 0 auto;
	position:relative;
	color: #999;
	left: 0px;
	font-size: 1em;
	line-height: normal;
}

#footer ul {
	padding: 0 0 8px 20px;
}

#footer ul li {
	float: left;
	font-family: Arial, Helvetic, San Serif;
}

#footer ul li a {
	display: block;
	color: #009AD8;
	text-decoration: underline;
	padding: 0px 8px;
}

#footer ul li a:hover {
	color: #666;
	text-decoration: none;
} 

#footer ul li a:active {
	color: #333;
	text-decoration: none;
} 

/*DBL LOGO*/
#footer .dbllogo {
	left:500px;
	position:absolute;
	top:-16px;
}

#footer .dbllogo li {
	background:  url(../img/dbl_logo.png) 0 0px;
	height: 40px;
	width:84px;
	text-indent: -5000px;
	overflow:hidden;
	background-repeat:no-repeat;
}
