@charset "UTF-8";

/*
	Tech Electrical.v1
	http://www.synthetic-designs.com/
	
	Base Stylesheet - Screen/Projection
*/

/* Basic Elements */
html {
	background-color: #333;
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #333;
	line-height: 1.55em;
}

/* Links */
a {
	color: #4060A7;
	text-decoration: none;
	border-bottom: 1px solid #CCDDB8;
}
a:hover, a:visited:hover {
	color: #C52E2E;
	text-decoration: none;
}
#footer a, #footer a:visited {
	color: #4060A7;
	font-weight: bold;
	border-bottom: 0;
}
#footer a:hover, #footer a:visited:hover { color: #F36654; }
#title a, #sidebar p.more a { border-bottom: 0; }
#title a:visited, #sidebar p.more a:visited { color: #4060A7; }
#title a:hover, #sidebar p.more a:hover { color: #F36654; }

/* Images */
img {
	border: 0;
	vertical-align: top;
}
#content img { 
	background-color: #fff;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCDDB8;
	margin: 5px 15px;
}
#content img.left { margin-left: 0; }
#content img.right { 
	margin-right: 0;
	margin-left: 5px;
	border-left: 10px solid #EBF4D9;
}
#content img.center { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Formating */
.left { float: left }
.right { float: right; }
.small { font-size: .9em; }
.large { font-size: 1.1em; }
.underline { text-decoration: underline; }
.noindent { text-indent: 0; }
.hidden { display: none; }
.notice {
	border-width: 3px 0;
	border-style: solid;
	border-color: #F36654;
	background-color: #F7C78A;
	padding: 15px;
	width: 450px;
	font-size: .9em;
	text-indent: 0;
}

/* Common Elements */
p, address {
	margin: 8px 0;
	text-indent: 0;
}
p.quote {
	background-color: #fff;
	padding: 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCDDB8;
	margin: 15px;
	color: #000;
	font-size: 0.85em;
}
p.quote.left { 
	width : 20em;
	margin-left: 0;
	margin-top: 5px;
}
p.quote.right { 
	width : 20em;
	margin-right: 0;
	margin-top: 5px;
}
* html h1 { margin-top: 0; } /* IE Fix */
h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #F36654;
	margin-bottom: .65em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCDDB8;
	color: #4060A7;
	line-height: 1.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #4060A7;
	margin-bottom: 0;
}
#content dl dt { margin: 7px 0 0; }
#content dl dd { margin: 0; }
#content input[type=text] { width: 15em; }
#content input[type=submit], #content input[type=text], #content textarea, #content select {
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}
#content input[type=text], #content textarea, #content select {
	border-top-color: #CCDDB8;
	border-left-color: #CCDDB8;
	border-bottom-color: #E3ECD4;
	border-right-color: #E3ECD4;
}
#content input[type=submit] {
	cursor: pointer;
	border-top-color: #E3ECD4;
	border-left-color: #E3ECD4;
	border-bottom-color: #CCDDB8;
	border-right-color: #CCDDB8;
}
#content select { padding: 1px; }
#content label { font-size: 1em; }
address { font-style: normal; }

/* Layout */
#container {
	position: relative;
	min-height: 100%;
	width: 63.35em; /* 760px */
	background: #EBF4D9 url("./images/header.bg.gif") repeat-x top;
	margin: 0 auto;
}
* html #container { height: 100%; } /* IE fix */
#header {
	position: relative;
	width: 100%;
	height: 105px;
	color: inherit;
	background: url("./images/header.img.gif") no-repeat right;
	border-bottom: 1px solid #333;
}
* html #wrapper { padding-top: 12px; } /* IE fix */
#wrapper {
	position: relative;
	width: 100%;
	z-index: 10;
}
#content {
	background: #EBF4D9 url("./images/content.bg.gif") repeat-x top;
	padding: 10px 15px 5px;
	width: auto;
}
#footer {
	width: 100%;
	padding: 4px 0;
	color: #59634C;
	font-size: 0.9em;
	background: #E8F0DB url("./images/footer.bg.gif") repeat-x top;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0;
}
#footer p { 
	text-indent: 0;
	padding: 0 15px; 
}
#footer p.design { display: none; }
#footer p.copyright { margin-bottom: 0; }
#footer p.links { 
	margin-top: 0;
	float: left;
}
#footer p.registration {
	margin-top: 0;
	float: right; 
}
#footer-clear {
	height: 5.25em;
	width: 100%;
	clear: both;
}

/* Content - Title */
#title {
	color: #59634C;
	width: auto;
	padding: 5px 15px 10px 15px;
	background: #CCDDB8 url("./images/title.bg.gif") repeat-x top;
	border-bottom: 1px solid #fff;
}
#title p.more {
	font-size: 1em;
	text-align: left;
}

/* Content - Sidebar */
#sidebar {
	float: right;
	width: 215px;
	margin: 5px 0 5px 15px;
	z-index: 20;
}
#sidebar div {
	padding: 0px 5px;
	margin: 0 0 10px 0;
}
#sidebar p, #sidebar address {
	text-indent: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}
#sidebar p.more {
	font-size: 1em;
	text-align: right;
}
#sidebar address { text-indent: 0; }
#sidebar span {
	margin: 4px 0px -2px 0px;
	display: block;
	border: none;
	color: #4060A7;
	font-weight: bold;
}
#sidebar ul { padding-left: 1.8em;}

/* Header - Navigation */
*html #header ul#navigation { bottom: -2px; }
#header ul#navigation {
	position: absolute;
	bottom: -1px;
	left: 0;
	margin: 0; 
	padding: 0 0 0 5px;
	width: auto;
	list-style: none;
}
#header ul#navigation li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 3px 0 0;
	border: 1px solid #333;
	background-color: #CCDDB8;
	filter: alpha(opacity=95);
	opacity: .95;
}
#header ul#navigation li a {
	line-height: 1.2em;
	display: block;
	padding: 4px 10px;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	border-bottom: 0;
}
#header ul#navigation li a:hover {
	background-color: #E8F0DB;
	color: #333;
}
#header ul#navigation li.selected { 
	border-bottom-color: #E8F0DB;
	filter: alpha(opacity=100);
	opacity: 1;
}
#header ul#navigation li.selected a {
	background-color: #E8F0DB;
	color: #333;
	font-weight: bold;
}