body {
  margin:0px 0;
  padding: 0;
  background: #fff;
  color: #000;
  text-align: center;
}
#root {
  width: 800px;
  margin:  0 auto;
  padding: 0;
  background: #fff;
  text-align: left;
}

#header {
  position: relative;
  width: 800px;
  height: 262px;
  margin: 0 0 5px 0;
  padding: 0;
background-image: url('../../media/stylesheets/header2.gif'); background-repeat:no-repeat; background-position:top left; 
 }

#header h1 { display: none; }

#main {
  position: relative;
  width: 800px;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  background: url('../../media/stylesheets/nav_bg.gif') 656px 0 repeat-y;
}
#standard #content {
  float: left;
  width: 560px;
  padding: 10px 0 60px;
  margin: 0 10px 0 0;
}
#bottom_images {
 clear: both;
 position: relative;
 width: 100%;
 height: 70px;
 }
#buyline {
position: absolute;
top: 20px;
left: 250px;
height: 47px;
width: 390px;
background: url('../../media/stylesheets/trusting_script.jpg') 0 0 no-repeat;
}
/*#udi {
position: absolute;
top: 10px;
left: 40px;
height: 60px;
width: 94px;
background: url('../../media/stylesheets/udi_logo.jpg') 0 0 no-repeat;
}*/

/*  TOP NAV */
#top_nav {
position: relative;
width: 800px;
height: 22px;
text-align: right;
margin: 0;
padding: 0;
padding-top: 2px;

background-color: #4e4d39; 
}
#top_nav ul {
  display: inline;
  margin-right: 10px;
  padding: 0;
}
#top_nav li {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0
}
#top_nav li a { 
  color: #fff;
  text-decoration: none;
}
#top_nav a:hover {
  color: #d1c596;
}
#top_nav li.current a {
  color: #d1c596;
  font-weight: bold;
}

/* MAIN NAV */
#nav {
  float: right;
  text-align: left;
  width: 144px;
  padding: 0;
  background: url('../../media/stylesheets/nav_bg.gif') 0 0 repeat-y;
  }

#nav ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 12px;
  margin-top: 12px;
  list-style: none;
}
#nav li {
  display: block;
  list-style: none;
  line-height: 2.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0
}

#nav li a { 
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  color: #d1c596;
}
#nav li.menu-current a {
  color: #d1c596;
  font-weight: bold;
}

/* MAIN NAV SUBSECTIONS */
#nav ul ul { margin-left: .6em; margin-top: 0em; }
#nav ul ul li { border-top: 1px solid #009dda; margin-right: 10px; line-height: 1.6em;}
#nav li.menu-current ul li a { font-weight: normal; }
#nav ul ul li a { 
  font-size: .8em;
  line-height: 1.2em;
  }
#nav ul ul a:hover {
  color: #d1c596;
}
#nav ul li ul li.menu-current a{
/*  color: #ffc;  */
 font-weight: normal;
 }
 span.decor {
color: #d1c596; margin: 0 .5em;
}

li.menu-first a { display:none; }
ul ul li.menu-first a { display:block; padding-top:6px; padding-bottom:6px; }
/* END NAV */

#squares_right {
	position: absolute;
	top: 20px;
  	left: 630px;
  	width: 18px;
  	height: 70px;
 	background: url('../../media/stylesheets/squares.jpg') 0 0 no-repeat;
}

#footer {
  clear: both;
  position: relative;
  height: 161px;
  background: url('../../media/stylesheets/footer.jpg') 100% 0 no-repeat;
  padding: 0px;
}
#credits {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: .9em;
  }
img, a img {
	border: 0;
}


/* TYPOGRAPHY */

body {
  font: 0.8em/1.4em Arial, Helvetica, sans-serif;
}
p {
  margin: 0.5em 0;
}
a {
  color: #c35c19;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font: 2em/1.2em Arial, Helvetica, sans-serif;
  margin: 0.5em 0;
  padding: 0;
  color: #035e8d;
}

h2 {
  font: 1.8em/1.2em Arial, Helvetica, sans-serif;
  margin: 0.5em 0;
  font-weight: bold;
  letter-spacing: 2px;
}

h3 {
  font: 1.6em/1.2em Arial, Helvetica, sans-serif;
  color: #4e4d39;
  margin: 0.5em 0 0;
  padding: 0;
}
/* END TYPOGRAPHY */

#squares_left {
position: absolute;
top: 0px;
left: 0px;
height: 70px;
width: 18px;
background: url('../../media/stylesheets/squares.jpg') 0 0 no-repeat;
}

