/** Layout */

html, body {
height:100%;
}


#wrapper {
	min-height:100%;
	min-width:1000px;
	background-color:#DF91C5;
	background-image:url(images/bg-footer.gif);
	background-repeat:repeat-y;
	background-position:center;
}


* html {.wrapper:height:100%;}

#header{
	height:150px;
	background-color:#000000;
	color:#FFFFFF;
	background-image:url(images/orchidtop_01.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
		}

#content{
	
	background-color:#FFFFFF;
	width:100%;
			
}

#inner{	
	width:auto;
	margin-left:300px;	
	background-color:#FFFFFF;
	}
	
#inside {
	padding:20px 300px 0px 0px;
		}	
	
#left{
	float:left;
	width:300px;
	background-color:#FFFFFF;
	background-image:url(images/orchidtop_02.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:99px;
	}		
	
		

#footer{
	margin-top:20px;
	font-size:0.85em;
	color:#FFFFFF;
	width:50%;
	}
	
#bottomrighttop{
	background-color:#FFFFFF;	
	background-image:url(images/orchidbottom_01.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:99px;
	}		
	
#bottomright{
	clear:both;
	float:right;
	background-image:url(images/orchidbottom_02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:300px;
	height:149px;
	}	
	

	

	
/** BASIC */


body {
	margin: 0px;
	padding: 0px;
	}

p {
margin-bottom: 10px;
	}
	
img{
	border:0px;
	}	
	
address{
	padding-left:10px;
	border-left:3px solid #DF91C5;
	}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.form tr td{
	font-size: 0.9em;
	padding:1px 0px;
	}		
	
.form textarea{
	font-size: 1em;
	}
	
.sendbutton{
	background-color:#5EA1E5;
	color:#FFFFFF;
	font-size: 1.3em;
	margin:10px 0px 0px 0px;
	}		

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


h2{
	font-size: 1.2em;
	}
	
h3{
	font-size:1em;
	}	

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	color: #595959;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height:1.4em;
}

.align-justify { text-align: justify; }



/** Nav */


#nav{
	height:50px;
	color:#FFFFFF;
	width:50%;
	background-color:#D36AA3;
	border-bottom:4px solid #BD2464;
}

#nav ul {
	width:500px;
	background-color:#D36AA3;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li, #nav li img {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	width:115px;
	height: 20px;
	padding: 15px 5px ;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
	background-image:url(images/flower.gif);
	background-position:right;
	background-repeat:no-repeat;
/*	border:1px solid black;*/
	}

#nav a:hover {
	background: #000000;
	color:#FFFFFF;
}

/** LINKS */

a {
	color: #DF91C5;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

#footer a{
	color:#FFFFFF;
			}


/** BACKGROUNDS */





/** MISC */

.img1 {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.img2 {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}

.small{
	font-size:0.75em;
	}
	
.floatleft {
	float:left;
	text-align:center;
	}	
	
.floatleft a {
	text-decoration:none;
	}		
	
.floatright{
	float:right;
		}		
		
.price{
	color:#0099FF;
	}		
	
.portfolio h3{
	font-family:"Monotype Corsiva";
	color:#D36AA3;
	font-size:2em;
	}
	
.portfolio img{
	margin-right:10px;
	}
	
	

	
/* This is the version to go with OLDportfolio.php if there is ever a need to revert back
.portfolio{
	float:left;
	margin:5px;	
	}

.portfolio p {
	text-align:center;	
	}
	
.portfolio img{
	border:1px solid #333333;
	}
	
.portfolio h3{
	font-size: 1.1em;
	margin-bottom:5px;
	text-decoration:underline;
	}*/
	
		
		
.subtext{
	/*margin:10px 0px 0px 80px;*/
	background-image:url(images/subtitle.gif);
	width:420px;
	height:54px;	
	}	
	

