/* CSS Document... as if it would be anything else.

//////////////   ///////////     /////////
////////////// //////////////  ////////////
    /////      /////          //////
    /////      /////          /////
    /////      ////////////   /////
    /////        //////////// /////
    /////               ///// /////
    /////               ///// //////
    /////      //////////////  /////////////
    /////       ///////////     //////////

Another Traffic Safety Consultants, Inc. Site!!! */

*{margin:0;padding:0;}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #000;
}

img {
	border: none;
}

h1 {
	margin: 10px;
	letter-spacing: -2px;
	font-size: 32px;
}

h2 {
	margin: 15px;
	font-size: 18px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 10px;
	font-size: 18px;
}

p {
	margin: 10px;
	line-height: 20px;
}

/* begin elements with color */

#content {
	margin: 0 auto;
	width: 800px;
	background: #5595b6;
}

#navigation {
	background: #666600 url(images/nav_bg.png) repeat-x;
	height: 30px;
	width: 800px;
}

.title {
	background: #3d6275;
	border-top: solid 1px #548ba7;
	border-bottom: solid 1px #2f5061;
	padding: 5px 10px;
}

.title a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.title a:hover {
	color: #b5ddf1;
}

#reg_log {
	float: right;
	position: relative;
	right: 0;
	color: #33637b;
	font-size: 18px;
}

#reglog_panel .button {
	margin: 0 25px;
	background: #e75230;
	padding: 2px 5px;
}

#reglog_panel .button a {
	color: #5d1b0c;
	font-weight: bold;
	text-decoration: none;
}

#reglog_panel .price {
	font-style: italic;
	font-weight: bold;
	color: #e75230;
}

.info_panel {
	margin: 0 auto 50px auto;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	background: #fee0d9;
	border: solid 1px #deb1a6;
}

.info_link a:hover {
	color: #e75230;
}

/* end elements with color */

#template_container {
	margin: 10px auto;
	padding: 0;
	width: 830px;
	border: solid 2px #FF9900;
}

#diag {
	padding: 15px;
	background: url(images/diag.jpg);
}

#header {
	background: url(images/logo_bg.jpg) repeat-x;
	background: #fff;
	height: 175px;
	width: 800px;
	padding: 0 0 20px 0;
}

#reg_log a {
	padding: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#reg_log a:hover {
	text-decoration: underline;
}

#nav {
	clear: both;
}

#nav ul {
	padding: 7px 0 0 0;
	list-style: none;
	clear: both;
}

#nav ul li {
	font-weight: bold;
	padding: 0 0 0 40px;
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#side_panel {
	padding: 0 0 10px 0;
	color: #333;
	width: 200px;
	float: left;
}

#main_panel {
	padding: 0 0 10px 0;
	float: left;
	width: 600px;
	background: #fff;
}

#products {
	margin: 0 0 30px 0;
}

.clear {
	clear: both;
}

#footer {
	margin: 0;
	padding: 5px 0 0 0;
	width: 800px;
	font-size: 10px;
	background: #fafafa;
}

#footer_text {
	float: left;
	padding: 0 0 0 5px;
}

#footer_links {
	float: right;
}

#footer_links ul {
	list-style: none;
}

#footer_links ul li {
	padding: 0 5px 0 0;
	display: inline;
}

#footer_links ul li a {
	text-decoration: none;
	color: #333;
}

#footer_links ul li a:hover {
	text-decoration: underline;
}

.question {
	margin: 30px 0 10px 10px;
	font-weight: bold;
}

.faq {
	margin: 0 30px 30px 30px;
	line-height: 20px;
}

.contact_panel {
	margin: 0 0 0 20px;
}

#reglog_panel {
	margin: 0 0 100px 30px;
}

#reglog_panel {
	list-style: none;
	font-size: 18px;
}

#reglog_panel .description {
	font-weight: bold;
}

#reglog_panel .description a {
	text-decoration: none;
	color: #333;
}

#reglog_panel .description a:hover {
	text-decoration: underline;
}

#reglog_panel .button a:hover {
	color: #fff;
}

#access {
	margin: 10px 20px;
}

#access img {
	margin: 0 0 20px 0;
}

ol#faq {
	padding: 0 0 0 30px;
}

ol#faq a {
	color: #000;
	text-decoration: none;
}

ol#faq a:hover {
	text-decoration: underline;
}

.info_price {
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.info_link a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}