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

@import url("reset.css");

body {
	background: #fff url(../media/images/bkd.jpg) fixed repeat-x 0 -200px;
	color: #666;
	font-size: 14px;
	line-height: 1.3em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow-x: auto;
}
a {
	color:#a00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height:1.3em;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	color: #666;
	margin: 15px 0px 5px 0px;
}
.container {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: left;
}
#top-page {
	background: #666 url(../media/images/header.jpg) repeat-x;
	height: 105px;
	width: 100%;
	position: fixed;
	z-index: 1;
}
#titleLogo {
		margin: 10px 20px;
	}
#nav {
	height: auto;
	background-image: none;
	border-top: 1px #444 solid;
	overflow: hidden;
	background-color: #333;
	padding: 5px 10px;
}
#menu {
	position: relative;
	line-height: 34px;
	padding-left: 0px;
	padding-rigth: 0px;
}

#menu li {
	float: left;
	display: block;
	padding: 0px 10px;
	border-radius: 20px;
	margin: 5px;
	text-align: center;
	background: #444;
}
#menu li:hover {
	background:#a00;
}
#menu a, #menu a:visited, #menu a:hover {
	color: #fff;
	text-shadow: none;
	font-size: 100%;
	text-decoration:none;
}
.content {
	position: relative;
	top: 105px;
	width: 75%;
	z-index: 0;
}
.page {
	position: relative;
	padding: 40px 60px;
}
.sectionMarker {
	position: absolute;
	top: -105px;
}
#box {
	position:fixed;
	min-height: 440px;
	width: 25%;
	text-align: center;
	top: 105px;
	right: 0px;
}
#staticBranding {
	width: 190px;
	padding: 30px;
}
#staticBranding .price {
	width: 170px;
	height: 15px;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.0em;
	color: #666;
	margin-top: 10px;
	background-color:transparent;
	border:none;
}
#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: #ccc 1px solid;
	margin-bottom: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
}
#accordion li div p {
	padding: 5px 10px;
}
#accordion h3 {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	margin-bottom: 10px;
	background: #ccc;
	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 #999;
	max-width: 100%; 
}
#reviews {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
	font-style: italic;
}
#reviews p span {
	font-style: normal;
}
#reviews p a {
	font-style: normal;
}
ul.gallery {
	margin-bottom: 20px;
	overflow: hidden;
}
ul.gallery li {
	display: block;
	float: left;
	padding: 10px;
	background: #ccc;
	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 #white;
}
ul.gallery li a img {
	width: 100%;
}
#footer {
	padding: 30px;
	color: #666;
	font-size: 0.85em;
}

/* if height is too small to accomodate fixed sidebar */
@media only screen and (max-height: 545px) {
	#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) { 
	#box {
		top: 150px;
		width: 100%;
		position: relative;	
	}
	.videoPlayer {
		top: 40px;
	}
	#staticBranding {
		width: auto;
		margin: auto;
	}
	.sectionMarker {
		top: -120px;
	}
	
	.content {
		width: 100%;
	}
	.page { 
		padding: 20px 10px; 
	}
	ul.gallery li a {
		width: 115px;
		height: auto;
	}
	.videoPlayer {
		width: 300px !important;
		height: 200px !important;
	}
	
}
	
	