/* line 14, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
}

/* line 19, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: top;
}

/* line 23, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* line 25, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 6, ../src/screen.sass */
#page {
  background: #545f6b url("images/topstripe.jpg") repeat-x;
  width: auto;
  height: auto;
}
/* Fix added to extend page to full size */
html, body {width:100%; height: 100%;
background: #545f6b;
}

/* line 10, ../src/screen.sass */
#wrapper {
  width: 950px;
  margin: 0 auto;
  oxverflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
#wrapper {
  display: block;
}

/* line 13, ../src/screen.sass */
#header {
  margin-left: 20px;
  width: 840px;
  height: 136px;
}

/* line 18, ../src/screen.sass */
#MenuBlock {
  display: inline;
  float: left;
  margin-top: 95px;
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
#MenuBlock {
  display: block;
}

/* line 25, ../src/screen.sass */
#mainBody {
  padding-top: 35px;
  width: 810px;
  margin-left: 20px;
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
#mainBody {
  display: block;
}

/* line 31, ../src/screen.sass */
.logoImg {
  position: relative;
  top: -130px;
  left: 570px;
  width: 245px;
}

/* line 40, ../src/screen.sass */
h1, h2 {
	font-family: Garamond, “Hoefler Text”, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 30px;
	color: white;
	font-weight: 100;
	margin-bottom: 12px;
	margin-top: 12px;
}

/* line 48, ../src/screen.sass */
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 180%;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}
.outlineorange a img {
	border: solid thin;
	color: transparent;
	
}
.dimensionheader {
	line-height: 200%;
	font-weight: bold;
	font-size: 14px;
}
.outlineorange a:hover img {
	border: thin solid #FF9900;
}

#nav {
	z-depth: -10;
}

#nav, #nav ul {
	list-style: none;
	list-image: none;
	margin: 0;
	padding: 0;	
}

#nav a {
	display: block;
	width: 6em;
	bsackground: green;
}
#nav li {
	float: left;
	width: 6em;
	xborder: red 1px solid;
	

	
}
#nav li a {
text-decoration: none;
  color: white;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  
}
#nav li ul {
	position: absolute;
	width: 7.5em;
	left: -999em;

}
#nav li:hover ul {
	left: auto;
}
#nav li:hover a {
	color: #FF9900;
}
#stockisttable td {
	margin-right: 10px;
	padding-right: 10px;
}
