@charset "UTF-8";
/* CSS Document */

	body {
		background-color: #fdfaed;
		font-size: 14px;
		font-family: Tahoma;
		margin-top: 5px;
		background-image: url(./images/home/bg.png);
		background-repeat: repeat-x;
		}
		
	#center {
		text-align: center;
		}

	#container {
		width: 775px;
		background-color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: 1px solid #000000;
		border-top: 0px;
		text-align: left;
		}

	#head {
		width: 775px;
		padding: 0px;
		margin: 0px;
		border-bottom: 1px solid #000000;
		height: 100px;
		background-image: url(./images/home/rpt1.gif);
		background-repeat: repeat-x;
		}
		
	#head_info {
		margin-left: 550px;
		text-align: right;
		color: #FFF;
		padding-top: 5px;
		padding-right: 5px;
		}
		
	#head_info a, #head_info a:visited {
		color: #fff;
		font-weight: bold;
		}
		
	#mid_left {
		color:#FFFFFF;
		float:left;
		margin-left: 300px;
		padding: 5px;
		text-align:justify;
		}
		
	#mid_right {
		color:#FFFFFF;
		float:left;
		padding: 5px;
		}
		
	 #logo {
		margin-top: 0px;
		width: 775px;
		height: 100px;
		background-image: url(./images/home/logo.gif);
		background-position: top left;
		background-repeat: no-repeat;
		}
	
	#mid_left a, a:visited {
		color: #FFF;
		text-decoration: underline;
		}
		
	#mid_left a:hover {
		text-decoration: none;
		}
		
	#mid_right a, a:visited {
		color: #FFF;
		text-decoration: underline;
		}
		
	#mid_right a:hover {
		text-decoration: none;
		}
		
	#content {
		font-family: Tahoma;
		}
		
	#content_left {
  		float: left;
  		width: 200px;
 		background-color:#FFF;
		border-right: 1px solid #000;
 		text-align: center;
		}

	#content_left_stuff {
  		width: 160px;
  		margin: auto;
 		padding-bottom: 15px;
		}

		
	#content_right {
		float: right;
		padding: 5px;
		width: 564px;
		margin-left: auto;
		margin-right: auto;
		}
		
	#choices {
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		}
		
	#enter {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 24px;
		margin-bottom: 35px;
		padding-top: 25px;
		}
		
	#bottom_info {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: justify;
		}
		
	#top_nav {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #000;
		}
		
	#top_nav a, a:visited {
		color: #000;
		text-decoration:underline;
		}
		
	#top_nav a:hover {
		text-decoration:none;
		}

	#footer {
		width: 775px;
		text-align: center;
		clear: both;
		line-height:25px;
		padding-bottom:10px;
		}
		
	ul {
		text-align: left;
		}
		
	.box_container {
		float: left;
		width: 775px;
		}
		
	.box_left {
		width: 370px;
		float: left;
		padding: 5px;
		margin-left: 5px;
		}
		
	.box_right {
		width: 370px;
		float: right;
		padding: 5px;
		margin-right: 5px;
		}
		
	.box {
		width: 365px;
		border: 0px solid #000;
		}
		
	.box_header {
		width: 375px;
		background-image: url(./images/blank_header.gif);
		height: 59px;
		text-align: center;
		}
		
	h4 {
		font-family: impact, tahoma;
		font-size: 30px;
		padding-top: 15px;
		margin: 0px;
		}
		
		
	.box_content {
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		width: 353px;
		padding: 2px;
		margin-left: 6px;
		}
		
	.box_footer {
		width: 375px;
		background-image:url(./Car%20Audio/images/box-bot.gif);
		height: 31px;
		}
		
	.box_wide {
		width: 750px;
		background-color: #fff;
		margin-right: auto;
		margin-left: auto;
		}
		
	.box_wide_top {
		width: 750px;
		height: 30px;
		background-image: url(./Car%20Audio/images/box-wide-top.png);
		background-repeat: no-repeat;
		padding-top: 10px;
		text-align: center;
		}
		
	.box_wide_mid {
		background-color: #FFFFFF;
		width: 732px;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		padding: 5px;
		margin-left: 2px;
		}
		
	.box_wide_bot {
		width: 750px;
		height: 20px;
		background-image: url(./Car%20Audio/images/box-wide-bot.png);
		background-repeat: no-repeat;
		padding-bottom: 15px;
		}
		
	td.d0 {
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #000;
		background-color: #E0E0E0;
		}
		
	td.d1 {
		border-bottom: 1px solid #000;
		background-color: #FFFFFF;
		}
		
	img {
		border: 0px;
		}