body
{
	margin: 0px 0px 0px 0px;	
}

#main_division 
{
	/*background: url(../images/page_bg.jpg) repeat;*/
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 100%;
}

#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;
	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;
}

#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;
}

.category_container
{
	margin-bottom: 25px;
	text-align: center;
}

.category_image_container
{
	height: 200px;
}

.category_image
{
	width: 180px;	
}

#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;
}


#page_footer
{
	position: relative;
	height: 224px;
	background-color: #212121;	
}

#footer_allied_logo
{
	position: absolute;
	top: 28px;
	left: 20px;
	width: 187px;
}

#footer_allied_description
{
	position: absolute;
	top: 82px;
	left: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_allied_copyright
{
	position: absolute;
	top: 178px;
	left: 20px;
	color: white;
	font-family: Arial;
	font-size: 9px;	
}

#footer_contact_us
{
	position: absolute;
	top: 42px;
	left: 324px;	
}

#footer_helpful_links
{
	position: absolute;
	top: 42px;
	left: 578px;	
}

#footer_information
{
	position: absolute;
	top: 42px;
	left: 814px;	
}

.footer_section_title
{
	font-family: Verdana;
	color: #632020;
	font-size: 17px;
	margin-bottom:6px;
}

.footer_section_text
{
	margin-left: 8px;
	margin-bottom: 12px;
	font-family: Verdana;
	font-size: 11.5px;
	color: #666666;	
}

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

#brand_title
{
	font-family: Ariel, Geneva, sans-serif;
	font-size: 72px;
	text-shadow: 6px 4px 5px #707070;
}

#brand_subtitle
{
	font-family: Ariel, Geneva, sans-serif;
	font-size: 33px;
}

#brand_pane
{
	
}


/*********************************
*	Footer
**********************************/
#footer {
	background: transparent url(../images/footerbackground.png) repeat-x;
	height: 120px;
	padding: 20px 0 0 0;
	margin: 0px auto;
	behavior: none;
}
#footerblocks {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}
#footer .footerblock {
	float: left;
	width: 300px;
	margin: 0 27px 0 0;
	padding: 0;
	font-size: 10px;
	color: #999999;
}
#footer .lastfooterblock {
	float: right;
	margin-right:0px;
}
#footer .footerblock img {
	margin-bottom: 7px;
}
#footer .footerblock li {
	list-style: none;
	line-height: 2;
	font-size: 12px;
}
#footer .footerblock li a {
	font-weight: bold;
	color: #666666;
}
#footer .lastfooterblock li a {
	font-weight: normal;
	color: #666666;
}