/* General page styles */
body{
	background-color : #FFFFFF;
	background-image : url(http://www.riflebarrels.com/images/bg.gif);
	background-repeat : repeat-x;
	margin : 0px;
}

a{
	color : #003366;
}

a:visited {
	color : #666666;
}

a:hover {
	color : #E67300;
}

td,p{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

th{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
}

h3{
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

hr{
	color : #CCCCCC;
	height : 1px;
	width : 80%;
}

ul{
	margin-left : 20px;
}

/* Main content styles */
.content{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 5px;
}

/* Left  side navigation */
.side-nav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.side-nav a:link{
	text-decoration : none;
}

.side-nav a:visited{
	text-decoration : none;
}

.side-nav a:hover{
	color : #E67300;
	text-decoration : underline;
}

.side-nav-selected{
	color : #E67300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* Main Navigation Styles */
.main-nav{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.main-nav a:link{
	color : #FFFFFF;
	text-decoration : none;
}

.main-nav a:visited{
	color : #CCCCCC;
	text-decoration : none;
}

.main-nav a:hover{
	color : #FF9900;
}

.selected{
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* Global Navigation Styles */
.global-nav{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

.global-nav a:link{
	color : #FFFFFF;
	text-decoration : none;
}

.global-nav a:visited{
	color : #CCCCCC;
	text-decoration : none;
}

.global-nav a:hover{
	color : #003366;
}

/* Original Home page bg */
.header-bg{
	background-color : #003366;
	background-image : url(http://www.riflebarrels.com/images/header_bg.jpg);
	background-repeat : no-repeat;
}

.homepge-bg{
	background-image : url(http://www.riflebarrels.com/images/homepage_bg.gif);
	background-repeat : no-repeat;
}

/* Background for the grey middle on the home page */
/*.background-bg{
	background-image : url(http://www.enter360.com/clients/lilja/images/elk22.jpg);
	background-repeat : repeat-x;
}*/

/* Footer Styles */
.footer{
	background-color : #666666;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 10px;
	text-align : center;
}
/* Styling for text on a dark background */
.white-text{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.white-text a:link{
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.white-text a:visited{
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : none;
}

.white-text a:hover{
	color : #E67300;
}

/* Small text on a white background */
.text-links{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.text-links a:link{
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}

.text-links a:visited{
	color : #999999;
	font-weight : bold;
	text-decoration : none;
}

.text-links a:hover{
	color : #E67300;
}

/* Style for the links on the right hand side of the barrels pages */
.barrel-info{
	background-color : #FFFFFF;
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.barrel-info a{
	color : #003366;
	text-decoration : none;
}

.barrel-info a:hover{
	text-decoration : underline;
}

.barrel-info a:visited {
	color : #666666;
}

/* Stylings for the Site Map */
.sitemap-header{
	background-color : #E67300;
	font : normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sitemap-header a:link{
	color : #000000;
	text-decoration : none;
}

.sitemap-header a:visited{
	color : #000000;
	text-decoration : none;
}

.sitemap-subheader{
	background-color : #CCCCCC;
	font : normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sitemap-links{
	font : normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.sitemap-links a:link{
	text-decoration : none;
}

.sitemap-links a:visited{
	color : #333333;
	text-decoration : none;
}

.sitemap-links a:hover{
	color : #FF9900;
	text-decoration : underline;
}