/*** Design and layout (C)2009 Carlos Avelenda for NXe Paintball | v5 browsers (v1.1) */

@charset "utf-8";
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}

a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #666;
}

a:link {
	color: #666;
	text-decoration: none;
	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	color: #999;
	font-weight: normal;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 1024px;
	list-style-type: none;
	position: relative;
	background-image: url(../Assets/Nav-buttons/NXe-Nav_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu a {
	display: block;
	text-indent: -900%;
	position:absolute;
	outline: none;
	left: 454px;
	top: 27px;
}

#menu a:hover{
	background-position: left bottom;
	top: 58px;
}

#menu .about {
	width: 70px;
	height: 8px;
	left: 158px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/about.gif);
	background-repeat: no-repeat;
}

#menu .products {
	width: 78px;
	height: 8px;
	left: 16px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/products.gif);
	background-repeat: no-repeat;
}

#menu .teams {
	width: 61px;
	height: 8px;
	left: 94px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/teams.gif);
	background-repeat: no-repeat;
}

#menu .blog {
	width: 55px;
	height: 8px;
	left: 229px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/blog.gif);
	background-repeat: no-repeat;
}

#menu .shop {
	width: 45px;
	height: 8px;
	left: 282px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/shop.gif);
	background-repeat: no-repeat;
}
#menu .main {
	width: 44px;
	height: 8px;
	left: 862px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/Home.gif);
	background-repeat: no-repeat;
	position: absolute;
}

#menu .dealer{
	width:110px;
	height:8px;
	left: 914px;
	top: 57px;
	background-image: url(../Assets/Nav-buttons/Find-A-Dealer.gif);
	background-repeat: no-repeat;
	position: absolute;
}
	
#container {
	width: 1024px;
}
#menuh {
	margin: 0px;
	padding: 0px;
}
#menuh a:hover{
	background-position: left bottom;
	top: -1px;
}
#menuh .home {
	width: 135px;
	height: 89px;
	left: 455px;
	top: -1px;
	background-image: url(../Assets/Nav-buttons/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	clip: rect(1px,auto,auto,auto);
}

#footera {
	background-color: #FFF;
	text-align: center;
	color: #82807D;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
}

 #footera p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	position: relative;
	clear: none;
	top: 0px;
	left: 0px;
	height: auto;
	padding: 0px;
	margin: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linkedimages a:link, .linkedimages a:visited, .linkedimages a:visited, .linkedimages a:active {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
