@charset "utf-8";



/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D201C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 1.4;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #16696D;
}
a:hover {
	text-decoration: underline;
	color: #CCA450;
}
a:active {
	text-decoration: none;
	color: #CCA450;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner  {
	height: 125px;
	text-align: left;
} 

#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #9BA698;
	color: #000;
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear-right {
	clear: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.fltlft-25 {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
.featured-head {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	color: #41513C;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 h2 h3 h4 h5 h6 {
	margin: 0px;
	padding: 0px;
}


h1    {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #41513C;
}
h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	color: #607757;
}
h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #41513C;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #41513C;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0px;
}
li {
	list-style-image: url(../images/mouse-button-yel.gif);
	line-height: 24px;
	margin-bottom: 8px;
}
blockquote {
	margin-top: -4px;
}
.nav {
	background-image: url(../images/gold-bar.gif);
	background-repeat: repeat-x;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
.nav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav  li {
	display: inline;
}
.nav  ul  li  a {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 90%;
	color: #263025;
	font-weight: normal;
	border: thin none #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.nav   ul   li   a:hover {
	color: #F8FFFF;

}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}


#video-box {
	padding: 5px;
	width: 425px;
	margin-top: 10px;
}
#free-photos {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#videoSales {
	margin-right: 8px;
	margin-left: 218px;
}
#mainVideo {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 50px;
}
#video-left {
	float: left;
	width: 330px;
	margin-right: 5px;
	margin-left: 5px;
}
#video-right {
	float: left;
	width: 330px;
	margin-right: 10px;
	margin-left: 55px;
}
#right-web-images {
	float: right;
	width: 250px;
	margin-left: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#sidebar1 ul li {
	list-style-type: none;
}
#sidebar1 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#password-box {
	float: right;
	width: 225px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #9AB098;
}
#header  {

} 
#story2 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 245px;
	margin-right: 200px;
}

#story  {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 200px;
} 
#webContent {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 25px;
}


#story h4 {
	font-size: 85%;
	font-weight: normal;
}
#sidebar1 h2 a {
	color: #607757;
}
#container #story h2 a {
	color: #607757;
}

#container #story h2 a:hover {
	color: #F93;
	text-decoration: underline;
}
#container #sidebar1 h3 a {
	color: #647C5C;
}
#container #sidebar1 h2 a{
	color: #647C5C;
}

#container #mainContent h1 a {
	color: #647C5C;
}
#container #mainContent h2 a {
	color: #647C5C;
}

#container #dreamweaver h1 a {
	color: #647C5C;
}
#container #dreamweaver h2 a {
	color: #647C5C;
}
#container #dreamweaver h3 a {
	color: #647C5C;
}




#leftSidebar1 h1 a:link{
	font-size: large;
	color: #647C5C;
}
#sidebar1 h1 a:link {
	font-size: large;
	color: #647C5C;
}

#leftSide a:link {
	text-decoration: none;
	color: #039;
}
#leftSide #leftSidebar1 h2 a  {
	color: #607757;
}
#leftSide #leftSidebar1 h2 {
	color: #607757;
	margin-top: 10px;
}





#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}
#sidebar1 li {
	list-style-type: disc;
	list-style-image: none;
}

#mainContentAbout {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 230px;
	margin-right: 20px;
}


#photo-right {
	float: right;
	width: 311px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
}


#photo-right-200 {
	float: right;
	width: 200px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
}

#photo2-right {
	width: 500px;
	margin-right: 5px;
	margin-left: 150px;
	text-align: center;
	background-color: #000;
	color: #FFFBF3;
}
#photo2-right h2 {
	color: #EDD7A9;
}
.ads2 {
}
.headings-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 10px;
	font-weight: bold;
	color: #41513C;
	margin-bottom: -10px;
}



.bookTitle {
	font-style: italic;
}
.table-ads {
	margin-right: auto;
	margin-left: auto;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.photocredit {
	font-size: small;
}

.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 30px;
	padding-right: 18px;
}
.ads-centered {
	text-align: center;
	width: 533px;
	padding-right: 10px;
	padding-left: 5px;
}
.sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000033;
}
.small {
	font-size: small;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #F12807;
}
.red a {
	color: #F12807;
}
.gold {
	color: #FFD783;
}
.left5 {
	margin-left: 5px;
}


.left15 {
	margin-left: 15px;
}
.left-35 {
	margin-left: 35px;
}

.bottom-margin-10 {
	margin-bottom: 10px;
}
.top-margin-15 {
	margin-top: 15px;
}
#container #dreamweaver ul li a {
	color: #036;
}


.bottom-margin-5 {
	margin-bottom: 5px;
}
.version-style {
	font-size: 90%;
	color: #006;
}
.video-frame {
	border: thick solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 15px;
	width: 580px;
	margin-left: 80px;
	margin-top: 15px;
}
.video-frame-300 {
	border: thin solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 8px;
	width: 360px;
	margin-top: 8px;
	float: left;
	padding-right: 15px;
}
.video-frame-320 {
	border: thick solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 15px;
	width: 320px;
	margin-left: 80px;
	margin-top: 15px;
	float: right;
	padding-right: 10px;
	margin-right: 25px;
}
.video-frame-300-left {
	border: thick solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 320px;
	margin-top: 15px;
	float: left;
	margin-right: 35px;
}
.video-top {
}

.video-toc-orderbox {
	text-align: left;
	float: right;
	width: 320px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
}
.photo-box-rt-300 {
	float: right;
	width: 304px;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #454841;
	padding-top: 10px;
}

.front-box-rt-300 {
	float: right;
	width: 304px;
	margin-left: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #454841;
	margin-bottom: 6px;
	padding-top: 10px;
}

.photo-box-rt-250 {
	float: right;
	width: 260px;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #454841;
}
.product-listing {
	border: thin solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.product-listing-ew {
	border: thin solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 400px;
}

.product-photos {
	border: 1px solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-top: 5px;
}
.product-box-right {
	border: 1px solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-top: 5px;
	float: right;
	width: 320px;
	padding-right: 8px;
}

.order-books {
	text-align: left;
	float: right;
	width: 200px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
}
.order-books-250 {
	text-align: left;
	float: right;
	width: 250px;
	margin-left: 7px;
	border: 1px solid #000;
}
.order-books-300 {
	text-align: left;
	float: right;
	width: 290px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
}
.sponsorsBox {
	text-align: center;
}
.clear {
	clear: both;
}
.product-listing-dw {
	border: thin solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 400px;
}
.center {
	text-align: center;
}

.center-txt {
	margin-right: auto;
	margin-left: auto;
}
.center-line {
	text-align: center;
}
.lead {
	font-weight: bold;
}

.img-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 5px;
}
.img-right-b15 {
	float: right;
	margin-left: 8px;
	margin-bottom: 15px;
	margin-right: 5px;
}
.front-photo-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 20px;
	margin-right: 45px;
}


.img-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-left-b15 {
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
}
/* CSS Document */


#adkinstwins {
	margin: 8px;
	float: right;
	width: 280px;
}




#sidebarRight  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
}
#sidebarRight  img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#games {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 200px;
}
#sidebarGames {
	float: left; /* since this element is floated, a width must be given */
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
}
#video-wrap {
	float: right;
	width: 310px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #41513C;
}
#videoSales .product p {
	margin-top: 12px;
}
#container #webContent a img{
	color: #000;
}
.tutorial-photos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 8px;
}
#container #dreamweaver h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
