/*#############################################  GENERIC HTML WEBSITE STYLES  #######################################*/
/* Wildcard Styling */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/*----------------*/
body {
    font-size: 76%;
	color:#333;
}
ol, ul, li, table, p, blockquote, textarea {
	font-size:1em;
}
li {
	list-style-position:inside;
}
a, a:visited  {
	color: #666666;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #000000;
	text-decoration:none;
}


.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}


p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
fieldset {
	padding:18px;
	margin:10px 0px 10px 0px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight: normal; 
	font-size: 1.6em; 
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:10px 0px 0px 18px;
	margin:10px 0px 10px 0px;
	font-size:0.9em;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
blockquote span {
	font-weight:bold;
	padding:10px 0px;
	display:block;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 2.2em;
	font-weight:normal;
	color:#000000;
	padding:2px 15px 22px 0px;
	letter-spacing:-1px;
	text-align:right;
}

h2 {
	font-weight: normal; 
	font-size: 1.8em; 
	color:#000;
}
h2#news {
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
}
h2#news span, h1 span {
	color:#EE3238;
}
h3 {
	font-size: 1em;
	font-weight:bold;
	color:#989DAF;
}
h4 {
	font-size:1em;
	color:#989DAF;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input, textarea {
	padding:0.4em;
	border:1px #333 solid;
	color:#666666;
}
input.formbutton {
	background-image:url(/img/bg/search-button-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:6px 15px 6px 15px;
	background-color:#E2EDF3;
	border:1px #AFBEC7 solid;
}
input:focus, textarea:focus, input:hover, textarea:hover, textarea:focus, textarea:hover {
	border:1px #000000 solid;
	background-color:#FFFFFF;
}
input[type="submit"], input[type="button"] {
	background-image:url(/img/bg/search-button-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:6px 15px 6px 15px;
	background-color:#E2EDF3;
	border:1px #AFBEC7 solid;
	cursor:pointer;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* --------- END GENERIC STUFF -------------- */

#frame {
	width:995px;
	margin:0px auto 40px;
	
}
#header {
	padding:8px 0px;	
}
#logo-holder {
	float:left;
	width:50%;
}
#search-holder {
	float:right;
	width:300px;
	text-align:right;
}

#main-nav {
	clear:both;
	background-image:url(/img/bg/main-nav-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:53px;
}
#main-nav ul {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
}
#main-nav li {
	float:left;
	list-style:none;
}
#main-nav li a, #main-nav li a:visited {
	padding:11px 20px 9px;
	font-weight:normal;
	color:#000000;
	display:block;
	width:auto;
	text-decoration:none;
}
#main-nav li a:hover {
	border-bottom:3px #C4DBEA solid;
}
#flash-holder {
	padding:5px 0px;
	text-align:center;
	clear:both;
	position:relative;
}
#scrollertext {
	position:absolute;
	top:-15px;
	right:44px;
	width:auto;
	font-size:1.7em;
	z-index:10;
	color:#C7D6E0;
}

#content {
	padding:45px 0px 0px 0px;
	background-image:url(/img/bg/main-nav-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}


#latest-news {
	float:left;
	width:300px;
	background-image:url(/img/bg/latest-news-bg-short.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0px 0px 5px 25px;
}
#inner-news {
	padding:15px 5px 20px 30px;
}
.news-item {
	font-size:0.9em;
	color:#989898;
	padding:0px 10px 4px 0px;
}
.news-item h4 {
	color:#000000;
	background-image:url(/img/bg/latest-news-dots.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 11px;
}
.news-item span a, .news-item span a:visited {
	color:#7F9AAA;
	font-weight:bold;
	text-decoration:none;
	float:right;
}
.news-item span a:hover {
	text-decoration:underline;
}

#main-wording {
	float:right;
	width:600px;
	padding:0px 25px 0px 0px;
	font-size:0.9em;
	color:#757474;
}
#bottom-buttons {
	clear:both;
	padding:30px 35px 15px;
}
#bottom-buttons img {
	border:4px #E8F1F7 solid;
}
#button-two {
	margin:0px 35px;
}
.paragraph-holder {
	padding:0px 25px 0px 0px;
}


/* Start the products Holder */

#product-content {
	padding:10px 0px 0px 0px;
}
#product-left {
	float:left;
	width:400px;
}
#product-right {
	float:right;
	width:550px;
}
#product-images {
	padding:0px 0px 0px 0px;
}
#product-images td {
	padding:5px;
	text-align:center;
}
#product-related {
	padding:10px 0px;
}
#product-related img {
	margin:0px 10px 10px 0px;
}
#product-related ul {
	list-style:none;
}
#product-related li {
	float:left;
	width:auto;
	height:115px;
}

td.thumb-one img, td.thumb-two img, td.thumb-three img {
	cursor:pointer;
}
#product-images td.mini-heading {
	font-weight:bold;
	font-size:0.9em;
	color:#CCCCCC;
	padding:12px 5px;
}
#product-description {
}
#product-description ul, #product-dowloads ul, #product-actions ul {
	padding:0px 0px 10px 20px;
}
#product-description li, #product-dowloads li, #product-actions li {
	padding:2px 0px 2px 20px;
	background-image:url(/img/red-list-dots.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style:none;
}
#product-dowloads {
}
#product-dowloads h3, #product-related h3, #product-actions h3 {
	padding:15px 0px 1px 0px;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	display:block;
	border-bottom:1px #989DAF dotted;
	margin:0px 0px 10px 0px;
}


/* CONTACT PAGE */

#contact-left {
	float:left;
	width:400px;
}
#contact-right {
	float:right;
	width:500px;
}
/* Style form items */
.text-inputs {
	width:50%;
	padding:5px;
	border:1px #999999 solid;
}
#contact-right .textarea {
	width:75%;
	padding:5px;
}

#map {
	height:500px;
	width:100% !Important;
	position:relative;
}
#contact-form {
	list-style:none;
}
#contact-form li {
	padding:2px 0px;
}
#contact-form label {
	display:block;
	padding:5px 0px 2px 0px;
}
.contactbutton {
	/*float:right;*/
	background-image:url(/img/bg/search-button-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:6px 15px 6px 15px;
	background-color:#E2EDF3;
	border:1px #AFBEC7 solid;
}

#product-cat {
	padding:10px 0px 0px 0px;
	width:900px;
	margin:0px auto;
	min-height:350px;
}
.product-cat-holders {
	padding:0px 0px 12px 0px;
}
.product-cat-holders ul {
	list-style:none;
}
.product-cat-holders li {
	float:left;
	width:auto;
	padding:0px 15px 15px 0px;
	height:115px;
	display:table-cell;
	vertical-align:bottom;
}
.product-cat-holders h2 {
	font-size:1.6em;
	color:#8FA5B2;
	padding:0px 0px 2px 0px;
	letter-spacing:-1px;
	border-bottom:1px #CCCCCC dotted;
	margin:0px 0px 10px 0px;
}

/* Downloads */


.downloads-cat-holders {
	padding:0px 0px 25px 0px;
}
.downloads-cat-holders ul {
}
.downloads-cat-holders li {
	padding:2px 0px 2px 20px;
	background-image:url(/img/red-list-dots.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style:none;
	float:left;
	width:38%;
}
.downloads-cat-holders li a, .downloads-cat-holders li a:visited {
	color:#000000;
	text-decoration:none;
}
.downloads-cat-holders li a:hover {
	text-decoration:none;
	border-bottom:1px #FF0000 dotted;
}
.downloads-cat-holders h2 {
	font-size:1.6em;
	color:#8FA5B2;
	padding:0px 0px 2px 0px;
	letter-spacing:-1px;
	border-bottom:1px #CCCCCC dotted;
	margin:0px 0px 15px 0px;
}
.downloads-cat-holders h2 a, .downloads-cat-holders h2 a:visited {
	text-decoration:none;
}
.downloads-cat-holders h2 a:hover {
	text-decoration:underline;
}
.downloads-cat-holders h2 span {
	font-size:0.8em;
	font-weight:normal;
	letter-spacing:normal;
}
/* Email Friend */

#email-friend {
	width:540px;
	padding:30px;
}

#footer {
	margin:0px 0px 0px 0px;
	padding:20px 0px;
	background-color:#C3D3DD;
	background-image:url(/img/bg/footer-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	position:relative;
	height:110px;
}
#footer-links {
	position:absolute;
	top:10px;
	left:15px;
	width:250px;
}
#footer-address {
	position:absolute;
	top:10px;
	right:15px;
	width:200px;
	text-align:right;
}
#footer ul {
	padding:0px 0px 0px 15px;
}
#footer li {
	padding:2px 0px;
	list-style:none;
}
#footer li a, #footer li a:visited {
	text-decoration:none;
}
#footer li a:hover {
}

/* Search Box */

div#search-holder .search-box {
	background-color:#FDFAF4;
	padding:6px 6px 6px 20px;
	background-image:url(/img/bg/search-box-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
}
div#search-holder .search-button {
	background-image:url(/img/bg/search-button-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:5px 15px 5px 15px;
	background-color:#E2EDF3;
	border:1px #AFBEC7 solid;
}


/*  EDITOR STYLES  */


.Teknik-Red {
	color:#EE3338 !Important;
}
.Red-Text {
	color:#D20000 !Important;
}
.Green-Text {
	color:#339900 !Important;
}
.Blue-Text {
	color:#0000FF !Important;
}
.Orange-Text {
	color:#FF9900 !Important;
}
.img-float-left {
	float:left;
	margin:0px 9px 9px 0px;
}
.img-float-right {
	float:right;
	margin:0px 0px 9px 9px;
}


/* Hide all print stuff */

#product-print {
	display:none;
	position:absolute;
}
.creditlink {
	position:absolute;
	left:-1000px;
	display:none;
}

/* Search results stuff */

/* --- New Spinner Stuff --- */
#spinner {clear:both; padding:15px 0;}
a.spinnerbutton, a.spinnerbutton:visited {text-align:center; font-size:110%; display:block; padding:6px; background-color:#e0f2c0; border:1px #667942 solid; color:#55781c; text-decoration:none; font-weight:bold; float:left; width:44%; margin:0 10px 0 0;}
