@charset "utf-8";
/* CSS Document */
	body
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #333;
		background-color:#ADD8E6;
	}
	img
	{
		border: 0px;
	}
	
/* My CSS */
	.clear
	{
		clear: both;
	}
	.height_3
	{
		padding-top: 3px;
	}
	.height_5
	{
		padding-top: 5px;
	}
	.height_10
	{
		padding-top: 10px;
	}
	.white
	{
		color: #FFF;
	}
	.black
	{
		color: #000;
	}
	.red
	{
		color: #993300;
	}
	.green
	{
		color: #009933;
	}
	.maroon
	{
		color: #660000;
	}
	.blue
	{
		color: #006699;
	}
	.dark-blue{
		color:#003366;
	}
	.italic
	{
		font-style: italic;
	}
	.bold
	{
		font-weight: bold;
	}
	.size_10
	{
		font-size: 10px;
	}
	.size_11
	{
		font-size: 11px;
	}
		.size_14
	{
		font-size: 14px;
	}
	.size_16
	{
		font-size: 16px;
	}
	.size_18
	{
		font-size: 18px;
	}
	.size_26
	{
		font-size: 26px;
	}
	.size_30
	{
		font-size: 30px;
	}
	.arial
	{
		font-family: Arial, Helvetica, sans-serif;
	}
	.tahoma
	{
		font-family: Tahoma, Geneva, sans-serif;
	}
	.verdana
	{
		font-family: Verdana, Geneva, sans-serif;
	}
	.times_new_roman
	{
		font-family: "Times New Roman", Times, serif;
	}
	.mailto
	{
		text-decoration: none;
	}
	.mailto:hover
	{
		text-decoration: underline;
	}
	
	/* Header */
		.header_nav_links_container
		{
			padding-top: 3px;
			min-width: 140px;
			width: auto !important;
			width: 140px;
			height: 31px;
		}
		.header_nav_spacer_container
		{
			padding-top: 5px;
			width: 1px;
			height: 29px;
		}
		
	/* Right Nav */
		.right_nav_links_bg
		{
			background: url(../images/right_nav/right_nav_links_bg.jpg) top no-repeat;
			width: 230px;
			height: 23px;
		}
		.right_nav_links_text
		{
			padding-top: 4px;
			padding-left: 20px;
		}
		
	/* Footer */
		.footer_links_container
		{
			padding-top: 10px;
			min-width: 80px;
			width: auto !important;
			width: 80px;
			height: 26px;
		}
		.footer_spacer_container
		{
			padding-top: 9px;
			width: 1px;
			height: 27px;
		}
		.footer_links
		{
			text-decoration: none;
		}
		.footer_links:hover
		{
			color: #FFDD8F;
		}
		
.MoreBG{
	background-image:url(../images/more_bg2.jpg);
	background-repeat:no-repeat;
	height:300px;
}

.MoreBGTxt{
	padding-left:10px;
	padding-top:200px;
	color:#990000;
	font-size:11pt;

}

.MoreBGTxt a{
	text-decoration:underline;
}

.MoreBGTxt a:hover{
	color:#FEA71A;
}

.credit_cards{
	background:url(../images/credit_cards_l.png);
	width:120px;
	height:74px;
	margin-top:5px;
	margin-left:50px;
}

.we_accept{
	width:148px;
	text-align:center;
	margin-left:44px;
	margin-top:20px;
	color:#061EB2;
}