@charset "UTF-8";

/*
	Tech Electrical.v1
	http://www.synthetic-designs.com/
	
	Mobile Stylesheet - Handheld
*/

/* Basic Elements */
html { background: #EBF4D9; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	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.center { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Formating */
.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 {
	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: 0.9em; }
address { font-style: normal; }


/* Layout */
#header img { display: none; }
#header { 
	background: url("./images/mobile.header.logo.png") no-repeat top left;
	width: 198px;
	padding-top: 50px;
	font-size: 1.1em;
}
#footer { font-size: 0.9em; }
#footer p.design { display: none; }

/* Content - Sidebar */
#sidebar div {
	padding: 0px 5px;
	margin: 0 0 10px 0;
}
#sidebar p {
	text-indent: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}
#sidebar address p { text-indent: 0; }

/* Header - Navigation */