/*

	Theme Name: Molino Home Furnishings

	Theme URI: http://www.molinohomefurnishings.com/

	Description: Theme designed for Molino Home Furnishings

	Version: 1.0

	Author: Jared Mellentine

	Author URI: http://design.mellentine.com/
*/
body {
	margin: 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}
.menu {
	margin: 0;
	background-color: #000;
	padding: 5px;
	text-align: center;
}
.menu li {
	display: inline;
	list-style-type: none;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	margin: 5px;
}
#mainmenu li {
	font-size: 15px;
	margin: 5px;
}
.menu li a {
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
.menu li a:hover {
	color: #fff;
	background-color: #7c8cb5;
	text-decoration: none;
}
#page { position: absolute;  width: 906px;  left: 50%;  margin-left: -450px;  background-color: black;  border-right: 2px solid #999; }
#side {
	color: white;
	float: right;
	padding: 0 10px;
	width: 180px;
}
#wrapper {
	background-color: #000;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	color: #fff;
	float: left;
	position: relative;
	//position: absolute;
	width: 700px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 { font: bold 12px Arial, Helvetica, sans-serif;}
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: blue; }
.style4 {color: #FFFFFF; }
.style5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; }
.style9 {font-size: 24px
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #CC9900; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold; color: #CC9900; }
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer { text-align: center; clear: both; }
#footer a { text-decoration: none; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#copyright { font: normal 11px Arial, Helvetica, san-serif; }
hr { clear: both; margin: 1em 0; }

a img { border: 0; }

.contactform {
	position: static;
	overflow: hidden;
}
.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-weight: bold;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	//padding: 0;
	margin: 5px 0;
}
.contacterror {
	border: 2px solid #ff0000;
}
