/* CSS Document */

/* Layout */
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
#content { padding-bottom: 180px; }
#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 180px;
	margin-top: -180px;
	width: 100%;
	padding: 0px;
	background-image: url(http://www.mide.com/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Theme */
body { font: .75em/normal "Verdana, Arial, Helvetica", sans-serif; }
a:link, a:hover, a:focus { color: #c6762f; }
a:visited { color: #aaa; }
a:hover, a:focus { border-bottom-style: none; border-bottom-width: 1px; }
p { margin-bottom: 1em; }
#about { padding: 50px; }
/*#footer {
	background-color: black;
	color: white;
	font-size: 12px;
	text-align: center;
	/*line-height: 125px;*/
	/*background-image: url(http://www.mide.com/images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}*/

.footerbox {
	display: block;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}

.footerbox .footertop {
	float: left;
	width: 950px;
	height: 32px;
	padding-top: 25px;
}

.footbox {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: block;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 11px;
	vertical-align: text-top;
	color: #666666;
	line-height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 14px;
}

.footbox a {
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.footbox a:hover {
	text-decoration: underline;
}


.footerbox .footerbottom {
float: left;
	width: 950px;
}

.footerbox .footerbottom p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #889EB7;
	text-decoration: none;
	font-weight: normal;
}

.footerbox .footerbottom p a strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #889EB7;
	text-decoration: none;
	font-weight: bold;
}

.footerbox .footerbottom p a:hover {
	color: #FF6600;
}

.footerbox .footerbottom div {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
}

/* reset.css - reset the default browser styling
 *
 * Type: transitional
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

/*:link,:visited
{ text-decoration:none }

ul,ol
{ list-style:none }

h1,h2,h3,h4,h5,h6,pre,code,kbd,input,select,textarea,table
{ font-size: 1em; }

dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,legend,input,select,textarea
{ margin:0; padding:0 }

a img,:link img,:visited img,abbr,acronym,fieldset,iframe
{ border:0;  }

address,abbr,cite
{ font-style:normal }

caption
{ text-align:left; }

q:before,q:after
{ content:''; }*/

/*   **************************** EXTRA STUFF ********************************* */

body {
	background-image: url(http://www.mide.com/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

.bannerblock {
	width: 100%;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 121px;
}

.banner {
	display: block;
	height: 91px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

.banner ul {
	display: block;
	height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 645px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 0px;
	width: 305px;
	text-align: right;
}

.banner li {
	display: block;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A2925;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.banner li a {
	font-size: 11px;
	color: #D8D8D8;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 13px;
	display: inline;
}



.banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF8800;
	padding: 5px 0px 0px 120px;
	margin: 0px;
	font-weight: normal;
}

.banner h1 span {
color: #FFFFFF;
}

.contact {
	display: block;
	float: right;
	margin-right: 20px;
}

.phone {
display: block;
	float: right;
}

.banner p {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

.banner a {
	text-decoration: none;
}

.banner li a:hover, .banner a:hover, .banner .contact p a:hover {
	color: #FFCC00;
	text-decoration:underline
}

#page_content {
	display: block;
	float: left;
	width: 950px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#page_content .b1 p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

.page_content .box p a {
}

.info {
	display: block;
	float: left;
	width: 950px;
	margin: 0px;
	padding:  0px;
}

.info .products {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 770px;
}

.info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3300;
	line-height: 16px;
	background-image: url(http://www.mide.com/images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 0px 5px 0px;
	margin:  0px 0px 15px 0px;
}

.info .products .productbox {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 190px;
	width: 248px;
	border: 1px solid #E1E1E1;
}

.info .products .productbox h1 {
	color: #660000;
	background-image: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

.info .products .productbox h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

.info .products .productbox ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
}

.info .products .productbox li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.imnews {
}


.image
{
	position:relative;
	/*top:125px;*/
	width:708px;
	height:187px;
	left: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.news
{
	/*top:125px;*/
	width:200px;
	height:177px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #fff;
	display: block;
	float: right;
	padding: 0px 10px 10px 0px;
}

.frontbox {
	display: block;
	float: left;
	width: 950px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.frontboxes {
	/*background-image: url(http://www.mide.com/images/bg_frontboxes.gif);
	background-repeat: no-repeat;*/
	display: block;
	float: left;
	width: 226px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.frontbox h1, .news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 11px;
	font-weight: normal;
	border-bottom-style: none;
	background-image: url(http://www.mide.com/images/bg_h1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: right top;
}

.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.news p a {
	color: #003366;
	text-decoration: none;
	
}

.news p a:hover {
	text-decoration: underline;
	
}

.frontboxes h2 {
	margin: 0px;
	padding: 0px;
}

.frontboxes h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 13px;
	width: 211px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.frontboxes h2 a strong {
	color: #e75613;
	
}



.frontboxes h2 a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 17px;
	color: #fff;
	background-image: url(http://www.mide.com/images/front_panels_volture.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 105px;
	margin: 10px 0px 0px -15px;
	padding: 92px 0px 0px 15px;
}

.frontboxes h2 a span em {
	color: #003366;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	display: block;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 205px;
	
}


.frontboxes h2 a span.qp {
 background-image: url(http://www.mide.com/images/front_panels_quickpack.gif);
}

.frontboxes h2 a span.bss {
 background-image: url(http://www.mide.com/images/front_panels_bss.gif);
}

.frontboxes h2 a span.sma {
 background-image: url(http://www.mide.com/images/front_panels_sma.gif);
}

.frontboxes h2 a span em:hover {
	text-decoration: underline;
}

.frontboxes h2 a span:hover {
	color: #FFCC66;
}

.spacer {
	clear: both;
}
a:hover {
	text-decoration: underline;
}