@charset "utf-8";
#pageContainer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

html, body {
	margin: 0;
	padding: 0;
	background-image: url(/_images/template/background.jpg);
	background-repeat: repeat;
}

#topLogos {
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	width: 980px;
	background-image: url(/_images/template/GarminLogo_top.gif);
	margin-top: 0px;
	margin-left: 0px;
	text-indent: -5000px;
	background-position: 0px;
}

#navigation {
	height: 99px;
	background-repeat: no-repeat;
	float: left;
	width: 980px;
	margin-top: 0px;
	margin-left: 0px;
}

#content {

	float: left;
	width: 980px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height:140%;
}

.content-text {

	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #d10020;
	line-height:140%;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000000;
	line-height:140%;
}


#title {
	width: 905px;
	padding-left: 55px;
}

#title h1 {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	vertical-align: 50%;
	line-height: 20px;
}

#productPic {
	width: 430px;
	padding-left: 50px;
	float: left;
}

#features {
	float: left;
	width: 980px;
	height: 380px;
}

#buy {
	float: left;
	width: 960px;
}

#guideback {
	float: left;
	width: 960px;
}


#footer {
	height: 20px;
	float: left;
	width: 980px;
	margin-top: 5px;
}

#footer a {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	text-decoration: none;
	border-bottom:0px dotted #000000;
}

#footer h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #d10020;
	text-decoration: underline;
	margin-top: 5px;
}

a:link 
{ 
color: #d10020; 
text-decoration: none;
border-bottom:1px dotted #FF0000;
}

a:visited 
{ 
color: #d10020; 
text-decoration: none;
border-bottom:1px dotted #FF0000;
}

a:hover 
{
color: #d10020; 
text-decoration: none;
border-bottom:0px dotted #FF0000;
} 

HR
{
	border: 0;
	color: #d2d5d5;
	background-color: #d2d5d5;
	height: 1px;
}

.red {

	color: #ff0000;
	
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/m/g/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.small {

	float: left;
	width: 980px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #999999;
	line-height:140%;
}

a.imagelink:link 
{ 
color: #d10020; 
text-decoration: none;
border-bottom: 0px dotted #FF0000;
}

a.imagelink:visited 
{ 
color: #d10020; 
text-decoration: none;
border-bottom: 0px dotted #FF0000;
}

a.imagelink:hover 
{
color: #d10020; 
text-decoration: none;
border-bottom: 0px dotted #FF0000;
} 

.embedgame {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	line-height:140%;
	background-color: #d10020;
	padding: 5px;
}