/*reset all*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*start here*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background: #000 url(../images/background.png) repeat-x top left;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align:center /*for IE*/
}
a:link, a:visited, a:active {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:.95em;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color:#9F2214;
}
#container {
	text-align:left;
	margin:10px auto 0 auto;
	width:910px;
	background-color:#3c3c3e;
	padding:0 0 20px 10px;
}

h1 {
	height:143px;
	width:604px;
	margin-bottom:10px;
	float:left;
}
ul#jsddm {
	margin:0 0 10px 0;
	padding:0;
	width:900px;
	background: url(../images/navBg.png) repeat-x top left;
	height:30px;
	clear:both;
}
ul#jsddm li {
	float:left;
	font-size:.9em;
	width:148px;
	margin:0;
	background: url(../images/navBg.png) repeat-x top left;
	border-right:2px solid #3c3c3e;
	margin-bottom:10px;
	padding:0;
	text-align:center;
	height:30px;
}
ul#jsddm li.last {
	margin-right:0;
}
ul#jsddm li a {
	color:#3c3c3e;
	text-decoration:none;
	display:block;
	padding:0;
	height:auto;
	display:block;
	padding:8px 0 0 0;
	height:22px;
	text-align:center;
}
ul#jsddm li a:hover {
	color:#fff;
	text-decoration:none;
	background: url(../images/navBg_on.png) repeat-x top left;
}
ul#jsddm ul {
	z-index:999;
}
ul#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background:#eee;
}
ul#jsddm li ul li {
	float: none;
	width:148px;
	padding:0;
	margin:0;
	border:none;
}

ul#jsddm ul li a {
	z-index:999;
	color:#3c3c3e;
	padding:10px 0 0 0;
	margin:0;
	border-top:2px solid #3c3c3e;
	width:148px;
	height:30px;
}
p.quote {
	color:#fff;
	font-size:13px;
	line-height:17px;
	font-weight:normal;
	float:right;
	padding:125px 15px 10px 0;
	font-style:italic;
	width:280px;
	text-align:right;
}
p.quote span {
	color:#979798;
	padding:5px 0 0 0;
	display:block;
	font-size:14px;
	text-align:right;
}
.announce h2 {
	font-size:14px;
	padding:10px 0 20px 100px;
	color:#fff;
	text-transform:none;
	line-height:18px;
	width:700px;
	text-align:center;
}
.announce h2 a {
	text-decoration:underline;
}
/*Slideshow Stuff */

#slideshow {
	height:400px;
	width:900px;
	maargin-bottom:10px;
	clear:both;
	position:relative;
	z-index:10;
}
#slideshow img {
	border:3px solid #000;
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*About Page */
img.aboutImage {
	float:left;
	padding:5px 20px 10px 0;
	clear:both;
}

h2 {
	color:#eee;
	font-size:20px;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:.05em;
	word-spacing:.08em;
}
h3 {
	color:#eee;
	font-size:18px;
	padding: 15px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:.05em;
	word-spacing: .08em;
}
h3.clear {
	clear:both;
	padding-left:10px;
}
h4 {
	color:#eee;
	font-size:15px;
	padding:0 0 5px 0;
}
p {
	color:#eee;
	font-size:12px;
	line-height:15px;
	padding: 0 25px 10px 0;
}
p.last {
	padding-left:10px;
}
/*Contact Page */
img.contactImage {
	float:right;
	padding:10px;
}

/* Products Page */
p.small {
	font-size:12px;
	margin:0;
	padding:0;
}
p strong {
	font-weight:bold;
}
dl {
	color:#eee;
	font-size:12px;
	line-height:16px;
	padding:0 75px 0 10px;
}
dt {
	font-size:16px;
	text-transform:uppercase;
	padding:10px 0 10px 0;
	letter-spacing:1px;
	clear:both;
}
dt span {
	color:#9F2214;
}

dd {
	padding:0 0 10px 0;
	font-size:13px;
	line-height:15px;
}
dd span {
	text-transform:uppercase;
	font-weight:bold;
}
dd.image {
	float:left;
	width:292px;
}
dd.image img {
	border:1px solid #000;
}
dd.detail {
	padding:10px 0 0 0;
}
dd.detail img {
	border:1px solid #000;
}
p.contact {
	padding:10px 0 20px 0;
	font-size:14px;
	line-height:16px;
}
#footer {
	width:900px;
	margin-top:10px;
	border-top:1px solid #eee;
	clear:both;
}
#footer p {
	color:#eee;
	font-size:.7em;
	text-align:center;
	padding-top:10px;
	clear:both;
}
#footer p.nospacing {
	padding-top:0;
}
#footer.noborder {
	border-top:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.press {
	font-size: 12px;
}
ul.press li {
	margin:0 0 10px 0;
}
img.findImage {
	float:right;
	padding:10px 100px 10px 10px;
}
.find {
	padding: 0 0 0 40px;
}
.left, .right {
	float:left;
	width:260px;
	margin-left:20px;
}
.fbLink {
	font-size:14px;
	margin:0 0 10px 0;
}

