
/* CSS Document */

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* GENERAL TAGS USED THROUGHOUT THE SITE --------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background:  url(../images/template/main-bg.jpg) repeat left top;
}

img {
	border: 0;
}

.border {
	border: 1px solid #396ACC;
}

.borderbtm {
	border-bottom: 1px solid #396ACC;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

table, p, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0;
}

a, a:visited {
	color: #966;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #396ACC;
	text-decoration: none;
}

#header {
	margin: 0 0 10px 0;
	background:  url(../images/template/logo-bg2.gif) repeat-x left top;
}

#content {
	border: #396ACC solid 1px;
	background: #FFF;
}

#content #footer td {
	border-top: #396ACC solid 1px;
	background: #E1E8F7;
	font-size: 0.8em;
	color: #966;
	padding: 5px;
}

#content td {
	padding: 5px;
}

#content #titlebar td {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	background: #396ACC;
}

#menu table {
	border: #396ACC solid 1px;
	margin: 0 10px 10px 10px;
}

#menu table td {
	white-space: nowrap;
	background: #FFF;
}

#menu table td a, #menu table td a:visited {
	color: #966;
	display: block;
	background: #FFF;
	padding: 2px;
}

#menu table td a:hover, #menu table td a:active, #menu table td a:focus {
	background: #E1E8F7;
	text-decoration: none;
}

#menu table td #menuhome,
#menu table td #menucontact,
#menu table td #menuhowto,
#menu table td #menupart,
.producttitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #966;
}

#home #menu table td #menuhome,
#contact #menu table td #menucontact,
#howto #menu table td #menuhowto {
	background: #E1E8F7;
}

#menu table #menurc, #menu table #menusc {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	color: #FFF;
	background: #396ACC;
}

#menu table td #menupdf,
#menu table td #menupdf2,
#menu table td #menurcunique,
#menu table td #menurcorder,
#menu table td #menurcspecs,
#menu table td #menurccomments,
#menu table td #menuscunique,
#menu table td #menuscorder,
#menu table td #menuscspecs,
#menu table td #menusccomments {
	padding: 2px 2px 2px 20px;
}

#rcunique #menu table td #menurcunique,
#rcorder #menu table td #menurcorder,
#rcspecs #menu table td #menurcspecs,
#rccomments #menu table td #menurccomments,
#scunique #menu table td #menuscunique,
#scorder #menu table td #menuscorder,
#scspecs #menu table td #menuscspecs,
#sccomments #menu table td #menusccomments {
	background: #E1E8F7;
}

.highlight {
	background: #E1E8F7;
	padding: 5px;
	border: 1px solid #396ACC;
	color: #966;
	font-weight: bold;
}

.large {
	font-size: 1.4em;
	color: #900;
	font-weight: bolder;
}

.colored {
	color: #966;
	font-weight: bold;
}

.caption {
	color: #966;
	font-size: 0.9em;
}

#jumpmenu td a, #jumpmenu a:visited {
	color: #966;
	display: block;
	background: #FFF;
	padding: 2px;
}

#jumpmenu td a:hover, #jumpmenu td a:active, #jumpmenu td a:focus {
	color: #396ACC;
	text-decoration: none;
}

#formtable td {
	border: 1px solid #396ACC;
}

.shade {
	background: #E1E8F7;
	color: #966;
	font-weight: bold;
}

#howto ol li {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
