@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

/** Reset the border, padding, and margin to 0 for everything. This is to help
* even out the inconsistencies between, ie, firefox, etc. */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


/** =========== Main ========== */
.standard_button {
	border: 1px;
	padding: 5px;
	margin: 5px;
}

body {
	background-color: #c0c0c4;
	color: #707070;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	line-height: 18px;
}

img {
	border: 0px;
}

/** ========== Layout ========== */
#container {
	width: 900px;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: #b0bab0;
}

#blurb {
	margin: 5px 5px 5px 10px;
	width: 505px;
	text-align: justify;
	float: left;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#latest {
	margin: 0px 0px 10px 5px;
	display: inline;
	width: 370px;
	text-align: justify;
	float: right;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#news {
	margin: 5px 5px 10px 10px;
	width: 505px;
	text-align: justify;
	float: left;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#logo {
	background-color: #fff;
	margin: 5px 5px 5px 5px;
	text-align: justify;
	float: left;
	display: inline;
	height: 50px;
}

.testimonials {
	margin: 5px 15px 15px 15px;
	display: inline;
	text-align: justify;
	float: left;
	width: 320px;
	padding: 0px 0px 0px 0px;
	display: inline;
	background-color: #f8f8f8;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

.testimonial{
	margin: 0px 5px 5px 5px;
	display: inline;
	text-align: justify;
	width: 500px;
	float: left;
	padding: 5px 5px 5px 5px;
	display: inline;
}

#logo_blurb {
	margin: 0px 5px 0px 5px;
	width: 700px;
	height: 20px;
	vertical-align: middle;
	text-align: justify;
	float: left;
	display: inline;
	vertical-align: bottom;
}


#cart {
	margin: 5px 10px 5px 5px;
	height: 50px;
	width: 150px;
	text-align: justify;
	float: right;
	display: inline;
}

#title {
	font-size:16px;
}

#products {
	margin: 5px 5px 5px 10px;
	width: 880px;
	text-align: justify;
	float: left;
	padding: 0px 0px 0px 0px;
	display: inline;
}


#product {
	margin: 5px 5px 5px 10px;
	width: 620px;
	text-align: justify;
	float: left;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#product_screens {
	margin: 5px 10px 10px 5px;
	display: inline;
	width: 250px;
	text-align: justify;
	float: right;
	padding: 0px 0px 0px 0px;
	display: inline;
}

/** ========== Navigation ========== */
#nav {
	margin: 2px 0px 5px 0px;
	background: #333;
	width: 100%;
	display: block;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #1a1a1a;
	font-weight: normal;
}

#nav li a:hover,
#nav li a:active {
	background-color: #6e4c48;
}

#nav li a span {
	display: block;
	padding: 6px 16px;
	border-right: 1px solid #666;
}


a {
	text-decoration: none;
	color: #004A7F;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/** ========== Aux Styles ========== */
.clearboth {
	clear: both;
}

.dateline {
	font-size: 10px;
	color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.price {
	text-align: right;
	padding: 1px 5px 1px 5px;
	margin: 5px 5px 5px 0px;
	font-size: 17px;
	font-weight: bold;
	height: 24px;
	color: #444;
	letter-spacing: 1px;
	/*border-bottom: 1px dotted #ccc;*/
}

.invisi {
	display: none;
	margin: 0px 0px 10px 0px;
}

.signature {
	text-align: right;
}

/*
h1 - logo blurb (1 per page, in header)
h2 - underlined headers (Several per page)
h3 - red headers (Several per page)
h4 - other headers
*/

h1 {
	font-size: 16px;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 8px 0px;
	clear: both;
	/*font-size: 20px;
	font-weight: lighter;*/
	height: 24px;
	padding: 0px 0px 0px 2px;
	color: #555;
	line-height: 24px;
	border-bottom: #B2CBD9 solid 2px;

	font-size: 28px;
  	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	color: #E64A19;
	font-weight: 700;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}

h3 a {
	color: #E64A19;
}


h4 {
	background: #4A6487;
	clear: both;
	font-size: 17px;
	font-weight: normal;
	height: 17px;
	padding: 2px 0 2px 8px;
	color: #fff;
	border-right: solid 1px #ddd;
}

h5 {
	margin: 0px 0px 20px 0px;
	clear: both;
	/*font-size: 20px;
	font-weight: lighter;*/
	height: 20px;
	padding: 0px 0px 0px 2px;
	color: #555;
	line-height: 18px;
	font-size: 18px;
  	letter-spacing: -1px;
	display: inline;
}

.article {
	/*background: #f5f5f5;*/
	color: #414141;
	padding: 8px;
	margin: 0 0 3px 0;
	height: 1%; /* workaround for ie not rendering article divs */
	/*border: 1px solid #ddd;*/
}

.subarticle {
	background: #f5f5f5;
	color: #414141;
	padding: 0px;
	margin: 0 0 3px 0;
	height: 1%; /* workaround for ie not rendering article divs */
	width: 615px;
	float: left;
}

.products_subarticle {
	color: #414141;
	padding: 0px;
	margin: 0 0 3px 5px;
	height: 1%; /* workaround for ie not rendering article divs */
	width: 485px;
	float: left;
}

.latest_image {
	float: left;
	margin: 0 9px 3px 0;
}

.footer {
	clear: both;
	text-align: center;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 12px;
	color: #aaa;
}


.product_img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	display: block;
  width: 335px;
}

.qd_img {
	float: left;
	margin: 5px 2px 15px 2px;
	padding: 0px;
	display: block;
}

.qd_imgl {
	float: left;
	margin: 5px 5px 15px 55px;
	padding: 0px;
	display: inline;
}

.qd_imgr {
	float: left;
	margin: 5px 5px 15px 30px;
	padding: 0px;
	display: inline;
}

.gap {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 5px;
	display: block;
}
.big-gap {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 15px;
	display: block;
}

.divider {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	height: 10px;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
}

.screenshot_link {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	padding: 1px 1px 1px 1px;
	border-width: 1px;
	border-color: #a0a0a0;
}

.logo_img {
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	vertical-align: middle;
}

.topbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  background: url("images/logo_backer.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-color: #3b405F;
  background-position: 10px 10px;
	height: 70px;
}

.inset_list {
	margin: 5px 20px 5px 20px;
}

.inset_list li {
	margin: 4px 0px 4px 0px;
	list-style-type: square;
	list-style-position: inside;
}

.numeric_list {
	margin: 5px 20px 5px 20px;
}

.numeric_list li {
	margin: 4px 0px 4px 0px;
	list-style-type: decimal;
	list-style-position: inside;
}

.all_formats {
	float: left;
	margin: 0px 0px 0px 0px;
	display: block;
}

.enredden {
	font-size: 15px;
	color: #AD2B3E;
	font-weight: normal;
}

.prod_blurb_img {
	background-color: #fff;
	margin-bottom: 10px;
  align: right;
}

.formats_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prod_banner_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#google_err_cont {
	padding: 20px 20px 20px 20px;
}


.pp_img_gc {
	display: inline;
	float: left;
    margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.white_text {
	color: #fff;
}

.white_text a {
	color: #fff;
}

.rssicon {
	float: left;
	margin: 2px 8px 4px 4px;
}

.block {
	display: block;
	border-left: solid 5px #eee;
	height: 100%;
	padding: 0px 0px 0px 7px;
}

.newshead {
	display: block;
	height: 75px;
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 10px 0px;
}

.mediaplayer {
	display: block;
	float: left;
	margin: 10px 5px 20px 5px;
}

.testimonial {
	display: inline-block;
	float: left;
	width: 450px;
	margin: 0px 10px 25px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
}

.framed {
	display: inline-block;
	float: left;
	width: 190px;
	height: 65px;
	margin: 0px 10px 5px 20px;
	padding: 5px 5px 5px 5px;
}


.frameimg {
	display: inline-block;
	margin: 5px 0px 5px 50px;
	float: left;
}


.framedtxt {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	color: #444;
}

#cart {
  text-transform: uppercase;
  font-size: 12px;
}

.button {
  text-align: center;
  background-color: #1e88e5;
  border-radius: 8px;
  width: 140px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 4px 20px;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}

.button-icon {
  color: #fff;
}

.button:hover {
  background-color: #2196f3;
}

a:hover.no-underline {
  text-decoration: none;
}

.links {
  text-align: center;
}

.vat {
  font-size: 0.6em;
}
