@import "undohtml.css";
/*basic elements*/
html{
	background:url(../i/stripes.gif);
}
body {
	background:url(../i/BG_1.2.gif) no-repeat;
	font:bold 10px verdana, arial, helvetica, sans-serif;
	height:800px;
	margin:0px;
	padding-left:8px;
}
a,a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#plant{
	background:url(../i/hanging_plant.gif) no-repeat right;
	clear:none;
	float:left;
	height:230px;
	left:-98px;
	margin:0;
	position:relative;
	top:-40px;
	width:160px;
}
div#new{
	background:url(../i/may5_new.png);
	display:table;
	height:210px;
	left:620px;
	position:absolute;
	top:0;
	width:194px;
}
div#container{
	margin-bottom:10px;
}
/*nav*/
h1#home a{
	display:block;
	background:url(../i/home_BG.gif) no-repeat left bottom;
	border-top:solid 1px #000000;
	margin:0 4px 6px 0;
	padding:2px 3px;
	width:66px;
}
h2#contact a{
	display:block;
	background:url(../i/contact_BG.gif) no-repeat left bottom;
	border-top:solid 1px #000000;
	float:left;
	margin:0 20px 6px 0;
	padding:2px 3px;
	text-align:center;
	width:66px;
}
ul#nav{
	position:relative;
	z-index:3;
}
ul#nav li{
	display:inline;
	float:left;
	padding:0 5px 0 0;
}
ul#nav li#last{
	border:none;
}
ul#nav li a{
	color:#fff;
}
/*featured content*/
div#featured_content{
	clear:both;
	display:table;
	float:left;
	margin-top:10px;
	text-align:right;
}
div#featured_content div#content{
	background:#000;
	border:solid 5px #000;
	display:block;
	float:left;
}
div#featured_content span.title{
	background:url(../i/corners/blk_l.gif) no-repeat left top;
	clear:both;
	color:#fff;
	display:block;
	float:right;
	padding:0 6px 2px 18px;
	text-align:right;
}
/*categories*/
div#categories{
	clear:both;
}
div.category{
	padding-top:16px;
	width:560px;
}
div.category h2 span.title{
	color:#fff;
	display:table;
	padding:2px 116px 0 4px;
	text-align:left;
}
div.category div.content{
	font-weight:normal;
	line-height:18px;
	padding:2px 0 2px 4px;
}
div.category div.content ul li a{
	color:#000;
}
/*description*/
div#description span{
	background:url(../i/corners/blk_r.gif) no-repeat right top;
}
div#description div{
	border:solid 5px #000;
	padding-bottom:6px;
}
div#description p{
	font-size:12px;
	padding:4px 2px 0 0;
}
div#description p.status{
	font-size:10px;
	font-weight:bold;
}
div#description span.active{
	color:#009900;
}
div#description span.inactive{
	color:#ff1617;
}
div#description p a{
	color:#4379bd;
}
div.content{
	background:#fff;
}
/*web - pink*/
div#web span{
	background:url(../i/corners/pink.gif) no-repeat right top;
}
div#web div{
	border:solid 5px #ff6699;
}
/*print - orange*/
div#print span{
	background:url(../i/corners/orange.gif) no-repeat right top;
}
div#print div{
	border:solid 5px #ff5a18;
}
/*illustration - green*/
div#illustration span{
	background:url(../i/corners/green.gif) no-repeat right top;
}
div#illustration div{
	border:solid 5px #3fe136;
}	
/*interactive - blue*/
div#interactive span{
	background:url(../i/corners/blue.gif) no-repeat right top;
}
div#interactive div{
	border:solid 5px #159dff;
}	
/*animation - red*/
div#animation span{
	background:url(../i/corners/red.gif) no-repeat right top;
}
div#animation div{
	border:solid 5px #ff1617;
}	
/*links*/
div#links{
	padding-top:16px;
}
div#links_title{
	text-align:left;
	padding: 2px 18px 0px 4px;
	color:#FFFFFF;
	background-image:url(../images/corner_pink_angle.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float:left;
}
div#links_content{
	margin-top:14px;
	border: solid 5px #FF6699;
	padding:2px 0px 2px 4px;
}
/* forms */
h3.formMsg{
	background:#fff;
	color:#cc0000;
	font-size:12px;
	margin:0;
	padding:10px;
	text-align:left;
}
fieldset{
	border:none;
}
/* contact */
form.contact{
	background:#fff;
	display:table;
	float:left;
	padding:10px;
	width:500px;
}
form.contact br{
	clear:both;
}
form.contact label{
	color:#000;
	display:block;	
	font:bold 10px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	float:left;
	margin-bottom:15px;
	padding-right:10px;
	text-align:left;
	width:64px;
}
form.contact input, textarea{
	border:solid 2px #b0b8b6;
	color:#666;
	float:left;
	font:10px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	padding-left:4px;
	width:330px;
}
form.contact textarea{
	overflow:hidden;
}
form.contact .submit{
	background:#fff;
	border:0;
	color:#cc0000;
	cursor: pointer;
	float:left;
	font:bold 10px verdana, arial, helvetica, sans-serif;
	margin:8px 0 0 92px;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	width:300px;
}
form.contact label.submit{
	margin-bottom:6px;
}

/* footer */
div#footer{
	font-size:9px;
	font-weight:normal;
	padding:10px 0;
}
div#footer a{
	color:#000;
	text-decoration:underline;
}
/* colors */
.pink {
	color:#FF6699;
	}
.yellow {
	color:#CC9900;
	}
.gray {
	color:#999999;
	}
.green {
	color:#66CC00;
	}
.blue {
	color:#66CCFF;
	}
.orange {
	color:#FF6600;
	}
.purple {
	color:#9999CC;
	}
.white {
	color:#FFFFFF;
	}
.burgundy {
	color:#996666;
	}
