@charset "utf-8";
<style type="text/css">


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color:white;
	
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #ffffff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #CCC ;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: #000;
}

/* ~~ the header  ~~ */
.header {
	background-color: #000000;
	width:820px;
	
	font-family:Verdana, Geneva, sans-serif;
		
}
.logo {
	width:170px;
	height:160px;
	float:left;
	padding:5px;
	z-index:2;
	
}

/*for background slideshow uses jquery*/
#slideshow { 
    position: absolute; 
	top: 100px;
    width: 800px; 
    height: 400px; 
    padding: 5px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	Z-index:-1;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.background_picture {
	/* using slideshow for this instead
	background: url(http://designsbyking.com/dbk2.0/pictures/pride4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	;*/
	border-width: 2px;
	position: absolute;
	left: 31px;
	top: 129px;
	float: left;
	width: 770px;
	color: red;
	z-index: -1;
	height: 413px;
}
.nav {
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-style: solid;
	float: left;
	width: 610px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 120%;
	text-align: center;
	//position:fixed;
	//z-index:10;
	}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
li{	display:inline;
padding:5px; /*changes the spacing between text*/}
/*changs the nav bar for what ever page you're on */
li.product_nav{
	background-color:#c74444;
	}
/*used on the sabre_info.php page for the menu breakdown.*/
li#product_pages{
	background-color:#c74444;
	}
ul.product_pages{
	font-size:65%;
}
#cur_page {
	background-color:#c74444;}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #7167E0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {
	width:800px;
	padding: 10px 0;
	background-color: #000;
	color: #FFF;
	clear:both;
	
}

/*used on the index.html page */
.content_home {
	width: 900px;
	margin: 20px;
	padding: 10px 0;
	color: #FFF;
	float: left;
	text-align: center;
	clear: both;
	z-index: 5;
}
.main_footer_home {
	position: relative;
	top:-50px;
	width: 900px;
 	height: 2.5rem;  
	color: #FFF;
	float: left;
	text-align: center;
	z-index: 6;
}
.facebook {
	position: relative;
	width: 250px;
	height: 500px;
	left: 600px;
	top: 120px;
	background-color: #7167E0;
}
.products_menu{
	display:block;
}
.sabre_image {
	float:left;
	width:299px;
}
.about_us{
	float:left;
	text-align:justify;
	width:600px;
}



.verticalLine {
    border-left:thick solid #ffffff;
}

/* ~~ The footer ~~ */
.footer {
	font-size:90%;
	padding: 10px 0;
	clear:both;
	background-color: #000000;
	color: #ffffff
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.circular_equipment_bags {
	position:relative;
	top:-90px;
	left:0px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(https://designsbyking.com/pictures/newerflagbag-circle.png) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-style: solid;
    border-color: white white;
	}
.circular_sabres {
	position:relative;
	top:300px;
	left:155px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(https://designsbyking.com/pictures/new-ks2-2-small-circle.png) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-style: solid;
    border-color: white white;
	}

.circular_rifles {
	position:relative;
	top:138px;
	left:515px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(https://designsbyking.com/pictures/rifle-small-circle.png) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-style: solid;
    border-color: white white;
	}
	


.circular_gloves {
	position:relative;
	top:-140px;
	left:340px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(https://designsbyking.com/pictures/new_gloves-small-circle.png) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-style: solid;
    border-color: white white;
	}	
.circular_apparel {
	position:relative;
	top:-410px;
	left:685px;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(https://designsbyking.com/pictures/king-hoodie-small-circle2.png) no-repeat;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-style: solid;
    border-color: white white;
	}
#circle_text {
	color:#F0F0F0;

	font-weight:bold;}	

</style>/* CSS Document */
