/** McNaughton Dynamics Style Sheet **/

/** SETTING UP THE BODY WITH A BASE FONT SIZE **/
body {
	font-size: 80%;
	font-family: verdana, sans-serif;
	margin: 0;
}

/** RESIZABLE VALUES FOR IE **/
html body {
	font: 80%/1.5em verdana, sans-serif;
}

/** MAIN WRAPPER HOLDING COMPLETE PAGE TOGETHER, CENTRED IN WINDOW **/
#wrapper {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	border-left: 1px solid #245399;
	border-right: 1px solid #245399;
	border-top: 5px solid #245399;
	border-bottom: 1px solid #245399;
	background-color: #fff;
}

/** SECTION HEADER **/
#header {
	width: 760px;
	height: 265px;
	background-color: #245399;
}

/** MAIN NAV **/
#main_nav {
	position: absolute;
	width: 760px;
	height: 30px;
	background-color: #245399;
	margin-top: -155px;
	font-size: 10px;
}

#main_nav ul {
	text-align: right;
	padding: 0 5px 0 0;
}

#main_nav li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
}

#main_nav a {
	color: #ebebeb;
	text-decoration: none;
}

#main_nav a:hover {
	color: #fff;
}

/** SUB NAV **/

#sub_nav {
	position: relative;
	background-color: #245399;
	height: 30px;
	margin-top: -1em;
	padding-top: 0;
}

#sub_nav ul {
	font-size: 10px;
	text-align: right;
	padding: 0 5px 0 0;
}

#sub_nav li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
}

#sub_nav a {
	color: #ebebeb;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #fff;
}

/** LEFT COLUMN**/
#leftcolumn {
	float: left;
	width: 300px;
	margin: 0;
}

#leftcolumn p {
	padding: 30px 25px 0 35px;
}

#leftcolumn a {
	text-decoration: none;
	color: #245399;
	font-weight: bold;
}

#leftcolumn a:hover {
	background-color: #ebebeb;
}

/** RIGHT COLUMN **/
#rightcolumn {
	float: right;
	width: 458px;
	padding-bottom: 30px;
}

#rightcolumn p {
	font-size: 0.9em;
	margin-bottom: 20px;
	padding-right: 20px;
}

#rightcolumn a {
	text-decoration: none;
	color: #245399;
	font-weight: bold;
}

#rightcolumn a:hover {
	background-color: #ebebeb;
}

#rightcolumn ul {
	list-style-type: none;
	color: #245399;
	padding: 0 40px 0 40px;
}

#rightcolumn li {
	font-size: 0.9em;
	padding-bottom: 0.8em;
}

#rightcolumn li:before {
	content: "\00BB \0020";
}

/** SINGLE COLUMN FOR PRODUCT APPLICATIONS**/
#singlecolumn {
	width: 690px;
	padding-bottom: 30px;
	margin-left: 35px;
	margin-right: 35px;
}

#singlecolumn p {
	font-size: 0.9em;
}

#singlecolumn ul {
	list-style-type: none;
	color: #245399;
	padding: 0 40px 0 40px;
}

#singlecolumn li {
	font-size: 0.9em;
	padding-bottom: 0.8em;
}

#singlecolumn li:before {
	content: "\00BB \0020";
}

#singlecolumn a {
	text-decoration: none;
	color: #245399;
	font-weight: bold;
}

#singlecolumn a:hover {
	background-color: #ebebeb;
}

/** GALLERY **/
#gallery_title {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #245399;
}

#gallery_title p {
	padding: 5px 0 5px 35px;
	color: #fff;
	font-size: 1.1em;
}

#gallery {
	clear: both;
	margin-right: 35px;
	margin-left: 35px;
}

.galleryimg {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #245399;
}

.gallerycopy {
	padding-top: 10px;
}

/** FOOTER AND COMPANY INFO **/
#site_info {
	width: 100%;
	background-color: #245399;
	height: auto;
	text-align: center;
	font-size: 0.8em;
	color: #ebebeb;
}

#site_info a {
	color: #ebebeb;
	text-decoration: none;
}

#site_info a:hover {
	color: #fff;
}

#site_info ul {
	padding: 0.5em 0 0 0;
	margin: 0;
	list-style-type: none;
}

#site_info li {
	display: inline;
	margin: 0 0.3em;
}

/*~~~~~~~~~~ HEADERS ~~~~~~~~~~*/
h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #245399;
	padding-top: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #245399;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #245399;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
	color: #ccc;
}

/*~~~~~~~~~~ CLASSES ~~~~~~~~~~*/

.highlight {
	font-weight: bold;
	color: white;
}

.quote {
	font-style: italic;
}

.firstpara {
	font-weight: bold;
}

.frame {
	border: 1px solid #245399;
}

.imageinsert {
	float: right;
	padding: 5px 5px 5px 0;
}

.address {
	color: #245399;
	font-size: 1.2em;
	line-height: 1.5em;
}

.note {
	font-size: 0.8em;
	color: #666;
}

/*~~~~~~~~~~ SPECIFICATION TABLE ~~~~~~~~~~*/

caption {
	color: #245399;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
	margin-left: 35px;
}

#leftcolumn td {
	border-right: 1px solid #245399;
	border-bottom: 1px solid #245399;
	font-size: 0.8em;
	padding: 2px;
}

#leftcolumn table {
	margin-left: 35px;
	padding-left: 0;
	border-left: 1px solid #245399;
	margin-bottom: 20px;
	border-top: 1px solid #245399;
	border-bottom: 1px solid #245399;
	border-collapse: collapse;
	width: 240px;
}

tr.odd {
		background-color: #F3F6F8;
}

td.title {
	color: #245399;
	font-weight: bold;
}

td.spec {
	color: #666;
