*
{
	margin: 0px;
	padding: 0px;
}
body
{
	width: 100%;
	background: url('../img/main_body_bg.jpg')  top center no-repeat;
	background-color: #646363;
	background-attachment: fixed;
	font-family: arial, verdana;
	font-size: 12px;
	color: #fff;
}

#outter
{
	width: 864px;
	margin: 0px auto;
}

#inner
{
	background: url('../img/container_dropshadow.png') repeat-y;
	width: 864px;
	float: left;
	margin: 0px;
}


#container
{
	float: left;	
	width: 864px;
	margin: 0px auto;
}



#header
{
	width: 864px;
	float: left;
	height: 130px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.logo
{
	float:left;
	position: relative;
	left: -35px;
	
}

.car-header
{
	float:left;
	position: relative;
}

.car-header img
{	
	position: absolute;
	left: -50px;
}

#marquee
{
	float: left;
}

a
{
	color: #E9B519;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

#hp_body_content
{
	float: left;
	width: 864px;
	padding-bottom: 21px;
}

.unordered-list
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #880000;
}

.unordered-list-ul
{	
	margin-left: 20px;	
}

.unordered-list-ul li
{
	list-style-type: none;
	background: url('../img/orange_arrow.png') left no-repeat;
	padding: 0px 0px 0px 15px;
	line-height: 22px;
}

.ordered-list
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #e49320;
}

.ordered-list-ul
{	
	margin-left: 20px;	
}

.ordered-list-ul li
{
	list-style-type: none;
	line-height: 22px;
}

.ordered-list-ul li span
{
	color: #880000;
	font-weight: bold;
}

.link
{
	font-family: arial;
	font-size: 12px;
	color: #880000;
	text-decoration: none;
}

.link a
{
	font-family: arial;
	font-size: 12px;
	color: #880000;
	text-decoration: none;
}

.link a:hover
{
	font-family: arial;
	font-size: 12px;
	color: #e49320;
	text-decoration: underline;
}

/*************HP SUB NAV*******************/

#sub-menu
{
	float: left;
	margin-top: 20px;
	position: relative;
}
#sub-menu ul li
{
	float: left;
	width: 195px;
	height: 28px;
	list-style-type: none;
	cursor: pointer;
	position: relative;
	
}

#sub-menu ul li a
{
	margin: 0px;

}

#sub-menu ul li:hover
{
	background: url('../img/sub_nav_hover.png')  no-repeat;
	width: 195px;
	height: 28px;
}

.anchor
{
	background: url('../img/sub_nav_hover.png')  no-repeat;
	width: 195px;
	height: 28px;
}


.sub-menu-out
{
	background: url('../img/sub-nav-bg.png') repeat;
	width: 147px;
	position: absolute;
	left: 195px;
	padding: 4px;
	display: none;
	top:4px;
}

.sub-menu-out ul
{
	width: 155px;
	position: relative;
}
#sub-menu ul li:hover div.sub-menu-out
{
	display: block;
}
#sub-menu ul li div.sub-menu-out ul li 
{
	border-bottom: 1px solid #CCC;
	width: 147px;
}
#sub-menu ul li div.sub-menu-out ul li a
{
	color: #880000;
	text-decoration: none;
	display: block;
	padding:4px;
	font-size:9pt;
	font-weight: bold;
	width: 155px;
	line-height: 16pt;
}

#sub-menu ul li div.sub-menu-out ul li a:hover
{
	color: #000;
}
#sub-menu ul li div.sub-menu-out ul li:hover
{
	background: #FFF;
}

/******************************************/


/*************NAV*************************/

#navigation
{
	float: left;
	/*background: url('../img/nav_bg.png')  no-repeat;*/
	width: 632px;
	height: 29px;
	border-top: 1px solid #880000;
	border-bottom: 1px solid #880000;	
}

#nav
{
	
	width: 610px;
	/*background: url('../img/main_main_nav_sprite.png')  no-repeat;*/
	font-family: verdana;
	font-size: 16px;
	color: #fff;
	height: 28px;
	position: relative;
	left: 10px; 
	top:0px;
	float: left;
	margin: 0px auto;
}

#nav ul
{
	margin: 0px auto;
	position: absolute;
	list-style-type: none;	
}

#nav ul li
{
	display: block;
	float: left;
}
.menu-line-sep
{
	margin-right: 3px;
	margin-left: 3px;
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -106px 0px;
	height: 21px;
	width: 15px;
}

#nav a.home
{
	display: block;
	margin-top: 0px;
	background: url('../img/main_nav_sprite.png') no-repeat -0px 7px;
	height: 25px;
	width: 45px;
}

#nav a.home:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat 0px -19px;
	height: 25px;
	width: 45px;
}

#nav a.home-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -0px -19px;
	height: 25px;
	width: 45px;
}


#nav a.shop
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -62px 0px;
	height: 22px;
	width: 43px;
}

#nav a.shop:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -62px -18px;
	height: 22px;
	width: 43px;

}

#nav a.shop-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -62px -18px;
	height: 25px;
	width: 43px;

}


#nav a.gallery
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -122px -0px;
	height: 21px;
	width: 64px;
}

#nav a.gallery:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -122px -18px;
	height: 21px;
	width: 64px;
}

#nav a.gallery-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -122px -18px;
	height: 21px;
	width: 64px;
}

#nav a.faq
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -202px -0px;
	height: 20px;
	width: 33px;
	margin-bottom: 6px;
}

#nav a.faq:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -202px -18px;
	height: 21px;
	width: 33px;
}

#nav a.faq-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -202px -18px;
	height: 21px;
	width: 33px;
}

#nav a.policies
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -247px -0px;
	height: 22px;
	width: 152px;
}

#nav a.policies:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -247px -18px;
	height: 22px;
	width: 152px;
}

#nav a.policies-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -247px -18px;
	height: 22px;
	width: 152px;
}


#nav a.links
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -419px -0px;
	height: 21px;
	width: 45px;
}

#nav a.links:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -419px -18px;
	height: 21px;
	width: 45px;
}

#nav a.links-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -419px -18px;
	height: 21px;
	width: 45px;
}

#nav a.contact
{
	display: block;
	margin-top: 8px;
	background: url('../img/main_nav_sprite.png') no-repeat -475px -0px;
	height: 21px;
	width: 90px;
}

#nav a.contact:HOVER
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -475px -18px;
	height: 21px;
	width: 90px;
}

#nav a.contact-anchor
{
	display: block;
	margin-top: 4px;
	background: url('../img/main_nav_sprite.png') no-repeat -475px -18px;
	height: 21px;
	width: 90px;
}


#nav ul li a
{
	font-family: verdana;
	font-size: 16px;
	color: #336600;
	text-decoration: none;
}

#nav ul li a:hover
{
	font-family: verdana;
	font-size: 16px;
	color: #fb3f40;
	text-decoration: none;
}

/*************END OF NAV*************************/

/****************homepage************************/

#lt_column
{	
	width: 207px;
	float: left;
}

.shop
{
	background: url('../img/left_col_header_bg.png') no-repeat;
	width: 207px;
	height: 45px;
}

.shop img
{
	margin: 8px 0px 0px 10px;
}

.lt-col-list-bg
{
	background: url('../img/lt-col-list-bg.png') no-repeat;
	width: 195px;
	height: 310px;
	margin: 0px 0px 0px 10px;
}

.lt-col-news-bg
{
	background: url('../img/new_box_repeat.png') repeat-y;
	width: 195px;
	float: left;
	min-height: 300px;
	overflow: hidden;
	margin: 0px 0px 0px 10px;
	padding-bottom: 10px;
}

.news_box_top
{
	margin: 0px 0px 0px 10px;
}

.lt-col-news-bg p
{
	width: 162px;
	margin: 8px 0px 0px 16px;
}

.lt-col-news-bg span
{
	color: #880000;
	font-size: 12px;
	font-weight: bold;
}

.adtr_news
{
	background: url('../img/left_col_header_bg.png') no-repeat;
	width: 207px;
	height: 45px;
	margin-top: 20px;
}

.adtr_news img
{
	margin: 12px 0px 0px 10px;
}

#rt_column
{
	float: left;
	width: 632px;
	margin-top: 5px;
	margin-left: 17px;
}

.hp_welcome_content
{
	float: left;
	margin-top: 18px;
	background: #1b1b1b; 
	height: 440px;
}


.welcome-text h1
{
	margin: 0px;
}

.welcome-text
{
	float:left;
	margin: 0px 0px 0px 18px;
}

.welcome-text p
{
	float: left;
	width: 589px;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

.anc-content-container
{
	float: left;
	width: 632px;
}

.anc-content-container h1
{
	margin: 29px 0px 0px 0px;
}

.anc-content-container h2
{
	margin: 9px 0px 10px 0px;
}


.hp-cats
{
	float: left;
	margin-top: 22px; 
}

.hp-cats h2
{
	background: #880000;
	text-align: center;
	width: 197px;
	height: 27px;
	margin: 0px; 
	float: left;
}

.hp-cats h2 img
{
	margin-top: 6px;
	
}

.hp-box
{
	width: 197px;
	float: left;
}

.ml20
{
	margin-left: 20px;
}

.gallery-conent
{
	float: left;
	width: 632px;
	margin-top: 0px;

}

.anc-conent-text
{
	float: left;
	width: 632px;
	margin-top: 17px;
	font-size: 13px;
}

.anc_lt_col
{
	float: left;
	width: 432px;
}

.anc_lt_col p
{
	width: 417px;
	font-size: 13px;
}

.anc_lt_col h3
{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #880000;
	margin: 0px 0px 12px 0px;
}

.yellow-orange
{
	color: #e49320;
	font-weight: bold;
	font-size: 13px;
}

.w175
{
	width: 175px;
}

.quotes
{
	float: right;
	padding: 0px 0px 0px 22px;
	background: url('../img/quote.png') no-repeat;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	width: 218px;
	min-height: 86px;
	
}

.anc_rt_col
{
	float: left;
	width: 197px;
}

.grey-box
{
	float:left;
	background: url('../img/anc_rt_col_box.png') no-repeat;
	width: 197px;
	height: 233px;
	 
}

.grey-box p
{
	width: 167px;
	float: left;
	margin: 0px 0px 5px 14px;
}

.grey-box h3
{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #7d7d7d;
	margin: 14px 0px 5px 14px;
}

.mt19
{
	margin-top: 19px;
}

.blog-link
{
	width: 195px;
	height: 33px;
	background: #181818;
	border: 2px solid #880000;
	font-weight: bold;
}

.blog-link a
{
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	margin-right: 5px;
}

.blog-link a:hover
{
	text-decoration: underline;
	color: #fff;
}

.image-row
{
	float: left;
	width: 632px;
	margin-bottom: 8px;
}

.image-row img
{
	border: 1px solid #717171;
	margin-left: 4px;
	margin-right: 4px;
}

.image-row2
{
	float: left;
}

.image-row2 img
{
	border: 1px solid #717171;
}

.contact_input
{
	border: 1px solid #880000;
	background: #111;
	padding: 2px;
	color: #fff;
}


/**********************************************/






#footer
{
	float: left;
	background: url('../img/footer_bg.png') no-repeat;
	width: 853px;
	height: 24px;
	margin-left: 10px;
}

.footer_nav
{
	width: 732px;
	font-family: verdana;
	font-size: 11px;
	color: #9d9d9d;
	float: left;
	margin-left: 150px;
}

.footer_nav ul
{
	margin: 3px;
}

.footer_nav ul li
{
	display: inline;
	list-style-type: none;
}

.footer_nav ul li a
{
	font-family: verdana;
	font-size: 11px;
	color: #9d9d9d;
	text-decoration: none;
}

.footer_nav ul li a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #9d9d9d;
	text-decoration: underline;
}

.ml5
{
	margin-left: 5px;
}

#footer p
{
	font-family: verdana;
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	color: #fff;
}

#footer p a
{
	font-family: verdana;
	font-size: 11px;
	color: #F02A24;
	text-decoration: underline;
}

#footer p a:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #F02A24;
	text-decoration: none;
}





#category-listing
{
	width: 166px;
	float: left;
	margin-left: 13px;
}


#category-listing ul
{
	list-style-type: none;
}
#category-listing ul li
{
	
}

#category-listing ul li a
{
	display: block;
	background: #FFF;
	color: #74A856;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFD69A;
}


#category-listing ul li a:hover, 
#category-listing ul li a.last:hover
{
	color: #FF9900;
}

#category-listing ul li a.last
{
	display: block;
	background: #FFF;
	color: #74A856;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}	


td.product-listing-item
{
	width: 200px;
	text-align: center;
	padding-bottom: 40px;
}

a.product-listing-link
{
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

a.product-listing-link:hover
{
	color: #000;
}

td.product-listing-price
{
	font-size: 14pt;
	color: #00cc00;
}









#store_status_window
{
	width: 177px;
	height: 50px;
	background: url(/_base/static/img/store_status_bg.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#store_status_window p
{
	text-align: center;
	color: #FFF;
	padding-top: 6px;
	font-weight: bold;
}

#store_status_window p a
{
	text-decoration: none;
	color: #FFF;
}


.my_cart a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}

.my_cart a:hover
{
	color: #FFF;
}

.cart_actions
{
	font-size: 8pt;
	color: #666;
	text-decoration: underline;
}

.cart_actions:hover
{
	font-size: 8pt;
	color: #333;
	text-decoration: none;
}


.about_content_box
{	
	float: left;
	width:488px;
	/*height: 313px;*/
	margin-left: 4px;
	margin-bottom: 4px;
}


.about_box_top
{
	float: left;
	background: url('../img/about_box_top.png') no-repeat;
	width:489px;
	height: 29px;
	
}

.about_title
{
	margin: 5px 0px 0px 10px;
}

.about_box_content
{
	float: left;
	width: 485px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: 1px;
}	

.about_box_content p
{
	float: left;
	width: 470px;
	font-family: arial;
	font-size: 11px;
	margin-left: 10px;
	padding-bottom: 5px;
	font-color: #666666;
}

.about_box_content ul
{
	font-family: arial;
	font-size: 11px;
	margin-left: 15px;
	padding-bottom: 5px;
	font-color: #666666;
}

.about_box_content ul li
{
	list-style-type: bullet;
	margin-left: 10px;
	
	font-color: #666666;
}

h2.product_services
{
	font-family: arial;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #003366;
	font-weight: bold;
}

.product_container
{
	width: 457px;
	margin-left: 25px;
}

.product_container p
{	
	font-family: arial;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
}

.prod_flagpoles
{	
	float: left;
	background: url('../img/flagepoles_bg.png') no-repeat;
	width: 226px;
	height: 174px;
	margin-top: 10px;
}

.prod_flags
{	
	float: left;
	background: url('../img/flags_bg.png') no-repeat;
	width: 226px;
	height: 174px;
	margin-left: 5px;
	margin-top: 10px;
}

.prod_accessories
{	
	float: left;
	background: url('../img/accessories_bg.png') no-repeat;
	width: 226px;
	height: 174px;
	margin-top: 10px;
}

.prod_services
{	
	float: left;
	background: url('../img/serviece_bg.png') no-repeat;
	width: 226px;
	height: 174px;
	margin-top: 10px;
	margin-left: 5px;
}



#prod_content
{
	width: 200px;
	margin: 0px auto;
}

#prod_content ul
{
	margin: 5px 0px 0px 0px;
	text-align: left;
}

#prod_content ul li
{
	font-family: verdana,arial,Myraid Pro;
	padding-left: 25px;
	font-size: 12px;
	color: #000066;
	line-height: 15px;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
}

#prod_content ul li a
{
	font-family: verdana,arial,Myraid Pro;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#prod_content ul li a:hover
{
	font-family: verdana,arial,Myraid Pro;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

.donating_container
{
	width: 475px;
	margin-left: 10px;
}

.donating_container p
{	
	
	font-family: arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.dontate_title
{
	
	margin: 0px 0px 5px 0px
}


.divider
{
	float: left;
	height: 1px;
	width: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.pay-pal-form
{
	float: left;
	width: 421px;
}

.blue
{
	font-size: 12px;
	color: #0099ff;
	font-wieght: bold;
}

.resources_title
{
	margin: 5px 0px 0px 10px;
	font-family: arial;
	font-size: 14px;
	color: #00b2de; 
	font-weight: bold;
}


.click_more
{
	font-family: arial;
	font-size: 14px;
	color: #00b2de; 
	font-weight: bold;
	text-decoration: none;
}

.click_more a
{
	font-family: arial;
	font-size: 14px;
	color: #00b2de; 
	font-weight: bold;
	text-decoration: none;
}

.click_more a:hover
{
	font-family: arial;
	font-size: 14px;
	color: #00b2de; 
	font-weight: bold;
	text-decoration: underline;
}


#faq-list
{
	
}
#faq-list a.faq-question-link
{
	color: #E9B519;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
	
}
#faq-list a.faq-question-link:hover
{
	color: #FFF;
}
#faq-list a.chosen
{
	font-weight: bold;
	color: #E9B519;
}


.faq-answer
{
	display: none;
	padding-bottom: 10px;
	font-size: 12px;
}

.link-list
{
	list-style-type: none;
}
.link-list li a 
{
	color: #E9B519;
	text-decoration: none;

	line-height: 15px;
}
.link-list li a:hover
{
	color: #FFF;
}
.link-list li a img 
{
	border: 0px;
	margin-top: 4px;
}

.link-list li
{
	margin-bottom: 20px;
}