@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1;
	font-size: small;
	text-align: center;
	margin: 0;
	background-color: #FDFCF7;
}



p,li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.5em;
	text-align: left;
	color: #000000;
}

p	{
	padding-bottom: 1em;
}
ul	{
	list-style: none;
	padding: 0px;
	margin: 0 0 .5em 0;
}

li	{
	list-style-image: none;
	list-style-type: none;
	}
ul.bulleted	{
	list-style: none;
	padding: 0px;
	margin: 0 0 .5em 0;
}
.bulleted	li	{
	margin-left: 1em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 1em;	
}


ul.clients li	{
	margin-left: 0em;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000000;
	padding-bottom: .5em;
	}
.list_description	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em;
	color: black;
	}
ul.clients li p 	{
	font-style: italic;
	}
ul.clients li ul li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: black;
	margin-left: 1em;
	padding-bottom: 0em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 1em;	
	}
h1#home	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CC0066;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #CC0066;
	text-align: left;
	line-height: 1.25em;
	font-style: normal;
}

/* outer boundaries of website, centered in browser window */
#container	{
	width: 900px;
	margin: 1.5em auto;
	text-align: left;
}

/* container of content*/
#main	{
	width: 600px;
	left: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #FFBB00;
	padding: 1.5em;
	margin-bottom: 4em;
	background-color: #FFFFFF;
}

/* containers of content for two column type layouts */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFBB00;
}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:50%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:54%;
	overflow:hidden;
	padding-left: 1.5em;
}
.col_clear	{
	clear: both; 
}

#test {
	left: 850px;
	top: 151px;
	position: absolute;
	height: 150px;
	width: 250px;
	background-position: 150px 0px;
}
/*#capabilities {
	background-image: url(../images/flowers_capabilities_1.gif);
	background-position: center 190px;
	background-repeat: no-repeat;
}
#services {
	background-image: url(../images/flowers_services.gif);
	background-position: center 200px;
	background-repeat: no-repeat;
}
#client_list {
	background-image: url(../images/flowers_client_list_2.gif);
	background-position: center 195px;
	background-repeat: no-repeat;
}
#history {
	background-image: url(../images/flowers_client_list_2.gif);
	background-position: center 195px;
	background-repeat: no-repeat;
}
#contact {
	background-image: url(../images/flowers_contact_1.gif);
	background-position: center 195px;
	background-repeat: no-repeat;
}#portfolio {
	background-image: url(../images/flowers_portfolio_2.gif);
	background-position: center 195px;
	background-repeat: no-repeat;
}
*/
