/* Import External Styles */
@import url(/assets/visualed/blog.css);
@import url(/assets/visualed/calendar.css);
@import url(/assets/visualed/library.css);
@import url(/assets/visualed/newsletter.css);
@import url(/assets/visualed/store.css);

/* 
Title:     Visual Education Concepts Global Styles
*/

body {
	background: 			#343434 url("/assets/visualed/bodyBkgd-blue.gif") repeat-x;
	margin:					0;
	padding:				0;
	font-size:				90%;
	font-family: 			tahoma,arial,sans-serif;;
	color: 					#333333;
}

/* -----------------------------------------
  Baseline values for browser consistency
------------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option, fieldset {
	margin:					0;
	padding:				0;
}
fieldset {
	border: 				0;
}
img {
	margin:					0;
	padding:				0;
	border:					0;
}
ul {
	list-style:				none;
}
p {
	line-height:			1.4em;
}
a {
	outline:				0;
}

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

a:link, a:visited {
	color: 					#0595B7;
}
a:hover {
	color:	 				#43c2e0;
}
.clear {
	clear:					both;
	height:					0px;
	font-size: 				0px;
	line-height: 			0px;
}

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

#wrapper {
	width:					900px;
	margin:					0 auto;
}
#header {
	position:				relative;
	height:					149px;
	width:					900px;
}
#contentWrapper {
  border-top: 4px solid #0595b7;
	float:					left;
  font-family:    Palatino, "Palatino Linotype", "Book Antiqua", Georgia;
  font-size:      125%;
  line-height:    1.0;
	width:					712px;
	margin:					0;
	padding:				0;
  background:			#fff url("/assets/visualed/contentWrapper.png") repeat-x bottom;
}
#mainContent {
	float:					right;
	width:					440px;
	margin:					40px 25px 0 25px; 
}
#subCategories {
	float:					left;
	width:					160px;
	margin:					25px 0 0 25px;
}
#contentSecondaryNavWrapper {
	width:					900px;
	margin-left:			27px;
	padding:				0px;
}
#footer {
	color:					#fff;
	padding:				10px 0 10px 20px;
	background:				#2a2a2a;
}
#footer a {
	text-decoration:		none;
	color:					#fff;
}
#footer a:hover {
	text-decoration:		underline;
}
#copyright {
	font-size:				11px;
	padding:				10px 0;
	color:					#ccc;
	background:				#343434;
}

/* -------------------------------------
/*  type
/* -------------------------------------*/

#mainContent p {
	margin-bottom:			1em;
}
#mainContent h2 {
	font-size:				1.4em;
	color:					#0595b7;
	margin-bottom:			0.8em;
}
#mainContent h3 {
	font-size:				1.2em;
	color:					#0595b7;
	margin-bottom:			0.8em;
}
#mainContent ul {
	list-style-type:		disc;
	list-style-position:	inside;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:			1.6em;
}
#mainContent li {
	margin-bottom:			0.4em;
}
/* -------------------------------------
/*  header
/* -------------------------------------*/

#logo a {
	display:				block;
	position:				absolute;
	top:					0px;
	left:					30px;
	width:					449px;
	height:					148px;
	text-indent:			-5000px;
	overflow:				hidden;
	background:				url(/assets/visualed/final-logo.png) no-repeat;
}
#cart {
	position:				absolute;
	top:					0px;
	left:					646px;
	width:					228px;
	height:					93px;
	/* background:				#4f4f4f; */
	color:					#fff;
	font-size:				12px;
	padding:				45px 10px 10px 15px;
	/* border-right:			solid 1px #999999;
	border-bottom:			solid 1px #999999; */
background:				url(/assets/visualed/search.png) no-repeat;
}
#cart p.center {
  text-align: right;
}

#cart p {
  margin: 0px;
  padding: 0px;
}

#cart a {
	color:					#fff;
}
#searchBox {
	position:				absolute;
	top:					93px;
	left:					646px;
	width:					247px;
	height:					55px;
	color:					#fff;
	font-size:				12px;
	/* background:				url(/assets/visualed/search.png) no-repeat; */
}
#searchBox label {
	display:				none;
}
.searchButton {
	position:				absolute;
	top:					5px;
	left:					180px;
}
.textField {
	position:				absolute;
	color:					#666666;
	top:					6px;
	left:					10px;
	height:					20px;
	width:					160px;
	font-size:				13px;
	border:					0px;
	line-height:			14px;
}


/* -------------------------------------
/*  mainNav
/* -------------------------------------*/
#mainNav {
        margin-left: 27px;
	width:					866px;
	height:					53px;
	font-size:				15px;
	font-weight:			bold;
	background:				#8a8b8f url(/assets/visualed/mainNav.png) no-repeat;
}
#mainNav li {
	float:					left;
	line-height:			29px;
	padding:				6px 16px 5px 16px;
}
#mainNav li.first {
	margin-left:			43px;
}
#mainNav li a {
	color:					#ababab;
	text-decoration:		none;
}
#mainNav li a:link {
	color:					#ababab;
	text-decoration:		none;
}
#mainNav li a:hover {
	color:					#e6e6e6;
}
#mainNav li.current a {
	color:					#d2f6ff;
}

#secondaryNav {
	float:					left;
	width:					154px;
	overflow:				hidden;
	padding-top:			4px;
	background:				#0595b7;
}
#secondaryNav li {
	height:					39px;
	padding-left:			15px;
	line-height:			39px;
	background:				url(/assets/visualed/secondaryNavTabOff.gif) no-repeat;
}
#secondaryNav li a {
	text-decoration:		none;
	color:					#d4d4d4;
	font-weight:			bold;
}

#secondaryNav li:hover a {
	color:					#5f5f5f;
}
#secondaryNav li:hover {
	background:				url(/assets/visualed/secondaryNavTabHover.gif) no-repeat;
}
#secondaryNav li.current {
	background:				url(/assets/visualed/secondaryNavTabOn.gif) no-repeat;
}
#secondaryNav li.current a {
		color: 					#0595b7;
}

#secondaryNav li.sub {
  padding: 0px;
  margin: 0px;
  margin-bottom: -3px;
}

#secondaryNav li.sub a {
  margin: 0px;
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 0.25em;
  line-height: 0.9;
  padding-left: 2em;
  display: list-item;
}

#secondaryNav li.subcurrent {
  background: #0595b7;
}

#secondaryNav li.subcurrent a {
  color: #d4d4d4;
}

#subCategories h3 {
                font-size: 175%;
}
#subCategories ul {
  font-size: 145%;
  line-height: 1.8;
}
#subCategories li.first {
	border-top: 			1px solid #cccccc;
}
#subCategories li {
	font-size:				14px;
	padding:				10px;
	color:					#666;
	border-bottom:			1px solid #cccccc;

}

#subCategories li a {
	font-family: 			tahoma,arial,sans-serif;;
  font-weight: bold;
  text-decoration: none;
display: block;
}


/* 
----------------------------------------------------------------------------- 
INLINE IMAGES
-----------------------------------------------------------------------------*/
.inlineImage {
	text-align: center;
	font: normal 1.0em 'lucida grande',tahoma,sans-serif;
	color: #999;
	}
.inlineImage img {
		padding: 3px;
		border: 1px solid #ccc;
		}
.noStyle img {
		padding: 0;
		border: 0 none;
		}
.right {
	float: right;
	margin: 1.3em 0 0 2em;
	}
.left {
	float: left;
	margin: 1.3em 2em 0 0;
	}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

/* Powered By Text */
span.poweredby img {border:0; padding: 0; margin: 0; position: relative; top: 3px;}

.firstLetter {
  font-size: 145%;
}

/**** HEADINGS ****/
h1.title {
  color: #0e1f13;
  height: 66px;
  margin: 0px;
  margin-top: -40px;
  padding-bottom: 0.25em;
  padding-left: 65px;
  padding-top: 15px;
  width: 460px;
}

h1#acupuncture {
  background: url("/assets/visualed/acu-title.jpg") no-repeat;
}

h1#chiropractic {
  background: url("/assets/visualed/chiro-title.jpg") no-repeat;
}

h1#massageTherapy {
  background: url("/assets/visualed/massagetherapy-title.jpg") no-repeat;
}

h1#optometry {
  background: url("/assets/visualed/optometry-title.jpg") no-repeat;
}

h1#physicalTherapy {
  background: url("/assets/visualed/pt-title.jpg") no-repeat;
}

h1#podiatry {
  background: url("/assets/visualed/podiatry-title.jpg") no-repeat;
}

h1#realEstate {
  background: url("/assets/visualed/realestate-title.jpg") no-repeat;
}

h1#urology {
  background: url("/assets/visualed/urology-title.jpg") no-repeat;
}

h1#wellness {
  background: url("/assets/visualed/wellness-title.jpg") no-repeat;
}

.movie {
text-align: center;
margin-bottom: 15px;
}


.logo { 
padding: 15px;
width: 320px;
height: 140px;
margin: 0 auto;
}

.logo img {
width: 320px;
height: 140px;
}

img.fan {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.buybox {
  display: block;
  float: right;
  text-align: center;
  padding: 10px;
  width: 236px;
}

.buybox strong {
  float: left;
}

.buybox span {
  padding-top: -4px;
}

.product {
  float: right;
  width: 250px;
  display: inline;
  padding: 3px;
}

.product span.prog {
  font-weight: bold;
  float: left;
  padding-bottom: 0.25em;
}

.video {
  text-align: center;
  margin: 10px auto;
}
