/* CSS Document */
@import url("thickbox.css");

body {
	margin:0;
	padding:0;
	background:#fff url(../images/tile.gif) 0 0 repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#380505;
}

a {color:#8D0101; text-decoration:none;}
a:hover {color:#000000;}

#wrap {
	width:684px; height:auto;
	margin:0 auto;
}

p, h1, h2, h3, ul, li, ol, dd, dt {margin:0; padding:0;}


#header {
	height:153px; width:684px;
	background:transparent url(../images/header.jpg) no-repeat;
	margin-top:21px;
}

#navigation {
	width:684px; height:37px;
	margin:4px 0 5px 0;
	position:relative;

}



#nav {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;


}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;



 }

#nav a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent:-999px;
		}

#nav a:hover {
	background-position: 0 -37px;
	}



#mhome a  {
	width: 83px;
	background: url('../images/nav/home.jpg') no-repeat;
	}
	
#mprofile a  {
	width:133px;
	background: url('../images/nav/profile.jpg') no-repeat;
	}
	
#mservice a  {
	width:83px;
	background: url('../images/nav/service.jpg') no-repeat;
	}

#mmould a  {
	width:162px;
	background: url('../images/nav/mould.jpg') no-repeat;
	}
	
#mfaq a  {
	width:48px;
	background: url('../images/nav/faq.jpg') no-repeat;
	}
	
#mproduct a  {
	width:86px;
	background: url('../images/nav/product.jpg') no-repeat;
	}
	
#mcontact a  {
	width:89px;
	background: url('../images/nav/contact.jpg') no-repeat;
	}
	

#content {
	width:684px; height:auto;
	margin-top:32px;
	padding-bottom:70px;
	min-height:402px; _height:402px;
	
}	


#content .text {
	width:406px; height:auto;
	float:left; 
	
}

#content .text2 {
	width:684px; height:auto;
}

#content .question, .answer {width:650px; height:auto; padding:10px; }

.question {
	background-color:#A32D2D;
	margin-top:20px;
	color:#FFFFFF;
}

.answer p {
	margin:0;
	padding:0;
}

.question b#wh {
	font-size:18px;
	padding-right:5px;
}

.answer b#re {
	font-size:18px;
	padding-right:5px;
	color:#A32D2D;
}


#content .right-column {
	width:244px; height:auto;
	float:left;
	clear:none;
	margin-left:22px;
	text-align:center;
}

.button a {
	width: 244px; height: 64px;
	background: url('../images/button_products.gif') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
}

.button a:hover {
	background-position: 0 -64px !important;
}


#content .set {
	border:1px solid #8A8A8A;
	text-align:center;
}

#content .group {
	margin-top:2px; margin-bottom:2px;
	
}

img {border:0;}

#content p {
	font:12px Arial, Helvetica, sans-serif;
	color:#380505;
	margin-top:20px;

}

ul.general {
	list-style-type: none;
	margin: 2em;
	float: left;
	width: 260px;
}

ul.general li {
	margin-bottom: 1em;
}

ul.general li a {
	background:url('../images/bg_button.gif') 0 0 no-repeat;
	width: 228px; height: 22px;
	padding: 8px 0 0 32px;
	display: block;
	color: #ffffff;
}

ul.general li a:hover {
	background-position: 0 -30px !important;
	color: #ffffff;
}
	
#foot {
	height:119px; 
	background:url(../images/tile_bottom.gif) repeat-x bottom;
}
	
#footer {
	width:684px; height:45px; position:relative;
	margin:0 auto;
	padding-top:36px;
	

}
	
#footer p {
	font:10px Arial, Helvetica, sans-serif;
	color:#8D0101; padding-top:16px;
}

h1 {
	font:14px Arial, Helvetica, sans-serif;
	color:#B03939;
	margin:11px 0 11px 0;
	font-weight:bold;
}
	
h1#product {margin:0;}
	
b {padding-right:5px;}

.clear {
	display: block;
	clear: both;
}

.width { 
	width: 100%; 
}

.item ul {
	list-style-type: none;
	margin: 0;
	display: block;
}

.item ul li {
	border-bottom: 1px solid #e7e8e9;
	padding: 20px 20px 15px 20px;
	width: 100%;
	display: block;
}

.item ul li .image {
	width: 110px;
	float: left;
	margin-right: 2.5em;
}

.item ul li .image img { border: 4px solid #cccccc; }

.item ul li .description {
	width: 520px;
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	