/**
 * @(#)style.css
 * Copyright The Gun Doctor Incorporated
 */ 
 
/**
 * gundoctorinc.com
 * Version 1.0
 *
 * Title: Main CSS
 *
 * Description: CSS 2.0 for page html and layout
 *
 * @author Paul Edelman
 * @version 1.0
 */ 
 
/**
 * Standard DOM Tags
 */
body {
	background-color: #A1A1A1;
	font-family: calibri, verdana, arial;
	margin: 0;
}

h1 {
	font-family: inherit;
	font-size: 14pt;
	font-weight: bold;	
}

a {
	color: #003300;
	border: none;
}

img {
	border: none;
}
 
/**
 * Elements
 */
#wrapper {
	background: #FFFFFF;
	border-right: 2px solid #000000;
	width: 964px;
	height: auto;
}

#header {
	background-color: #CCCCCC;
	font-family: arial;
	height: 75px;
}

#header #logo {
	float: left;
}

#header #right {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

#header #right #established {
	color: #3D3D3D;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	padding-top: 10px;
	vertical-align: middle;
}

#header #right #navigation {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	height: 35px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

#brands {
	background-color: #292929;
	height: 126px;
}

#middle {
	color: #000000;
	font-family: calibri;
	font-size: 12pt;
	padding: 10px;
	padding-bottom: 20px;
}

#middle #content {
	font-family: calibri;
	text-align: justify;
	font-size: 12pt;
}

#middle #right {
	padding-left: 20px;
	padding-top: 10px;
	text-align: center;
}

#middle #right img {
	padding-bottom: 10px;
}

#footer {
	background-color: #CCCCCC;
	border-top: 3px solid #000000;
	font-size: 8pt;
}

#footer #location {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#footer #contact {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

/* Montage Slideshow */
#montage {
	font-family: verdana;
	font-size: 9pt;
	height: 205px;
}

#montageSlideshow {
	width: 964px;
	height: 205px;
	z-index: 5;
	display: none;
	overflow: hidden;
	position: relative;
}

#montageSlideshow img {
	border: 0;
	margin: 0;
}

#montageSlideshow #slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 3em;
	background: #333;
	color: #fff;
	text-indent: 0;
}

#slideInfoZone h2 {
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
	color: inherit;
}

#slideInfoZone p {
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	color: #eee;
}

#montageSlideshow a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

#montageSlideshow a.right,#montageSlideshow a.left {
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index: 10;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #montageSlideshow a.right,* html #montageSlideshow a.left {
	filter: alpha(opacity = 50);
}

#montageSlideshow a.right:hover,#montageSlideshow a.left:hover {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#montageSlideshow a.left {
	left: 0;
	top: 0;
	background: url('img/fleche1.gif') no-repeat top left;
}

#montageSlideshow a.right {
	right: 0;
	top: 0;
	background: url('img/fleche2.gif') no-repeat top right;
}