@charset "UTF-8";
/* ----------Global Reset---------- */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------Fixed Layout---------- */

#wrapper {
background:#fff;
margin:0 auto;
width:930px;
min-height:600px;
padding:1em 0;
}

/* ----------Navigation---------- */

#sidebar {
	float:left;
	width:260px;
	margin:13px 0 0 0;
	height=500px;
}

#sidebar ul {
	border-bottom:1px solid #bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 300px 0;
	padding:0;
	text-transform:uppercase;
}

#sidebar li {
	border-top:1px solid #bbb;
	padding:3px 0;
}

#sidebar a {
	color:#666;
	display:block;
	padding:3px 3px 3px 15px;
	text-decoration:none;
}

#sidebar a:hover {
	background-color:#ffccff;
}

#sidebar a:active {
	background-color:#aa0066;
	color:#fff;
}

#sidebar a.currentpage {
	background-color:#aa0066;
	color:#fff;
}

/* ----------Content---------- */

#maincontent {
	color:#2B2F30;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.6em;
	margin:10px 0 0 275px;
}

/* use only if there is no h3 at the top of this block

#maincontent p {
	margin:-.3em 0 1em 0;
}

*/

#maincontent h3 {
	color:#2B2F30;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:20px;
	margin:0 0 .5em 0;
}

#maincontent p {
	margin:0 0 1em 0;
}

#maincontent blockquote {
	margin:0 40px 1em 40px;
	padding:.5em;
	background-color: #ddd;
}

#maincontent a {
	color:#aa0066;
}

#maincontent a:hover {
	background-color:#ffccff;
}

/* ---Roses--- */


#roseorder {
	border:1px solid #bbb;
	background-color:#eee;
	margin:0 30px 0 30px;
	padding:4px;
	width:585px;
	float:left;
	display:inline;
}

#roseorder table.roserecipient {
	border-right:1px solid #bbb;
	margin:5px;
	padding:0px;
	width:325px;
	float:left;
}

#roseorder table.rosenote {
	margin:5px;
	padding:0px;
	width:235px;
	float:left;
}

#roseorder td.rosenotetop {
	padding-bottom:7px;
}

#roseorder td.rosenotebottom {
	border-top:1px solid #bbb;
	text-align:center;
	padding-top:5px;
	font-size:12px;
	line-height: 1.4em;	
}

#roseorder table.submit {
	border-top:1px solid #bbb;
	margin:0 0 0 4px;
	width:574px;
	float:left;
}

#roseorder td.paypal {
	padding:8px 0 0 0;
	text-align:right;
}

/*

#roseorder td.roserecdipent {
	background-color:#eee;
	border-right:1px solid #000;
	margin-right:3px;
	padding:5px;
	width:375px;
}

*/

#maincontent p.rosecaption {
	margin:0 0 1em 30px;
	font-size:12px;
	color:#666;
	font-style:italic;
}

/* ----------Footer---------- */

#footer {
	border-top:1px solid #bbb;
	float:left;
	width:930px;
	margin:17px 0 0 0;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888;
	margin:.5em;
}