/* 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: #003399;
	text-decoration: none;
}
a:visited { color: #aaa; }
a:hover, a:focus {
	border-bottom-style: none;
	border-bottom-width: 1px;
	text-decoration: underline;
}
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: 9px;
	padding-left: 9px;
	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, .contact 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;
}




.inforight {
	display: block;
	float: right;
	width: 680px;
}



.inforight .picpricebox {
	display: block;
	float: left;
	width: 680px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

.inforight .pic {
	display: block;
	float: left;
	width: 210px;
}

.inforight .vidbox {
	display: block;
	float: left;
	width: 210px;
	background-color: #00FF66;
}


.inforight .product {
	width: 320px;
}

.inforight .pic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	display: block;
	padding-top: 8px;
}

.inforight .pic a:hover {
	text-decoration: underline;
}

.inforight .price {
	display: block;
	float: right;
	width: 430px;
	border: 1px solid #CCCCFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.inforight .smallprice {
	width: 360px;
}



.inforight .price h1, .inforight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.inforight .price h1 span, .inforight h1 span {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-image: none;
	font-size: 15px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-color: #cccccc;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.inforight .price h1 span.prodqp {
	color: #333366;
	font-weight: bold;	
}

.inforight h2 {
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.inforight h3 {
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #003366;
}


.inforight p, .inforight li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #333333;
}

.inforight li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #333333;
}

.inforight p a, .inforight li a {
	color: #003399;	
}

.inforight p a:hover, .inforight li a:hover {
	text-decoration: underline;
}


.inforight p a.topbutton2 {
	color: #8C2929;
	background-image: url(http://www.mide.com/images/top_2.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 32px;
	display: block;
	text-decoration: none;
	line-height: normal;
	background-color: #FBF0C6;
	height: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	border: 1px solid #DFB715;
	margin-left: 0px;
	margin-top: -9px;
}

.inforight p a.topbutton2:hover {
	background-image: url(http://www.mide.com/images/top_2.gif);
	background-color: #F0D35D;
}


.inforight #listfaq {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


.inforight #listfaq ol {
	margin: 0px;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.inforight #listfaq li {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 8px;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inforight #listfaq li span {
	color: #000000;
}

.inforight #listfaq li a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-left: -2px;
}

.inforight #listfaq a:hover {
	text-decoration: underline;
}


.inforight .infotop {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.infotop_price {
	display: block;
	float: right;
	padding: 0px;
	width: 380px;
	margin: 0px;
}

.wide2 {
width: 420px;
}

.inforight .infotop_price th {
	font-size: 11px;
	text-align: left;
	color: #0066CC;
	vertical-align: text-top;
	padding-bottom: 3px;
}


.inforight .infotop_price h1 {
	color: #FF0000;
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: normal;
	padding: 0px;
}

.inforight .price h4 {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	font-size: 18px;
	margin-right: 0px;
	line-height: 15px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.inforight .price h4 span {
	color: #990000;
}


.inforight .infotop_price h1 span {
	color: #FF0000;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}



.inforight .infotop_price optgroup {
	color: #333333;
	font-size: 11px;
	font-style: normal;
}


.infotop form {
	color: #000000;
	font-size: 11px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 430px;
	background-color: #FFFFCC;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.infotop form .price {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	text-align: left;
	float: left;
	font-weight: bold;
	border: 1px solid #E8E2E7;
	padding: 3px 10px;
	background-color: #ffffcc;
}

.infotop input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


.infotop input.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	width: 45px;
	color: #333333;
	font-weight: bold;
	background-image: url(http://www.mide.com/images/buy_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	background-color: #6FB942;
	text-transform: uppercase;
}

.infotop select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.inforight .prodtable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.infotop p {
margin:0px;
padding:0px;
font-size:11px;
color:#996600;
}

.infotop form input.green {
cursor: pointer;
}

.inforight .prodtable td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-style: none;
}

.inforight .prodtable td a {
	color: #003399;
	text-decoration: none;	
}

.inforight .prodtable td span {
	color: #E8E2E7;
}


.inforight .prodtable tr {
	border: none;
}

.inforight .prodtable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}


.inforight .tablenormal td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 18px;
}

.inforight .tablenormal td a, .inforight .tablenormal th a {
	color: #003399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.inforight .tablenormal td a:hover, .inforight .tablenormal th a:hover {
text-decoration: underline;
}

.inforight .tablenormal td span {
	color: #E8E2E7;
}


.inforight .tablenormal tr {
	border: none;
}

.inforight .tablenormal th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.inforight .tableborders {
border-collapse:collapse;
}

.inforight .tableborders th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
}

.inforight .tableborders td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 18px;
	border: 1px solid #CCCCCC;
}

.inforight .tableborders td.centreimg {
	text-align: center;
	padding: 10px;
}

.inforight .tableborders table {
}

.inforight .tableborders table {
}

.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-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.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;
	
}

.info .news {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 160px;
}

.image
{
	position:relative;
	/*top:125px;*/
	width:950px;
	height:207px;
	background-color: transparent;
	left: auto;
}

.spacer {
	clear: both;
}

.frontbox {
}

.frontboxes {
	background-image: url(http://www.mide.com/images/bg_frontboxes.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 10px;
	float: left;
	height: 141px;
	width: 201px;
	margin-right: 6px;
}

.frontbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
}

.frontbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


.formtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFE8B7;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
}


.formtable td {
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0px;
	text-align: left;
}

.formtable td .nopad {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}

.inforight #listul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


.inforight #listul ul {
	margin: 0px;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.inforight #listul li {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 8px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inforight #listul li span {
	color: #000000;
}

.inforight #listul li a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-left: -2px;
}

.inforight #listul a:hover {
	text-decoration: underline;
}


.inforight #listol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


.inforight #listol ol {
	margin: 0px;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.inforight #listol li {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 8px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inforight #listol li span {
	color: #000000;
}

.inforight #listol li a {
	color: #003399;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-left: -2px;
}

.inforight #listol a:hover {
	text-decoration: underline;
}

.sitemap {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sitemap h3 a {
	color: #990000;
	text-decoration: none;
}

.sitemap p a {
	font-size: 11px;
	color: #0033CC;
	text-decoration: none;
}

.sitemap p a strong {
	color: #000099;	
}

a:hover {
	text-decoration: underline;
}
