
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	font-size:3.0em;
	font-weight:normal;
	color:#000;
	padding-left:33px;
	padding-top:12px;
}

h2 {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	font-size:2.4em;
	font-weight:normal;
	color:#000;
	padding-left:33px;
}

h3 {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#000;
	padding-left:33px;
}

p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:active {
	color:#0000FF;
	text-decoration:none;
}

ul {
	margin:0 0 15px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ul li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol {
	margin:0 0 15px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img {
	vertical-align:bottom;
	border:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalSpacer {
	margin:0 0 5px 0;
	padding:0;
}

/* change transparency - applies to different browsers */
.transparent50Percent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:959px;
	background-color:#FFFFFF;
}

/* --- top nav attributes --- */

#topNav {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	background:#FFF;
	padding:0;
	width:959px;
}

#mainNav {
	width:630px;
	float:left;
	height:45px;
}

#freeConsultation {
	float:left;
	width:329px;
	height:45px;
	background:url(../images/free-consultation.gif) no-repeat;
}

/* -------------------------------------------------- */

/* contains side and main sections */
#mainContainer {
	margin:0;
	padding:0;
	width:957px;
	background:url(../images/body-bg.gif) repeat-y;
	border:1px solid #0f4256;
}	
/* contains masthead section */

#masthead {
    margin:0;
	padding:0;
	background:url(../images/masthead.jpg) no-repeat;
	height:174px;
}

/* --- left section --- */

#side1 {
	float:left;
	margin:0;
	padding:0;
	width:621px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#side1 img {
	border:none;
	padding:0 10px 0 0;
}

.banner {
	padding:0 0 0 36px;
}

.book {
    float:left;
}

.subheading {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#000;
	padding-left:33px;
}

#side1 p {
    padding-left:36px;
	padding-right:35px;
}

#side1 ul {
    padding-left:30px;
}

#side1 ol {
    padding-left:30px;
}

#featuredProductBox {
    margin-left:36px;
}

#featuredProductBox .featuredProduct {
    background:#fff;
	border: 2px #888 solid;
	width:169px;
	height:270px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#featuredProductBox .featuredProduct img {
    padding:25px 10px 0 40px;    
}

#featuredProductBox .featuredProduct p {
    padding-left: 15px;
    padding-right: 10px;
}

/* --- right section --- */

#side2 {
	float:left;
	margin:0;
	padding:0;
	width:336px;
	color:#002044;
}

#side2 img {
	border:none;
	margin-left:20px;
}

#side2 .category {
	margin-left:55px;
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
    font-size:2.0em;
}

#side2 ul {
    margin-left:55px;
	padding-bottom:20px;
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
    font-size:1.9em;
}

#side2 ul li {
    list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#side2 a:link {
	color:#002044;
	text-decoration:none;
}

#side2 a:visited {
	color:#002044;
	text-decoration:none;
}

#side2 a:hover {
	color:#002044;
	text-decoration:underline;
}

#side2 a:active {
	color:#002044;
	text-decoration:underline;
}

#stayConnected {
    background:#d75e05;
	border:2px solid #fff;
	width:276px;
	height:276px;
	margin:30px;
	color:#fff;
}

#stayConnected H2 {
    color:#fff;
	padding-top:20px;
}

#stayConnected p {
    color:#fff;
}

#stayConnected .bigText {
    color:#fff;
	font-size:1.6em;
	margin:5px 0 5px 0;
}

#stayConnected .bigText a {
    color:#FFF;
}

#stayConnected img {
    padding-left:25px;
	padding-right:5px;
}

#stayConnected form {
     padding-left:20px;
}

/* --- footer section --- */

#footer {
	margin:15px auto 0 auto;
	padding:0 0 30px 0;
	width:959px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#555;
}

#footer .greyline {
    background:url(../images/greybox.gif) repeat-x;
	padding:0;
	margin:0;
	height:1px;
}

#footer a:link {
	color:#555;
	text-decoration:none;
}

#footer a:visited {
	color:#555;
	text-decoration:none;
}

#footer a:hover {
	color:#555;
	text-decoration:underline;
}

#footer a:active {
	color:#555;
	text-decoration:none;
}

.footerLeft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
}

.footerMiddle {
	float:left;
	margin:0;
	padding:0;
	width:511px;
}

.footerRight {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

/* -------------------------- */

/* --- form field attributes --- */

form {
	margin:0 0 0 25px;
}

#booksBox, #dvdBox, #eBookBox, #cdBox{
    margin-left:36px;
}

#booksBox .featuredProduct, #dvdBox .featuredProduct, #eBookBox .featuredProduct, #cdBox .featuredProduct {
    background:#fff;
	border: 2px #888 solid;
	width:169px;
	height:270px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#booksBox .featuredProduct img, #dvdBox .featuredProduct img, #eBookBox .featuredProduct img, #cdBox .featuredProduct img {
    padding:25px 10px 0 40px;    
}

#booksBox .featuredProduct p, #dvdBox .featuredProduct p,  #eBookBox .featuredProduct p, #cdBox .featuredProduct p{
    padding-left: 15px;
    padding-right: 10px;
}

.mainbanner {
    margin-left:10px;
	margin-top:10px;
}

.featuretextbox {
    margin:20px;
	padding:5px;
	border:1px solid #0f4256;
}