/**
 * File: http://www.calisahomedecor.com/assets/templates/main/css/styles.css
 */

.black {color:#000000;}
.white {color:#FFFFFF;}
.darkergrey {color:#333333;}
.darkgrey {color:#555555;}
.grey {color:#707070;}
.lightgrey {color:#AAAAAA;}
.lightergrey {color:#CCCCCC;}
.darkblue {color:#095575;}
.blue {color:#408098;}
.lightblue {color:#7FAABA;}
.lighterblue {color:#BFD4DC;}
.red {color:#BB3333;}
.orange {color:#EF7303;}
.pink {color: #f55d65;}
.lightpink {color: #efa190;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bgrepeat.png) repeat-x center top #EFA190;
}
div.main {
	width: 930px;
	margin: 0 auto;
	padding: 0 15px 0;
	position: relative;
}
div.header {
	height: 145px;
	position: relative;
	padding: 0 40px;
}
div.whitebg {
background-color:#fff;
}
ul.nav {
	position: absolute;
	top: 20px;
	right: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

ul.nav li {
	display: inline;
	padding-left: 20px;
	font-size: 1.2em;
}

ul.nav a {
	text-decoration: none;
	color: #fff;
	border: none;
	padding: 7px;

}
ul.nav a:hover {
	color: #fff;
	padding: 6px;
	border: solid 1px #faaeb2;
	background: #f27f7b
}
div#contact {
	position:absolute;
	right: 40px;
	bottom: 20px;
	z-index: 2;
	text-align: right;
	color:#FFF;
	line-height: 140%;
}
div#contact a {
	color: #fff;
}
div#contact a:hover {
	color: #fff;
	border-bottom: 1px solid #F55D65;
}
div#bigbanner {
	background: transparent url(../images/products.png) no-repeat scroll top center;
	width: 100%;
	height: 347px;
}
div#footer {
	width: 100%;
	height: 60px;
	background: transparent url(../images/footerbg.png) repeat-x scroll top center;
	background-color: #efa190;
}

h5.error, h5.confirm {
	margin-top:5px;
	padding:2px 10px;
	text-align:center;
}
h5.error {
	background:#BB3333;
}
h5.confirm {
	background:#338833;
}
p.foottext {
	font-size: .9em;
	margin: 10px 40px 10px 40px;
	text-align: right;
}

