

#search
{
	height: 35px;
	width: 278px;
	padding: 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 0px 0px 0px 0px;
}

#searchtext
{
	float: left;
	line-height: 24px;
	width: 180px;
	border: 0;
	height: 100%;
	padding: 0 15px 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	-khtml-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	border: 1px solid;
	font-size: 16px;
}

#searchButton
{
	border: 1px solid;
	display: inline-block;
	height: 100%;
	width: 54px;
	vertical-align: revert;
	background: #fc0831 url("../images/products/search_spyglass.png") no-repeat 15px 6px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	background-size: 38%;
	cursor: pointer;
}

#product_pane
{
	position: relative;
	display: inline-block;
	width: 940px;
	height: 480px;
	vertical-align: top;
}

#splash_viewer
{
	position: relative;
	height: 462px;
	overflow: hidden;
	background-color: black;
}

.splash_image
{
	position: absolute;
	top: 0px;
	width: 100%;
	display:none;
}

#splash_image_1
{
	/*display: block;*/
}

#splash_image_overlay
{
	opacity: .2;	
}

#splash_title
{
	position: absolute;
	top: 150px;
	left: 60px;
	font-size: 92px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 2px 2px 0 rgba(11, 11, 11, 0.4), 4px 4px 0 rgba(131, 131, 131, 0.32);
}

#splash_title_bar
{
	position: absolute;
	top: 28px;
	-webkit-transform: scale(1, 2.4);	
}

#page_header
{
	position: fixed;
	top: 0px;
	height: 72px;
	width: 100%;
	z-index: 20;
}

#header_allied_logo_group
{
	position: relative;
	margin: 18px 0px 0px 24px;
	display: inline-block;
	z-index:4;
}

#header_allied_logo
{
	width: 150px;
}

#header_navigation
{
	position: relative;
	top: -16px;
	display: inline-block;
	color: white;
	font-family: Arial Narrow;
	font-size: 15px;
	margin-left: 26px;
	z-index:3;
}

#page_header_scroll
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:black;
	display:none;
	z-index: 2;
}

#page_header_fade
{
	position: absolute;
	top: 0px;
	height: 72px;
	width: 100%;
	background-color: black;
	opacity: 0.65;
	z-index: 1;
}

.header_navigation_title > a
{
	color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}

#header_navigation ul
{
    margin: 0;
    padding: 0;
}

#header_navigation ul li
{
	position: relative;
    list-style-type: none;
    display: inline;
	cursor: pointer;
}

#header_navigation li:not(:first-child):before {
	color: black;
    content: "  |  ";
	margin: 0px 8px 0px 8px;
}

#header_navigation ul li:hover, .header_navigation_title:hover
{
	color: red;
}

.header_navigation_title
{
	position: relative;
	display: inline-block;
	height: 44px;
	color: white;
	text-decoration: none;
}

.header_navigation_sub_menu
{
	position: absolute;
	top: 44px;
	left: 0px;
	width: 188px;
	background-color: white;
	padding: 15px 0px 15px 15px;
	border-radius: 5px;
	display: none;	
}

#header_navigation ul li:hover > .header_navigation_sub_menu, .header_navigation_sub_menu:hover
{
	display: block;
}

.header_navigation_sub_menu div
{
	margin-bottom: 8px;
}

.header_navigation_sub_menu a
{
	font-family: 'Lato',sans-serif;
	color: black;
	font-size: 18px;
	text-decoration:none;
}

.header_navigation_sub_menu a:hover
{
	color: red;
}

#page_section_2_group
{
    margin-top: 50px;
    margin-left: -500px;
    position: relative;
    left: 50%;
}

#browse_pane
{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 0px 0px 22px 60px;
}

.browse_category
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #fc0831;
	text-align: left;
	margin: 12px 0px 12px 0px;
}

.brand_entry
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-left: 28px;
	cursor: pointer;
}

#product_results
{
	text-align: right;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	margin: -18px 19px 5px 0px;	
}

.product_display_entry
{
	position: relative;
	height: 304px;
	width: 920px;
	background: #c6c4c4;
	border: 1px outset;
}

.product_description
{
	position: absolute;
	top: 36px;
	left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	width: 570px;
}

.product_model
{
	position: absolute;
	top: 110px;
	left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.product_brand
{
	position: absolute;
	top: 140px;
	left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.product_category
{
	position: absolute;
	top: 170px;
	left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.product_subcategory
{
	position: absolute;
	top: 200px;
	left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.product_image_container
{
	position: absolute;
	top: 35px;
	left: 630px;
	height: 235px;
	width: 265px;
	background-color: white;
	text-align: center;
}

.product_image
{
	position: relative;
	top: 0px;
	left: 0px;
	max-height: 100%;
	max-width: 100%;
}

.product_view_button
{
	position: absolute;
	top: 247px;
	left: 44px;
	height: 20px;
	width: 130px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	background-color: #FF000D;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.nav_button
{
	display:inline-block;
	cursor: pointer;
	vertical-align: top;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
   	-webkit-user-select: none;
   	-ms-user-select: none;
   	user-select: none;
}
