@import url("tech_color.css");
@import url("tech_fonts.css");
@import url("../gallery/themes/technitrol/zen.css");
@import url("tech_tablescroll.css");

/* --------------------------------------------------------------------------------- general rules */

/* Tantek's undohtml.css */
html,body,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,hr/*,ul,ol,li*/ { margin:0; padding:0 }
img, table, td, th, tr {border:none; }
/*ul,ol { list-style:none }*/
div.clearboth {
    clear: both;
}
/* Clear active outlines */
a:active {
    outline: none;
}
:focus {
-moz-outline-style: none;
}

/* --------------------------------------------------------------------------------- links */

h1 a {
    display: block;
	height: 165px;
}
div#navigation a {
    display: block;
	height: 35px;
	position: absolute;
	top: 0;
}
a#navhome {
    width: 80px;
	left: 0;
}
a#navprod {
    width: 94px;
	left: 80px;
}
a#navabout {
    width: 89px;
	left: 174px;
}
a#navgal {
    width: 81px;
	left: 263px;
}
a#navcontact {
    width: 131px;
	left: 344px;
}
a#pearllink {
    position: absolute;
	display: block;
	width: 75px;
	height: 75px;
	right: 12px;
	top: 10px;
}
a.newslink {
    display: block;
	padding: 2px 4px;
	margin: 4px auto;
	width: 80%;
}
div#cmsnav ul a {
    padding: 0 0 3px;
}

/* --------------------------------------------------------------------------------- headings */

h1 {
    height: 165px;
}
h2 {
    margin: 5px 0;
}
div#frontnews h2, div#directions h2, div#rfq h2 {
    margin: 0 0 10px;
	height: 38px;
}

/* --------------------------------------------------------------------------------- layout divs */

div#container {
    width: 750px;
    margin: 0 auto;
}
div#header {
    position: relative;
	height: 200px;
}
img#headerlogo {
    display: none;
}
div#navigation {
    height: 35px;
	width: 475px;
	position: absolute;
	left: 0;
	top: 165px;
}
div#search {
    height: 35px;
	width: 275px;
	position: absolute;
	left: 475px;
	top: 165px;
}
input#searchbox {
    width: 142px;
	height: 17px;
	padding: 5px 2px 0 2px;
	position: absolute;
	left: 68px;
	top: 6px;
}
input#gobutton {
    width: 51px;
	height: 26px;
	position: absolute;
	left: 220px;
	top: 5px;
}
div#searchResult {
	width: 135px;
	padding: 3px;
	position: absolute;
	left: 68px;
	top: 28px;
	z-index: 10 !important;
	display: none;
}
div#contentwrap {
    margin-top: 12px;
}
div#sidebar {
    float: right;
	width: 275px;
}
div#weather {
    position: relative;
	width: 255px;
	height: 194px;
	padding: 10px;
}
div#frontnews, div#directions, div#rfq {
	width: 275px;
	min-height: 150px;
	padding-bottom: 10px;
	margin-top: 10px;
}
div#directions {
    margin-top: 0;
}
div#main {
    margin-right: 10px;
	width: 465px;
	padding-bottom: 10px;
}
body#techgal div#main {
    width: 690px;
}
body#cms div#main, body#products div#main {
    width: 720px;
    text-align: left;
	margin: 7px auto 0;
	padding: 10px 15px;
}
div#content {
    padding: 0 10px;
}
div#content p, body#cms div#main p {
    margin: 0 0 10px;
}
div#footer {
    clear: both;
	margin-top: 7px;
	height: 88px;
	position: relative;
}
img#weatherimg {
    position: absolute;
	left: -16px;
	top: -25px;
	z-index: 5;
}
p#weathertemp {
    position: absolute;
	right: 10px;
	top: 0px;
}
p#weathercity {
    position: absolute;
	right: 10px;
	top: 45px;
	width: 235px;
	padding-bottom: 5px;
}
p#weathertext {
    position: absolute;
	right: 10px;
	top: 72px;
}
div#forecast {
    position: absolute;
	top: 92px;
	left: 10px;
}
div#forecast div.day {
    float: left;
	width: 78px;
}
html>body div#forecast div.day {
    width: 82px;
}
div.day span {
    display: block;
}
div.day p {
    margin-top: 5px;
}
div#frontnews p {
    margin: 10px;
}
div#map {
    width: 450px;
	height: 400px;
	margin: 10px auto;
}
div#maphtml img {
    display: block;
	margin: 0 auto;
	width: 145px;
	height: 68px;
}
div#login {
    width: 450px;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -225px;
}
p#message {
    padding: 5px;
	margin: 10px auto;
	width: 500px;
}
body#contact p#message {
    width: 90%;
}
div#deletebox {
    width: 450px;
	padding: 10px;
	margin: 10px auto;
}
div#deletebox p {
    margin: 10px 0;
}
div#requestform {
	margin: 10px auto;
	width: 600px;
	padding: 5px 20px;
}


/* --------------------------------------------------------------------------------- lists */

div#navigation ul {
    width: 475px;
	height: 35px;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
    margin: 0;
	padding: 0;
	float: left;
}
div#searchResult ul, div#searchResult li, div#frontnews ul, div#frontnews li {
    margin: 0;
	padding: 0;
	list-style: none;
}
div#searchResult li {
    padding: 0 0 2px 5px;
}
div#frontnews ul {
    padding-left: 10px;
}
div#frontnews li {
	margin: 10px 0;
}

dl#contactinfo {
    padding: 20px;
}
dl#contactinfo dd {
    margin-left: 25px;
}

div#cmsnav ul {
    padding: 7px 0;
}
div#cmsnav ul li {
    display: inline;
	margin: 0 5px;
}

html>body div#directions ol {
    padding-left: 30px;
	margin-right: 5px;
}


/* --------------------------------------------------------------------------------- tables */



/* --------------------------------------------------------------------------------- forms */

fieldset {
    padding: 15px;
	width: 85%;
	margin: 10px auto;
}
legend {
    padding: 5px 8px;
}
label {
    display: block;
	padding: 3px 0;
}
input#headline {
    width: 300px;
}
body#cms textarea {
    width: 600px;
}
div#rfq form {
    padding: 5px 10px;
}
div#rfq textarea {
    width: 230px;
}

label {
    font-weight: bold;
}
label.required {
    padding-left: 22px;
    background-image: url(/img/required.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
label.problem {
    padding-left: 22px;
    background-image: url(/img/caution.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
label.completed {
    padding-left: 22px;
    background-image: url(/img/complete.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
} 
div#requestform textarea {
    width: 400px;
}
div#requestform img {
	vertical-align: text-bottom;
}
div#requestform input {
    margin-bottom: 10px;
}

/* --------------------------------------------------------------------------------- other elements */

