@charset "utf-8";

body{
	background: #000 url(imgs/bg.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center !important;
	color: #fff;
margin-top: 0;
font-family: locator;
}
#content{
	height: auto !important;
	
	
}

.logo {
	max-width: 500px;
	min-width: 300px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#contentbox {
	width: 900px;
	height: auto;
	padding-top: 30px;
	margin: 0 auto;
	padding-left: 10px;
	overflow: auto;
	text-align: justify;
}
.column1 {
	width: 147px;
	float: left;

}
.right {
	font-size:16px;
	text-align:left;
}
.left {
	float: left;
	width: 400px;
	margin-right: 3px;
	text-align: left;

}

.bulletlist {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	font-size: 14px;
}

.contentbg {
	padding: 10px;	
	background-color: rgba(64,64,64,0.5);
}
.fullbox {
	float: left;
	width: 100%;
		max-width: 897px;
	padding-left: 3px;
	margin-right: 5px;
	text-align: left;	
	background-color: rgba(64,64,64,0.5);

}

.rightcolumn {
	float: right;
	width: auto;
	max-width: 440px;
	padding-left: 10px;
	font-size: 14px;
	text-align: left;	
}
.leftcolumn {
	float: left;
	width: auto;
	max-width: 440px;
	padding-right: 10px;
	font-size: 14px;
	text-align: left;	
}
.vid{
	padding-top: 30px;
	padding-left: 10px;
}
body,td,th {
	font-family: locator;
	font-size: 16px;
	text-align: left;
}
h1 {
	font-size: 21px;
	line-height: 21px;
	text-align: left;
}
.buy {
	margin-left: 35%;
	margin-right: 35%;
	float: none;
	text-align:center;
}
.geotagcolumn {
	text-align: right;
}
#footerbox {
		width: 98%;
		height: auto;
		padding-top: 10px;
	background-color:rgba(1,1,1,0.9);

}
.about {
	text-align: left;
	padding: 1%;
}

.headtitle {
	background: #000;
	font-size: 20px;
	font-weight:bold;
	padding: 15px;
	
	text-transform:uppercase;
	text-align:center;

}
/* nav menu */
#navcontainer
{

top: 0;
text-transform: uppercase;
background: #000;
text-align:left;


}
/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: "";
display: block;
line-height: 3px;
font-size: 12px;
text-align:center !important;
clear: both;
}
ul#navlistright
{
list-style: none;
padding: 1em;
top: 0;
width: 100%;
font-size: 12px;
}

ul#navlist
{
	list-style: none;
	padding: 1em;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
border: #000 solid 0.2em;

}
ul#navlistright li
{
display: block;
float: right;
width: 15%;
top: 0;
border: #000 solid 0.2em;

}

ul#navlist li a
{
display: block;
width: 100%;
padding: 1em;
color: #fff;
text-decoration: none;
text-transform:uppercase;
background: #1C1C1C;
}
ul#navlistright li a
{
display: block;
width: 100%;
padding: 1em;
color: #fff;
text-decoration: none;
text-transform:uppercase;
background: #1C1C1C;
}

#navcontainer>ul#navlist li a { width: auto; }
#navcontainer>ul#navlistright li a { width: auto; }
ul#navlist li#active a
{
background: #039;
color: #fff;
}
ul#navlistright li#active a
{
background: #039;
color: #fff;
}
ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #fff;
background: #039;

}
ul#navlistright li a:hover, ul#navlist li#active a:hover
{
color: #fff;
background: #039;

}


.alignright {
	width: 40%;
	max-width: 370px;
	float: right;
	padding-left: 10px;
}
.alignright img {
	width: 100%;
	max-width: 350px;
	min-width: 250px;
}
.titlesmall {
	display: none;
}
#sharebuttns {
	left: 0;
	top: 160px;
	position: fixed;
	background: #242424;
	padding: 10px 7px 10px 5px;
	color: #fff;
}
.b1 {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 2px #999;
}
.imgleft {
	width: 100%;
	max-width: 400px;
	float: left;
		margin: 10px 0px 15px 10px;
		}
		.imgright {
	width: 100%;
	max-width: 400px;
	float: right;
		margin: 10px 10px 15px 70px;
		}

.bulletlist {
	line-height: 23px;
}
.fullboxtext{
	padding: 10px;
}
.centerimg {
	 width: 70%;
	 max-width:600px;
 margin-left:15%;
	 margin-right:15%;
}