body  {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	color: #595959;
}

em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}


.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	
} 
.twoColFixRtHdr #header {
	margin-top: 0px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.twoColFixRtHdr #header 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 */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 279px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:0px;
	background-color: #FFFFFF;
	border-left-color: #CDCDCD;
	border-left-style: solid;
	height: 770px;
	border-left-width: 1px;
	overflow:hidden;
	display:block;
}

.twoColFixRtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-position: left top;
	border-right: 0px;
	background-color: #FFFFFF;
	height: 770px;
	width: 670px;
	overflow:hidden;
	display:block;
	float:left;
	float:left;
	overflow:hidden;
}

 
.twoColFixRtHdr #footer {
	background-color:#2F2F2F;
	width: 890px;
	height:30px;
	margin-top:0px;
	border:solid 1px #515151;
	padding-top: 8px;
	padding-right: 29px;
	padding-bottom: 0;
	padding-left: 29px;
	text-align: left;
	
} 
		.twoColFixRtHdr #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 */
			font-family: Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height: .01em;
			color:#6C6C6C;
		}
		
		 .twoColFixRtHdr #footer a {
			text-decoration:none;
			color:#6C6C6C;
		}
		
		
		 .twoColFixRtHdr #footer a:hover {
			text-decoration:none;
			color:#5A7D93;
		}


.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding:0;
}
	
.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: 0px;
    line-height: 0px;
}

clearlft {
	clear:left;
}






/*---------------top_navigation----------*/


#topnav {
	background-color:#191617;
	width:937px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: center;
	font-size: 11.5px;
	text-align:center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
	letter-spacing: 0.1em;
	padding-left: 13px;
	margin-top: 0px;
	z-index:45;
}


.shopping_cart {
	width:185px;
	height:29px;
	float:right;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left:0px;
	padding-right:0px;
}

.shopping_cart:hover {
	background: #5A7D93;
}



form {
	height:26px;
}





/*---drop_down_menus----*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 50;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11.5px arial;
	letter-spacing:.3px;
}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 8px 15px;
	width: auto;
	background: #191617;
	color: #e2e2e2;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #5A7D93;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 6px 10px 6px 15px;
		width: 140px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #5A7D93;
		color: #e2e2e2;
		font: bold 11px arial}

	#sddm div a:hover
	{	background: #191617;
		color: #e2e2e2;}
		
/*-----END-drop_down_menus------*/

/*------------END--top_navigation----------*/











/*-------Nature_Vidoes_Page-----------*/
#top_color_bar {
	width:950px;
	height:15px;
	clear:both;
	background-color: #5A7D93;
}


#top_color_bar2 {
	width:950px;
	height:20px;
	background-color: #000000;
}


#top_right {
	background-color:#000000;
	width:279px;
	height:115px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow:hidden;
	padding:0px;
}


#top_quote {
	background-color:#2F2F2F;
	width:610px;
	height:115px;
	margin: 0px;
	padding-top: auto;
	padding-right: 30px;
	padding-bottom: auto;
	padding-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow:hidden;	
}


#left_column {
	background-color:#FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:650px;
	text-align:left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#middle_column {
	background-color:#FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 435px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:500px;
	text-align:left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



#middle_column_box {
	background-color:#FFFFFF;
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:200px;
	text-align:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#white_bar {
	height:5px;
	width:370px
}


#price_box {
	background-color:#FFFFFF;
	width: 370px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:30px;
	text-align:left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
	
		#price_box b {
			padding-top:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color:#990000;
		}
	
		#price_box em {
			font-style:italic;
			color:#666666;
		}
		
		#price_box a {
		text-decoration:underline;
		color:#000099;
			
		}



#middle_product_details {
	padding-left:11px;
	padding-top:0px;
	padding-right:25px;
}

	
#right_middle {
	width:220px;
	padding-left:30px;
	padding-right:30px;
	padding-top:0px;
}



#movie_clip {
	width:216px;
	height:162px;
	border:#000000 2px solid;
	padding-top:0px;
}


#other_dvds {
	width:220px;
	height:160px;
	padding-top:15px;
	padding-bottom:0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}

#top_left_dvd {
	width: 100px;
	height: 135px;
	float:left;
}


#top_right_dvd {
	width: 100px;
	height: 135px;
	float:left;
	margin-left:20px;
}



#other_dvds_2 {
	width:220px;
	height:135px;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
}


#bottom_left_dvd {
	width: 100px;
	height: 135px;
	float:left;
}


#bottom_right_dvd {
	width: 100px;
	height: 135px;
	float:left;
	margin-left:20px;
}








/*misc----*/

br {
	line-height:5px;
}

a {
	text-decoration:none;
	color: #FFFFFF;
}


a img {
border:0;
}




h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 27px;
	color: #000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:lighter;
	color:#393939;
}

#top_line h1 {
	margin-top:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 27px;
	color: #000000;
	
}

#line h1 {
	margin-top:-8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 18px;
	color: #000000;
	
}

.quote_type {
	font-family:"Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
 }
 
 .left_quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	line-height: 1.5em;
}

.small_type {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

.small_type2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.small_type3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: .01em;
	color:#6C6C6C;
}

.small_type5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 11px;
	color:#990000;
}


.small_type6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 13px;
	font-style:italic;
	
}


.price {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.price_number {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22;
	color:#b50000;
}
.style1 {font-size:22px; font-family: Arial, Helvetica, sans-serif;}
.style2 {font-family: Arial, Helvetica, sans-serif}

.off_page {
	margin-left:-4200px;
	color:#000000;
	font-size:5px;
	}

/*--------END_nature_videos_page-----------*/
