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

* {margin:0;padding:0}

a {outline: none;}

html, body, #wrap {height: 100%;}

body > #wrap {width:980px; height: auto; min-height: 100%; margin:0 auto 0;}

body > #bodywrap {width:980px; height: auto; min-height: 100%; margin:0 auto 0;}

body{
	background-color:#d7dcdf;
	background-image:url(images/layout/bggrad.jpg);

	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#wrap{
 background-color:#000;
}

#hidebehind{
	position:fixed;
	height:400px;
	width:3000px;
	background:url(images/layout/footerbg.png) no-repeat;
	bottom:0;
	z-index:-1;
	left:50%;
	margin-left:-1500px;
}

#main {margin-bottom: 90px;}  /* must be same height as the footer */

#footer {
	width:980px;
	background-color:#000;
	position: relative;
	margin:-90px auto 0; /* negative value of footer height */
	height: 90px;
	clear:both;
	background-image:url(images/layout/footerbg.jpg);
	background-repeat:no-repeat;
	font-size: 9px;
	} 
	
#right{
	color:#FFF;
	float:right;
	width:180px;
}

#left{
	color:#FFF;
	position:relative;
	display: inline;
	float:left;
	width:175px;
	left:-595px;
	margin-left:6px;
}

.twocolleft{
	left:-785px !important;
}

#content {
	position:relative;
	width: 595px;
	text-align: left;
	float:left;
	left:195px;
	margin-top:25px;
}

#content p {
	color:#999;
	font-size:13px;
	padding-bottom: 15px;
	line-height: 17px;
}

#content ul {
	color:#999;
	font-size: 13px;
	font-weight:normal;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
}

#content ul li {
	margin-left:20px;
	padding-left: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(images/layout/contentbullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#content ol {
	counter-reset: item;
	color:#999;
	font-size: 13px;
	font-weight:normal;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	list-style-position:outside;
	list-style-type:none;
}

#content ol li {
	display:block;
	margin-left:20px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#content ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
	color: #36F;
}

.widemaintext {
	width: 785px !important;
}

.widemaintext p {
	padding-right: 25px;	
}


.narrowmaintext {
	width:310px;
}

#header{
	height:580px;
	background-color:#000
}

#mee{
	text-align:left;
    position: relative;
	width:980px;
	margin: 0 auto;
	
}

#mycont{
	position:relative;
		text-align:left;
			margin: 0 auto;
}

#flashheader-container {
	position:absolute;
	text-align:left;
	background-color:#000;
	outline: none;
  top: 0px;     
  /* set left and right to the same value! */


  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;
  
  
	width: 980px;
	height:460px;
	z-index:300;

}

#flashheader-star {
	display: block;
	background-image: url(/images/signup-star-mbr-2012.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 191px;
	height: 191px;
	position: absolute;
	top: 128px;
	right: 0px;
}

#topnav-container{
	  position: relative; 
	  text-align:center;
}

#topnav {
	position:absolute;
	text-align:center;
	background-color:#000;

  top: -120px;     
  	width:980px;
	height:120px; 
  /* set left and right to the same value! */
  right: 0;
  left: 0;

  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;


}

#topnav ul {
	padding-left:13px;
	list-style:none;
}

#topnav ul li{
	width:159px;
	height:120px;
	float:left;
	padding:0;
	margin:0;
	display:block;
}

#topnav ul li a {
	width:159px;
	height:120px;
	display:block;
	text-indent:-9000px;
	background-color:transparent;
	background-image:url(images/layout/topnavbuts.jpg);
	background-repeat:no-repeat;
	background-position: 0 0px;
}

#topnav ul li.tn1 a {
	background-position: 0 0;
}

#topnav ul li.tn1 a:hover {
	background-position: 0 -120px;
}

#topnav ul li.tn1 a.uberlink {
	background-position: 0 -240px;
	cursor: default;
}

#topnav ul li.tn2 a {
	background-position: -159px 0;
}

#topnav ul li.tn2 a:hover {
	background-position: -159px -120px;
}

#topnav ul li.tn2 a.uberlink {
	background-position: -159px -240px;
	cursor: default;
}

#topnav ul li.tn4 a {
	background-position: -318px 0;
}

#topnav ul li.tn4 a:hover {
	background-position: -318px -120px;
}

#topnav ul li.tn4 a.uberlink {
	background-position: -318px -240px;
	cursor: default;
}

#topnav ul li.tn3 a {
	background-position: -477px 0;
}

#topnav ul li.tn3 a:hover {
	background-position: -477px -120px;
}

#topnav ul li.tn3 a.uberlink {
	background-position: -477px -240px;
	cursor: default;
}

#topnav ul li.tn5 a {
	background-position: -636px 0;
}

#topnav ul li.tn5 a:hover {
	background-position: -636px -120px;
}

#topnav ul li.tn5 a.uberlink {
	background-position: -636px -240px;
	cursor: default;
}

#topnav ul li.tn6 a {
	background-position: -795px 0;
}

#topnav ul li.tn6 a:hover {
	background-position: -795px -120px;
}

#topnav ul li.tn6 a.uberlink {
	background-position: -795px -240px;
	cursor: default;
}

#leftnav {
	width:175px;
	background-image:url(images/layout/leftnavback.jpg);
	font-size:11px;
	background-repeat:repeat-y;
	position:relative;
	padding-bottom:30px;
}

#leftnav ul {
	list-style:none;
	margin-top: -10px;
}

#leftnav ul li{
	width:175px;
	height:20px;
	float:left;
	padding:0;
	margin:0;
	display:block;
	padding-top:10px;
}

#leftnav ul li a {
	background-image: url(images/layout/leftnavhoverunder.png);
	color:#888;
	width:136px;
	height:22px;
	display:block;
	background-repeat:no-repeat;
	background-position: 0 0px;
	text-decoration:none;
	position:absolute;
	padding-left:15px;
	left: 11px;
	padding-top: 8px;
}

#leftnav ul li a:hover {
	background-repeat: no-repeat;
	background-position: 0 -30px;
	text-decoration: none;
	color:#fff;
}

#leftnav ul li a.uberlink {
	background-repeat: no-repeat;
	background-position: 0 -60px;
	text-decoration: none;
	cursor: default;
	color:#13d0f1;
}

#rightctas ul {
	padding-left:8px;
	list-style:none;
}

h3.lntitle {
	width: 175px; height: 60px;
	position: relative;
}

h3.lntitle span {
		background: url("images/layout/leftnavtitleshine.jpg");
		background-repeat:no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
}

h3.h3telnum {
	width: 440px; height: 60px;
	position: relative;

	left:-122px;
}

h3.h3telnum span {
		background: url("images/layout/footertelnumber.jpg");

		background-repeat:no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
}

#rightquickgal{
margin-left:11px;
margin-top:6px;
}

#rightquickgal img {
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	border:none;
}

#leftfooter {
	position:absolute;
	width:400px;
	left: 30px;
	top: 40px;
	color:#555;
	line-height: 15px;
}

#leftfooter .urltext {
	font-weight:bold;
	color:#FFF;
}

#leftfooter a, #leftfooter a:visited {
	text-decoration:none;
	color:#999;
}

#leftfooter a:hover {
	color:#fff;
}

#rightfootertel {
	width:300px;
	text-align: left;
	position:absolute;
	top:0px;
	left:662px;
}

#rightfootermojo {
	width:500px;
	text-align: right;
	position:absolute;
	top:60px;
	right:30px;
	color:#666;
}

#rightfootermojo a {
	color:#999;
	text-decoration:none;
}

#rightfootermojo a:hover {
	color:#fff;
	text-decoration:none;
}

#flashvid {
	width:250px;
	height:170px;
	position:absolute;
	top:0px;
	right:0px;
}


#flashvid {
	width:250px;
	height:170px;
	position:absolute;
	top:0px;
	right:0px;
}

#newsletter {
	width:175px;
	height:161px;
	margin-bottom:15px;
}

#content h2 {
	font-size:18px;
	margin-top: 15px;
	margin-bottom:13px;
	font-weight:normal;
	background-image:url(images/layout/h2bullet.jpg);
	padding-left: 23px;
	background-repeat:no-repeat;
	background-position: 0 4px;
}

#content a, #content a:visited {
	text-decoration:underline;
	color:#FFF;
}

#content a:hover {
	color:#13d0f1;
}

#poptest {
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000;
}

.popbg {
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}

#popcontent {
	width:570px;
	height:500px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3002;
	background-image:url(images/layout/signupbg.png);
	margin: -241px 0 0 -280px;
}

object { outline:none; }

#leftnavbot {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:20;
	background-image:url(images/layout/leftnavbotcap.jpg);
	width:175px;
	height:22px;
}

.textpushdown {
	padding-top:770px;	
}

.rightpicpushdown {
	padding-top:865px;	
}

#mapsection {
	position:absolute;
	height:760px;
	width: 765px;	
	font-size:13px;
	left:195px;
	color:#999;
	z-index: 499;
}

#mapsection p {
	padding-bottom:15px;	
}

#flashmap {
	width:410px;
	height:340px;
	position:absolute;
	top: 820px;
	right:20px;
	z-index:999;
	outline: none;
}

#euromap {
	position:absolute;
	right:20px;
	top:600px;
	z-index:999;
}

#loctext1 {
	position:absolute;
	height:60px;
	width:500px;
	top:125px;
	left: 0px;
	color:#FFF;
}

#loctext2 {
	position:absolute;
	height:360px;
	width:330px;
	top:235px;
	left: 0px;
}

#locpics {
	width:765px;
	height:150px;
	position:absolute;
	bottom:0px;
	left:0px;
}

.undermap {
	float:left;
	margin-right:10px;
	border:none;
}

#locpics p {
	height:141px;
	width:115px;
	position:relative;
	font-size:.6em;
}
/* mac hide \*/
#locpics p{overflow:hidden;}
/* end hide*/
#locpics p em {
	background: transparent url(images/layout/gotogallery.png) no-repeat 0px 0px;
	position:absolute;
	left:0;top:0;
	display:block;
	height:141px;
	width:115px;
}

#locpics p a:hover em {
	background-position: 0px -142px;
}

#locpics p a {
	padding-left:5px;
}

.leftpic {
	margin-right: 20px;
	float:left;
	margin-top:3px;
	margin-bottom: 8px;
}

.leftpicx {
	margin-right: 20px;
	float:left;
	margin-top:20px;
	margin-bottom: 8px;
}

.noshow {
	display:none;	
}

.bluetext {
	color:#13d0f1 !important;
}

.whitetext {
	color:#fff !important;
}

.boldtext {
	font-weight: bold !important;	
}

#departuresbut {
	width:175px;
	height:138px;
	text-align:center;
	margin-bottom:15px;
}

.whereridebut {
	position: relative;
	width: 372px;
	height: 259px;
	background-image:url(images/layout/ridebuttonbg.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	float: left;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}

.whereridebut:hover {
	background-position: 0 -259px;
}

.butpic {
	position: absolute;
	top:15px;
	right:15px;
}

.buttext {
	font-size:9px;
	position:absolute;
	left:15px;
	bottom:15px;
	width:342px;
	color:#999;
}

.buttitle {
	width:160px;
	position:absolute;
	left:15px;
	bottom:122px;
}

.buttitle h2 {
	padding:0px !important ;
	margin:0px !important ;
	background:none !important ;
}

.buttitle h2 a {
	text-decoration: none !important ;
}

.buttitle h2 a:hover {
	text-decoration: underline !important ;
	color:#ffffff !important ;
}

.textpushdown1 {	padding-top:380px;	
}

#tripplan {
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000;
}

#departures {
	width:700px;
	height:600px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3002;
	background-image:url(images/layout/builderbg.png);
	margin: -295px 0 0 -325px;
}

#departuresflashcontainer {
	width: 632px;
	height: 240px;
	position:absolute;
	bottom:55px;
	left:59px;
}

#bottombuts {
	width: 510px;
	height: 30px;
	position:absolute;
	bottom:15px;
	left:162px;
	z-index:1000;
}

#disablegotobut {
	width: 350px;
	height: 30px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1100;
	background-image:url(images/layout/greyout.png);
	background-repeat:repeat;
}

#disableresetbut {
	width: 150px;
	height: 30px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1100;
	background-image:url(images/layout/greyout.png);
	background-repeat:repeat;
}

.butleft {
	float:left;
	width:300px;
}

.butright {
float:right;	
}

#tripbuildtext {
	position:absolute;
	left: 165px;
	top:180px;
	width: 500px;
	height: 150px;
	font-size:12px;
	font-weight:bold;
}

.smallbut {

	height: 24px;
	padding:0px;
	margin:0px;
}

.dropchoose {
	width: 135px;	
}

/* singletrack theme for wordpress */

h2.widgettitle {
	background-image:url(images/layout/righth2bgblackshine.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom:10px;
}

#wpcontent {
	/*width: 595px;
	padding-right: 10px;*/
	display:block;
	/*margin-bottom:-20px;*/
}

#sidebar ul li {
	list-style:none;	
}

#sidebar ul li ul {
	margin-bottom:0px;	
}

#sidebar ul li ul li {
	width:175px;
	height:20px;
	display:block;
	padding-bottom:8px;
}

#sidebar ul li ul li a {
	background-image: url(images/layout/leftnavhoverunder.png);
	color:#888;
	width:136px;
	height:22px;
	display:block;
	background-repeat:no-repeat;
	background-position: 0 0px;
	text-decoration:none;
	padding-left:15px;
	padding-top: 8px;
	font-size:11px;
	margin-left:11px;
}

#sidebar ul li ul li a:hover {
	background-repeat: no-repeat;
	background-position: 0 -30px;
	text-decoration: none;
	color:#fff;
}

#sidebar ul li ul li a.uberlink {
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: default;
	color:#13d0f1;
}

#sidebar ul{
	background-image:url(images/layout/rightulbgblack.jpg);
	background-repeat:repeat-y;
}

.rightbotcap {
	width:175px;
	height:15px;
	background-image:url(images/layout/rightbotcapblack.jpg);
	background-repeat:repeat-y;
}

#wpcumumask {
	width:148px;
	height:130px;
	margin-left: 13px;	
	overflow:hidden;
}

.wpcumu {
	margin-top:-9px;	
}

#wpsearchbox {
	margin-left:16px;
}

#wpsearchbut {
	font-size:12px;
}

.wparchivedrop {
	margin-left:20px;
}

.navigation {
	margin-bottom:10px;
}

h1 span.h1bold{
	font-size:38px;	
}

h1 span.h1norm{
	font-size:38px;	
}

h2.flir-replaced{
	padding-top:25px;	
}

			#twitter { text-align:left; background:#000; width:175px; margin:0px auto; font-family:verdana; font-size:9px; background-image:url(images/layout/rightulbg.jpg); color:#fff;}
			#tweets { margin-bottom:5px; margin-top:5px; margin-left:14px; width:147px;}
#twittop { width:175px; height:60px; background-image:url(images/layout/twittertop.jpg); }
#twitbot { width:175px; height:50px; background-image:url(images/layout/twitterbottom.jpg); }

			#tweets ul li { background:#111f28; list-style:none; display:block; padding:10px 6px 10px 6px;}
			#tweets ul li.alt { background:#0c161c; padding:10px 6px 10px 6px; }
			#tweets small { color:#13d0f1; font-size:8px; }
			
			#tweets a { color:#0C82F8; text-decoration:none; }
			#tweets a:hover {
	color:#ffffff;
}
			
			#user { margin:20px 30px; width:100%; overflow:hidden; }
			#user img { border:solid 5px #ccc; float:left; margin:0px 10px 10px 0px; }
			#user ul li { border:none; }
			
#wpcontent h1.wph1 {
	width:595px;
	font-size:38px;
	display:block;
	margin-left:2px;
}

#wpcontent h1.wph1 a {
	width:595px;
	font-size:38px;
	display:block;
	text-decoration:underline;
}

h1.flir-replaced{
	display:block;	
}

#content h1.wph1 {
	margin-left: -1px;
	margin-bottom:20px;	
}

.wppostdate  {
	font-weight:bold;
	margin-top:-15px;
	margin-bottom:15px;
	color:#13d0f1;
}

.post {
	margin-bottom:30px !important;	
}

.postnav {
	font-size:12px;	
}

.postnav a {
	color:#13d0f1 !important;
	text-decoration:none !important;
}

.postnav a:hover {
	color:#FFF !important;
	text-decoration:underline !important;
}

.toppostnav {
	margin-top:-9px !important;
	padding-bottom: 15px !important;
}

#content h1.wph1single {
	margin-bottom:20px;	
}

.entry img  {
	padding:7px;
	border:#05505C 1px solid !important;
	background:#000 !important;
}

.entry img:hover {
	background:#111 !important;
	border-color:#13d0f1 !important;
}

.wphomethumbimg  {
	margin-top:18px;
	float:left;
	margin-right:11px;
	padding:5px !important;
	border:#05505C 1px solid;
	background:#000;
}

.wphomethumbimg:hover {
	background:#222;
	border-color:#13d0f1;
}

.sociable ul li {
	padding-left:0px !important;
	background:none !important;
	padding-right:5px !important;
}

#extpop {
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3000;
}

#extpopbg {
	width:800px;
	height:500px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3002;
	background-image:url(http://www.singletracksafari.com/images/layout/builderbg.png);
	margin: -250px 0 0 -400px;	
}

#holidaydate {
	color: #FFF;
	font-weight:bold;
	position:absolute;
	top: 85px;
	left:0px;
}

/* ---------------------------------------- */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: none !important;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* -----------------------------------------------------*/


.galgroup {
	position:relative;
	width:764px;
	height: 110px;
	margin-bottom:25px;
	margin-top:15px;
}

.galsideimg {
	position:absolute;
	left:0px;
	top:0px;
	width: 118px;
}

.galtitle {
	position:absolute;
	top:4px;
	left:133px;
	width:600px;
	height:30px;
}

.galtitle h2 {
	margin:0px !important;
	padding:0px !important;
	background-image:none !important;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-size:26px !important;
	font-weight:normal !important;
}

.galtitle h2 a {
	text-decoration: none !important;
	background-image: url(http://www.singletracksafari.com/images/layout/galtitleunderline.gif);
	background-repeat:repeat-x;	
	background-position: 0px -20px;
	padding-bottom: 0px;
	white-space: nowrap;
}

.galtitle h2 a:hover {
	background-position: 0px -70px;
}

.galinfo {
	position:absolute;
	top:42px;
	left:133px;
	width:600px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}

.galdesc {
	position:absolute;
	top: 70px;
	left:133px;
	width: 630px;
	height:35px;
	font-size:12px;
	color:#999;
	overflow:hidden;
	line-height:1.5;
}

.gallerysubtitle {
	margin-top: -22px !important;
	margin-bottom: 25px !important;
}

.breadcrumb {
	margin-top:17px;
	margin-bottom:10px;
}

#photocontainer {
	width:795px;
	margin-left:-20px;
}

.gallerythumbnail {
	width:230px;
	margin:15px;
	margin-left:20px;
	height:200px;
	background:url(http://www.singletracksafari.com/images/layout/gallerythumbbg.jpg) no-repeat;
	float:left;
}

#wppage img  {
	padding:7px;
	border:#05505C 1px solid;
	background:#000;
}

#wppage img:hover {
	background:#111;
	border-color:#13d0f1;
}

.flir-image {
	border:none !important;
}

#homectas {
	padding-left:17px;	
}

#vancta {
	padding-top:10px;
	padding-bottom:8px;
}

#flightcta{
	padding-top:10px;
	padding-bottom:8px;
}

#gallerycta {
	padding-top:10px;
	padding-bottom:8px;
}

#followfacebook {
	width:175px;
	height:100px;
	margin-bottom: -10px;
}

#latestphoto {
	width: 175px;
	height: 60px;
	background-image:url(images/layout/latestphoto.jpg);
	margin-bottom:-6px;
}

a.onelinelink {
	font-weight:bold;
	color:#13d0f1 !important;
	text-decoration: none !important;
	padding-left:15px;
	background-image:url(http://www.singletracksafari.com/images/layout/1linelinkbullet.jpg);
	background-repeat:no-repeat;
	background-position: 0 3px;
}

a.onelinelink:hover {
	font-weight:bold;
	text-decoration: underline !important;
	background-position: 0 -18px;
}

#enquirelink {
	position:absolute;
	width:600px;
	height:30px;
	top: 775px;
}

#wwridelefttext {
	width: 480px;	
}

#wwridetripbox {
	width:300px;
	height:232px;
	background-image:url(http://www.singletracksafari.com/images/layout/tripbuildbox.jpg);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:0px;
	right: 22px;
}

#wwridetriptext {
	width: 140px;
	height: 140px;
	position:absolute;
	left: 17px;
	bottom: 8px;
	font-size: 10px;
	color:#bbbbbb;
	line-height:13px;
}

#wwridetriptext a {
	text-decoration:none;	
}

#wwridetriptext a:hover {
	text-decoration:underline;	
}

#nltext {
	width: 390px;
	position:absolute;
	left: 134px;
	top: 180px;
}

#nltext p {
	color:#999;
	font-size:13px;
	padding-bottom: 10px;
	line-height: 15px;	
}

#nlform {
	color:#fff;
	font-size:13px;
	width: 390px;
	position:absolute;
	left: 134px;
	top: 340px;
}

.nlfield {
	width: 310px;	
}

#closetpbut {
	position: absolute;
	right: 13px;
	top:52px;
}

#closenlbut {
	position: absolute;
	right: 31px;
	top:56px;
}

.closebut {
	width:28px;
	height:28px;
	background-image:url(http://www.singletracksafari.com/images/layout/closebut.jpg);
	display:block;
}

.closebut:hover {
background-position:0 -28px;
}

#vidgallink {
	position:relative;
	clear:both;
	width:355px;
	height: 75px;
	margin-bottom:20px;
	margin-top:10px;
}

#vidgalbutton{
	position:absolute;
	width:112px;
	height:75px;
	left:0;
	top:0;

}

.vidgalbutimage {
		width:112px;
	height:75px;
		background-image:url(http://www.singletracksafari.com/images/layout/vidgalbut.jpg);
		display:block;
}

#vidgaltext {
	font-size:12px;
	position:absolute;
	width:230px;
	height:75px;
	left:125px;
	top:0;
	line-height:18px;
}

#vidgaltext a {
	font-weight:bold !important;
	color:#13d0f1 !important;
	text-decoration:none !important;
}

#vidgaltext a:hover {
	color:#13d0f1 !important;
	text-decoration:underline !important;
}

.vvqbox {
	float:left;
}
