@import url('form.css');
@import url('mod.order.userinfo.css');

body {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	background: url(../images/body-bg.gif) repeat-x #b8afa0;
	
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

img {
	border: 0px;
}

a {
	color: #b02924;
	text-decoration: underline;
}

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

h1 {
	font-size: 18px;
	color: #b02924;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
}

	h1 a:hover,
	h1 a {
		text-decoration: none;
	}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

div#top {
	height: 110px;
	background: url(../images/header-bg.gif) repeat-x;
	text-align: center;
}

	div#top div#header {
		width: 972px;
		margin: 0px auto 0px auto;
		padding: 0px;
		height: 110px;
		background: url(../images/header.gif) no-repeat;
		text-align: left;
	}
	
		div#top div#header a#logo {
			width: 330px;
			height: 110px;
			display: block;
			float: left;
		}
		
			div#top div#header a#logo span {
				display: none;
			}
			
		div#top div#header a {
			color: #5c5750;
			text-decoration: none;
		}
		
			div#top div#header a:hover {
				color: #000;
			}
		
		div#top div#header p {
			margin: 0px;
			padding: 0px;
		}
		
		div#top div#header div#address {
			float: left;
			font-size: 10px;
			color: #5c5750;
			padding: 25px 0px 0px 34px;
		}

		div#top div#header div#address_contact {
			float: left;
			font-size: 10px;
			color: #5c5750;
			padding: 25px 0px 0px 42px;
		}
		
		div#top div#header div#logo-molecaten {
			width: 175px;
			height: 110px;
			float: right;
		}
		
			div#top div#header div#logo-molecaten a {
				display: block;
				width: 175px;
				height: 110px;
			}

				div#top div#header div#logo-molecaten a span {
					display: none;
				}

div#background {
	background: #e4ded4;	
	text-align: center;
}

	div#container {
		width: 972px;
		margin: 0px auto 0px auto;
		text-align: left;
	}
	
		div#menu {
			width: 972px;
			height: 33px;
			background: url(../images/menu.gif) no-repeat;
		}
		
			div#menu ul {
				margin: 0px;
				padding: 10px 0px 0px 70px;
				list-style: none;
			}
			
				div#menu ul li {
					margin: 0px;
					padding: 0px 22px 0px 0px;
					float: left;
				}
				
					div#menu ul li a {
						color: #fff;
						text-decoration: none;
						font-weight: bold;
					}
					
						div#menu ul li.active a,
						div#menu ul li a:hover {
							color: #000;
						}
		
		div#main {
			width: 972px;
			background: url(../images/main-bg.gif) repeat-y;
			clear: both;
		}
		
			div#left {
				width: 364px;
				float: left;
			}
			
				div#left p {
					margin: 0px;
					padding: 0px;
				}
			
			div#content {
				width: 608px;
				float: left;
				background: url(../images/menu-bottom.gif) no-repeat;
				position: relative;
			}
			
				div#content div.space {
					padding: 25px 20px 20px 20px;
				}
				
				div#content div.space-submenu {
					padding: 75px 20px 20px 20px;
				}
				
				div#content table {
					margin: 0px;
					padding: 0px;
				}
				
					div#content table td {
						padding: 5px 10px 5px 0px;
						border-bottom: 1px solid #dedbd7;
					}

div#bottom {
	background: url(../images/footer-bg.gif) repeat-x 0px bottom;
	border-top: 6px solid #110b13;
}

	div#bottom p {
		text-align: center;
		margin: 0px;
		padding: 20px 0px 60px 0px;
		font-size: 10px;
	}
	
	div#bottom a {
		color: #000;
		text-decoration: none;
	}
	
span.date {
	color: #968d80;
}

div#submenu {
	width: 608px;
	height: 62px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/submenu.gif) no-repeat;
	z-index: 10;
}

	div#submenu ul {
		margin: 0px;
		padding: 20px 0px 0px 20px;
		list-style: none;
	}
	
		div#submenu ul li {
			padding: 0px 20px 0px 0px;
			margin: 0px;
			float: left;
		}
		
		div#submenu ul li.active a {
			text-decoration: none;
			color: #000;
		}

/* newsletter */
form.newsletter p {
	clear: both;
}

form.newsletter label {
	float: left;
	width: 150px;
}

form.newsletter input#email {
	float: left;
	width: 150px;
}

form.newsletter input.submit {
	float: none;
	margin-left: 150px;
}
