
body {
margin: 0;
padding: 0;
background: #000;
font: normal 100%/1.5em "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
color: #777;
text-align: center;
}

/* -- links -- */

a:link {
color: #0072BB;
text-decoration: none;
background: transparent;
}

a:visited {
color: #0072BB;
text-decoration: none;
background: transparent;
}

a:hover {
color: #3367B1;
text-decoration: underline;
background: transparent;}

a:active {
color: #0072BB;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
margin: 0 0 15px 0;
padding: 0;
background: transparent;
font-weight: bold;
color: #000;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h1 {
font-size: 1.5em;border-bottom: 1px #777 solid;}

h2 {
font-size: .9em;text-align: left;border-bottom: 1px #777 dotted;}

h3 {
font-size: .85em;
}

/* -- container --*/

#container {
width: 760px;
height: 1%;
margin: 30px auto;
padding: 0;
text-align: left;
}

/* -- banner --*/

#banner {
position: relative;
width: 610px;
height: 79px;
margin: 0 150px;
padding: 0;
background: transparent url(images/banner.jpg) no-repeat 0 0;
}

#banner p {
display: block;
margin: 0;
padding: 0;
text-indent: -100000px;
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- top level nav --*/

#nav-meta {
position: absolute;
top: 0px;
right: 20px;
margin: 0;
padding: 0;
}

#nav-meta ul {
margin: 0;
padding: 0em 0em 0em 3px;
font-size: 0.75em;
text-align: center;
line-height: 1.2em;
}

#nav-meta li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#nav-meta a {
margin: 0;
padding: 0em 5px 0em 5px;
background: transparent;
color: #e6e6e6;
text-decoration:none;
}

#nav-meta a:hover {
text-decoration: underline;
}

/* -- nav-main --*/

#nav-toplevel {
float: left;
width: 150px;
margin: 0;
padding: 14px 0 0px 0;
background: transparent url(images/nav_main_top_bg.gif) no-repeat 0 0;margin-top: -15px;}

#nav-main {
background: transparent url(images/nav_main_bot_bg.gif) no-repeat 0 100%;
margin: 0;
padding: 0em 0em 14px 0em;
}

#nav-main ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: center;
}

#nav-main li {
display: block;
margin: 0;
padding: 0;
}

#nav-main a {
display: block;
margin: 0 0 1px 0;
padding: 1px 2px 1px 2px;
background: #666666;
color: #fdfdfd;
text-decoration: none;
}

#nav-main a:hover {
text-decoration: underline;
}

#nav-main a.current {
margin: 0 0 1px 0;
padding: 3px 2px;
background: #FFF;
color: #000;font-weight: bold;}
/* -- section nav --*/

ul#nav-section {
margin: 0 0 1px 0;
padding: 3px 0;
background: #B3B3B3;
}

#nav-section li {
display: block;
margin: 0em 0em 0px 0em;
padding: 0;
}

#nav-section a {
display: block;
margin: 0;
padding: 0px 0em 0px 0em;
background: transparent;
color: #fff;
text-decoration: none;font-size: 1.2em;}

#nav-section a:visited {
background: transparent;
color: #fff;text-decoration: none;}

#nav-section a:hover {
background: transparent;
color: #fff;text-decoration: underline;}

/* -- subs/supp nav --*/

#nav-subs {
float: right;
margin: 0;
padding: 14px 0 0 0;
background: transparent url(images/nav_supp_top_bg.gif) no-repeat 0 0;
}

#nav-supp {
width: 148px;
background: transparent url(images/nav_supp_bot_bg.gif) no-repeat 0 100%;
margin: 0;
padding: 0 0 14px 0;
}

#nav-supp ul {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0.75em;
text-align: center;
}

#nav-supp li {
display: block;
margin: 0;
padding: 0;
}

#nav-supp a {
display: block;
margin: 0;
padding: 4px 0;
background: #666666;
color: #fdfdfd;
text-decoration:none;
}

#nav-supp a:hover {
text-decoration: underline;
}

/* -- content --*/

#content {
margin: 0 0px 0 150px;
padding: 30px 108px 50px 100px;
background: #222222 url(images/content_bg.gif) repeat-y 0 0;
font-size: 0.80em;
text-align: left;
line-height: 1.6em;
}

#content p {
margin: 0;
padding: 0 0 15px 0;
}

#content a:link {
color: #ababab;
text-decoration: none;
background: transparent;
font-size: 1.2em;
}

#content a:visited {
color: #ababab;
text-decoration: none;
background: transparent;
font-size: 1.2em;
}

#content a:hover {
color: #ffffff;
text-decoration: underline;
background: transparent;font-size: 1.2em;
}

#content a:active {
color: #ababab;
text-decoration: none;
background: transparent;
font-size: 1.2em;
}

/* -- footer --*/

#info-site {
margin: 0 0px 20px 150px;
padding: 6px 0em 0px 0em;
background: transparent url(images/content_bot_bg.jpg) no-repeat 0 0;
font-size: 0.75em;
text-align: center;
}


#info-company a:link, a:visited, a:active{color: #777;font-size: .95em;text-decoration: none;}

#info-company a:hover{color: #e6e6e6;font-size: .95em;text-decoration: none underline;}

/* -- misc --*/

div.clear {
clear: both;
height: 0;
line-height: 0;
}

.required {color: #ff0000;font-size: .75em;}

/* -- Sales Table -- */

.alignright {text-align: right;}

.aligncenter {text-align: center;}

.alignrightunderline {text-align: right;border-bottom: 1px #777 solid;}

.aligncenterunderline {text-align: center;border-bottom: 1px #777 solid;}

.indent {padding-left: 25px;}

.underline {
border-bottom: 1px #777 solid;
}

.underlineright {
border-bottom: 1px #777 solid;
text-align:right;
}

.underlinehand {
border-bottom: 1px #777 solid;
cursor : hand;
}

.topbottom {
border-top: 1px #777 solid;
border-bottom: 1px #777 solid;
}

.alignrighttopbottom {
border-top: 1px #777 solid;
border-bottom: 1px #777 solid;text-align: right;}

.previewservices {
width: 399px;
}

.centerunderline {
border-bottom: 1px #777 solid;text-align: center;}

.boldred {font-size: 1em;color: #ff0000;font-weight: bold;}

#goback {
font-size: 20px;font-weight: bold;
margin-top: 10px;}

#goback a:link, #goback a:visited, #goback a:active {text-decoration: none;background-color: #3367B1;color: #fff;padding-top: 3px;padding-left: 6px;padding-bottom: 3px;padding-right: 6px;}

#goback a:hover {text-decoration: none;color: #0072BB;background-color: #e6e6e6;
padding-top: 3px;padding-left: 6px;padding-bottom: 3px;padding-right: 6px;}

.order {font-size: .8em;}

.email {
font-size: .7em;
width:395px;
}

.small {font-size: 8px;}

#viewemail {
font-size: 12px;
font-weight: bold;
margin-top: 5px;
}

#viewemail a:link, #viewemail a:visited, #viewemail a:active {
text-decoration: none;
background-color: #3367B1;
color: #fff;
padding-top: 3px;
padding-left: 6px;
padding-bottom: 3px;
padding-right: 6px;}

#viewemail a:hover {
text-decoration: none;
color: #0072BB;
background-color: #e6e6e6;
padding-top: 3px;
padding-left: 6px;
padding-bottom: 3px;
padding-right: 6px;}

#track {
font-size: 10px;
font-weight: bold;
margin-top: 5px;
}

#track a:link, #track a:visited, #track a:active {
text-decoration: none;
background-color: #3367B1;
color: #fff;
padding-top: 1px;
padding-left: 3px;
padding-bottom: 1px;
padding-right: 3px;}

#track a:hover {
text-decoration: none;
color: #0072BB;
background-color: #e6e6e6;
padding-top: 1px;
padding-left: 3px;
padding-bottom: 1px;
padding-right: 3px;}

.floattext {
	width:246px;
	float:left;
}

.floatimage {
	width:144px;
	margin-left:10px;
	float:left;
}

.blackborder {
	border:1px solid #000;
}

.clear {
	clear:both;
	height:1px;
}