/*-------------------------------------------------

css{
	site: alienpb.com ;
	author: Wes O'haire;
	company: 70KILO;
	date: Jul 2009;
	}

---------------------------------------------------*/

/*-------------------------------------------------

HTML Elements

-------------------------------------------------*/

html, body, h1{
	margin: 0;
	padding: 0;
}
body{
	background: #000000 url("../_images/shared/bg_main.jpg") no-repeat top center;
	font-family:"Lucida Grande" Lucida Arial;
	font-size: 14px;
	color: #000;
}

a{ color: #fcff00; text-decoration: none;  }

a:hover{ text-decoration: underline;	}

p{   }

h1{
	float: left;
	width: 493px;
	height: 89px;
	background: url("../_images/shared/logo.jpg") no-repeat top left;
	text-indent: -900em;
}
h1 a{
	display: block;
	width: 221px;
	height: 71px;
	margin-top: 19px;
	margin-left: 35px;	
}

#dealers input, #support input{
	width: 170px;
	height: 15px;
	border: 1px solid #afafaf;
	background-color: #e0e0e0;
	color: #000;
	display:block;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
.input_normal{margin: auto;padding: auto; width: auto; height: auto;}
#dealers .input_normal, #support .input_normal{margin: auto;padding: auto; width: auto; height: auto;}

/*-------------------------------------------------

Common Classes

-------------------------------------------------*/

.hide{display: none;}
#dealers .hide, #support .hide{display: none;}

.clear{clear: both;}


/*-------------------------------------------------

Navigation Styles

-------------------------------------------------*/

#nav, #subnav, #dropdown{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#nav a, #subnav a{text-decoration: none;}

#nav li, #subnav li{
	float: left;
}

#nav li a{
	display: block;
	height: 89px;
	text-indent: -900em;
}

#nav #company{ width: 90px; background: url("../_images/shared/navCompany.jpg");}
#nav #guns{ width: 57px; background: url("../_images/shared/navGuns.jpg");}
#nav #gear{ width: 58px; background: url("../_images/shared/navGear.jpg");}
#nav #info{ width: 50px; background: url("../_images/shared/navInfo.jpg");}
#nav #teams{ width: 68px; background: url("../_images/shared/navTeams.jpg");}
#nav #support{ width: 82px; background: url("../_images/shared/navSupport.jpg");}
#nav #dealers{ width: 94px; background: url("../_images/shared/navDealers.jpg");}

/*Dropdowns*/
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	background-color: #252525;
}
#nav li ul li{ float: none;}
#nav li ul li a{
	text-indent: 0;
	height: auto;
	color: #9ee63c;
	padding: 6px 3px;
}
#nav li ul li:hover{background-color: #474747;}


/*Subnavs*/
#subnav{
	height: 31px;
	background:  url("../_images/shared/subnavBar.jpg");
	overflow: hidden;
}
#subnav li a {
	display: block;
	padding: 9px 10px;
	color: #000;
	font-size: 11px;
}
#subnav li a:hover{background: #bde487;}


/*-------------------------------------------------

Global Styles

-------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	width: 992px;
	background: #000;
}

#header{
	margin: 0 auto;
	width: 992px;
	background: #000; url("../_images/shared/header2.jpg");
}

#footer{
	height: 68px;
	background: url("../_images/shared/footer.jpg");
	text-indent: -900em;
}

/*-------------------------------------------------

Page Styles

-------------------------------------------------*/

#content_container{
	height: 659px;
	overflow: hidden;
	padding: 19px;
	background: url("../_images/shared/bg1.jpg");
}

#company .index{background: url("../_images/shared/bg_company.jpg");}
#guns .index{background: url("../_images/shared/bg_guns.jpg");}
#gear .index{background: url("../_images/shared/bg_gear.jpg");}
#info .index{background: url("../_images/shared/bg_information.jpg");}
#teams .index{background: url("../_images/shared/bg_teams.jpg");}

#content{
	margin: 19px 0 0 95px;
	width: 719px;
	height: 481px;
	overflow: auto;
	padding: 25px;
}

#home_bottom{ height:265px;background: url("../_images/shared/bg-tile.gif");}

#news{
	height:265px;
	background: url("../_images/home/news.png") top center no-repeat;
	padding:45px 550px 0 40px;
	color: #fff;
}

.news_title{font-weight: bold; }
.news_title b{ color: #76af00;}
#news p{ margin-bottom: 27px;}

#leftColumn{
	float: left;
}
#rightColumn{ margin-left: 250px;}

.text_highlight{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}



/*-------------------------------------------------

Gallery Styles

-------------------------------------------------*/
.thumbnail{
	display: block;
	float: left;
	margin: 10px;
	height: 100px;
	width: 100px;
	background: #666;
}


/*-------------------------------------------------

Guns Styles

-------------------------------------------------*/
.thumbnailGuns{
	display: block;
	float: left;
	margin: 10px;
	height: 70px;
	width: 70px;
	background: #666;
}

#addCart{
	color: blue;
	padding: 6px;
	background: #e0e0e0;
	border: solid 2px #bababa;
	font-weight: bold;
}

/*-------------------------------------------------

Gear Styles

-------------------------------------------------*/
.thumbnailGear{
	display: block;
	float: left;
	margin: 0 20px 20px 20px;
	height: 300px;
	width: 200px;
	background: #666;
}

#gearColumn{
	margin-left: 240px;
}

.title{
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}


/*-------------------------------------------------

Locator Styles

-------------------------------------------------*/
#states{}
#cities{}
#stores span{
	font-weight: bold;
}

/*-------------------------------------------------

more Styles

-------------------------------------------------*/

#bigBox{
	width: 719px;
	height: 659px;
	overflow: auto;
	padding: 90px;
	margin-left: 0px;
}

#column1{
	float: left;
	margin-left: 0px;
}
#column2{
	
	margin-left: 370px;
}

/*Form*/
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 10px;
}