/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#b10;
}

a:hover {
	color:#fff;
}

p {
	margin:0 0 1em 0;
	padding:0;
}

.indented_content {
	padding: 0 0 0 40px ;
}

body { /*controls default font for entire site*/
	color:#ddd;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*------------------- HEADINGS -------------------*/

h1 {
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	color:#a10;
	border-bottom:solid 1px #422;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
}

h2 {
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
	color:#910;
}

h3 {
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	color:#900;
}

h1,h2,h3 {
	margin-bottom:.25em;
}

/*------------------- LISTS -------------------*/
ol {
    margin-left:2.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.no_bullet_list {
	/* this one inherits the padding from ul above */
	list-style:none;
	font-weight:normal;
}

/*------------------- TABLES AND BORDERS -------------------*/
.table_border {
	border:solid 1px #222;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 0px;
	border:0;
	border-top:solid 1px #777;
}

.table_header {
	background:#000;
	color:#c11;
	border:solid 1px #222;
	font-size:14px;
	text-transform:uppercase;
}
.table_item {
	background:#111;
	color:#fff;
	border:solid 1px #222;
}
.table_item a:link, .table_item a:visited {
	color:#fff;
	text-decoration:none;
}
.table_item a:hover {
	text-decoration:underline;
}

th {
	text-align:left;
	color:#c11;
	vertical-align:top;
}


/*------------------- FORMS -------------------*/
fieldset {
	border:solid 1px #aaa;
}

/*------------------- PHOTOS AND PORTFOLIO -------------------*/
.photoBorder1 {
	padding:5px;
	background:#fff;
	border:solid 1px #aaa;
}

/*------------------- MISC -------------------*/
.smallText {
	font-size:8pt;
}

.notes {
	background:#55e;
}

.item_name, a.item_name {
	font-weight:bold;
	color:#fff;
	font-size:14px;
}

.grey_text, a.grey_text {
	color:#777;
}

.weapons_table td {
	vertical-align:top;
	border-bottom:solid 1px #333;
}
.weapons_table img {
	width:100px;
	height:75px;
}

.red, a.red {
	color:#900;
}

.red_bold {
	color:#900;
	font-weight:bold;
}

.testimonial {
	text-align:right;
	font-style:italic;
	color:#888;
}