/* CSS File for Montecito Home Staging */

/* global css settigns */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#4B5F60;
	text-align:center;
	padding:0;
	font-size:16px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

li {
	list-style-type:none;
	display:inline;
}

h3 {
	color:#715821;
	padding:0px;
	margin:10px;
	font-size:1.1em;
	text-align:center;
}


#header ul {
	margin:0px;
	padding:0px;
	margin-top:70px;
	margin-left:12px;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:105px;
	background-color:#6C817C;
}

#header_left {
	width:300px;
	display:inline;
	float:left;
}

#header_right {
	width:650px;
	display:inline;
	float:left;
}

#ptdiv {
	height:650px;
	background-color:#6C817C;
}

#bottom_text {
	height:200px;
	background-color:#9DABA9;
	margin:0px;
	padding:0px;
	border:1px solid #000;
}

#bottom_text p {
	color:#FFF;
	text-align:left;
	padding:20px;
	font-size:1.2em;
	margin:0px;
}

.address {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 20px;
}

.text-nav {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

a.text-nav:link {
	color:#000;
	font-size:12px;
	line-height:20px;
}

a.text-nav:hover {
	text-decoration:underline;
}

.copyright {
	font-size: 10px;
	line-height: 20px;
	color: #CCCCCC;
}

#content, #wrapper {
	padding:0px;
	margin:0px;
	width:950px;
	background-color:#6C817C;
}


#content {
	height:760px;
}

#wrapper {
	width:950px;
	height:520px;
}

#top_image {
	width:950px;
	height:200px;
}

#bottom_gradient {
	width:950px;
	height:20px;
	background: url(images/bottom-gradient.gif) repeat top ;
}

#top_gradient {
	width:950px;
	height:20px;
	background: url(images/top-gradient.gif) repeat top ;
}


#left_image {
	padding:0px;
	margin:0px;
	width:230px;
	height:460px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:20px;
	margin-top:20px;
	.margin-left:24px;
	/* background-color:#ccc; */
}

#left_image img {
	display:block;
}

#right_text {
	width:650px;
	height:460px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:20px;
	margin-top:20px;
	background-color:#9DABA9;
}

#right_text h2, #portfolio h2 {
	text-align:left;
	color:#715821;
	padding:0px;
	margin:10px;
	margin-left:15px;
}



#right_text p {
	color:#FFF;
	padding:0 15 0;
}

#footer {
	margin-top:20px;
	.margin-top:10px;
	width:950px;
	text-align:center;
}

#portfolio {
	width:902px;
	height:555px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:20px;
	margin-top:20px;
	background-color:#9DABA9;
}

.quote {
	font-style:italic;
}

.quoter {
	font-weight:bold;
}

.right_text {
	text-align:right;
}

.contact {
	font-size:1.1em;
	margin-left:100px;
	color:#FFF;
}

#galleryThumbs img {
	border:1px solid #000;
	width:180px;
}

#galleryThumbs tr td {
	text-align:center;
}

/* positioning for corner graphics */

.abs {
	position:absolute;
}

img.vert-ul {
	left:6px;
	.left:10px;
	top:7px;
}

img.horiz-ul {
	left:12px;
	.left:16px;
	top:7px;
}

img.vert-ur {
	left:924px;
	.left:928px;
	top:7px;
}

img.horiz-ur {
	left:899px;
	.left:903px;
	top:7px;
}

img.vert-ll {
	left:6px;
	.left:10px;
	top:453px;
	.top:453px;
}

img.horiz-ll {
	left:12px;
	.left:16px;
	top:482px;
	.top:482px;
}

img.vert-lr {
	left:924px;
	.left:928px;
	top:453px;
	.top:453px;
}

img.horiz-lr {
	left:899px;
	.left:903px;
	top:482px;
	.top:482px;
}

