/* CSS Reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* STYLES */
body {
	background: #002b51 url(../images/bg.jpg) repeat-x;
	margin: 20px 0 20px 0;
}

#container {
	width: 984px;
	margin: 0 auto 0 auto;
}

#header {
	height: 148px;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: oblique;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

p, ol, ol li, td, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

ol {
	list-style: decimal;
	margin: 0 40px;
}

#nav {
	height: 33px;
	z-index: 2;
	position: relative;
	float: right;
	margin: 0 35px -12px 0;
}

#content {
	width: 984px;
	background: url(../images/content-bg.png) repeat-y;
	padding-top: 10px;
}

#left-nav {
	background: url(../images/left-bg.jpg) repeat-x;
	height: 509px;
	width: 244px;
	float: left;
	margin: 4px 0 0 13px;
}

#inner-nav {
	float: left;
	width: 221px;
	margin: 15px 0 0 10px;
	color: #FFFFFF;
}

#inner-nav a, #inner-nav a:link, #inner-nav a:active, #inner-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#inner-nav a:hover {
	color: #b8dff4;
}

#inner-nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	line-height: 27px;
}

#inner-nav ul li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px
}

#inner-nav ul ul {
	font-weight: normal;
	padding-left: 15px;
	list-style-image: none;
}

#inner-nav ul ul li {
	background: none;
	padding-left: 0;
}

#right-content {
	float: right;
	width: 708px;
	margin-right: 14px;
	margin-top: -8px;
}

#electronic {
	width: 710px;
	height: 157px;
	background: url(../images/electronics-bg.jpg) no-repeat;
	margin-top: -8px;
}

#industrial {
	width: 710px;
	height: 173px;
	background: url(../images/industrial-bg.jpg) no-repeat;
}

#hobby {
	width: 710px;
	height: 156px;
	background: url(../images/hobby-bg.jpg) no-repeat;
}

#select-forum {
	position: relative;
	z-index: 2;
}

#contact-mod {
	position: relative;
	z-index: 2;
	margin: 7px 20px 0 0;
}

.content-inner {
	padding: 16px 316px 0px 16px;
}	

#article-content p {
	margin: 20px;
}

#article-content {
	padding: 20px 25px 0px 25px;
}

#article-content td {
    /*borders and padding to make the table readable*/
    border: 1px solid #000;
    padding: .5em;
}

#article-content .noborders td {
	border: none;
}

#article-content a, #article-content a:link, #article-content a:active, #article-content a:visited {
	color: #095DA6;
	text-decoration: none;
}

#article-content a:hover {
	color: #095DA6;
	text-decoration: underline;
}

#article-content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	line-height: 27px;
}

#article-content ul li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px
}


strong {
	font-weight: bold;
}
