@font-face {
 font-family: QFontBol;
 src: url(../_fonts/QTypeExt-Bold.eot); /* IE */
 src: local(QTypeExt-Bold), url(../_fonts/QTypeExt-Bold.otf) format("opentype"); /* non-IE */
}
@font-face {
 font-family: QFontBoo;
 src: url(../_fonts/QTypeExt-Book.eot); /* IE */
 src: local(QTypeExt-Book), url(../_fonts/QTypeExt-Book.otf) format("opentype"); /* non-IE */
}
@font-face {
 font-family: QFontMed;
 src: url(../_fonts/QTypeExt-Medium.eot); /* IE */
 src: local(QTypeExt-Medium), url(../_fonts/QTypeExt-Medium.otf) format("opentype"); /* non-IE */
}


/* --------------------------------------------------------------  
   reset.css
   * Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

img {
	vertical-align: bottom;
}

body {
	line-height: 1.5;  
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; border-spacing: 0; 
}
caption, th, td { 
	text-align: left; font-weight: normal; 
}
table, td, th { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}
blockquote, q { 
	quotes: "" ""; 
}

/* Remove annoying border on linked images. */
a img { 
border:none; 
}

/* -------------------------------------------------------------- 
   typography   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color:#000;
	font:12px Verdana, Arial, Lucida, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1 a,h2 a,h3 a,
h4 a,h5 a,h6 a, 
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover        { color: #fb4900; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

hr  {height:1px;border-width:0; background-color:#d5d4d4; color: #d5d4d4; margin-bottom: 1.75em; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.75em 0; }
p img.left  { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }

img.header  { margin: 0 0 18px 0; padding: 0;}

a:focus, 
a:hover     { color: #03b5fd; text-decoration: underline; }
a           { color: #03b5fd; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       	{ margin-bottom: 1.4em; width:100%; }
th          	{ font-weight: bold; }
thead th 		{ background: #53CAFF; color: #fff; }
th,td,caption	{ padding: 4px 10px 4px 5px; }
tr.even td  	{ background: #e5ecf9; }
tfoot       	{ font-style: italic; }
caption     	{ background: #eee; }


/* Misc classes
-------------------------------------------------------------- */


.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.small      { font-size: 0.8em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #03b5fd; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* Form CSS moved to forms.css */


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.required   { color: #ff0000; }


/* Site Frame
-------------------------------------------------------------- */

body {
	background:#000000 url(../images/bg.jpg) repeat-x 0 90px;
}
#BgContainer {
	width:100%;
	margin:0;
	padding:0;
	background:transparent url(../images/header_bg.jpg) repeat-x 0 0;
}
#Container {
	width:970px;
	margin:0 auto;
}
#Layout {
}


/* Header
-------------------------------------------------------------- */

#Header {
	position:relative;
	width:970px;
	height:90px;
	margin-bottom:20px;
}
#Logo {
	display:block;
	position:relative;
	left:-10px;
	width:215px;
	height:90px;
	border:0;
	background:transparent url(../images/dta_logo.jpg)
}
#SearchForm_SearchForm {
	text-align:right;
	position:absolute;
	width:auto;
	top:35px;
	right:0;
	width:190px;
}
#SearchForm_SearchForm #Search {
	float:left;
}
#SearchForm_SearchForm .middleColumn {
 	display:block;
 	margin:0;
	background:transparent;
	padding:0;
	width:auto;
	clear:none;
}
#SearchForm_SearchForm .text {
	margin:0;
	padding:0;
	border:#404014 solid 1px;
	width:160px;
	height:15px;
}
#SearchForm_SearchForm .action {
	width:22px;
	height:17px;
	border:none;
	background:transparent url(../images/btn_go.jpg) no-repeat;
	overflow:hidden;
	margin:1px 0 0 6px;
	padding:0;
	padding-top:17px;
}


/* Footer
-------------------------------------------------------------- */

#Footer {
	color:#6f6f6f;
	text-align:center;
	font-size:11px;
	margin-top: 30px;
}
#Footer hr {
	margin:10px 0;
	padding:0;
	background:transparent url(../images/hr_790.jpg) no-repeat center;
}


/* Top Navigation
-------------------------------------------------------------- */

#TopNav {
	position:absolute;
	width:765px;
	height:31px;
	bottom:1px;
	right:0;
	background:#111;
	line-height:31px;
	font-size:9.5px;
	font-family:QFontBoo, Helvetica;
}
#TopNav ul {
	position:relative;
	top:1px;
	margin:0;
	padding:0 8px;
}
#TopNav li {
	float:left;
	margin:0;
	padding:0 11px 0 8px;
	list-style-type:none;
	text-transform:uppercase;
	background:transparent url(../images/nav_separator.jpg) no-repeat center right;
}
#TopNav li.last {
	background:none;
}
#TopNav li a {
	color:#6f6f6f;
}
#TopNav li a:hover {
	color:#fff;
	text-decoration:none;
}
#TopNav li a.current {
	color:#fff;
	text-decoration:none;
}


/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
#Breadcrumbs p {
	margin: 0;
}


/* Sidebar
-------------------------------------------------------------- */
#Sidebar {
	float:left;
	width:147px;
	margin-right:20px;
	background-color:#48481e;
}
#Sidebar ul {
	margin:0;
	padding:0;
	border-top:#a2a291 solid 1px;
}
#Sidebar li {
	list-style:none;
	margin:0;
	padding:0;
	width:145px;
	height:20px;
	color:#dddada;
	font-size:12px;
	font-family:Arial, Helvetica;
	line-height:20px;
	text-transform:uppercase;
	border:#a2a291 solid 1px;
	border-top:none;
}
#Sidebar li a {
	display:block;
	width:127px;
	height:20px;
	padding:0 9px;
	color:#dddada;
	text-decoration:none;
	background:transparent url(../images/sidebar_green_bg.jpg) no-repeat;
}
#Sidebar li a:hover {
	color:#dddada;
	text-decoration:none;
	background:transparent url(../images/sidebar_black_bg.jpg) no-repeat;
}


/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
	background-color:#fff;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}


/* Content
-------------------------------------------------------------- */

#Content {
	float:left;
	width:800px;
	background-color:transparent;
}
#Content h1.page_title {
	color:#a7a478;
	background:#000 url(../images/page_title_bg.jpg) no-repeat;
	height:32px;
	line-height:32px;
}
#Content h2.page_title {
	color:#8ca200;
	background-color:#000;
	height:32px;
	line-height:32px;
}
#ContentLeft {
	float:left;
	width:230px;
	min-height:300px;
	background-color:#000;
	padding-bottom:50px;
}
#ContentRight {
	float:left;
	width:570px;
	padding-top:16px;
}
#Content.Primary, #ContentRight.Primary {
	background-color:#fff;
	min-height:300px;
}
#Content.Primary h1, #Content.Primary h2 {
	margin-bottom:16px;
}

/* Left Content
-------------------------------------------------------------- */

#ContentLeft, #ContentLeft p, #ContentLeft ul, #ContentLeft li, #ContentLeft ol {
	color:#9c9a96;
	font-size:11px;
}
#ContentLeft p,
#ContentLeft ul,
#ContentLeft ol,
#ContentLeft li,
#ContentLeft table {
	margin:0 20px 12px 20px;
	padding:0;
}
#ContentLeft h3 {
	height:24px;
	font-size:11px;
	line-height:24px;
	color:#8ca200;
	margin:0 0 8px 0;
	padding:0 20px;
	text-transform:none;
	font-family:QFontBoo, Helvetica;
	background:transparent url(../images/left_title_24_bg.jpg) no-repeat;
}
#ContentLeft h4 {
	height:37px;
	font-size:11px;
	line-height:37px;
	font-weight:normal;
	color:#fff;
	margin:0 0 12px 0;
	padding:0 20px;
	text-transform:none;
	background:transparent url(../images/left_title_37_bg.jpg) no-repeat;
}
#ContentLeft li {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-style:italic;
}
#ContentLeft li span.right,
#ContentLeft h4 span.right,
#ContentLeft p span.right {
	float:right;
}
#ContentLeft table {
	margin: 0 20px 12px 20px;
	padding:0;
	font-size: 11px;
	border:0;
}
#ContentLeft td {
	border:0;
	margin:0;
	padding:0;
}
#ContentLeft hr {
	margin:0 0 12px 0;
	padding:0;
	background:transparent url(../images/left_hr_bg.jpg) no-repeat center;
}


/* PAGE SPECIFIC CONTENT
-------------------------------------------------------------- */

/* HOMEPAGE */
#body-home #TopImage {
	position:relative;
	float:left;
	width:800px;
	height:240px;
	background-color:transparent;
	margin:0;
	padding:0;
	z-index:97;
}
#body-home #TopImage img {
	position:absolute;
	left:0;
	top:0;
}
#body-home #HomeContent {
	width:970px;
	height:160px;
	background-color:#000;
	margin-bottom:20px;
}
#body-home #SrsContent {
	float:left;
	width:636px;
	padding:40px 0 20px 155px;
	color:#fff;
}
#body-home #SrsContent h2 {
 	font-size: 18px; 
	font-family: QFontBoo, Helvetica, Tahoma, Verdana, sans-serif;
	color:#8ca200;
	background-color:#000;
	height:32px;
	line-height:32px;
	margin: 0;
	padding:0 23px;
	text-transform:none;
}
#body-home #SrsContent p {
	color:#e2e2e1;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	font-family:Helvetica, Arial;
}
#body-home #SrsLinks {
	position:relative;
	float:right;
	width:179px;
	z-index:98;
}
#body-home #SrsLinks img, #body-home #HomeContent #SrsLinks a {
	position:relative;
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
	z-index:99;
}
#body-home #HomeAds {
	width:970px;
	height:216px;
	margin-bottom:20px;
}
#body-home #HomeAds ul {
	margin:0 9px;
	padding:0;	
}
#body-home #HomeAds li {
	float:left;
	list-style:none;
	margin:0 8px;
	padding:0;
}

/* GALLERY PAGE */
#GalleryLeft {
	float:left;
	width:499px;
	min-height:300px;
	background-color:#000;
	margin-right:18px;
	padding-bottom:20px;
	color:#e2e2e1;
}
#GalleryRight {
	float:left;
	width:283px;
	min-height:300px;
	background-color:#000;
	padding-bottom:20px;
	color:#e2e2e1;
}

#GalleryLeft h2 {
 	font-size:11px; 
	font-family:QFontBoo, Helvetica, Tahoma, Verdana, sans-serif;
	color:#efd3ae;
	background-color:#000;
	height:69px;
	line-height:42px;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	background:transparent url(../images/gallery_left_499_bg.jpg) no-repeat;
}
#GalleryRight h2 {
 	font-size:11px; 
	font-family:QFontBoo, Helvetica, Tahoma, Verdana, sans-serif;
	color:#efd3ae;
	background-color:#000;
	height:69px;
	line-height:42px;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	background:transparent url(../images/gallery_right_283_bg.jpg) no-repeat;
}
#GalleryLeft h3, #GalleryRight h3 {
	font-size: 16px;
	color: #575f17;
	font-weight: 600;
	margin: 0;
	padding: 0 26px 16px 26px;
	clear: both;
	text-transform:uppercase;
}
#GalleryLeft p, #GalleryRight p {
	color:#9c9a96;
	font-size:11px;
 	font-weight:normal; 
}
#GalleryLeft #ContentMedia {
	margin-top:26px;
}
#GalleryRight #ContentVideo {
	margin-bottom:26px;
}
#GalleryRight #ContentVideo h3 {
	color:#9c9a96;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 14px 4px 14px;
	text-transform:uppercase;
	text-align:center;
}
#GalleryRight #ContentVideo p {
	margin:0 14px 36px 14px;
	padding:0;
	padding-bottom:36px;
	text-align:center;
}
#GalleryLeft hr, #GalleryRight hr {
	width:85%;
	height:1px;
	background-color:#404040;
}
#ImageGallery {
	height:335px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#Videos {
	height:485px;
	overflow-y:scroll;
	overflow-x:hidden;
}

/* FIREARMS PAGE */
#body-firearms #Content {
	background-color: #000;
}
.firearms_table {
	color: #fff;
	padding: 0;
}
.firearms_table th {
	padding: 0;
}
.firearms_table .title, .firearms_table .subtitle {
	color: #8CA200;
	font-family: QFontBoo, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	text-align: right;
}
.firearms_table .subtitle {
	font-size: 10px;
	text-align: right;
}
