@charset "utf-8";
/* CSS Document */

html * {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-size: 62.5%;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #f7f5d3 url(images/technostics-background2.gif) top right no-repeat;
}

#wrapper {
	width: 760px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#header-wrap {
	height: 190px;
	width: 100%;
	background: url(images/header-bg2.gif) top repeat-x;
}

#menu-col {
	float: left;
	width: 220px;
	padding-right: 0px;
}

#mainNav {
	width: 220px;
	height: 156px;
	margin-bottom: 20px;
	background: url(images/mainNav-bg.gif) no-repeat;
}

#footer {
	border-top: #f7f5d3 solid 1px;
	background: url(images/footer-bg.gif) bottom no-repeat;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-top: 10px;
}


/* content styling
==============================*/

#content {
	width: 500px;
	background: #ffffdd;
	float: right;
}

#content p, #content h1, #content h2, #content ul, #content ol {
	padding-right: 10px;
}

#content h1 {
	color: #932721;
	font-size: 18px;
	padding: 20px 20px 10px 20px;
	background: url(images/content-top-bg.gif) no-repeat top center;
}

#content h2 {
	color: #932721;
	font-size: 14px;
	padding: 20px 20px 10px 20px;
}

#content p {
	color: #666666;
	font-size: 12px;
	padding: 10px 30px 10px 20px;
}

#content .highlight-txt {
	color: #932721;
}

#content ul {
	margin-left: 50px;
	font-size: 12px;
	color: #937221;
}


#content .image-float-left {
	float: left;
	padding: 0px 10px 5px 10px;
}

#content .image-float-right {
	float: right;
	padding: 0px 10px 5px 10px;
}

#content .image-float-left-b {
	float: left;
	padding: 0px 10px 5px 20px;
}

#content .image-float-right-b {
	float: right;
	padding: 0px 20px 5px 10px;
}

#content hr {
	color: #f7f5d3;
	width: 90%;
	height: 2px;
}



/* mainNav styling
==============================*/

#mainNav ul {
	padding: 20px 0px;
	color:#a99d83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	
	font-weight: normal;
}

#mainNav ul li {
	padding-left: 30px;
	background: url(images/menu-bg.gif) no-repeat top left;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	list-style: none;
}

#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #a99d83;
	text-decoration: none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #666666;
}

#mainNav #bullet1 {
	background: url(images/menu-bullet-1.gif) no-repeat 10px 50%;
}

#mainNav #bullet1:hover {
	background: url(images/menu-bullet-1-o.gif) no-repeat 10px 50%;
}

#mainNav #bullet2 {
	background: url(images/menu-bullet-2.gif) no-repeat 10px 50%;
}

#mainNav #bullet2:hover {
	background: url(images/menu-bullet-2-o.gif) no-repeat 10px 50%;
}

#mainNav #bullet3 {
	background: url(images/menu-bullet-3.gif) no-repeat 10px 50%;
}

#mainNav #bullet3:hover {
	background: url(images/menu-bullet-3-o.gif) no-repeat 10px 50%;
}

#mainNav #bullet4 {
	background: url(images/menu-bullet-4.gif) no-repeat 10px 50%;
}

#mainNav #bullet4:hover {
	background: url(images/menu-bullet-4-o.gif) no-repeat 10px 50%;
}

#mainNav #bullet5 {
	background: url(images/menu-bullet-5.gif) no-repeat 10px 50%;
}

#mainNav #bullet5:hover {
	background: url(images/menu-bullet-5-o.gif) no-repeat 10px 50%;
}


/* sub navigation styling
===================================*/

#mainNav li { /* all list items */
	width: 220px; /* width needed or else Opera goes nuts */
}

#mainNav li ul { /* second-level lists */
	font-size: 10px;
	position: absolute;
	width: 200px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainNav ul li ul li {
	width: 220px;
	background: url(images/sub-menu-bg2.jpg) no-repeat left;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#mainNav li ul .menutitle { 
	background: #f0ecca;
	color: #b49e7a;
	width: 190px;
	height:20px;
	line-height: 20px;
	font-weight: bold;
}


#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: 220px;
	margin-top: -5px;
	margin-left: 0px;
	
}

#mainNav .flyout {
	padding: 0px;
}

/* additional info styling
===================================*/

#add-info {
	width: 220px;
	background: url(images/menu-bg.gif) bottom left no-repeat;
}

#add-info h3 {
	color: #932721;
	background:url(images/menu-bg-top.gif) top left no-repeat;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: normal;
}

#add-info ul {
	padding: 10px 0px;
	color:#a99d83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
}

#add-info ul li {
	padding-left: 15px;
	margin-left: 20px;
	line-height: 15px;
	list-style: none;
	background: url(images/menu-small-bullet-1.gif) no-repeat 0 50%;
}

#add-info ul li a:link, #add-info ul li a:visited {
	color: #a99d83;
	text-decoration: none;
}

#add-info ul li a:hover, #add-info ul li a:active {
	color: #666666;
}




/* header stlying
=================================*/

#header-wrap #techimg {
	float: left;
	clear: left;
}

#header-wrap #subNav {
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	float: right;
	clear: right;
	padding-right: 20px;
}

#header-wrap #subNav a:link, #header-wrap #subNav a:visited {
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
}

#header-wrap #subNav a:hover, #header-wrap #subNav a:active {
	color:#000000;
}

#header-wrap #techtitle {
	height: 100px;
	float: right;
	clear: right;
}



/* footer styling
==============================*/

#copy-text {
	float: left;
	padding-left: 20px;
}

#procom-text {
	float: right;
	padding-right: 20px;
	margin-top: -3px;
}


/* contact form
============================ */

.textbox1 {
	border: 1px;
	border-style:solid;
	border-color:#CCCCCC;
	width: 270px;
}


/* breadcrumb
============================ */

#bread {
	font-size: 10px;
	position: absolute;
	top: 175px;
	left: 280px;
	width: 500px;
}

#bread a:link, #bread a:visited {
	color: #937221;
	text-decoration:none;
}

