@charset "utf-8";

/*
Theme Name: GPS Valve
Version: 1.0
Author: Rene Pall

*/

@import url('css/reset-min.css');
@import url('css/text.css');
@import url('css/960.css');

body {
	color: #555;
}

body.page, body.error404 {
	background: url('images/content-background.gif') repeat-x;
}

body.home {
	background: url('images/body-background.gif') repeat-x;
}

#wrap {
	position: relative;
}

a {
	color: #0044cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.hidden {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#telli-tooteesitlus {
	position: absolute;
	top: 0px;
	right: 17px;
	display: block;
	width: 160px;
	height: 28px;
	padding-top: 3px;
	padding-right: 28px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(images/telli-tooteesitlus-nupp.png) no-repeat;
	z-index: 100;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

#telli-tooteesitlus:hover {
	text-decoration: underline;
}

#rendi-lokaator {
	position: absolute;
	top: 0px;
	right: 210px;
	display: none;
	width: 140px;
	height: 28px;
	padding-top: 3px;
	padding-right: 28px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(images/rendi-lokaator-nupp.png) no-repeat;
	z-index: 100;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

#rendi-lokaator:hover {
	text-decoration: underline;
}

#nav {
	margin-top: 40px;
	float: right;
}

#nav li {
	float: left;
	margin-left: 10px;
}

#nav li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

#nav li a span {
	display: block;
	padding: 2px 9px 3px 9px;
}

#nav li a.active span {
	color: #fff;
	background-color: #015986;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#nav li a:hover span {
	text-decoration: underline;
}

#billboard {
	height: 323px;
	color: #000;
	margin-bottom: 20px;
}

#billboard .info {
	position: relative;
	padding-top: 15px;
	text-shadow: 0px 1px 0px #fff;
	line-height: normal;
}

#billboard h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #000;
}

#billboard h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 22px;
	color: #000;
}

#billboard h3 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #000;
}

#billboard ul {
	margin-left: 0px;
}

#billboard li {
	float: left;
	width: 190px;
	padding: 4px 0 7px 75px;
	height: 53px;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 3px;
}

#billboard .child {
	background: url('images/icon-child-locator.gif') no-repeat 0px 0px;
}

#billboard .car {
	background: url('images/icon-car-locator.gif') no-repeat 0px 0px;
}

#billboard .pet {
	background: url('images/icon-pet-locator.gif') no-repeat 0px 0px;
}

#billboard .other {
	background: url('images/icon-my-locator.gif') no-repeat 0px 0px;
}

#billboard .osta-button {
	display: none;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	right: 20px;
}

#billboard .green-arrow {
	display: none;
	position: absolute;
	bottom: 85px;
	right: 100px;
	width: 35px;
	height: 42px;
	background: url('images/green-arrow.png') no-repeat;
}

#billboard .product-image {
	position: absolute;
	bottom: 1px;
	right: 0px;
}

#home-testimonials {
	padding-top: 10px;
	height: 123px;
	margin-bottom: 30px;
}

#home-testimonials h2 {
	margin-bottom: 10px;
}

#home-testimonials .testimonial {
	color: #666;
	font-style: italic;
	padding-right: 50px;
	margin-bottom: 10px;
}

#home-testimonials .source {
	float: right;
	color: #666;
	font-weight: bold;
	padding-right: 50px;
}

#home-video {
	clear: both;
	padding-bottom: 20px;
}

#home-video h2 {
	font-size: 22px;
	font-weight: normal;
}

#home-products img {
	float: left;
}

#home-products h2 {
	font-size: 22px;
	font-weight: normal;
	width: 380px;
	float: right;
}

#home-products h2 a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#home-products .description {
	float: right;
	width: 380px;
}

#home-products a {
	font-weight: bold;
}

.divider {
	clear: both;
	height: 30px;
	width: 940px;
	background: url('images/divider.gif') no-repeat;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	color: #333;
	padding: 20px 0;
}

#footer dt {
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer dd {
	color: #666;
	margin: 3px 0;
}

#footer dd a {
	color: #666;
	text-decoration: none;
}

#footer dd a:hover {
	text-decoration: underline;
}

#footer .phone {
	background: url('images/footer-phone.gif') no-repeat scroll 0 0 transparent;
	margin-bottom: 7px;
	padding-bottom: 3px;
	padding-left: 23px;
}

#footer .email {
	background: url('images/footer-email.gif') no-repeat scroll 0 0 transparent;
	padding-bottom: 3px;
	padding-left: 23px;
}

#footer-logos img {
	margin-bottom: 10px;
}

#content {
	min-height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content h1 {
	color: #000;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	margin-bottom: 50px;
}

#content h2 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
}

.col2_1, .col2_2 {
	margin-bottom: 30px;
}

#content .col2_1, #content .col2_2 {
	margin-bottom: 10px;
}

#content .col2_1 {
	width: 450px;
	padding-right: 10px;
}

#content .col2_2 {
	width: 450px;
	padding-left: 10px;
}

.padded-col {
	padding-top: 50px;
}

.alignright {
	float: right;
}

#content h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}

.features h3 {
	margin-top: 12px;
	margin-bottom: 15px;
}

.features .fence {
	background: url('images/icon-fence.gif') no-repeat 110px 4px;
}

.features .sms {
	background: url('images/icon-sms.gif') no-repeat 95px 0px;
}

.features .battery {
	background: url('images/icon-battery.gif') no-repeat 150px 0px;
}

.features .agps {
	background: url('images/icon-agps.gif') no-repeat 140px 0px;
}

.exclamation {
	text-align: center;
	font-size: 22px;
	color: #000;
	padding: 10px 0 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	padding-left: 0px;
	margin-left: 35px;
	margin-bottom: 5px;
	list-style: disc;
}

#content ul.checkmarks li {
	padding-left: 25px;
	margin-left: 15px;
	background: url('images/icon-checkmark.gif') 0px 0px no-repeat;
	margin-bottom: 5px;
	list-style: none;
}

.buy-now-bottom {
	text-align: center;
	font-size: 13px;
	padding: 10px 0 20px;
}

.buy-now-bottom ul {
	text-align: left;
	margin-left: 0px;
	margin-top: 20px;
}

.buy-now-header {
	position: absolute;
	top: 23px;
	right: 190px;
}

.price-and-lease {
	position: absolute;
	top: 5px;
	right: 0px;
}

.contact-form p {

}

.contact-form input, .contact-form textarea {
	width: 200px;
	padding: 2px;
}

.contact-form input[type=submit] {
	font-weight: bold;
}

.contact-form span.wpcf7-not-valid-tip {
	background: red;
	color: #fff;
	float: left;
	width: auto;
}

body.home #nav .home span,
body.page-id-98 #nav .contact span, 
body.page-id-118 #nav .products span, 
body.page-id-6 #nav .products span, 
body.page-id-71 #nav .products span, 
body.page-id-88 #nav .products span, 
body.page-id-94 #nav .products span,
body.page-id-162 #nav .products span,
body.page-id-160 #nav .products span,
body.page-id-157 #nav .products span,
body.page-id-122 #nav .products span,
body.page-id-383 #nav .products span,
body.page-id-294 #nav .screenshots span,
body.page-id-254 #nav .faq span

	{
	color: #fff;
	background-color: #015986;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.price {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
}

.regular-price {
	text-decoration: line-through;
}

.order-form {
	padding-bottom: 20px;
}

.order-form .explanation {
	color: #bbb;
}

.order-form h3 {
	clear: both;
	/*color: #36B000 !important;*/
}

.order-form input[type=text] {
	padding: 3px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.order-form label {
	padding: 3px;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.order-form label b {
	font-weight: normal;
}

.order-form .wpcf7-form-control-wrap {
	float: left;
}

.order-form p {
	clear: both;
	height: 25px;
	margin-bottom: 5px;
}

.order-form .terms {
	padding-top: 10px;
}

.order-form .btns {
	padding-top: 10px;
}

.order-form .wpcf7-mail-sent-ok {
	background-color: #398F14;
	color: #fff;
	font-weight: bold;
}

.explanation {
	color: #999;
}

.button {
	width: auto !important;
	font: 14px/12px Arial, sans-serif;
	display: inline-block;
	padding: 6px 10px 6px;
	color: #000;
	background: url('images/button-overlay.gif') repeat-x #ffaf21;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	-moz-box-shadow: 0 0px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 0px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 0px #ffeb9b;
	border: 1px solid #ffa912;
	/*border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: relative;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	background: #ffa912;
}

.pay {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pay .caption {
	display: block;
	width: 280px;
	text-align: center;
	font-weight: bold;
}

.banklink_seb{
	background: url('images/seb.png') center no-repeat;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 280px;
	height: 75px;
	cursor: pointer;
}

.banklink_swedbank{
	background: url('images/swedbank.png') center no-repeat;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 280px;
	height: 75px;
	cursor: pointer;
}

h2.price {
	color: #cc0000 !important;
}

.alignleft {
	float: left;
}

.border-img {
	border: 1px solid #D5D5D5;
}

.wp-caption {
	text-align: center;
	font-weight: bold;
}

.center {
	text-align: center;
}

.nomargin {
	margin: 0 !important;
}

.pricebox {
	background-color: #f9f6e9;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	width: 250px;
}

.pricebox.top {
	position: absolute;
	top: -135px;
	right: 0px;
}

.pricebox.bottom {
	width: 330px;
}

.pricebox .price {
	font-size: 24px;
}

.pricebox .price span {
	font-weight: normal !important;
	color: #999;
}

.data-table {
	border-collapse: collapse;
}

.data-table th {
	padding: 3px;
	font-weight: bold;
}

.data-table td {
	padding: 3px;
	background-color: #F9f9f9;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.data-table tr:nth-child(odd) td {
	background-color: #FFF;
}

.data-table .footnote {
	font-style: italic;
	color: #999;
	font-size: 11px;
	border-bottom: none;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
