/* home.css */


/* position and size */

#heroes {
	height: 304px;
}

#heroes ul,
#heroes  div {
	display: none;
}

#disciplines {
	float: left;
	margin: 10px 0px 0 0;
	padding: 0;
	width: 569px;
	height: 176px;
	font-size: 11px;
}

#disciplines ul {
	float: left;
	list-style: none;
	margin: 45px 0 0 20px;
	padding: 0;
}



#default_brands {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;
	width: 170px;
	height: 306px;
	font-size: 11px;
}

#default_brands ul {
	float: left;
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
}


#feature {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;
	width: 395px;
	height: 176px;
	font-size: 11px;
}

#feature ul {
	float: left;
	list-style: none;
	margin: 40px 0 0 0px;
	padding: 0;
}


#footer {
	background: white;
	color: #2F2F2F;
	border: none;
}

#footer a {
	color: #2F2F2F;
}

#disciplines li {
	clear: both;
	float: left;
	height: 45px;
	display: table;
	margin: 0;
	padding: 0;
}

#disciplines a {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 40px;
	float: left;
}

#disciplines .col1 {
	width: 170px;
}
#disciplines .col2 {
	width: 170px;
}

#disciplines .col3 {
	width: 150px;
}


#default_brands li {
	clear: both;
	float: left;
	height: 74px;
	display: table;
	margin: 0px 0px 4px;
	padding: 0;
}

#default_brands a {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 74px;
	float: left;
}


#feature  li {
	clear: both;
	float: left;
	height: 65px;
	display: table;
	margin: 0;
	padding: 0;
}

#feature  a {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 75px;
	height: 65px;
	float: left;
}

#disciplines .col1 {
	width: 170px;
}
#disciplines .col2 {
	width: 170px;
}

#disciplines .col3 {
	width: 150px;
}

#default_brands .col1 {
	width: 170px;
}
#default_brands .col2 {
	width: 170px;
}

#default_brands .col3 {
	width: 150px;
}




#feature .col1 {
	width: 110px;
}
#feature .col2 {
	width: 100px;
}

#feature .col3 {
	width: 90px;
}
#feature .col4 {
	width: 95px;
}



#disciplines h2,
#wdyt h2,
#feature h2,
#find_the_right h2{
	display: none;
}

#wdyt {
	float: right;
	margin: 10px 0 0 0;
	width: 195px;
	height: 176px;
}

#wdyt form {
	margin: 70px 0 0 0px;
}
#feature {
	clear: both;
	margin: 10px 0px 0 0;
	padding: 0;
	float: left;
	width: 395px;
	height: 133px;
	overflow: hidden;
}



#find_the_right {
	float: right;
	margin: 10px 0 0 0px;
	width: 379px;
	height: 133px;
	overflow: hidden;
}

#find_the_right p {
	margin: 40px 10px 0 150px;
	padding: 0;
}


/* backgrounds, borders, and colors */

#heroes {
	background: url(../images/page/heroes.jpg) no-repeat #000000;
}

#disciplines {
	background: url(../images/page/disciplines_background.jpg) no-repeat;
}

#disciplines li {
	
}

#disciplines img {
	border: none;
}

#disciplines a {
	border-top: 1px solid #838383;
	color: #FFFFFF;
	text-decoration: none;
}

#disciplines a:hover {
	background: #2F2F2F;
	text-decoration: underline;
}


#default_brands {
	background: url(../images/page/brands_bg.jpg) no-repeat;
}

#default_brands li {
	
}

#default_brands img {
	border: none;
}

#default_brands a {
	border-top: 0px solid #838383;
	color: #FFFFFF;
	text-decoration: none;
}

#default_brands a:hover {

	text-decoration: underline;
}



#feature {
	background: url(../images/page/collectionhome_background.jpg) no-repeat;
}

#feature li {
	
}

#feature img {
	border: none;
}

#feature a {
	border-top: 0px solid #838383;
	color: #FFFFFF;
	text-decoration: none;
}

#feature a:hover {

	text-decoration: underline;
}
#wdyt {
	background: url(../images/page/wdyt_home.jpg) no-repeat;
}


#find_the_right {
	background: url(../images/page/EquipmentSavvy_bg.jpg) no-repeat;
}

#feature,
#find_the_right {
	color: #2F2F2F;
}
