body
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 17px;
}
a 
{
	color: #8f0000;
        text-decoration:underline;
}
a:hover, a img
{
	color: #000000;
        text-decoration:none;
}
img
{
	border: 0;
	margin: 0;
	padding: 0;
}
#box_top
{
	margin: 0;
	padding: 0;
	background: url("/user_files/images/bg_header.gif") top left repeat-x;
	width: 100%;
}
#box_bottom
{
	margin: 0;
	padding: 0;
	background: url("/user_files/images/bg_footer.gif") bottom left repeat-x;
	width: 100%;
}
#main
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
	#top
	{
		width: 1000px;
		height: 36px;
		background: url("/user_files/images/top_bg.gif") no-repeat;
		float: left;
	}
		#top_links
		{
			width: 270px;
			height: 24px;
			padding: 12px 0 0 300px;
			float: left;
		}
			#top_links a
			{
				color: #fff;
				padding: 0 16px;
				font-weight: bold;
				text-decoration: none;
			}
			#top_links a:hover
			{
				text-decoration: underline;
			}
		#search
		{
			width: 180px;
			height: 24px;
			padding: 12px 0 0 40px;
			float: left;
		}
			#search_string
			{
				width: 120px;
				height: 12px;
				font-size: 12px;
				line-height: 12px;
				color: #888;
				background: #ffeebd;
				margin: 0;
				border: 1px solid #000;
			}
		#get_a_quote
		{
			width: 170px;
			height: 24px;
			padding: 12px 0 0 40px;
			float: left;
		}
	#header
	{
		width: 1000px;
		height: 99px;
		float: left;
	}
		#header_left
		{
			width: 166px;
			height: 99px;
			float: left;
		}
		#header_right
		{
			width: 834px;
			height: 99px;
			background: url("/user_files/images/header_right_bg.gif") no-repeat;
			float: left;
		}
			#top_menu
			{
				width: 834px;
				height: 30px;
				padding-top: 69px;
				float: left;
			}
				#top_menu ul
				{
					margin: 0;
					padding: 0;
					z-index: 100;
					position: absolute;
				}
				#top_menu ul li
				{
					position: relative;
					list-style-type: none;
					margin: 0;
					float: left;
				}
				#top_menu ul li a
				{
					/*width: 75px;*/
					height: 20px;
					padding: 8px 26px 2px 26px;
					color: #333;
					display: block;
					font-weight: bold;
					text-decoration: none;
					background: none;
					float:left;
				}
				#top_menu ul li b a
				{
					/*width: 65px;*/
					height: 20px;
					padding: 8px 25px 2px 25px;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					background: url("/user_files/images/menu_glow.gif") top center no-repeat;
					color: #333;
					display: block;
					font-weight: bold;
					text-decoration: none;
				}
				#top_menu ul li a:hover
				{
					padding: 8px 25px 2px 25px;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					background: url("/user_files/images/menu_glow.gif") top center no-repeat;
				}
				#top_menu ul li ul
				{
					position: absolute;
					width: 165px;
					left: 0px;
					top: 30px;
					display: none;
				}
				#top_menu ul li ul li ul
				{
					display: none;
				}
				#top_menu ul li ul li ul li ul
				{
					display: none;
				}
				#top_menu ul li ul li
				{
					position: relative;
					list-style-type: none;
					margin: 0;
					width: 165px;
					background: #ffdf80;
					border: 1px solid #fff;
					float: left;
				}
				#top_menu ul li ul li a
				{
					color: #333;
					width: 155px;
					height: 15px;
					padding: 3px 5px;
					display: block;
					font-weight: normal;
					text-decoration: none;
				}
				#top_menu ul li ul li b a
				{
					color: #333;
					width: 155px;
					height: 15px;
					background: #ffbf00;
					padding: 3px 5px;
					border: 0px;
					display: block;
					font-weight: normal;
					text-decoration: none;
				}
				#top_menu ul li ul li a:hover
				{
					background: #ffbf00;
					padding: 3px 5px;
					border: 0px;
				}
				#top_menu ul li:hover ul 
				{
					display: block;
				}
					#top_menu ul li:hover ul li ul
					{
						display: none;
					}
					#top_menu ul li:hover ul li ul li ul
					{
						display: none;
					}
				#top_menu ul li.over ul
				{
					display: block;
				}
					#top_menu ul li.over ul li ul
					{
						display: none;
					}
					#top_menu ul li.over ul li ul li ul
					{
						display: none;
					}
	#content
	{
		width: 1000px;
		background: url("/user_files/images/content_bg.gif") repeat-y;
		float: left;
	}
	#content li
	{
		list-style-type: none;
	}
		#left_col
		{
			width: 200px;
			float: left;
		}
			#left_menu
			{
				width: 200px;
				background: #8F0000;
				float: left;
			}
				#left_menu h1
				{
					margin: 0;
					padding: 0;
					color: #fff;
					padding: 0 0 5px 20px;
					font-size: 20px;
line-height: 24px;
				}
				#left_menu ul
				{
					margin: 0;
					padding: 0;
					border-top: 2px solid #c77f7f;
					float: left;
				}
				#left_menu ul li
				{
					list-style-type: none;
					border-bottom: 2px solid #c77f7f;
					float: left;
				}
				#left_menu ul li a
				{
					width: 170px;
					line-height: 13px;
					padding: 7px 10px 7px 20px;
					display: block;
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					float: left;
				}
				#left_menu ul li a:hover
				{
					background: #bf0000;
				}
				#left_menu ul li b a
				{
					background: #bf0000;
				}
					#left_menu ul li ul
					{
						margin: 0;
						padding: 0;
					}
					#left_menu ul li ul li
					{
						list-style-type: none;
						border: none;
					}
					#left_menu ul li ul li a
					{
						width: 155px;
						line-height: 13px;
						padding: 6px 10px 6px 35px;
						display: block;
						font-weight: bold;
						color: #fff;
						text-decoration: none;
					}
					#left_menu ul li ul li a:hover
					{
						background: #bf0000;
					}
			#left_content
			{
				width: 200px;
				float: left;
			}
				#left_content h2
				{
					margin: 0;
					color: #8F0000;
					font-size: 18px;
				}
				#left_content h2 a
				{
					color: #8F0000;
					font-size: 18px;
					text-decoration: none;
				}
				#left_content h2 a:hover
				{
					text-decoration: underline;
				}
				.left_box
				{
					padding: 6px 10px 6px 20px;
					background: url("/user_files/images/left_box_bg.gif") bottom left no-repeat;
				}
		#big_col
		{
			width: 800px;
			background: url("/user_files/images/big_col_bg.gif") top left repeat-x;
			float: left;
		}
			#center_col
			{
				width: 560px;
				padding: 20px 15px 10px;
				color: #404040;
				float: left;
			}
				#center_col h1
				{
					color: #000;
					margin: 0;
					font-size: 22px;
				}
				#center_col h2
				{
					color: #8F0000;
					margin: 0;
					font-size: 20px;
				}
	#center_col li
	{
		list-style-type: disc;
	}



.comparison_table th {
	font-size:13;
	text-align:left;
	padding:3px;
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	}
.comparison_table td {
	font-size:11;
	text-align:left;
	padding:3px;
	background-color:#ECECEC;
	border:1px solid #FFFFFF;
	}

			#right_col
			{
				width: 210px;
				padding-top: 11px;
				float: left;
			}
				#right_col h2
				{
					margin: 0;
					padding-bottom: 5px;
					color: #8F0000;
					font-size: 16px;
				}
				#right_col a
				{
					color: #000;
					font-weight: bold;
					text-decoration: none;
				}
				#right_col a:hover
				{
					text-decoration: underline;
				}
				.right_top_image
				{
					color: #919191;
					line-height: 18px;
					padding: 0px 0px 0px 0px;
				}
				.right_box
				{
					color: #333333;
					line-height: 18px;
					padding: 6px 10px 6px 15px;
					background: url("/user_files/images/right_box_bg.gif") bottom right no-repeat;
				}
				.quote
				{
					font-size: 16px;
				}
				.right_bottom_images
				{
					color: #919191;
					line-height: 18px;
					padding: 6px 0px 6px 15px;
				}
	#footer
	{
		margin: 0 auto;
		width: 1000px;
		height: 120px;
		padding-top: 30px;
		color: #fff;
		text-align: center;
		clear: both;
	}
		#footer a
		{
			padding: 0 14px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		#footer a:hover
		{
			text-decoration: underline;
		}
		#copyright
		{
			padding-top: 30px;
			font-size: 11px;
		}

/*** Quote Button ***/

a.quoteButton  {
	float:right;
	background:url(/user_files/quote-button.gif);
	background-position:left bottom;
	display:block;
	width:130px;
	height:130px;
	margin: 0 5px 0 10px;
	}
a.quoteButton strong,
a.quoteButton b {
	position:absolute;
	top:-1000px;
	}
a:hover.quoteButton {
	background-position:left center;
	}
a:active.quoteButton  {
	background-position:left top;
	}
