/*
	File: sitebuilder_template.css 
	Date: August 12,08 2004
	Contents: 
		- DIV id rules
		- Templated site class rules
		- Coupon class rules
		- Dynamic content class rules
	
*/


@media all {
html {
	color: #FFFFFF;
	background-color: #FFD401;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
}
#header{
	height: 210px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image: url(../siteImages/header.jpg);
}
#main-content{
	width: 760px;
	background-image: url(../siteImages/repeat.jpg);
	text-align: left;
	background-repeat: repeat-y;
}

#ternary-nav{
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 150px;
	padding-left: 10px;
}
#ternary-nav a{
	display: block;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size: 95%;
	font-weight: 600;
}
#ternary-nav a:link, #ternary-nav a:visited {
}
#ternary-nav a:hover, #ternary-nav a:active{
	display: block;
	border-left: 0px solid #B50303;
	border-bottom: 0px solid #B50303;
	padding: 2px 0px 2px 5px;
	color: #EEEEEE;
	font-size: 95%;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
}

.primeNav{
background-image: url(http://69.94.39.123/radar-guns/mid_nav.gif);
background-position: bottom;
text-align: center;
padding-top: 4px;
padding-bottom: 6px;
}

a.primeNav:link, a.primeNav:visited,
a.primeNav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;	
}
a.primeNav:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;	
}

#content {

	float: left;
	margin: 0px 0px 0px 0px;
	width: 560px;
	background-image: url(../siteImages/content_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#innerContent {
	margin-left:10px;
	margin-top:10px;
	margin-right: 5px;
	height: 100%;
	text-align: left;

}
#footer {
	
	clear: both;
	height: 29px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 760px;
	background-image: url(../siteImages/footer.jpg);
}
#bottom-nav{
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: right;
	width: 758px;
}

#contentZone {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 601px;
	background-image: url(../siteImages/content_bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}


#element {
	border: solid 1px #000000;
	height: 99px;
	position: relative;
	width: 99px;
}

#about1{
	float: left;
	width: 200px;


}
#about2{
	float: left;
	width: 200px;


}
#about3{
	float: left;
	width: 150px;

	

}
#about_bottom
{
   padding-top: 5px;
	float: left;
	width:555px;

}
.about_bottom
{
	margin-left: 50px;
}

#privacy
{

	width: 500px;
	float: left;
}
.secondary-nav {
	color: #000000;
	font-weight: normal;
}

.secondary-nav a,
.secondary-nav a:link,
.secondary-nav a:visited,
.secondary-nav a:active {
	color: #000000;
	font-weight:  normal;
	text-decoration: none;
}

.secondary-nav a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.primary-nav {
	color: #000000;
	font-weight: bold;
}

.primary-nav a,
.primary-nav a:link,
.primary-nav a:visited,
.primary-nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.primary-nav a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.ternary-nav {

}

.ternary-nav a{
	font-size: 95%;
	font-weight: bold;
	line-height: 23px;
}
.ternary-nav a:link{

} 
.ternary-nav a:visited{

} 
.ternary-nav a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.ternary-nav a:hover {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	font-style: italic;
}

.bottom-nav {
	color: #000000;
	font-weight: normal;
}

.bottom-nav a,
.bottom-nav a:link, 
.bottom-nav a:visited, 
.bottom-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.bottom-nav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.coupon-titlebar {
	background-color: #6B7265;
}

.coupon-title {
	color: #E7EFE0;
	font-size: 76%;
	font-weight: bold;
}

.coupon-price {
	color: #405058;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}

.coupon-description {
	color: #405058;
	font-size: 76%;
	font-weight: normal;
}

.coupon-exception {
	color: #405058;
	font-size: 69%;
}

.coupon-expries {
	color: #405058;
	font-size: 72%;
	font-weight: normal;
}

.coupon-border {
	background-color: #E7EFE0;
	border: 1px solid #6B7265;
}

.coupon-print-border {
	background-color: #FFFFFF;
	border: thin dotted #000000;
}

.coupon-print {
	background-color: #FFFFFF;
	background-image: none;
}

.coupon-print-title {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}

.coupon-print-titlebar {
	background-color: #666666;
}

.coupon-print-text {
	color: #000000;
	font-size: 60%;
}

.coupon-print-price {
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}

.coupon-print-description {
	color: #000000;
	font-size: 76%;
}

.coupon-print-exception {
	color: #000000;
	font-size: 72%;
}

/*---------- Do not adjust these ------------*/
.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead
{
	text-align: left;
}

.pp
{
	text-align: left;
}
}
/*---------- Unique site tags ------------*/
.alttable{
	background-color: #4E67A9;
	width: 90%;
	margin: 15px 0px 15px 0px;
	vertical-align: top;
}
.alttable img{
	border-color: #4E67A9;
}
.tablehead{
	font-weight: 600;
	background-color: #162856;
	padding: 2px;
}
.tablerow{
   background-image: url(http://69.94.39.123/radar-guns/repeat.jpg);	
 }
.tablerowalt{
	background-color: #26489E;
}
td.price{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
td.desc{
	padding: 2px 0px 2px 10px;
	vertical-align: top;
}
td.image{
	padding: 2px 2px 2px 2px;
	text-align: center;
}
#column3rd{
	float: left;
	width: 33%;
}
.clear{
	clear: both;
}
.titleline{
	width: 85%px;
	border-bottom: 1px solid #FFD401;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-left: 5px solid #FFD401;
	padding-left: 5px;
}
.bordered, .bordered_nohidelist{
	border-color: #FFD401;
	border-width: 1px;
	border-style: solid;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.center {
	border-color: #FFD401;
	border-width: 1px;
	border-style: solid;
	margin: 5px 5px 5px 5px;
	
}


.bordered_right{
	border-color: #FFD401;
	border-width: 1px;
	border-style: solid;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
.img_col{
	float: left;
	width: auto;
}
.desc_col{
	float: right;
	width: 330px;
}
.right_col{
	float: right;
}

.padder{
	padding-left: 40px;
	padding-top: 10px;
}


.rightcolumn{
	width: 205px;
	float: right;
	text-align: center; 
}

h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h2 {
	font-size: 160%;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	}
h3 {
	font-size: 140%;
	line-height:140%;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	}
h4 {
	font-size: 120%;
	line-height:120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;	
}
h5 {
	font-size: 100%;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
h6 {
	font-size: 90%;
	line-height: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 100%;
	line-height: 130%;
	margin-top:0px;
	margin-bottom: 0px;
}
p {
	font-size: 100%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 1.5em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 100%;
	}

a,
a:link,
a:visited,
a:active {
	color: #FFFFFF;
	font-weight:  normal;
	text-decoration: underline;
	

}

a:hover{
	color: #FFD401;
	font-weight: normal;
}



.top_navigation {
   font-size: 10px;
   font-family: Arial, Helvetica;
   text-decoration: none;
   color: #a6a6a6;
}

.bottom_navigation {
   font-size: 10px;
   font-family: Arial, Helvetica;
   text-decoration: none;
   color: #a6a6a6;
}

.footer {
   font-size: 10px;
   font-family: Arial, Helvetica;
   color: #366097;
}


.general_text {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.little_text {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

.very_little_text {
	font-family: Arial, Helvetica;
	font-size: 7pt;
}
.large_text, .title {
	font-family: Arial, Helvetica;
	font-size: 13pt;
}

.little_gray_text {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #A5A5A5;
}

.bread_crumbs {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.infotable {
   padding: 0px;
   margin: 0px;
}

.infotable #desc {
   width: 30%;
   text-align: right;
   font-weight: none;
   font-family: Arial, Sans Serif;
   font-size: 10pt;
   white-space: nowrap;
   padding: 5px;
}

.infotable #value {
   padding: 5px;
   width: 70%;
   font-family: Arial, Sans Serif;
   font-size: 10pt;
}

.infotable .formfield  {
   font-family: Arial, Helvetica, sans-serif, Courier New;
   font-size: 10pt;
   font-weight: normal;
   text-align: left;
   background-color: #FFF;
   border: none; 
   padding: 3px;
}

.infotable .formselect  {
   font-family: Arial, Helvetica, sans-serif, Courier New;
   font-size: 10pt;
   font-weight: normal;
   text-align: left;
   background-color: #FFF;
   border: none; 
   padding: 3px;
}

.infotable #error {
   border-left : 2px dotted red;
   border-bottom : 2px dotted red;
}

.formfield  {
   font-family: Arial, Helvetica, sans-serif, Courier New;
   font-size: 10pt;
   font-weight: normal;
   text-align: left;
   background-color: #FFF;
   border: none; 
   padding: 3px;
}

.errormsg {
   font-size: 14px;
	font-weight: normal;
	color: red;
}

.errorbox {
  color: red;
  border: outset 1px red;
  padding: 2px;
  background-color: #ffdcdc;
}

.newsletter_input 
{
   border-bottom: white 1px solid; 
   border-top: #F4DCC6 1px solid; 
   border-left: #F4DCC6 1px solid; 
   border-right: #F4DCC6 1px solid; 
   background: url('http://metrodiva.com/new_cart/images/news_input.gif');
	font-family: Helvetica;
	font-size: 7pt;
}
.search_input
{
	border: white 0px solid;
	font-family: Helvetica;
	font-size: 8pt;
	color: #000000;	
}
.navigation
{
    background: url('http://radargunsales.com/radar-guns/mid-nav.gif');
	height: 25px;
	text-align:center;
}
.footer-nav a,
.footer-nav a:link, 
.footer-nav a:visited, 
.footer-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size:10px;
}
