/* Reset everything to zero */
* {
	padding:0;
	margin:0;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #f9f9f9;
}
/* Setup the layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #f9f9f9;
	overflow: hidden;
}
#header {
	width: 960px;
	height: 175px;
}
/* A background image can be added here to make the left and right column look equal in length. */
#columns {
	float: left;
	width: 960px;
	background: transparent url(../images/layout/bg-content.gif) repeat-y;
}
#nav {
	width: 960px;
	height: 34px;
	float: left;
	background: #0079c0 url(../images/layout/bg-mainnav.jpg) no-repeat;
}
#leftcol {
	float: left;
	width: 160px;
}
#content {
	float: left;
	width: 560px;
}
#rightcol {
	width: 240px;
	float: right;
}
#footer {
	width: 100%;
	clear: both;
	background: #ccc url(../images/layout/bg-footer.jpg) repeat-x;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
.footertext {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
}
/* Styling for the menu */
#nav a {
	text-decoration: none;
}
#nav ul {
	list-style: none;
}
/* 
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	margin-top: 3px;
}
ul.dropdown li {
	font-weight: bold;
	float: left;
	zoom: 1;
}
ul.dropdown a:hover {
	color: #ccc;
}
ul.dropdown a:active {
	color: #ccc;
}
ul.dropdown li a {
	display: block;
	padding: 3px 8px;
	border-right: 1px solid #999;
	color: #fff;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #ccc;
	position: relative;
}
ul.dropdown li.hover a {
	color: #ccc;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul.dropdown ul li {
	font-weight: bold;
	background: #0079c0;
	color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
ul.dropdown ul.sub_menu li a {
	color: #fff;
}
ul.dropdown ul.sub_menu li a:hover {
	color: #ccc;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
.logo {
	float: left;
	width: 200px;
	background: url(../images/layout/ua_logo_shade.jpg) no-repeat;
}
.logo p {
	margin: 0 25px 0 25px;
	font-size: 9px;
	font-style: italic;
	line-height: 1.3em;
}
.logo a {
	display: block;
	width: 190px;
	height: 130px;
	text-decoration: none;
}
.banner {
	float: right;
	margin: 0;
	padding: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#leftcol h2 {
	margin-bottom: 10px;
	padding-top: 8px;
	color: #0079c1;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#leftcol img {
	border: 1px solid #333;
	margin: 10px 0;
}
#leftcol p {
	font-size: 12px;
}
#content h1, #content h2 {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#content p {
	margin-left: 20px;
	margin-right: 20px;
}
#content a {
	color: #930;
}
#content ul {
	margin-left: 40px;
}

#content .built-up li {
	list-style: inherit;
	list-style-image: none;

}
#content .specifications ol {
	margin-left: 20px;
}
#content .specifications ol li {
	margin:0 10px 10px 40px;
	list-style-image: none;
}
#content .specifications ol ol li {
	margin-left: 40px;
}
#content table {
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	text-align: center;
}
#content th {
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #b2cadf url(../images/layout/bg-content-th.jpg);
	text-align: left;
	border-top: 1px solid #444;
	border-bottom: 1px solid #111;
}
#content td {
	padding: 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #666;
}
#content td.load {
	font-size: 11px;
	color: #555;
	text-align: center;
}
#content .gallery th {
	border: 1px solid #eee;
	border-top: 1px solid #444;
	border-bottom: 1px solid #111;
}
#content .gallery td {
	padding: 2px;
	background: #ddd;
	border: 1px solid #999;
}
#rightcol img {
	display: block;
	margin: 0 auto 10px auto;
	border: none;
}
.quote {
	margin-bottom: 10px;
	color: #555;
	font-style: italic;
}
cite {
	color: #666;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.fine {
	font-size: 10px;
	color: #666;
}
.centertxt {
	text-align: center;
}
.centerimg {
	display: block;
	margin: 0 auto 15px auto;
	border: 1px solid #333;
	text-align: center;
}
.rightcol img {
	display: block;
	margin: 0 auto 10px auto;
}
.rightimg {
	float: right;
	margin: 10px 0 10px 20px;
	border: 1px solid #333;
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #333;
}
#content .buttonimg ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#content .buttonimg li {
	float: left;
	width: 155px;
	height: 25px;
	margin: 0 20px 0 0;
	list-style: none;
	background: url(../images/layout/blue-button.gif) no-repeat;
	border: none;
text-align: center;
}
#content .buttonimg a {
	display: block;
		width: 155px;
	height: 25px;
line-height: 2;
		font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
}
.clear {
	line-height: 0;
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	color: #0079c1;
	line-height: 1.3em;
}
h2 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.nosmell {
	display: block;
	width: 138px;
	height: 154px;
	margin: 0;
	background: url(../images/layout/no-smell.gif) no-repeat;
}
#leftcol .nosmell img {
	margin: 60px 0 0 0;
	padding: 0;
	border: none;
}
.nosmell a {
	margin: 0;
	padding: 0;
}
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/layout/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #F5F5F5;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #666;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/layout/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/layout/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/layout/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/layout/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/layout/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/layout/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/layout/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/layout/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../images/layout/cluetip/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../images/layout/cluetip/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../images/layout/cluetip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../images/layout/cluetip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../images/layout/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../images/layout/cluetip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../images/layout/cluetip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../images/layout/cluetip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}