*{
	margin: 0;
	padding: 0;
}
a img, a {
	border:none;
	outline:none;
}
a{
	color: #474747;
}
body{
	font-family:helvetica, arial, sans-serif;
	background:url('../images/testBg.jpg') top center no-repeat #1A1A1A fixed;
}
#grid{
	background: url('../images/grid.png');	
}
#wrapper{
	width: 940px;
	position: relative;
	margin:0 auto;
}
#frame{
	width:940px;
	margin:0 0 0 0px;
	background: url('../images/frame_shadow.png');
}
#primary, #footer, #navigation{
	width: 910px;
	margin-left: 15px;
}
#primary{
	background: #000;
}
#secondary{
	display: none;
}

/*
	PRIMARY NAVIGATION
*/

#navigation {
	background: url('../images/backgrounds/navbar.gif') repeat-x scroll top left;
	height: 44px;
}
#primarynav{
	float: left;
	width: 404px;
}
#primarynav ul li, #secondarynav ul li{
	display: block;
	float: left;
	list-style-type: none !important;
	font-size: 0;
	padding-left: 5px;
	* padding-left: 0px;
}
#primarynav ul li a, #secondarynav ul li a{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	color: #434343;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
	padding: 0 5px 0 5px;
	* padding: 0 10px 0 10px;
}
#primarynav ul li.hover, #secondarynav ul li.hover{
	background: url('../images/buttons/primary_nav_left.gif') no-repeat scroll top left;
	
}
#primarynav ul li.hover a, #secondarynav ul li.hover a{
	background: url('../images/buttons/primary_nav_right.gif') no-repeat scroll top right;
}
#primarynav ul li.divider span , #secondarynav ul li.divider span{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	color: #434343;
	font-size: 11px;
	margin: 0 5px;
	text-decoration: none;	
	background: url('../images/backgrounds/primary_nav_divider.gif') no-repeat scroll top left;
	width: 2px;
	height: 44px;
}
#primarynav ul li ul{
	display: none;
}

#secondarynav{
	width: 248px;
	height: 44px;
	float: right;
}

.hover{

}
.dropDownMenu{
	position: absolute;
	top: 0;
	left: 0;
	width: 181px;
	background: url('../images/backgrounds/dropDownMenu.png') repeat-y scroll top left;
	z-index: 99999;
	padding-top: 10px;
}
.dropDownMenu li{
	list-style: none;
}
.dropDownMenu li a{
	display: block;
	color: #434343;
	font-size: 10px;
	margin: 0 5px;
	width: 165px;
	line-height: 15px;
	padding: 2px 0 0 5px;
	text-decoration: none;
}
.dropDownMenu li a:hover{
	background: #747474;
	color: white;
}
.dropDownMenu li.last{
/*	background: url('../images/backgrounds/dropDownMenuBottom.png') no-repeat scroll top left;*/
	width: 181px;
	height: 9px;
}
/* *** footer *** */
#footer{
	height: 35px;
	width: 890px;
	background: #000;
	margin-bottom: 10px;
/*	height:389px;
	border-top: 1px solid #242424;
	width: 890px;
	background: url(../images/backgrounds/footer_bg.jpg) top center no-repeat #000;  
*/	padding-left:20px;
}
#footer .alpha, #footer .beta, #footer .gamma{
	width:250px;
	padding:20px;
	float:left;
	*	display:inline;
	position:relative;
}
#footer a, #footer p{
	color:#7f7f7f;
	text-decoration:none;
	font-size:10px;
	padding-right: 25px;
}

#footer p{
	line-height: 35px;
	text-align: right;
}

#footer a:hover{
	text-decoration:underline;
}
#footer h2{
	height:77px;
	line-height:48px;
	font-size:18px;
	font-weight:normal;
	color:000;
	visibility:hidden;
}
#footer h3{
	font-size:12px;
	padding-bottom:12px;
	color:000;
}
.alpha .column {
	width:80px;
	float:left;
	margin-right:3px;
}
#footer .beta h3{
	padding-bottom:2px;
}
#footer .beta a{
	color:#3bb5d5;
	margin:0 0 22px 0;
}
#footer .beta a:hover{
	color:#005ca5;
}

#footer .socialMedia{
	position:absolute;
	top:35px;
	left:235px;
}

#footer .socialMedia a{
	display:inline;
}
#footer form{
	padding-top:8px;
}
#footer form input{
	float:left;
	height:19px;
	padding:4px 0 0 2px;
	width:120px;
	border:1px solid #b3b3b3;
	background-color:#fff;
	margin:0 1px 10px 0;
	font-size:10px;
	line-height:24px !IMPORTANT; 
	color:#888888;
	outline:none;
}

#footer form .submit{
	display:block;
	float:left;
	height:24px;
	width:80px;
	border:none;
	text-indent:-9999px;
	font-size:0;
	color:transparent;
	background: url(../images/buttons/submit.gif) top left no-repeat transparent;
	cursor:pointer;
}
#footer #agreeTS {
	float:right;
	height:16px;
	width:150px;
	padding-top:8px;
}
#footer #agreeTS a{
	float:left;
}
#footer #agreeTS input{
	float:right;
	height:8px;
	width:8px;
	background-color:#ff99cc;
}
#demo {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	position:relative;
}
#tl{
	height:1px;
	width:4px;
	background-color:red;
}
#tr{
	height:1px;
	width:4px;
	background-color:red;
}
#bl{
	height:1px;
	width:4px;
	background-color:red;
}
#br{
	height:1px;
	width:4px;
	background-color:red;
}
object{
	display:block;
}

/*
	UTILITY CLASSES
*/
.clear{
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
}

/*
	BUTTON CLASS
*/
.button{
	display: block;
	text-indent: -99999px;
	font-size: 0;
	text-decoration: none;
}
#logo{
	float: left;
	width: 197px;
	height: 44px;
}
.logolink {
	background: url('../images/buttons/logo.gif') no-repeat scroll top left;
	width: 197px;
	height: 44px;
}
.view_all {
	background: url('../images/buttons/view_all.gif') no-repeat scroll top left;
	width: 75px;
	height: 24px;
}


/*
	GRID WALLS category and product
*/
#pw{	
	width: 877px;
	margin: 0 auto;
}

#pw.category_wall{
	width: 910px;
}

#items{
	background: #E1E1E1;
}

#pw.category_wall #items{
	background: #000;
	
}

#breadCrumb{
	display: none;
}

#title_bar {
	background: url('../images/backgrounds/titleBar.gif') no-repeat scroll top left;
	width: 910px;
	height: 59px;
}
#title_bar .categoryTitle{
	color: white;
	line-height: 59px;
	font-size: 24px;
	margin-left: 30px;
}
#items .category{
	display: block;
	width: 455px;
	height: 176px;
	float: left;
	background: #000;
}

#items .first{
	width: 454px;
	border-right: 1px solid #1f1f1f;
}

#items .last{
	float: right;
}
.cat_title{
	display: block;
	margin: 25px 25px 10px 25px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.cat_description{
	float: left;
	margin-left: 25px;
	width: 200px;
	color: #919191;
	font-size: 12px;
}
.cat_description .desc_container{
	overflow: hidden;
	max-height: 60px;
}
.cat_cta{
	margin-top: 25px;
}
.cat_image{
	display: block;
	float: left;
	width: 200px;
	height: 100px;
}

/*
	PRODUCT WALL SPECIFICS
*/
.item{
	width: 217px;
	height: 250px;
	padding: 1px 0;
	float: left;
	background: #CACACA url('../images/backgrounds/pw_item.gif') repeat-x top left;
	text-decoration: none;
	font-size: 11px;
	color: #323232;
	overflow: hidden;
}
.item:hover{

}
.pos_1,.pos_2,.pos_3{
	border-right: 1px solid #DDD;
}
.pos_2,.pos_3,.pos_4{
	border-left: 1px solid #C4C4C4;
}
.pos_1{
	margin-left: 1px;
}
.item .itemName{
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
}
.item:hover .itemName{
	text-decoration: underline;
}

.promoitem{
	width: 217px;
	height: 250px;
	padding: 1px 0;
	float: left;
	text-decoration: none;
	font-size: 11px;
	color: #323232;
	overflow: hidden;
}
.promoitem .itemname {
	display: block;
	margin-left: 25px;
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	float: left;
	clear: both;
	width: 200px;
	height: 20px;
}
.promoitem .itemdesc {
	display: block;
	margin-left: 25px;
	margin-top: 10px;
	font-size: 12px;
	color: #919191;
	float: left;
	clear: both;
	width: 200px;
	height: 90px;
}
.promoitem .itemdownload {
	display: block;
	margin-left: 25px;
	margin-top: 10px;
	font-size: 10px;
	float: left;
	clear: both;
}


/*
Breadcrumb
*/
.bc{
	float:left;
	position:relative;
	height:38px;
	vertical-align:bottom;
}
.bc ul,.bc li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:38px;
	vertical-align:middle;
}
.bc ul li{
	display:inline;
	margin-right:10px;
}
.bc2{
	vertical-align:bottom;
	width:910px;
	background-color:#000000;
}
.bc2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#919191;
}
.bc2 a{
	color:#CCCCCC;
}
.bc2 a:hover{
	color:#ffffff;
}
.bc2 ul{
	list-style-type:none;
	padding:0px 0px 0px 30px;
	margin:0px;
	vertical-align:middle;
}
.bc2 ul li{
	padding:0;
	margin:0;
	display:inline;
	margin-right:10px;
	vertical-align:middle;
}
#pdp .bc{
	height: 19px;
	width: 100%;
}
#pdp .bc ul li{
	font-size: 11px;
}
#pdp .current_page{ display: none;}
/*
	PAGINATION
*/
.pagination{
	background: #CACACA url('../images/backgrounds/pagination.gif') repeat-x top left;
	height: 38px;
	text-align: right;
	line-height: 38px;
}
.pagination ul{
	margin: 0 10px;
}
.pagination ul li{
	display: inline;
}
.pagination ul li a{
	color: #a4a3a3;
	text-decoration: none;
}
.pagination ul li a.button{
	display: inline;
	font-size: 20px;
	padding: 0 12px;
}
.pagination ul li a.button span{
	display: none;
}
.pagination ul li span{
	color: #4f4f4f;
	text-decoration: none;
}
.next {
	background: url('../images/buttons/next.gif') no-repeat scroll top left;
	width: 21px;
	height: 22px;
	margin-left: 10px;
}
.prev {
	background: url('../images/buttons/prev.gif') no-repeat scroll top left;
	width: 21px;
	height: 22px;
	margin-right: 0;
}
.pagination ul li.total_pages span{
	color: #bab9b9;
	margin-right: 25px;
}

.lo-res {
	background: url('../images/buttons/lo-res-download.jpg') no-repeat scroll top left;
	width: 92px;
	height: 36px;
	float: left;
}
.hi-res {
	background: url('../images/buttons/hi-res-download.jpg') no-repeat scroll top left;
	width: 92px;
	height: 36px;
	float: left;
	margin-left: 10px;
}
/*
	PDP
*/
#addFilesToBag {
	background: url('../images/backgrounds/pdp_top.gif') no-repeat scroll top left #EFEFEF;
	width: 910px;
	min-height: 460px;
}
#pdp .alpha, #pdp .beta{
	float: left;
}
#pdp .alpha{
	width: 546px;
	display: block;
	height: 200px;
}
#pdp .beta{
	width: 317px;
	margin-top: 60px;
	display: block;
}
#pdp .beta h1{
	font-size: 22px;
	font-weight: normal;
}
#pdp .product_subtitle{
	color: #b72a2c;
	font-size: 18px;
	margin-top: 10px;
}
#pdpDesc{
	color: #666;
	font-size: 11px;
}
.hide{
	display: none;
}
.item_thumb{
	display: block;
	float: left;
	width: 68px;
	height: 48px;
	background: #ccc;
	margin: 3px;
	cursor: pointer;
	border: 1px solid #CCC;
}
.active{
	border: 1px solid #747474;
}

/*
	CONTACT PAGE
*/
#pw{
	background: #e1e1e1;
}
.contact_left, .contact_right{
	width: 345px;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	background: #d6d6d6;	
	padding: 23px 0 23px 30px;
}
.contact_left{
	margin: 25px 2px 0 60px;
}
.contact ul li{
	list-style-type: none;
	margin: 5px 0;
	line-height: 20px;
	font-size: 11px;
	color: #474747;
}
.contact p{
	font-size: 11px;
	color: #000;
}
p.contact_header{
	color: #474747;
	font-size: 14px;
}

/*

*/
.category_wall .pagination{
	display: none;
}