body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
}

#header {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

#nav {
	margin:0 0 0 0;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#222;
	color:#fff;
}

#content {
	padding:0 3px;
	font-size:11px;
}

.content {
	font-size:11px;
}

#content h2 {
	font:150% Trebuchet MS;
	color: #9D2F92;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color: #9D2F92;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:0 0 0 0;
	font-size:9px;
	padding:15px;
	background:#fff;
	clear:both;
}

.link 
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

div.pic 
{
	height:70px;
	width:744px;
}

a
{
color:#0000ff;
}	

a.visited 
{
	color:#0000ff;
}


 #contactFormContainer
            {
               position:absolute;
               top:0px;
               left:0px;
               margin-top:100px;
               width:400px;
               height:500px;
               z-index:1000;
               overflow:visible;
            }
            #contactForm
            {
				float:left;
				height:520px;
				width:350px;
				background:url(../images/basket_flowersbg.png) no-repeat;
				margin-left:-307px;
				font-size:10px;
				overflow:visible;
            }
            
           #contactForm fieldset
			{
				margin-left:70px;
				margin-top:250px;
				border:0;
				text-align:left;
				font-weight:bold;
				line-height:10px;
            }      
            #contactForm label
            {
               display:block;
               color:#000;
            }      
            #contactForm input[type=text]
            {
               display:block;
               border:solid 1px #4d3a24;
               margin-bottom:10px;
               height:20px;
               font-size:10px;
            }  
            #txtcaptcha 
            {
				width:20px;
            }
            #contactForm textarea
            {
               display:block;
               border:solid 1px #4d3a24;
               width:50%;
               margin-bottom:10px;
            }  
            #contactForm select
            {
               display:block;
               border:solid 1px #4d3a24;
               width:100%;
               margin-bottom:10px;
               font-size:10px;
            }  
            #contactForm input[type=submit]
            {
               background-color:#9D2F92;
               border:solid 1px #fff;
               color:#fff;
               padding:5px;
            }                
            #contactLink
            {
               height:70px;
               width:50px;
               cursor:pointer;
               float:right;
               margin-top:-295px;
               margin-right:-5px;
               background:url(../images/slidein_button.png) no-repeat;
            }
            #messageSent
            {
               color:#ff9933;
               display:none;
            }