/* ============================================== BODY */
* {
	margin: 0;
}

.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
	text-align: center;
}

html{height: 100%;}
body {
	background: url(images/background.gif);
	height: 100%;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper {
	background: #fff; 
	width: 840px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

/* ============================================== HEADER */
#header{
	text-align: center;
}
#header-taglines {
	width: 300px;
	float:right;
	margin-right: 35px;
	margin-top: 80px;
	text-transform:uppercase;
	font-size: 2em;
	font-family: "Impact", Arial, Helvetica, sans-serif;
	color: #231F20;
}

/* ============================================== MENU */
#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   margin-right: 10px;
   position:relative;
   right:50%;
   border: 1px solid #000;
   border-bottom: none;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   text-transform:uppercase
}
#centeredmenu ul li a:hover {
   background:#d4151e;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

/* ============================================== Shared/Common Page Styles */

#content{
	clear: both;
	margin: 0 auto;
	width: 95%;
	height:90%;
}
#content ul li{
	font-family: Helvetica; sans-serif;
	font-size: 1.0em;
	list-style:square;
	width: 450px;
	margin: 0 auto;
}
#content li {
	padding-bottom: 5px;
}
#content table {
	font-size: 12px;
	border: 1px solid #999;
}
#content tr {
	margin: 5px;
}
#content td {
	padding: 5px;
}

#content p {
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 5px;
	text-align: center;
}
#content img{
	padding-top: 20px;
}
.aligncenter {
	margin: 0 auto;
}
.floatleft {
	float: left;
}
p{
	font-size: 1em;
	margin: 15px;
	line-height: 1.2em;
}
.page-titles{
	font-size: 1.9em;
	font-family: "Impact", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #C22026;
	font-weight:normal;
	text-transform:uppercase;
	padding: 12px 0 20px 0;
}

a:link {
	color: #C22026;
	text-decoration: none;
}

a:visited {
	color: #C22026;
	text-decoration: none;
}

a:hover {
	color: #C22026;
	text-decoration: underline;
}

a:active {
	color: #C22026;
	text-decoration: none;
}

/* ============================================== Page Specific Styles */

/* --------------------- PRODUCTS */
.product-category{
	font-size: 1.8em;
	font-family: "Impact", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	font-weight: normal;
	padding: 22px 0 5px 0;
	width: 200px;
	border-bottom: 1px solid #000;
	margin: 0 auto 25px auto;
}

.product-title{
	font-size: 1.4em;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	font-weight: normal;
	padding: 22px 0 5px 0;
	width: 600px;
	margin: 0 auto 25px auto;
}

#saiga12, #saiga20, #saiga410, #saiga, #saiga-option, #los-7-1, #los-9-1, #cm-2, #biathlon{
	margin: 50px auto 50px auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

td.header{
	color: #CE0808;
	font-weight: bold;
	font-size: 1.2em;
}
/* ============================================== FOOTER */

.footer p{
	font-size: 10px;
}
