body {
	margin-top: 0;
	color: #888;
	background: #111;
}

#footer {
	background: #111;
}

#content {
	background: #222;
	padding-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background: #fff;
}

#nav {
	background: #d3d3d3;
	color: #222;
	padding: 9px 0 9px 0;
	border-top: 1px solid #ccc;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	line-height: 27px;
	list-style-type: none;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
	background: #333;
	color: #444;
	background: url(/images/interface/nav-span-bg.gif) no-repeat top left;
}

#nav ul li a span {
	display: block;
	padding-right: 15px;
	background: url(/images/interface/nav-a-bg.gif) no-repeat top right;
}

#nav ul li a:hover {
	color: #fff;
	background: url(/images/interface/nav-span-bg.gif) no-repeat left -27px;
}

#nav ul li a:hover span {
	background: url(/images/interface/nav-a-bg.gif) no-repeat right -27px;
}

#nav ul li.active a {
	background: url(/images/interface/nav-span-bg.gif) no-repeat left -27px;
}

#nav ul li.active a span {
	color: #fff;
	background: url(/images/interface/nav-a-bg.gif) no-repeat right -27px;
}

#nav ul li#support-tab {
	float: right;
}

#nav ul li#support-tab a {
	float: right;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
	background: #333;
	color: #fff;
	background: url(/images/interface/nav-support-bg.gif) no-repeat top left;
}

#nav ul li#support-tab a span {
	display: block;
	padding-right: 15px;
	background: url(/images/interface/nav-a-support-bg.gif) no-repeat top right;
}

#nav ul li#support-tab a:hover {
	color: #fff;
	background: url(/images/interface/nav-support-bg.gif) no-repeat left -27px;
}

#nav ul li#support-tab a:hover span {
	background: url(/images/interface/nav-a-support-bg.gif) no-repeat right -27px;
}

#nav ul li.active-support a {
	background: url(/images/interface/nav-support-bg.gif) no-repeat left -27px;
}

#nav ul li.active-support a span {
	color: #fff;
	background: url(/images/interface/nav-a-support-bg.gif) no-repeat right -27px;
}

a, a:link {
	color: #72aa53;
	text-decoration: none;
}

a:hover {
	color: #72aa53;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	
}

.box {
	background: #fff;
}

p.product-image a img {
padding: 0;
margin: 0 0 1.5em 0;
}


#footer hr {
	color: #111;
	background: #111;
}

#content hr {
	color: #222;
	background: #222;
}

div.colborder {
	border-color: #333;
}

/* branding */
#header {
	/*padding-top: 18px;*/
background: #fff url(/images/interface/header-img-bg.gif) no-repeat top center;
}

#header form {
	margin-top: 18px;
}

#header h1 {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
}
	
#header h1 a {
	margin-top: 18px;
	display: block;
	width: 368px;
	height: 85px;
	overflow: hidden;
	border-bottom: none;
	background: url(/images/interface/logo.gif) no-repeat;
}

.slideshow {
	margin-bottom: 18px;
}