/*
Author: Joel E. Bousley

Created: December 8, 2007

Description: CSS for ZenInteriors.biz
*/

body {
	background-image: url(../images/blossom2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	/*text-align: center;*/
	margin: 0 auto 0 auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;		
}

#header {
	height: 149px;
	width: 800px;
	background-image: url(../images/header.jpg);
	border-bottom: 2px solid #fff;
}

#navigation {
	float: right;
	margin-top: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	margin-right: 22px;
	color: #fff;192
}

#navigation a {
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {
	text-decoration: overline;		
}

/*	.buddhaBullet a:hover {
background-image: url(images/link_hover.gif);
background-repeat: no-repeat;
background-position: left center;
}*/

#content {
	min-height: 600px;
	width: 800px;
	background-color: #000;
	background-image: url(../images/buddha_content_stoneV3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*margin: 0;*/
	/*padding: 0;*/
}

#contentPortfolio {
	min-height: 600px;
	width: 800px;
	background-color: #000;
}

#content p {
	margin: 0;
	padding: 5px 15px 5px 15px;;
	text-align: justify;
	font-size: .9em;
}

#content h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 1.1em;

}

#footer {
	width: 800px;
	height: 39px;
	background-image:url(../images/bgfooter.gif);
	font-size: 0.65em;
	text-align: center;
	border-top: 2px solid #fff;
	padding-top: 15px;
	background-repeat: repeat-x;
}

#footer a:link {
	text-decoration: none;
	color: #fff;
}

#footer a:visited {
	test-decoration: none;
	color:  #fff;
}

#pic1{
	float: left;
	margin: 0;
	padding: 15px 10px 10px 15px;
}

#awards{
	float: left;
	margin: 0;
	padding: 15px 10px 10px 15px;
}
#pic2{
	float: right;
	margin: 0;
	padding: 15px 10px 10px 15px;
}

#content p a:hover {
	text-decoration: overline;		
	color: #fff;
}

#content a {
	text-decoration: underline;
	color: #fff;
}

#contentPortfolio {
	min-height: 600px;
	width: 800px;
	background-color: #000;
	
}

#contentPortfolio p {
	margin: 0;
	padding: 5px 15px 5px 15px;;
	text-align: center;
	font-size: .9em;
}



#contentPortfolio h1 {
	margin: 0;
	padding: 15px;;
	font-size: 1.1em;
	text-align: center;
}

/*CSS for the contact form. */
#subForm {
	font-size: .8em;
	float: left;
	width: 300px;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
	clear: left;
}

#subForm .label {
	float: left;
	width: 250px;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
	clear: left;
}

input#subscribe {
	margin-left: 260px;
	background-color: #999;
	color: #fff;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	background-color: #ffffcc;
	margin-top: 10px;
}

input#name, input#email, input#phone, textarea#comments {
	background-color: #ffffcc;
	font-family: "Lucinda Console", Monaco, monospace;
	font-size: 1em;
	width: 320px;
	margin-top: 10px;	
}

input#name:focus, 
input#email:focus, 
input#phone:focus,
textarea#comments:focus, 
select#refer:focus {
	background-color: #FFCCFF;
}

#spacer
{
	clear: both;
	height: 15px;
	width: 100%;
}
