/* CSS Document */

body {
	font: .8em Arial, Helvetica, Verdana, sans-serif;
	color: #181818;
}

a:link {
	color: #09af00;
	text-decoration: none;
}

a:visited {
	color: #09af00;
	text-decoration: none;
}

a:hover {
	color: #0bd300;
	text-decoration: underline;
}

a:active {
	color: #0bd300;
	text-decoration: underline;
}

/* MAIN NAV */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	padding: 5px 0px 0px 635px;
}

#nav a {
	display: block;
	text-decoration: none;
	/*width: 10em;*/
}

#nav li {
	float: left;
	/*width: 10em;*/
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	padding-top: 0px;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1.7em 0 0 10.3em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul a {
	color: #181818;
	width: 120px;
	text-align: left;
	padding: 5px;
	background-color: #cdcdcd;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #181818;
}

#nav li ul li a.first {
	border-top: 1px solid #181818;
}

#nav li ul li a:hover {
	color: #056300;
	border-left: 1px solid #056300;
	border-right: 1px solid #056300;
	border-bottom: 1px solid #056300;
	background-color: #ffffff;
}

#nav li ul li a.first:hover {
	border-top: 1px solid #056300;
}

/* Fix on-focus bug in IE7 */
#nav li:hover, #nav li.hover {
    position: static;
}
/* / Fix on-focus bug in IE7 */


/* Start individual button declarations */

#home_butt {
	text-align: center;
	padding: 3px 0px 0px 0px;
	width: 54px;
	height: 17px;
	background: #000000 url(http://www.connecticutmicrowave.com/images/nav/home.gif) no-repeat top center;
}

#home_butt a {
	color: #ffffff;
	text-decoration: none;
}

#home_butt:hover {
	background: #078800 url(http://www.connecticutmicrowave.com/images/nav/home-hover.gif) no-repeat top center;
}

#products_butt {
	text-align: center;
	width: 72px;
	padding: 3px 0px 0px 0px;
	height: 17px;
	background: #000000 url(http://www.connecticutmicrowave.com/images/nav/products.gif) no-repeat top center;
	color: #ffffff;
}

#products_butt:hover {
	background: #078800 url(http://www.connecticutmicrowave.com/images/nav/products-hover.gif) no-repeat top center;
}

#our_company_butt {
	text-align: center;
	width: 106px;
	padding: 3px 0px 0px 0px;
	height: 17px;
	background: #000000 url(http://www.connecticutmicrowave.com/images/nav/our-company.gif) no-repeat top center;
	color: #ffffff;
}

#our_company_butt a {
	color: #ffffff;
	text-decoration: none;
}

#our_company_butt:hover {
	background: #078800 url(http://www.connecticutmicrowave.com/images/nav/our-company-hover.gif) no-repeat top center;
}

#contact_us_butt {
	text-align: center;
	width: 87px;
	padding: 3px 0px 0px 0px;
	height: 17px;
	background: #000000 url(http://www.connecticutmicrowave.com/images/nav/contact-us.gif) no-repeat top center;
}

#contact_us_butt a {
	color: #ffffff;
	text-decoration: none;
}

#contact_us_butt:hover {
	background: #078800 url(http://www.connecticutmicrowave.com/images/nav/contact-us-hover.gif) no-repeat top center;
}


/* End individual button declarations */

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* End individual button declarations */

/* /MAIN NAV */


#main_container {
	width: 980px;
	margin: 10px auto;
	padding: 0px;
}

#header {
	width: 980px;
	height: 98px;
	background: transparent url(../images/layout/top.gif) no-repeat top right;
	display: block;
}

#logo {
	float: left;
	vertical-align: top;
}

#slogan {
	float: left;
	padding: 30px 0px 0px 50px;
}

#search_form {
	float: right;
	margin: 0px;
	padding: 30px 30px 0px 0px;
}

#query {
	float: left;
	width: 180px;
	height: 16px;
	padding: 0px;
	margin: 6px 8px 0px 0px;
	border: 0px;
}

#search_button {
	color: #ffffff;
	width: 68px;
	height: 27px;
	background: transparent url(../images/layout/search-button.gif) no-repeat top center;
	border: 0px;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	cursor: pointer;
}

#footer {
	background: transparent url(../images/layout/footer-back.gif) repeat-x top left;
	height: 25px;
	border: 1px solid #181818;
	margin: 25px 0px;
	font-size: 11px;
	padding-left: 190px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer li {
	float: left;
	list-style-type: none;
	/*list-style-image: url(../images/layout/footer-dot.gif);*/
	padding: 5px 0px 6px 0px;
	text-align: center;
	margin: 0px 20px 0px 0px;
}

#footer li:hover {
	/*list-style-image: none;*/
}

#footer #ft_home {
	width: 49px;
}

#footer #ft_home:hover {
	background: transparent url(../images/nav/footer-home-hover.gif) no-repeat left center;
}

#footer #ft_srvcs {
	width: 61px;
}

#footer #ft_srvcs:hover {
	background: transparent url(../images/nav/footer-services-hover.gif) no-repeat left center;
}

#footer #prods {
	width: 63px;
}

#footer #prods:hover {
	background: transparent url(../images/nav/footer-prod-hover.gif) no-repeat left center;
}

#footer #comp {
	width: 92px;
}

#footer #comp:hover {
	background: transparent url(../images/nav/footer-comp-hover.gif) no-repeat left center;
}

#footer #cntct {
	width: 59px;
}

#footer #cntct:hover {
	background: transparent url(../images/nav/footer-cntc-hover.gif) no-repeat left center;
}

#footer #rep {
	width: 105px;
}

#footer #rep:hover {
	background: transparent url(../images/nav/footer-rep-hover.gif) no-repeat left center;
}

#footer #faq {
	width: 40px;
}

#footer #faq:hover {
	background: transparent url(../images/nav/footer-faq-hover.gif) no-repeat left center;
}

#footer #pol {
	width: 58px;
}

#footer #pol:hover {
	background: transparent url(../images/nav/footer-pol-hover.gif) no-repeat left center;
}

#footer #map {
	width: 64px;
}

#footer #map:hover {
	background: transparent url(../images/nav/footer-map-hover.gif) no-repeat left center;
}

#sub_foot {
	text-align: center;
	font-size: .8em;
}

/* ADMIN WHEN LOGGED ON GEN PAGES */

#meta {
	width: 800px;
	margin: 0px auto;
}

#meta label {
	display: block;
	float: left;
	width: 125px;
}

#meta fieldset {
	border: 1px solid #000000;
	background: transparent url(http://www.connecticutmicrowave.com/images/layout/gen-back-grey.gif) repeat-x top left;
}

#meta legend {
	border: 2px solid #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #000000 url(http://www.connecticutmicrowave.com/images/layout/gen-back-green.gif) repeat-x top left;
}

#logout {
	text-align: right;
	margin: 5px;
}

#show_landing {
	padding: 20px;
}

/* ADMIN WHEN LOGGED ON GEN PAGES */

.err_msg {
	color: #ff0000;
	font-weight: bold;
	margin: 3px 0px;
}

.scss_msg {
	color: #078800;
	font-weight: bold;
	margin: 3px 0px;
}

#non_show {
	margin: 20px auto;
	width: 300px;
	border: 1px solid #cdcdcd;
	background-color: #f0f0f0;
	text-align: center;
	padding: 10px;
}

.contact_box {
	margin: 10px auto 25px auto;
}

#email_cntc {
	background: transparent url(../images/email.gif) no-repeat left center;
	padding: 15px 0px 15px 45px;
	border-bottom: 1px solid #056300;
	margin: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #078800;
}

#phone_cntc {
	background: transparent url(../images/phone.gif) no-repeat left center;
	padding: 15px 0px 15px 45px;
	border-bottom: 1px solid #056300;
	margin: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #078800;
}

#mail_cntc {
	background: transparent url(../images/adress.gif) no-repeat left center;
	padding: 15px 0px 15px 45px;
	border-bottom: 1px solid #056300;
	margin: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #078800;
}



