@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	background: #000;
	color: #ccc;
	font-size: 14px;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color:#393;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height:1.3em;
	color: #393;
	margin-bottom: 20px;
}
h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	color: #fff;
	margin: 15px 0px 5px 0px;
}
.container {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: left;
}
#top-page {
	background: url(../media/images/btk_bkd.jpg);
	border-bottom: 1px #222 solid;
	height: 160px;
	width: 100%;
	position: fixed;
	z-index: 1;
}
#titleLogo {
	margin: 20px 30px;
}
#nav {
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 15px;
	left: 0px;
}
#menu {
	position: relative;
	padding-left: 30px;
	line-height: 32px;
}
#menu a, #menu a:visited, #menu a:hover {
	color: #fff;
	text-decoration: none;
}
#menu li {
	float: left;
	display: block;
	margin: 0px 5px;
	height: 30px;
	overflow: hidden;
	background:#222;
	padding:0 10px;
	border-radius:20px;
}
#menu li:hover {
	background:#393;
}
.content {
	position: relative;
	top: 160px;
	width: 75%;
	z-index: 0;
}
.page {
	position: relative;
	padding: 60px;
}
.sectionMarker {
	position: absolute;
	top: -160px;
}
#box {
	position:fixed;
	min-height: 440px;
	width: 25%;
	text-align: center;
	top: 160px;
	right: 0px;
}
#staticBranding {
	width: 190px;
	padding: 30px;
}
#staticBranding .price {
	width: 170px;
	height: 15px;
	padding: 5px 10px;
	text-align: center;
	font-size: 1em;
	color: #666;
	margin-top: 10px;
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}
#staticBranding p {
	margin-top: 15px;
	color: #999;
	font-size: 0.85em;
	line-height: 1.1em;
}
.appStore {
	margin-top:20px;
}
#gwizLink {
	margin-top: 10px;
}
.bulleted {
	list-style:disc;
	padding: 10px 0px 0px 30px;
}
ul.bulleted li {
	padding: 5px 0px;
}
#accordion ul {
	list-style:disc;
	height: 380px;
}
#accordion li {
	border: #333 1px solid;
	margin-bottom: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#accordion li div p {
	padding: 5px 10px;
}
#accordion h3 {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	margin-bottom: 10px;
	background: #333;
	display: block;
	widows: 100%;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#accordion h3 a,
#accordion h3 a:hover {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}
body.faqs #accordion {
	padding-left: 15px;
}
body.faqs #accordion {
	padding-left: 15px;
}
#intro {
	padding-bottom: 50px;	
}
.videoPlayer {
	position: relative;
	margin: auto;
	z-index: 0;
	border: 2px solid #666;
	max-width: 100%;  
}
#reviews {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
	font-style: italic;
}
#reviews p span {
	font-style: normal;
	color:#666;
}
#reviews p a {
	font-style: normal;
}
ul.gallery {
	margin-bottom: 20px;
	overflow: hidden;
}
ul.gallery li {
	display: block;
	float: left;
	padding: 10px;
	background: #333;
	margin: 0px 5px 5px 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.gallery li a {
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
	border: 2px solid #000;
}
ul.gallery li a img {
	width: 100%;
}
#footer {
	padding: 30px;
	color: #666;
	font-size: 0.85em;
}

.LITE {
	display: none;
}

/* if height is too small to accomodate fixed sidebar */
@media only screen and (max-height: 660px) {
	#box {
		position: absolute;
	}
}

/* Mobile browsers only */
@media 
only screen and (max-device-width: 480px), 
only screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-device-width: 1200px), 
only screen and (min-device-pixel-ratio: 1.1) and (max-device-width: 1200px),
only screen and (max-width: 700px) { 
	#titleLogo {
		margin: 10px;
	}
	#nav {
		height: auto;
	}
	#menu {
		padding-left: 0px;
		padding-rigth: 0px;
	}
	#menu a {
		font-size: 100%;
	}
	#box {
		width: 100%;
		position: relative;	
	}
	#staticBranding {
		width: auto;
		margin: auto;
	}
	
	.content {
		width: 100%;
	}
	.page { 
		padding: 10px; 
	}
	ul.gallery li a {
		width: 115px;
		height: auto;
	}
	.videoPlayer {
		width: 300px !important;
		height: 200px !important;
	}
	
}
	