/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */
p 	 {
	margin: 0 0 0.75em;
}

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	margin: 30px;
}
body {
	color: #424242;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
}

body.v2{
	background-color: #820024;
	margin-top:0px;
}


.bkd_container {
background-image:url("../images_site/background_main.png");
background-position:center center;
margin:0 auto;
width:1020px;
}

.bkd_container .container_12{
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
padding-top:10px;
width:960px;
}


/*
----------------------------------------------------------------
	LINKS
---------------------------------------------------------------- */
a:link   { 
color: #820024;
text-decoration: none; }

a:visited  {
	color: #820024;
	text-decoration: none;	
	}

a:hover {
	color: #820024;
	text-decoration: none;	
	}
	
a.headerNavigation {
color:#FFFFFF;
}

a.headerNavigation:hover {
color:#FFFFFF;
}

#header_nav a:link   {
	color: #000;
	text-decoration: none;
	}

#header_nav a:visited  {
	color: #000;
	text-decoration: none;	
	}

#header_nav a:hover {
	color:#820024;
	text-decoration: none;	
	}
	
.breadcrumb a:link   {
	color: #820024;
	text-decoration: none;
	}

.breadcrumb a:visited  {
	color: #820024;
	text-decoration: none;	
	}

.breadcrumb a:hover {
	color:#820024;
	text-decoration: underline;	
	}
	
		
/*#footer a:link   {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:visited  {
	color: #ffffff;
	text-decoration: none;	
	}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	}	*/
	
/*#leftsidebar a:link   { 
	color: #B52771; 
	text-decoration: none; 
	}

#leftsidebar a:visited  {
	color: #B52771;
	text-decoration: none;	
	}

#leftsidebar a:hover {
	text-decoration: underline;
	color: #B52771;
	}	*/
	
a:hover h2{
	text-decoration: underline;
	}
	
#main_nav a {
	color: #FFFFFF;
}	
#main_nav a:hover {
	text-decoration: none;
	color: #4D0000;
}
#content #footer a:link {
	color: #FFFFFF;
}
#content #footer a:visited  {
	color: #fff;
	text-decoration: none;	
	}
	

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 .75em; }
p img       { margin: .5em 1em .5em 0em; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #820024; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


	

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */
.clearfix {
clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}




/*
----------------------------------------------------------------
	H E A D E R S
---------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
/* 	color: #111; */
/* 	padding-left: 10px; */
}

h1 {
	font-size: 14px;
	margin-bottom: 0.5em;
	color: #000000;
font-family: Verdana, Arial, sans-serif;	margin-top: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	background-color: #FFFFFF;
}

#phone h1 {
	font-size: 14px;
	margin: 0em;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	background-color: #C7C49A;
}
h2 {
	font-size: 14px;
	margin-bottom: 0.5em;
	letter-spacing: 0em;
	color: #000000;
	font-weight: bold;
font-family: Verdana, Arial, sans-serif;	padding: 0px;
	margin-top: .25em;
}

h3 {
	font-size: 12px;
	margin-bottom: 0.5em;
	letter-spacing: 0em;
	color: #820024;
	font-weight: bold;
	margin-top: 0px;
}
h4 { font-size: 11px; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



/*
----------------------------------------------------------------
	C O N T A I N E R S
---------------------------------------------------------------- */
/*#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-right: auto;
	margin-left: auto;
}*/
#main_content {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}

.breadcrumb {
	font-size: 10px;
	color:#CCCCCC;
	}

#searchbox {
	
}



.col1 {
	float: left;
}
#leftsidebar {
	/* margin-left: 20px; */
	margin-top: 20px;
	margin-right: 20px;
	/*width: 163px;*/
}

.v2 #leftsidebar {
	/* margin-left: 20px; */
	margin-top: 20px;
	margin-right: 0px;
	/*width: 163px;*/
}
#leftsidebar td {
}

.col2 {
	padding-left: 450px;
	text-align: right;
}
#copyright {
	font-size: 10px;
	padding-top: 5px;
	font-style: italic;
}
#header {
	/*margin-right: auto;
	margin-left: auto;

	white-space: nowrap;
	
	height: 145px;
	margin-top: 20px;*/
}
#header_nav {
	color:#CCCCCC;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	display: block;
	font-size: 11px;
	text-align: right;
	margin-right: 5px;
}


.left {
	float: left;
	padding-right: 20px;
}

.right {
	float: right;
}
#right_content {
	padding: 10px 0px 0px;
	background-color: #FFFFFF;
	display: block;
}

.welcome{
margin-bottom:15px;
font-size:14px;
}
/*
*html #right_content {
min-width: 634px;
}*/

#right_content .border {
	padding: 15px;
	border: 1px solid #BDBDBD;
	}
	
#border {
	padding: 15px;
	border: 1px solid #BDBDBD;
	vertical-align: top;
	}
	
#shop_main_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline;
}
#featured_product {
	margin-right: 250px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
}

#phone {
	background-color: #c7c49a;
	font-size: 14px;
	color: #000000;
}


#phone td{
padding-left:10px;
padding-right:10px;
padding-top:5px;	
}
/*-----------------------------------------------------------

Misc

-----------------------------------------------------------*/

.rule {
padding-top: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;

}









/*-----------------------------------------------------------

OS Commerce Modifications

-----------------------------------------------------------*/

td.main, p.main {
font-family: Verdana, Arial, sans-serif;
font-size:12px;
line-height:22px;
}


.infoBoxHeading {
	
}

TD.infoBoxHeading {
	padding: 3px;
	height: 10px;
font-family: Verdana, Arial, sans-serif;	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #820024;
	
	text-align: center;
}

#leftsidebar .infoboxheading, #leftsidebar .infoboxheading_cat{
	padding: 3px;
	height: 15px;
font-family: Verdana, Arial, sans-serif;	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #820024;
	text-align: center;
}

#searchbox .infoboxheading
{
font-family: Verdana, Arial, sans-serif;	
font-size: 10px;
	color:#000000;
	font-weight:bold;
	background-color: #FFFFFF;
	text-align: center;
}

#searchbox {
	color: #666666;
	vertical-align: bottom;
}

#searchbox input {
	
}

.infoBoxContents {
background:#FFF none repeat scroll 0 0;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}


#leftsidebar .infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	width: 168px;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.feauredproduct_desc td {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:14px;
padding-left:5px;
padding-top:5px;
}
#right_content .border table {
	margin-top: 0px;
}

.messageStackSuccess {
background-color:#ffffff;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
}
#main_nav {
	margin-top: 0px;
	height: 25px;
	padding: 5px 0px 0px;
	color: #E3E3E3;
font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #CBCBCB;
}

#header #logo {
	width: 286px;
	float: left;
}

#right_content p {
}
*#home_special img {
	float: right;
	margin-left: 10px;
}
#right_content #home_special {
	width: 400px;
}
#right_content .white {
	background-color: #FFFFFF;
}
#leftsidebar .infoBoxContents .boxText {
	padding: 5px 10px 10px 5px;
}
#right_content .infoBoxHeading {
	text-align: left;
	padding-left: 10px;
}
#right_content p {
}



span.greetUser {
color: #820024;

}

td.pageHeading, div.pageHeading {
color:#000;
font-family:Verdana,Arial,sans-serif;
font-size:16px;
font-weight:bold;
}


.infoBox {
background:none;
}





/*-------------------- MENU UL List ----------------------*/




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
}


#nav a {
	display: inline;
	color: #000000;
	width: 165px;	/*padding-left:15px;
	padding-right:10px;
	text-indent:-5px;*/
	

}



#nav li { /* all list items */
	float: left;
	margin:0;
	width: 175px;
	border-bottom: 1px solid #eaeaea; 
	padding-bottom:3px;
	padding-top:3px;
}


#nav li ul { /* second-level lists */

	background: #fff;
	width: 174px;

}



/* Selected items with subcategories */	

#nav li.selected {
	/*background-color: #CBCC9A;
	border: 1px solid #CBCC9A;*/
	font-weight:bold;
	text-decoration:none;
	
} 

#nav li.selected a{
		padding-top: 3px;
	padding-bottom: 5px;
} 

#nav li a:hover  {
	/*background-color: #FFFFFF;*/
	text-decoration:none;
	color:#820024;
} 


#nav li.selected ul li{
	font-weight:normal;
} 

#nav li.selected ul li.selected {
	font-weight:bold;
	text-indent: 0px;
	background-color: #eaeaea;
	width: 173px;
	margin-top:5px;
	padding-right:5px;
}

#nav li.selected ul li.selected ul {
	background-color: #eaeaea;

}

#nav li.selected ul li.selected li {
	/*margin-left:10px;*/
	width: 163px;
}

#nav li.selected ul li.selected li a {
	text-indent: 5px;
	width: 148px;
	
}

#nav li.selected ul li.selected {
	margin-left: 0px;
	
}


#nav li.cat_lev_0{
	font-weight:bold;
	padding-bottom:3px;
}


#nav li.selected.cat_lev_0 {
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:none;
	
}


#nav li.cat_lev_1{
padding-left:8px;
}

#nav li.cat_lev_1 li.cat_lev_2{

padding-left:8px;
}


/*--------------  Product Listing --------------- */

table.productListing {
border:none ;
border-spacing:0;
}


table.productListing h4 {
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:.75em;
	margin-top:0px;
}


TR.productListing-odd {
	background: none;
}

TR.productListing-even {
	background: none;
}

td.productListing-heading {
/*background:#eaeaea none repeat scroll 0 0;*/
background:none;
color:#333;
border-bottom:1px dotted #CCCCCC;
padding-bottom:10px;
padding-left: 10px;
}

a.productListing-heading {
/*background:#eaeaea none repeat scroll 0 0;*/
background:none;

}

td.productListing-data {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	text-align: left;
	padding: 10px;
	border-bottom:1px dotted #CCCCCC;
	vertical-align: top;
	
}
/*
----------------------------------------------------------------
	Custom 
---------------------------------------------------------------- */

/* Columns
-------------------------------------------------------------- */



.cola, .colb, .colc, .cold {
	float:left;
	padding:0 12px 10px;
	position:relative;
	width:215px;
}

#footer {
	padding: 10px 15px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	/*	width: 955px;*/
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CBCC9A;
	background-color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer .cols {
	color:#FFFFFF;

	

}

#footer a {
color:#fff
}

#footer h2
{
	color:#262626;
	margin-bottom: 1em;
}

.footer {
font-family: Verdana, Arial, sans-serif;	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}

.footer p{
	margin: 0.5em 0 0.75em;

}

 .footer .rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #525252;
	margin: 10px 0px;
	border-bottom:none;
	padding-top:0px;
}


.footer .phone

{
	font-size: 12px;
	font-weight: bold;
}
/*

/*
----------------------------------------------------------------
	Custom 
---------------------------------------------------------------- */

/* News Item
-------------------------------------------------------------- */
.newsitem ul{
	list-style-type: none;
	margin-left:20px;
}

.newsitem #twitter_div ul{
	list-style-type: none;
	margin-left:20px;
}
.newsitem #twitter_div ul li{
	padding-bottom: 10px;
	line-height: 18px;
	border-bottom: solid 1px #eaeaea;
}
.newsitem {
	padding-top: 0px;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:0px;
	padding-right:10px;
	margin-right:5px;
	border-bottom:1px dotted #CCCCCC;
}

#homepage.newsitem {
	padding-top: 0px;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:10px;
	padding-right:10px;
	margin-right:5px;
	border-bottom:none;
	border-top:1px dotted #CCCCCC;
}

.v2 #homepage.newsitem {
	padding-top: 0px;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:10px;
	padding-right:10px;
	margin-right:5px;
	border-bottom:none;
	border-top:none;
}

.newsitem .photo {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left:0px;
}

.newsitem .photo img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaeaea;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
	margin-bottom: 5px;
}

.newsitem .photo .caption {
font-family: Verdana, Arial, sans-serif;	font-size: 12px;
	font-style: italic;
	padding: 5px 5px 0px;
	line-height: 16px;
	display: block;
}

td.twitter {
	font-size: 11px;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding-right:5px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;


}

.infoBoxContents .smallText img {
	float: none;
}

#intro {
	background-color: #fee28e;
	font-size: 12px;
	color: #000000;
	padding: 15px 50px 10px 15px;
	min-height:65px;
	margin-bottom: 15px;
}
#hammer {
	z-index: 10;
	position: absolute;
	margin-left: 640px;
	width: 93px;
	height: 142px;
	margin-top: -45px;
	background-image: url(../images_site/hammer.png);
}

.page_photo {
	float: right;
		margin-bottom: 10px;
}
.page_photo .caption {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 400px;
}
.page_photo img {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.partylogo{
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width:110px;
	padding:5px;
}

.partylogo a {
	color: #000000;
}
.partylogo img{
	padding:0px 0px 5px;
}

.ns_sidetext{
color:#666666;
font-size:10px;
line-height:16px;
padding-top:5px;
}

#roadsign {
	height: 300px;
	width: 250px;
	margin-left: 10px;
	z-index: 10;
	margin-top: 20px;
}
#training_sign {
	height: 240px;
	width: 240px;
	background-image: url(../images_site/training_sign_bkd.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 10px 25px;
}
.training_text {
	padding: 60px 35px 60px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.training_text h2 {
	font-size: 12px;
}


.newsitem .relatedlinks ul{
	margin-left:5px;
	text-indent: 0px;
}

.date {
	margin-bottom: .5em;
}

td.smallText, span.smallText, p.smallText {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
}

.v2 .grid_3 {
margin-right:0;
}