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

	LIDGARD SCREEN STYLES 2007
	- © Copyright 360 Degrees -

--- MASTER COLORS ---

BLUE	#00529B
GREEN	#00A950

LIME	#D5D110
RED		#971B1E

GREY 	#666
Dgrey	#636467
Mgrey	#91A5A6
Lgrey	#ABBDBE	
VLgrey	#D3DCDA
Bkgrey	#D7E0DE


----------------------------------- */
html {
	background:#d7e0de url(../images/gen/bk/bodyBk.gif) repeat-x;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	font-size: 80%; 
	line-height: 1.2em;
	background:#d7e0de url(../images/gen/bk/bodyBk.gif) repeat-x;
	height: 100%;
}
.homePage {
	height: 100%;
	position:relative;
}
body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img {
	display:block;
	}

/* Base Container/Holder Elements */

#center {
	width:760px;
	margin:0 auto;
	position:relative;
}

#hdr, #topNav, #homeContent, #content {
	height: 155px;
	overflow: hidden;
	}
#hdr {
	position:relative;
}
#topNav {
	width: 760px;
	height: 35px;
	overflow: visible;
	position: relative;
}
#content, #homeContent {
	height: 1%;
	background: #ABBDBE url(../images/gen/bk/contBk.gif) left bottom repeat-x;
	overflow: hidden;
	}
#homeContent {
}
#content #topNav {
	height: 80px;
}
#footer {
	overflow: hidden;
	background: #ABBDBE url(../images/gen/bk/ftrBk.gif) left bottom repeat-x;
	clear: both;
	padding: 12px 15px 8px;
	width: 730px;
	overflow: hidden;
	margin:0 auto;
	}
#ftr {
	font-size: .9em;
	line-height: 1.3em;
	clear: both;
	border-top: 1px solid #FFF;
	padding-top: .3em;
}
/* HOME FOOTER PAGE FOOTER */
.homePage #footer {
	
}

/* PANELS */
.full, .half, .twoThirds, .third, .quart {
	overflow: hidden;
	float: left;
	width: 100%;	
}
.full {
	margin-bottom: 10px;
	position: relative;
}
.full .full {
	margin: 0;
	padding-top: 8px;
}
.full .full img {
	margin-top: -8px;
	}
.half {
	width:373px;
	margin-left:14px;
}
.twoThirds {
	width: 502px;
}
.third {
	width: 244px;
	margin-left: 14px;
}
.quart {
	width: 190px;
	padding: 10px 0;
}
.m0 /* FOR IE -place .m0 on every left hand half/third etc */, .full .half:first-child, .full .third:first-child {
	margin:0;
}
.pt8 /* FOR PANELS with p as first-child */ { 
	padding-top: 8px;
}
.pt5 {
	padding-top: 5px;
}

.mb10 {
	margin-bottom: 10px !important;
}
.base {
	padding: 10px 0;
}
.vSpace {
	padding: 15px 0 !important;
}
/* Home page exceptions */
#homeContent .full .twoThirds {
	width: 561px;
}
#homeContent .full .third {
	width: 185px;
	height: 250px;
}

/* Column Containers */
.threeCols, .twoCols {
	padding-bottom: 25px;
	background: transparent url(../images/gen/bk/threeBk.gif) repeat-y;
}
.twoCols {
	background: transparent url(../images/gen/bk/twoBk.gif) repeat-y;
}


/* IMAGE IN PANEL */
.full img, .half img, .twoThirds img, .third img {
	float: left;
}
.twoThirds img {
	margin-right: 14px;
}

.navNum {
	position: absolute;
	left: 23px;
	top: 11px;
	color: #00529b;
	z-index: 100;
}
/* LINK STYLES */
a { 
	color: #FFF;
	text-decoration: underline; 
	}
a:hover { 
	color:#636467;
	}
	
a.joinTeam, a.warranty {
	height: 82px;
	width: 82px;
	display:inline;
	float: left;
	margin: 0 0 0 30px;
	background: transparent url(../images/gen/misc/joinTeam.png) no-repeat;
	behavior: url(css/iepngfix.htc);
}	
a.warranty {
	height: 90px;
	width: 90px;
	display: inline;
	float: left;
	margin: 5px 30px;
	background: transparent url(../images/gen/misc/warranty.png) no-repeat;
	}
a.joinTeam:hover, a.warranty:hover {	
	background-position: bottom;
	}
a.joinTeam span, a.warranty span {
	display: none;
}

a.login, a.seeMore {
	display: block;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
	padding:2px 10px;
	text-transform:uppercase;
	background:#00529B;
	color:#FFF;
	font-size:.9em;
	line-height:1em;
	text-decoration:none;
}
a.seeMore {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	right:auto;
	padding:5px 15px;
}	
a.login:hover, a.seeMore:hover {
	color:#D5D110;
}
/* TURN LOGIN ON/OFF */
a.login {
	display:none;
	}

a.link {
	font-size:.9em;
	}

/* STANDARD TEXT CLASSES */
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin:0;
	padding:0 15px 8px;
	margin-top:.3em;
	}

h1, h2 { 
	font-size:1.7em;
	line-height:1.2em;
	font-weight:normal;
	padding-top:8px;
	}
h1 em {
	color:#000;
	font-size:.7em;
	font-weight:100;
	font-style:normal;
}
#homeContent h1 {
	margin-top:.4em;
}
h2 {
	font-size:1.6em;
	float:right;
	text-align:right;
	text-transform:uppercase;
	padding-top:.3em;
	position:relative;
	overflow:hidden;
	}
.base h2 {
	width:550px;
}
h3 {
	font-size:1.6em;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:.2em;
	padding-top:.2em !important;
	padding-top:.4em;
}
h3 em {
	font-size:1.6em;
	font-style:normal;
}
.threeCols .third .full h3, .twoCols .half .full h3 {
	font-size:1.4em;
	margin-bottom:0;
	padding-top:0;
	margin-top:0;
}
h4 { 
	font-size:1.1em !important;
	font-size:1em;
	line-height:1.3em;
}
h4 em {
	color:#636467;
	font-style:normal;
	}
h5, h6 {
	font-size:1.1em;
	line-height:1.3em;
	}
h6 {
	}
p {
	background-repeat: no-repeat;
	}
	

#homeContent p {
	font-size:1em;
	line-height:1.4em;
}	
p em {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}	

.nob {
font-size: 17px;
font-weight: lighter;
line-height:19px;
}

hr {
	height:1px;
	border:0;
	margin:.8em 0 1.4em;
	padding:0;
	border-top:1px dashed #FFF;
	clear:both;
}

blockquote {
	font-size:1.1em;
	font-style:italic;
	font-weight:100;
}


/* UNIQUE TEXT CLASSES */

.homeMain p {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:normal;
	color:#ABBDBE;
}

.main p {

}

.sm {
	font-size:.9em !important;
	font-size:.8em;
}

/* TAB CLASS */
.tab50 em {
	width:50px;
	float:left;
	clear:left;	
	font-style:normal;
	font-weight:bold;
}

.message {
	color: #C00;
	padding:3px 0 0;
	font-style:italic;
	}
	

	
/* LIST STYLES */
ul, ol {
	padding:5px 0 8px;
	margin-left:1.5em;
	list-style:disc outside;
	}
li {
	padding:2px 0 0;
}	
ol li {
	list-style:decimal outside;
	}

dl {
	margin:0 0 0 -15px;
	padding:0;
	width:775px;
	overflow:hidden;
}
dd {
	width:140px;
	float:left;
	margin-left:15px;
	text-align:right;
	font-size:10px;
	padding:0 0 10px;
	overflow:hidden;
}
dd em {
	font-weight:bold;
	font-style:normal;
	float:left;
	padding:0 0 0 2px;
	}
dd span {
	padding:0 1px 0 0;
	}
	
/* COLORS */
.blue {	color:#00529b !important; }
.green { color:#00a950 !important; }
.lime { color:#d5d110 !important; }
.red { color:#971b1e !important; }

.grey { color:#666; }
.dGrey { color:#636467 !important; }
.mGrey { color:#91a5a6 !important; }
.lGrey { color:#abbdbe !important; }	
.vlGrey { color:#d3dcda !important; }
.bkGrey { color:#d7e0de !important; }

.black { color:#000 !important; }
.white { color:#FFF !important; }

.smwhite { color:#FFF;
font-size:.9em ;
!important; }

/* BACKGROUNDS */
.blueBk { background-color:#00529b !important; }
.greenBk { background-color:#00a950 !important; }
.limeBk { background-color:#d5d110 !important; }
.redBk { background-color:#971b1e !important; }

.greyBk { background-color:#666 !important; }
.dGreyBk { background-color:#636467 !important; }
.mGreyBk { background-color:#91a5a6 !important; }
.lGreyBk { background-color:#abbdbe !important; }	
.vlGreyBk { background-color:#d3dcda !important; }
.bkGreyBk { background-color:#d7e0de !important; }

.blackBk { background-color:#000 !important; }
.whiteBk { background-color:#FFF !important; }
	
/* FORM ELEMENTS */
form { 
	overflow:hidden;
	}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	width:160px;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #AAA;
	background:#FFF;
	}
.button { 
	width:auto;
	margin-left:3px;
	background:#00529B;
	color:#FFF;
	}
.button:hover {
	background:#666;
	}	
select {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #FFF;
	background-color:#FFF;
	font-size:11px;
	color:#000;
	padding:0;
	padding-top:1px;
	}
option {
	padding:1px 10px 1px 5px;
	}	
label {
	display:block;
	text-align:center;
	margin:0 1px 0 0;
	padding:0;
	}
.r { font-weight:bold; }

.form-strip {
	padding:3px 0 0;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}

/* MISC HELPERS */

.flL {
	float:left !important;
	}
.flR {
	float:right !important;
	}
img.flR{
	padding-left: 12px;
}
/* -----------------------------

      MAIN TOP NAVIGATION 

----------------------------- */
#nav {
	width:750px;
	height:36px;
	overflow:visible;
	list-style:none;
	text-transform:uppercase;
	z-index:10000;
	position:relative;
	margin:0;
	padding:0 10px 0 0;
	border:0;
}

/* TOP LEVEL */
#nav li {
	list-style:none;
	float:right;
	padding:0;
	margin:0;
	width:auto;
	display:inline;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#nav li.current {
	height:48px;
	background-image:url(../images/gen/nav/arrow.gif);
}
#nav a {
	float:left;
	margin:0;
	height:23px;
	width:auto;
	display:inline;
	padding:12px 12px 0 12px;
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	color:#FFF;
}

#nav a:hover, #nav li:hover a, #nav li.current a  { 
	color:#636467;
	}
#nav li.current a.index {
	color:#FFF;
}
#nav li.current a.index:hover {
	color:#636467;
}
/* SUB LEVEL */
#nav ul {
	position:absolute;
	width:760px;
	height:50px;
	right:100px;
	top:35px;
	/*border-top:1px solid #FFF;*/
	margin:0;
	padding:5px 0 0;
	z-index:2;
}
#nav ul li {
	float:right;
}
#nav ul li a {
	padding:12px 12px 0 4px;
}
	
/* CURRENT ARROW DROP OVERRIDES */	
#homeContent #nav li.current, #nav ul li.current  {
	background:transparent;
	height:auto;
	}
/* CURRENT COLORS */
#nav ul li.current a {
	color:#636467;
}
/* NESTED NORMAL STATE */
#nav li.current ul a {
	color:#FFF;

}
/* HOVER COLORS */
#nav li.current ul a:hover, #nav li.current ul li.current a {
	color:#636467;
}

/* DISPLAYS */
#nav ul {
	display:none;	
}
#nav li.current ul {
	display:block;	
}

.dashedbottom
{
	border-style: dashed;
	border-color: #FFF;
	border-width: 0 0 1px 0;
}
/* ------- LEFT NAV ------- */

#ftrNav {
	width:100%;
	margin:0 0 5px !important;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline;
	list-style:none;
	text-transform:uppercase;
	float:left;
}

#ftrNav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
	overflow:hidden;
	}
#ftrNav li a {
	display:block;
	float:left;
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0 15px 0 0;
	color:#FFF;
}
#ftrNav li a:hover, #ftrNav li.current a {
	color:#636467;
}

/* PRINT STYLES FOR NAVS */

@media print {
#nav, #ftrNav {
	display:none !important;
	}
}	

#TopSwap div#SwapTitle{
position: relative;
top: -20px;
float: right;
margin-right: 10px;
font-size: 12px;
text-transform: uppercase;
	

}

.contact {
	position: relative;
	top: -10px;
}

.ticker {
margin-top:0;
padding-top: 0;
font-size: 15px;
white-space: nowrap;
position: relative;
z-index: 50;
top: 0;
}


#tickerouter {
	font-size: 12px;
	position: relative;
	top: -10px;
}

.tickerNews {
  color:#000088;
  background-color:#e0e0ff;
  font-family:verdana;
  font-size:16px;
  text-decoration:none;
}



.tickerNewsDesc {
  font-family:arial;
  font-size:13px;
}

.tickerNews:hover {
  color:#880000;
}

.tickerTextStart {
  font-family:verdana;
  font-size:16px;
  text-align:center;
  font-weight:bold;
}

.tickerTextEnd {
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
}

