select {
  background-color: transparent;
}
html {
  background: url( ../images/page-bg.jpg ) repeat-x fixed;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  background: transparent;
  color: #c4c4c4;
  line-height: 1.4;
}
body, input, button, textarea, select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
}
pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}
h1 { color: #fcfcfc; font-size: 24px; }
h2 { color: #fcfcfc; font-size: 22px; }
h3 { color: #fcfcfc; font-size: 20px; }
h4 { color: #fcfcfc; font-size: 18px; }
h5 { color: #fcfcfc; font-size: 16px; }
h6 { color: #fcfcfc; font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #8d7da3;
  font-weight: normal;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:hover, a:active {
  outline: medium none;
}
.wacms_button, #wacms_button {
  color: #000;
}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0 none;
}
img {
  vertical-align: bottom;
}
ol li, ul ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: disc;
}
ul ul li {
  list-style-type: circle;
}
ul ul ul li {
  list-style-type: square;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
sub {
  font-size: smaller;
  line-height: 0;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  line-height: 0;
  vertical-align: super;
}
legend {
  color: #444;
  padding-bottom: 0.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  left: -999em;
  position: absolute;
}
th {
  text-align: center;
}
tbody th {
  text-align: left;
}
code {
  color: #06f;
}
code, pre {
  font-family: "Courier New",monospace,serif;
  font-size: 1em;
}
q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}
blockquote {
  color: #000;
  font-size: 16px;
}
blockquote p:before, blockquote p:after, q:before, q:after {
  content: "";
}
th, strong, dt, b {
  font-weight: bold;
}
ins {
  border-bottom: 3px double #333;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr, acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
}
dd p, dd pre, dd ul, dd ol, dd dl, li p, li pre, li ul, li ol, li dl, fieldset p, fieldset ul, fieldset ol {
  padding-left: 0;
  padding-right: 0;
}
dd {
  margin-top: 0.5em;
  padding-left: 20px;
}
li {
  margin-left: 30px;
}
hr {
  border-style: inset;
  border-width: 1px;
}
h1, h2, h3, h4, h5, h6, p, pre, dt, ul, ol, hr, legend, input, button, textarea, select, address {
  margin-top: 1em;
}
label {
  padding-top: 1.2em;
}
fieldset {
  line-height: 1;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input {
}
input, button, textarea, select, optgroup, option {
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit !important;
  text-transform: inherit;
}

input[type="text"],
input[type="password"] {
  background: url( ../images/input-field-bg.png ) no-repeat;
  border: none;
  color: #c4c4c4;
  font-size: 14px;
  height: 22px;
  margin: 0;
  padding: 3px;
  width: 161px;
}

textarea {
  background: #151515;
  border: 1px solid #4b4b4b;
  color: #c4c4c4;
  height: 150px;
  font-size: 14px;
  margin: 0;
  padding: 3px;
  width: 161px;
}

form td {
  padding: 5px;
}

select {
  background-color: transparent;
}

button, input[type="submit"], input[type="reset"], input[type="button"], .inputButton {
  padding: 0.2em 0.4em;
}

/* end base */


#inEditor #contentarea,
#inEditor #contentarea a {
	font-size: 11px;
	color: #000;
}

.clear {
	clear: both;
}

#container {
  background: #0b0c0d;
  border: 1px solid #49494a;
  margin: 25px auto 0;
  padding: 7px 6px;
	width: 993px;
}

#header {
  background: url( ../images/header-bg.jpg ) no-repeat;
  border: 1px solid #49494a;
  height: 97px;
  position: relative;
	width: 991px;
}

#logo {
  height: 76px;
  left: 21px;
  position: absolute;
  top: 8px;
  width: 218px;
}

#searchbox {
	height: 31px;
	overflow: hidden;
	position: absolute;
	right: 14px;
	top: 33px;
	width: 237px;
}

#searchbox form {
	height: 31px;
	margin: 0;
	width: 237px;
}

#searchbox input.search_field {
  background: url( ../images/search-bar-sprite.png ) no-repeat;
  border: none;
  color: #b29bd2;
	display: block;
	float: left;
	font-size: 14px;
	height: 25px;
	margin: 0;
	outline: none;
	padding: 3px 18px;
	width: 139px;
}

#searchbox .search_button {
	background: url( ../images/search-bar-sprite.png ) no-repeat right top;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 31px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999em;
	width: 62px;
}

#banner {
  border: 1px solid #49494a;
	height: 40x;
	margin: 5px 0 0;
	width: 991px;
}
	
#main {
  margin: 5px 0 0;
	width: 993px;
}

#side {
  background: url( ../images/left-col-bg.jpg ) no-repeat;
	float: left;
	height: 554px;
	margin-top: 4px;
	width: 268px;
}

#hp_container {
  min-height: 539px;
  height: auto !important;
  height: 539px;
  background: #1a1b1b url( ../images/content-bg.jpg ) repeat-x 0 38px;
  float: left;
  margin-top: 12px;
  width: 467px;
}

#hp_container p,
#hp_container hr {
  margin: 1.2em 30px 0 10px;
}

#hp_container table {
  margin: 1.2em 0 0;
}

#hp_container hr {
  border: 1px solid #303031;
}

#c_container {
  padding: 20px;
}

#products {
  background: url( ../images/right-col-bg.jpg ) no-repeat 0 46px;
  float: left;
  height: 560px;
  margin-top: 5px;
  width: 258px;
}

#products > h2:first-child {
  margin: 0; 
}

#featured {
	height: 300px;
	overflow: hidden;
}

.prod {
	height: 85px;
	overflow: hidden;
	background: white;
	margin: 13px 12px 0 46px;
	border: 1px solid #606060;
}

.product {
  position: relative;
  height: 150px;
  top: -31px;
}

.product a {
  background: url( ../images/arrow-btn.png ) no-repeat;
  border: none;
  bottom: 35px;
  color: #9482ad;
  cursor: pointer;
  display: block;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  padding: 5px 0 0 23px;
  position: absolute;
  right: 2px;
  text-transform: uppercase;
  width: 62px;
}

#commercial-products {
  border: 1px solid #606060;
  /* height: 146px; */
  margin: 13px 0 0 36px;
  position: relative;
  width: 208px;
}

/*
#commercial-products h2 {
  margin: 0;
}

#commercial-products > h2 + img {
  border: 1px solid #606060;
  margin: 0 0 0 4px;
}

#commercial-products a {
  bottom: 8px;
  right: 7px;
}
*/

#newsbox {
  font-size: 12px;
}

#newsbox > h2 {
  margin: 0 0 7px;
}

#newsbox #news_items {
  display: block;
  margin: 0;
  padding: 0 41px 0 14px;
}

#news_items a {
	text-decoration: none;
}

#news_items .news_item {
  border-bottom: 1px solid #080808;
  border-top: 1px solid #2e2e2e;
  display: block;
  margin: 0;
  padding: 9px 28px 11px 13px;
}

#news_items .news_item:first-child {
  border-top: none;
}

.news_title {
  color: #97a5a8;
  font-variant: normal;
  font-size: 12px;
  margin: 0;
}

.news_date {
  color: #fff;
  font-variant: normal;
  font-size: 12px;
  margin: 0;
}

.news_text {
  color: #adadad;
  margin: 3px 0 0;
}
	
#loginbox {
	padding: 0 73px 0 13px;
}

#loginbox #login,
#loginbox #password {
  color: #c4c4c4;
}

#loginbox button.submit,#loginbox a.submit {
  background: url( ../images/arrow-btn.png ) no-repeat;
  border: none;
  color: #9482ad;
  cursor: pointer;
  display: block;
  font-size: 9px;
  font-weight: bold;
  height: 19px;
  text-transform: uppercase;
  width: 85px;
}
#loginbox a.submit {
	padding: 4px 0 0 30px;
}
#social-media {
	display: block;
}

#social-media li {
	display: inline;
	margin: 0 0 0 2px;
}

#social-media > li:first-child {
  margin: 0 0 0 13px;
}

#contentarea {
	width: 100%;
}

#contentarea h1:first-child {
  margin: 0;
}

#footer {
	color: #838381;
	padding: 20px 20px 10px;
	position: relative;
}

#footer p {
	margin: 0;
}

#footer a {
  color: #838381;
	text-decoration: none;
}

#footer a:hover {
  color: #8d7da3;
	text-decoration: underline;
}

#webarenalink {
	height: 19px;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 96px;
}

/* Contact Page Styles */

#contact-form p {
  overflow: hidden;
}

#contact-form label {
  float: left;
  padding: 0;
  width: 135px;
}

#contact-form select {
  margin: 0;
}

#contact-form #submit {
  background: url( ../images/arrow-btn.png ) no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #9482AD;
  cursor: pointer;
  display: block;
  font-size: 9px;
  font-weight: bold;
  height: 19px;
  margin: 1.2em 0 0 135px;
  padding: 0 0 0 17px;
  text-align: left;
  text-transform: uppercase;
  width: 85px;
}

/* navigation */

#nav, #nav li, #nav ul, #nav a {
  display: block;
  margin: 0;
  padding: 0;
}

#nav a {
	font-weight: bold;
	color: #e5e5e5;
	text-transform: uppercase;
	font-size: 13px;
	padding: 19px 41px;
}

#nav a:hover {
	color: #8d7da3;
	text-decoration: none;
}

#nav {
  height: 58px;
  margin: 0;
  position: relative;
  width: 993px;
  z-index: 100;
  background: url(/images/nav_bg.jpg) repeat-x;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

/* submenus */

#nav ul {
  background: #000;
  border: 1px solid #c4c4c4;
  border-top: 0 none;
  display: none;
  left: -9999em;
  line-height: 1.3;
  padding: 0;
  position: absolute;
  width: 150px;
}

#nav ul li {
  background: none;
  border-top: 1px solid #c4c4c4;
  margin: 0;
  padding: 0;
}

#nav ul li > a {
  background: none;
  color: #C4C4C4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 7px;
  text-transform: none;
  width: 140px;
}

#nav li:hover > ul {
  display: block;
  left: 0;
  top: 55px;
}

#nav > li:hover > ul {
  margin: 0;
}

#nav ul li:hover > a {
  color: #8d7da3;
  text-decoration: none;
}

#nav ul > li {
  position: relative;
  width: 150px;
}

#nav ul li:hover > ul {
  margin: 0 0 0 150px;
  top: 0;
}

/* Footer Menu */
div#footer-menu {
  height: 30px;
  margin: 0;
  width: 960px;
}

#footernav, #footernav li, #footernav ul, #footernav a {
  display: block;
  margin: 0;
  padding: 0;
}

#footernav {
  height: 18px;
  margin: 0;
  padding: 6px;
  width: 948px;
}

#footernav a {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footernav a:hover {
	color: #aaa;
	text-decoration: none;
}

#footernav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#footernav > li > a {
  padding: 2px 5px 2px;
}