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 #wrapper {
	width: 964px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/drop_shadow_backg.jpg);
	background-repeat: no-repeat; 
	background-position: 65% 60px;
	z-index: -1;
}

.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	
} 
.twoColFixRtHdr #header {
	margin-top: 55px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	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 #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	height: 520px;
	width: 950px;
} 
.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;
	margin:0px;
	padding:0px;
}

clearlft {
	clear:left;
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
}






/*---------------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:207px;
	height:30px;
	float:right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	padding-right:5px;
}

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



form {
	height:25px;
}





/*---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:.5px;
}

#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:visited {	
		background: #5A7D93;
	}
	
	#sddm div a:hover
	{	background: #191617;
		color: #e2e2e2;}
		
		
	#sddm div a:active {	
		background: #5A7D93;
	}
	
	
		
		
/*-----END-drop_down_menus------*/

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










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

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

#inner_content {
	width:520px;
	height:480px;
	padding-top:75px;
	padding-left:90px;
}

		#title {
		width:490px;
		padding-top:20px;
		padding-bottom:15px;
		padding-left:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		color:#5A7D93;
		}
			#title p {
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#4C4C4C;
			}
		



#right_foot {
	float:right;
}




/*misc----*/


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


a img {
border:0;
}




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


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


h3 {
	margin-bottom: 0px;
	margin-top:0px;
	padding-bottom: 0px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#990000;
	float:left;
}


	

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


#line h1 {
	margin-top:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-style: normal;
	line-height: 31px;
	font-weight: normal;
	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;
	line-height: .01em;
}

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

.small_type3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:.1em;
	color:#6C6C6C;
	margin-top:-8px;
}

.small_type4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:.1em;
	margin-top:-3px;
}


.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:16px;
	color:#6C6C6C;
	line-height:.8em;
}

		.small_type6_line2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#6C6C6C;
			line-height:.7em;
			margin-top:-7px;
		
		}

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

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

.style1 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
}



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