body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline }

img { border: none }

p { margin: 0 0 5px 0 }

.clr { clear: both }

/* .rounded.corner.............................................................................................. */
.topc, .botc { display: block }
.topc *, .botc * {
	height: 1px;
	overflow: hidden;
	display: block;
}
.r1 { margin: 0 5px}
.r2 { margin: 0 3px}
.r3 { margin: 0 2px}
.r4 {
	height: 2px;
	margin: 0 1px;
}
/* .rounded.corner.............................................................................................. */

.cat {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.cat2 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: capitalize;
}

.mcontent { padding: 10px }

/* .THIS.IS.HEADER.............................................................................................. */
#header {
	width: 960px;
	margin: 10px auto 0 auto;
}
#header .hcontent {
	height: 80px;
	padding: 10px 20px;
}
#header .hcontent .logo {
	padding-top: 5px;
	font-size: 24px;
}
#header .hcontent .logo a:hover { text-decoration: none }
#header .hcontent .logo img {
	height: 60px;
	margin-right: 10px;
	float: left;
}
#header .hcontent .logoname {
	margin-top: 15px;
	font-size: 24px;
}
#header .hcontent .logodesc {
	font-size: 12px;
	font-weight: normal;
}
/* .THIS.IS.HEADER.............................................................................................. */

/* .THIS.IS.MAINMENU............................................................................................ */
#mainmenu {
	width: 950px;
	height: 30px;
	margin: auto;
	padding: 5px 5px 0 5px;
}
#mainmenu ul.menu, #mainmenu ul.menu li, #left .product ul, #left .product li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu ul.menu li { 
	float: left;
	width: 120px; 
}
#mainmenu ul.menu a {
	text-align: center;	
	height: 30px;
	line-height: 27px;
	margin-right: 1px;
	padding: 0 20px;
	font-size: 12px;
	text-transform: capitalize;
	display: block;
}
#mainmenu ul.menu a:hover, #mainmenu ul.menu a.active { text-decoration: none }
/* .THIS.IS.MAINMENU............................................................................................ */

/* .THIS.IS.BODY................................................................................................ */
#body {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

/* .THIS.IS.BODY.LEFT........................................................................................... */
#left {
	width: 210px;
	margin-right: 10px;
	float: left;
}
#left .product {
	width: 208px;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	
}
#left .product li a {
	height: 22px;
	line-height: 20px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}
#left .product li a:hover { text-decoration: none }

#left .contact {
	width: 208px;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
}
/* .THIS.IS.BODY.LEFT........................................................................................... */

/* .THIS.IS.BODY.RIGHT.......................................................................................... */
#right {
	width: 740px;
	float: right;
}
#right .content {
	width: 715px;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	float:left;
	border:1px solid #000;
	padding-bottom: 20px;	
}
#right .content .title{
	height: 20px;
	background-color: #ff0000;
	border-bottom-style: solid;
	border-bottom-width: 4px;	
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

#right .content .mix{
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-bottom: 20px;	
}

#right .content .mix img {
	width: 120px;
	height: 120px;
	margin-right: 10px;
	margin-top: 10px;
	border-width: 5px;
	border-style: solid;
	float: left;
	border:2px solid #000;
}

#right .content .mix .box{
	width: 150px;
	padding: 5px 10px 5px 5px;
	border-width: 1px;
	border-style: solid;
	float:left;
	border:0px solid #000;
	margin-bottom: 10px;
}


#right .content .latproduct {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
	
}
#right .content .latproduct .box {
	width: 140px;
	padding: 25px 25px 5px 5px;
	float: left;
	border:0px solid #000;

}
#right .content .latproduct .box img {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;

}
#right .content .latproduct .title {
	font-size: 20px;
	padding-top: 20px;

}
/* .THIS.IS.BODY.RIGHT.......................................................................................... */

/* .THIS.IS.BODY................................................................................................ */

/* .THIS.IS.FOOTER.............................................................................................. */
#footer {
	width: 960px;
	margin: 0 auto;
}
#footer .fcontent {
	height: 30px;
	padding: 10px 20px;
	text-align: center;
}
/* .THIS.IS.FOOTER.............................................................................................. */

