
body { 
	margin: 0px; 
	padding: 0px; 
	background: rgb(71, 71, 71) none repeat; 
	color: rgb(0, 0, 0); 
	font: 72.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #772424;
}
a:link, a:visited {
  color: #772424;
  text-decoration: underline;
}
a:hover, a:active {
  color: #811010;
  text-decoration: none;
}




#top-simple-menu {
   height: 26px;
   text-align: right;
   vertical-align: bottom;
   font-size: 11px;
   padding: 0;
   color: #FFF;
   width: 750px;
   margin: 3px auto 0px auto;
   background: transparent url('http://np.hoganssportinggoods.com/images/public/hsg_header_menu_bg.png') left top; 
}
a.top-simple-menu-link:link, a.top-simple-menu-link:visited {
  margin: 0 4px 0 4px;
  color: #FFF;
  text-decoration: none;
}
a.top-simple-menu-link:hover, a.top-simple-menu-link:active {
  color: #EEE;
  text-decoration: underline;
}

#top_table {
	margin: 0;
	padding: 0;
}

#top_table_banner {
   background: transparent url('http://np.hoganssportinggoods.com/images/public/hsg_header_np_bg.png') no-repeat scroll left top; 
   height: 126px;
}

#container { 
	border: solid 2px #772424;
	margin: 20px auto 0 auto;
	padding: 0px; 
	background: #FFF; 
	position: relative; 
	width: 746px; 
}

#content_table {
	margin: 0;
}

#content_left_cell {
	padding: 0 0 15px 0;
	width: 180px;
}

#content_right_cell {
	padding: 0 8px 0 5px;
	width: 570px;
}

.left_box { 
	width: 178px; 
	background: transparent;
	margin: 8px 15px 5px 0;
	padding: 8px 8px 8px 8px;
	line-height: 1.8em;
}

.left_box h3 { 
	font-size: 14px; 
	font-weight: bold;
	color: #772424;
}

.left_box ul {
        list-style: none;
        margin: 0 0 0 18px;
        padding: 0 0 0 0;
}

.left_box p { 
        margin: 0 0 0 18px;
	font-size: 11px; 
	line-height: 1.4em;
}

.left_box a, .left_box a:link, .left_box a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #772424; 
}
.left_box a:hover, .left_box a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #8110101; 
}

#footer { 
	margin: 5px auto 15px auto; 
	height: 1.5em; 
	text-align: right; 
	color: #FFF;
	width: 750px;
}

#footer a, #footer a:link, #footer a:visited { 
	padding: 0pt 20px 0pt 0pt; 
	text-decoration: none; 
	color: #FFF; 
	font-size: 12px; 
}
#footer a:hover { 
	text-decoration: none; 
	color: rgb(153, 204, 255); 
}
#linkList { border-top: 1px solid rgb(255, 255, 255); position: absolute; width: 166px; top: 26em; left: 0px; }



/* Form Settings */

.custom_form_box {
        width: 100%;
}

.custom_form_header {
        font-weight: bold;
        font-size: 10pt;
}

.custom_form_field {
        padding: 4px 0 4px 25px;
}

.custom_form_required {
        color: #FF0000;
        font-size: 8pt;
}

.custom_form_submit_area {
        text-align: center;
        padding: 8px 0 0 0;
}

.custom_form_field input, .custom_form_field select, .custom_form_field textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #FFE;
    border: 1px solid #AD6121;
}
.custom_form_field input:focus, .custom_form_field textarea:focus {
    background-color: #FFF;
    border: 1px solid #006699;
}

.custom_form_field input.basic_input {
        font-size: 1.0em;
        width: 89%;
        margin-top: 1px;
   padding: 2px;
}

.custom_form_field textarea.basic_textarea {
        font-size: 1.0em;
        width: 89%;
        height: 110px;
        margin-top: 1px;
   padding: 2px;
}
