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:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	font-style:normal;
	line-height:19px;
}


h1 {
	font-family:Helvetica, sans-serif;
	font-size:22px;
	color:#DFDFDF;
	font-weight: lighter;
}



.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 346px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin:0px;
	background-color: #191617;
	height: 404px;
	border-width: 1px;
	border-style: solid;
	border-color: #636363;
	
}
.twoColFixRtHdr #mainContent {
	width:602px;
	margin: 0 0 0 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 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 5;
	}
	 
.twoColFixRtHdr #footer {
	text-align:left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 31px;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}





#right_top {
	background-color:#D7D8C6;
	height: 90px;
	width: 346px;
	padding:0px;
	margin:0px;
}

#gad_contain {
	width:264px;
	height:40px;
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 27px;
}

#right_bottom {
	width:270px;
	height:340px;
	margin-top: 30px;
	margin-left: 40px;
}

		#right_bottom a {
			color:#5A7D93;
			}
			
			
		#right_bottom a:hover {
			color:#5A7D93;
			text-decoration:underline;
			}



#right_bottom_2 {
	width: 275px;
	height: 60px;
	margin-left: 38px;
	margin-top: 17px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	}


#flashcontent {
	width:602px;
	padding:0px;
	margin:0px;
}	
	
#flash {
	position:absolute;
	z-index:5;
}


	

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

a img {
border:0;
}

.small_type {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3D3D3D;
}

.hiddenPic {
	display:none;
}

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






/*---------------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: 20px;
	z-index:45;
}


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

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



form {
	height:26px;
}





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

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

#sddm li
{	margin: 0;
	padding-left: 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----------*/
