@charset "UTF-8";

html {margin: 0; padding: 0; overflow-y:scroll;}
body {margin:0; padding:0; font:Arial, Helvetica, sans-serif; font-size:14px; color:#333; background:#000 url('images/background02.jpg') 0 0 repeat-x; background-position:center top;}

a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #333;}

/* Lists */
ul#listNoStyle {list-style-type:none; padding-left:0px;}
li#listNoStyle {}

/* Old Top Menu */
div#topmenu {margin-right:auto; margin-left:auto; width:967px; padding:30px 0 5px 10px;}
div#topmenu a {text-decoration:none; font-size: 1.1em; padding: 5px; font-weight: bold;}
div#topmenu a:link {color: #fff;}
div#topmenu a:visited {color: #fff;}
div#topmenu a:hover {color:#cc0000; text-decoration:underline;}
	
div#wrapper {padding: 0; width:967px; border:1px solid #CC0000; margin-right:auto; margin-left:auto; margin-top:10px; margin-bottom:10px;}
div#header {margin:0; padding: 0; background: #333 url('images/header02.jpg') 0 0 no-repeat; width: 967px; height: 158px;}
	
/*Main Navigation - All Pages */	

div#menu {margin:0; padding:7px 0 0 0; background: transparent url('images/menubkgr.jpg') 0 0 no-repeat; width: 967px; height: 29px; text-align: left;}
div#menu a {padding:7px 10px 7px 36px; margin:7px 0 0 0; height:36px; font-size:1.3em; color:#fff; margin:0; font-weight: bold;}
div#menu a:link {text-decoration: none;}
div#menu a:visited {text-decoration: none;}
div#menu a:hover {color:#CC0000; background:transparent url('images/crosshairs.jpg') 0 0 no-repeat;}

/* Side Navigation - Gallery pages */

div#sidemenu {position:relative; float:left; top:0px; left:0px; width:200px; padding:0; margin:0; z-index:500; font-size: 14px;}
div#sidemenu a {text-align: left; display:block; height:15px; position:relative; z-index:500; white-space:nowrap; margin: 0; padding: 0; font-size:14px;font-weight: normal; color: #fff;}

div#sidemenu a.twoline { height:30px;}
div#sidemenu a.twoline span { padding:0 0 0 5px;}

/* menu at rest */	
div#sidemenu a:link, 
div#sidemenu a:visited, 
div#sidemenu a:active	
	{
	color:#fff;
	background: url('images/blank.gif') repeat;
	text-decoration:none;
	}
/* menu on mouse-over  */
div#sidemenu a:hover {
    color:#990000; 
	}

div#sidemenu ul {
    float:left;
    list-style-type: none;
    padding:0;
    margin:0;
	width: 200px;
	list-style: none;
	
	}	
	
div#sidemenu ul li ul li a {
    text-align: left;
	background:  transparent url('images/blank.gif') repeat !important;
	margin: 0;
	padding:5px 0 2px 2px;
	width:10em;
	border-bottom: 1px solid #333;
	}
	
div#sidemenu ul li ul li a:hover {
    text-align: left;
	background: #999 url('images/dropdownbkgr_over.jpg') bottom left repeat !important;
	margin: 0;
	padding:5px 0 2px 2px;
	width:10em;
	border-bottom: 1px solid #333;
	}		

div#sidemenu li
	{
	margin:0; padding: 5px 0 5px 15px;
	border-bottom: 1px solid #333;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: middle;		/* Sophie Dennis contribution for IE7 */
	}
div#sidemenu li.greyborder {border-right: 3px solid #999;}

/*  Use margin to move dropdown left/right or up/down  */
div#sidemenu ul ul {
	position: absolute;
	background: #666 url('images/dropdownbkgr.jpg') 0 0 repeat-x;
	width: 100px;
	z-index:500;
	top:auto;
	display:none;
	padding:0;
	margin:-0.1em 0 0 200px;
	list-style: none;
	}

div#sidemenu ul ul ul
	{
	top:1px;
	left:125px;
	z-index:2000;
	list-style: none;
	}

div#sidemenu li:hover
	{
	cursor:pointer;
	z-index:100;
	
	}

div#sidemenu li:hover ul ul,
div#sidemenu li li:hover ul ul,
div#sidemenu li li li:hover ul ul,
div#sidemenu li li li li:hover ul ul
{display:none;}

div#sidemenu li:hover ul,
div#sidemenu li li:hover ul,
div#sidemenu li li li:hover ul,
div#sidemenu li li li li:hover ul {
  display:block;}

div#sidemenu a.bordernav {border-right:solid thin;} 

/* Product Listing */

div#productListing {float:left; width:727px; padding:0px 20px;}
div#productListing h1 {margin:15px 0px 0px 0px; padding:0; color:#990000;}
div#productListing div.product {border-bottom:1px dotted #333;}
div#productListing div.mainpicture {float:left; width:360px; position:relative;}
div#productListing div.mainpicture img {margin:10px 0 10px 0px; border:1px solid #333;}
div#productListing div.mainpicture div.zoom {background:url(images/zoom.png) no-repeat; height:30px; width:30px; top:209px; left:5px; z-index:999; position:absolute;}
div#productListing div.product div.txtblk {float:left; width:365px;}
div#productListing div.product div.txtblk h3 {font-weight:bold; font-size:14px; color:#990000; position:relative; margin:10px 0 10px 0;} 
div#productListing div.product div.txtblk h3.price {color:#333; padding-left:22px; margin-top:5px;}
div#productListing div.product div.txtblk h3.price span {color:#990000;}
div#productListing div.product div.txtblk ul {margin:0; padding:0 0 0 20px; font-size:12px;}
div#productListing div.product div.txtblk ul li {padding:3px; list-style-type:circle;}
div#productListing div.product div.thumbs {display:block; width:100%;}
div#productListing div.product div.thumbs img {margin-right:5px; margin-bottom:10px; border:1px solid #333;}

/* Form Elements */

td.formTitle {font-weight:bold; font-size:16px; padding:5px 0px;}
td.formInput {}
td.formHelp {color:#333; font-style:italic;}
td.formSubmit {padding:5px 0px; text-align:right;}
input.contact {width:250px;}
textarea.contact {width:350px; height:200px; overflow:auto;}
table.contactForm {}
div#contactform {float:left; width: 475px; padding-left:20px;}
div#map {float:right; padding:50px 20px 15px 0px; width:450px;}
div#map p {margin:15px 0px; padding:0px;}


/* New Footer */
#footer-wrap {background:url('images/footer.jpg') 0 0 repeat-x #999; width:967px; clear:both; padding:0px;}
div#footer {background:url('images/watermark.png') 100px -60px no-repeat; margin:0px; padding:10px; height:150px; font-size:11px; color:#fff;}
td.copyright {text-align:center;}
#footer P {margin:0px 0px 10px;}
#footer A {color:#FFF; text-decoration: none;}
#footer H3 {color:#FFF; text-decoration: none; font-size: 13px; margin-bottom: 0px;}
#footer A:hover {text-decoration: underline;}
#footer A:active {text-decoration: underline;}
#footer UL {margin: 0px 0px 10px; padding: 0px;}
#footer LI {margin: 0px; padding: 0px; list-style-type: none;}
#footer LI.first {}
#footer-left-col {width:335px; margin-right:50px; float:left;}
.footer-first-p {padding-bottom: 10px; border-bottom-color:rgb(81, 85, 114); border-bottom-width:1px; border-bottom-style:solid;}
.footer-columns {margin: 0px 20px 0px 0px; width: 150px; vertical-align: top; display: inline-block; zoom: 1; min-height: 240px;}

/* Old Footer */
div#copyright {
	margin: 0; padding: 10px 0 0 0;
	width:967px;
	height:27px;
	background: #666 url('images/footerbkgr.jpg') 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;}
/* Old Footer */

div#content {position:relative; margin: 0; padding: 0; background: white url('images/contentbkgr.jpg') 0 0 repeat-x; width: 967px; height:100%;}
h1 {font-size:1.7em; color:#990000; margin:0; padding:15px 0 10px 20px;}
p {line-height: 1.1em; margin: 10px 20px 10px 20px;}
div#homeflash {margin:0; padding:15px; background:#cc0000;}
.intro {font-size: 1.3em; font-weight:bold; padding: 10px  20px 10px 20px;}
.introtwo {font-size:1.3em; font-weight:bold; text-align:center; margin:5px 0 5px 0; padding:0;}
.location {color: #CC0000; font-size: 1.2em; font-weight: bold; text-align: center;}
.center {text-align: center;}
.error {color:#990000;}
image.icon {margin-left:5px;}
table.customGun {padding:0px; margin:0px 0px 0px 17px;}
img.customGun {border:1px solid #000000; margin:2px;}
.clearit {clear:both;}
span.green {color:#006600; font-size: 1.1em;}
	
/* Home Page */
	
div#linkpanel { position:relative;}

div.linkbox { float:left;
   width:300px;
   height:300px;
   margin:0;
   padding:0 0 0 18px;
   }
 
   
div.linkbox a { display:block;
    width:290px;
	height:30px;
	margin:0;
	padding:190px 0 10px 0;
	text-align:center;
	text-decoration: none;
	font-size:24px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;}
	
	
div.products a { background: #ff0000 url('images/homebox01.jpg') 5px 5px no-repeat;}
div.manufact a { background: #ff0000 url('images/homebox02.jpg') 5px 5px no-repeat;}
div.custom a { background: #ff0000 url('images/homebox03.jpg') 5px 5px no-repeat;}

/* Body */

div#leftcontent {
	float:left; margin:0; padding:0; width:600px;
}

div#rightcontent {
	float:right; margin:0; padding: 10px 0 10px 0; width:300px;
}

div#rightcontent h3 {
	color:#990000; margin:10px 0; padding:0;
}
	
div#rightcontent img {
	margin:15px 0px 0px 0px; border:1px solid #333;
}

div#rightcontent ul {
	margin:0; padding:0; list-style:none;
}

div#rightcontent li {
	border-bottom:1px solid #dfdfdf; padding:5px 0 5px 15px; margin:0; background:url(images/r_ul_li.png) left no-repeat;
}

div#rightcontent li a {
	font: normal 14px Arial, Helvetica, sans-serif; color:#FFF; text-decoration:none;
}

div#rightcontent li a:hover {
	color:#990000; text-decoration:none;
}

.calendar li {
	padding:3px 3px; list-style-type:none;
}

.calendar li.title {
	color:#990000; font-weight:bold; font-size:14px; list-style-type:none; padding:10px 0px;;
}
	
/* ============== Image Gallery ====================== */


div#gallery {
    position:relative; 
    width:600px; 
	height:0px;
	/* position of whole gallery */ 
	margin:0px 6px 10px 200px;
	font-family:verdana, arial, sans-serif; 
	font-size:12px;}
	
div#gallery h2 { margin:0 0 0 20px;
    padding:0;
	color:#333; }

div#gallery a.pics {
    float:left; 
    padding:10px 21px; 
	display:inline; 
	color:#333; 
	text-decoration:none; 
	width:135px; 
	height:89px; 
	cursor:default;}
	
div#gallery a.pics img.thumb {
    display:block; 
    border:1px solid #000;}

/* ==== HIDDEN PICTURES ===================== 
   NOTE: This styles (a.pic span.imgblk) should match exactly the matcih  (span#mainpicture) versions of each  */
   
div#gallery a.pics span.imgblk {
    display:none; 
    border:0; width:590px; 
	background: transparent;
	text-align:left;}
	
div#gallery a.pics span.imgblk img {
    margin:10px 0 10px 10px; 
    border:1px solid #000;}
	
div#gallery a.pics span.imgblk span.txtblk { 
   position:relative;
   display:block;
   margin:0 0 0 375px;
   top:-250px;
   width:200px;
   height:275px;
   }
   
div#gallery a.pics span.imgblk span.txtblk span.title {
   font-weight:bold;
   font-size:14px;
   color:#990000;
   position:relative;
   margin:10px 0 10px 0;
   font-family: Arial, Helvetica, sans-serif;
   } 
div#gallery a.pics span.imgblk span.txtblk span.txt {
   position:relative;
   width:190px;
   height:250px;
   padding:0;
   display:block;
   margin:5px 0 5px 5px; 
   } 
div#gallery a.pics span.imgblk span.txtblk span.txt ul {
   margin:0; padding:0 0 0 10px;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   }
div#gallery a.pics span.imgblk span.txtblk span.txt ul li {padding: 3px;}
   
   
/* ==== END HIDDEN PICTURE =====================  */

div#gallery a.pics:hover {white-space:normal;}
div#gallery a.pics:hover img.thumb {border:1px solid #fff;}
div#gallery a.pics:hover span.imgblk {
    display:block;
	background:url('images/gallerygradient.jpg') 0 0 repeat-x; 
    position:absolute; 
	left:20px; 
	/* position of relative to thumbnails
	   this much match same setting on first pictures, :hover and :focus .. */ 
	top:-270px; 
	z-index:300;
	height:270px;}

div#gallery a.pics:active img.thumb {border:1px solid #fc0;} 

div#gallery a.pics:active span.imgblk {
   display:block ; 
   position:absolute; 
   left:9px; 
   top:192px; 
   z-index:5; 
   height:300px;}

div#gallery a.pics:focus {outline:0;}
div#gallery a.pics:focus img.thumb {border:1px solid #fc0}
div#gallery a.pics:focus span.imgblk {
    display:block; 
    position:absolute; 
	left:20px; 
	/* position of relative to thumbnails
	   this much match same setting on first pictures, :hover and :focus .. */ 
	top:-270px; 
	z-index:5; 
	outline:0; 
	height:300px;}

/* ==== MAIN PICTURE (VISIBLE) ===================== 
   NOTE: This styles should match exactly the match (a.pic span.imgblk and :hover) versions ABOVE  */

div#gallery span#mainpicture {
    display:block; 
    position:absolute; 
	left:20px; 
	/* position of first picture relative to thumbnails
	   this much match same setting on hidden picture :hover and :focus.. */ 
	top:-270px; 
	z-index:1;
	height:300px;
	border:0; width:590px; 
	background: transparent; 
	text-align:left;
	color:#333;
	}   

div#gallery span#mainpicture img {
    margin:10px 0 10px 10px; 
    border:1px solid #333;}
	
div#gallery span#mainpicture span.txtblk { 
   position:relative;
   display:block;
   margin:0 0 0 375px;
   top:-250px;
   width:200px;
   height:275px;
   }
   
div#gallery span#mainpicture span.txtblk span.title {
   font-weight:bold;
   font-size:14px;
   color:#990000;
   position:relative;
   margin:10px 0 10px 0;
   font-family: Arial, Helvetica, sans-serif;
   } 
div#gallery span#mainpicture span.txtblk span.txt {
   position:relative;
   width:190px;
   height:250px;
   padding:0;
   display:block;
   margin:5px 0 5px 5px;
   
   }
div#gallery span#mainpicture span.txtblk span.txt ul {
   margin:0; padding:0 0 0 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #333;
   }
   
div#gallery span#mainpicture span.txtblk span.txt ul li {padding: 3px;}
   
   
/* ==== END MAIN PICTURE =====================  */ 

.error {
	color:#990000;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/cb_controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/cb_border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/cb_controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/cb_controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/cb_border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/cb_controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/cb_controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/cb_controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/cb_loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/cb_loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/cb_controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

