/* Always show scrollbar */
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Georgian, Times, serif;
	font-size: 12pt;
	color: #aaaaaa;
	background-color: #c3c3c3;
	background-image: url(../pics/body_back.png);
	padding: 0px;
	margin: 0px;
	text-align: center;
	outline: none;
}

/* Get rid of those ugly outline borders when clicked (Not in IE) */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

button, input[type=submit] {
	color: #000000;
	font-size: 9pt;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #f0f0f0;
	background-image: url(../pics/submit_button.png);
	padding: 4px;
	cursor: pointer;
}

input[type=text]{
	border: 1px solid #000000;
	width: 250px;
	padding: 4px;
}

input[disabled]{
	background-color: #c0c0c0;
	color: #a0a0a0;
}

textarea {
	padding: 4px;
	width: 250px;
	height: 100px;
	border: 1px solid #000000;
}

textarea[disabled] {
	background-color: #c0c0c0;
}

a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover {
	color: #aaaaaa;
}

#Top {
	width: 100%;
	height: 175px;
	background-image: url(../pics/top_back.png);
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #000000;
}

#Top div.Center {
	width: 1000px;
	height: 175px;
	background-image: url(../pics/top.png);
	background-position: 0px -10px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#Top div.RightCorner {
	float: right;
	padding: 10px;
	margin-top: 28px;
}

#MenuTop {
	position: relative;
	top: 108px;
	text-align: center;
}

#MenuTop a {
	color: #dddddd;
}

#MenuTop a:hover {
	color: #ffffff;
}

#MenuTop .current {
	color: #ff0000;
}

#PageContainer {
	background-image: url(../pics/back_color.png);
}

#Page {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

#Footer {
	/* background-image: url(../pics/footer_back.png); */
	color: #000000;
	border-top: 1px solid #c0c0c0;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 10pt;
}

div.NewsPusher {
	width: 200px;
	float: right;
}

ul.NewsList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.NewsList li {
	margin: 0px;
	margin-top: 14px;
	margin-left: 0px;
	padding: 0px;
}

ul.NewsList li span.Timestamp {
	font-size: 8pt;
	color: #888888;
}

div.Section {
	background-image: url(../pics/section_back.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 20px;
}

div.Section div.Header {
	text-align: center;
	font-size: 12pt;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	color: #dddddd;
}

/* Hack for minimum height */
div.Section div.MinHeight {
	width: 0px;
	height: 270px;
	float: left;
}

/* Clears the MinHeight float */
div.Section div.End {
	clear: both;
}

/* Featured guns carousel */
div.FeaturedGunsCarousel {
	margin-top: 10px;
	border: 1px solid #555555;
	background-color: #303030;
}

div.FeaturedGunsBtn {
	float: left;
	height: 300px;
	width: 16px;
}

div.FeaturedGunsBtn img {
	margin-top: 120px;
}

div.FeaturedGunsCarousel li {
	width: 358px;
	height: 260px;
	background-image: url(../pics/featured_gun_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #aaaaaa;
}

div.FeaturedGunsCarousel li p {
	width: 330px;
	text-align: left;
	margin: 0px;
	margin-left: 18px;
}

div.FeaturedGunsCarousel img {
	margin: 15px;
}

/* Gun images carousel */
/*
div.GunImagesCarousel {
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

div.GunImagesBtn {
	height: 220px;
	width: 16px;
}

div.GunImagesBtn img {
	margin-top: 90px;
}

div.GunImagesCarousel {
	border: 1px solid #555555;
	width: 700px;
}

div.GunImagesCarousel li {
	width: 340px;
	height: 240px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #aaaaaa;
	background-color: #303030;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

div.GunImagesCarousel li p {
	text-align: center;
	margin-top: 10px;
	padding: 0px;
	font-size: 12pt;
}

div.GunImagesCarousel img {
	margin-top: 20px;
}

/* Gun Images box */
div.GunImagesBoxContainer {
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}

div.GunImagesBox {
	/* width: 384px; */
	width: 754px;
	margin-left: 10px;
	margin-right: 10px;
}

div.GunTextBox {
	margin: 50px;
	margin-top: 10px;
	margin-left: 25px;
	text-align: left;
}

/* Gunbox */
div.GunBoxContainer {
	text-align: center;
}

div.GunBox {
	border: 1px solid #555555;
	background-color: #303030;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

div.GunBox div.Text {
}

/* Gallery Box */
div.GalleryBoxContainer {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

div.GalleryBox {
	margin-top: 20px;
	text-align: left;
}

div.GalleryBox div.Text {
	margin-top: 20px;
	margin-left: 260px;
}

div.GalleryBox div.ImageBox {
	padding: 20px;
	float: left;
	text-align: center;
}

div.GalleryBox div.ImageBox p {
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
}

table.GalleryCategory {
	width: 100%;
}

table.GalleryCategory tr {
	vertical-align: top;
}

table.GalleryCategory td {
	background-image: url(../pics/section_back.png);
	background-repeat: repeat-x;
	padding-left: 50px;
	padding-right: 50px;
}

table.GalleryCategory img {
	float: left;
}

table.GalleryCategory div.Text {
	margin-left: 300px;
	margin-bottom: 20px;
}

table.GalleryCategory a {
	color: #dddddd;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

table.GalleryCategory p.Header {
	border-bottom: 1px solid #666666;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.GalleryCategory img {
	vertical-align: bottom;
}

a.GalleryCategory:hover {
	color: #ffffff;
}

table.ContactForm {
	width: 350px;
}

/* Gallery listing */
table.GalleryThumbsTable {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

table.GalleryThumbsTable tr {
	vertical-align: top;
}

table.GalleryThumbsTable td {
	width: 220px;
	height: 220px;
	background-image: url(../pics/gallery_thumb_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px;
}

table.GalleryThumbsTable td div {
	margin-top: 10px;
	text-align: center;
}

table.GalleryThumbsTable td.Empty {
	background-image: none;
}

table.GalleryThumbsTable a {
	color: #ffffff;
	text-transform: uppercase;
}

table.GalleryThumbsTable a:hover {
	color: #aaaaaa;
}

/* Guns listing */
table.GunThumbsTable {
	margin-top: 20px;
	width: 100%;
}

table.GunsThumbsTable tr {
	vertical-align: top;
}

table.GunThumbsTable td {
	width: 350px;
	height: 220px;
	background-image: url(../pics/gun_thumb_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px;
	text-align: center;
}
table.GunThumbsTable td div {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.GunThumbsTable td.Empty {
	background-image: none;
}

table.GunThumbsTable a {	
	color: #ffffff;
}

table.GunThumbsTable a:hover {
	color: #aaaaaa;
}

table.GunThumbsTable span.Category {
	text-transform: uppercase;
}

table.GunThumbsTable span.Name {
	color: #999999;
	font-style: italic;
}

div.GunInquiry table {
	margin-top: 10px;
	text-align: left;
}

button.Toggle {
	background: transparent;
	background-image: url(../pics/gun_inquiry.png);
	background-repeat: no-repeat;
	color: #ffffff;
	border: 0px;
	width: 120px;
	height: 65px;
	vertical-align: top;
	cursor: pointer;
	padding-bottom: 15px;
}

div.GunInquiry {
	text-align: center;
}

div.GunInquiry input[type=text], div.GunInquiry textarea {
	border: 1px solid #000000;
	width: 250px;
	margin: 0px;
	padding: 4px;
}

div.GunInquiry textarea {
	height: 100px;
}

div.GunInquiry input[type=submit] {
}

#popupDiv {
	text-align: left;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 20px;
	display: none;
	width: 500px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

#popupDiv a {
	color: #000000;
	text-decoration: underline;
}

#popupDiv a:hover {
	color: #555555;
}

#popupDiv div.Header {
	text-align: center;
	font-size: 12pt;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	color: #333333;
}

#popupDiv div.Timestamp {
	font-size: 9pt;
	text-align: center;
	margin-bottom: 10px;
	color: #555555;
}

#zoomImg {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#zoomDim {
	display: none;
	background-color: #000000;
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;

	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

table.MediaTable {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12pt;
	color: #ffffff;
}

table.MediaTable td {
	padding: 8px;
	background-color: #555555;
}

table.MediaTable tr {
	margin: 10px;
	border: 1px solid #888888;
}

table.MediaTable tr.Header {
	border: 0px;
}

table.MediaTable tr.Header td {
	/* background-color: #282828; */
	background-color: transparent;
	font-weight: bold;
	color: #dddddd;
}

