﻿/* Template08 */

body{
	margin:0 auto;
	background-color:#fff;
	font-family:georgia, palatino linotype, times new roman, serif;
}

h1{
font-family:georgia, palatino linotype, times new roman, serif;
font-size:30px;
font-weight:200;
line-height: 30px;
letter-spacing: -.01em;
text-align:left;
margin:0px 0px 20px 9px;
color: #666;
}

h2{
font-family:georgia, palatino linotype, times new roman, serif;
font-size:24px;
font-weight:200;
line-height: 30px;
letter-spacing: -.01em;
text-align:left;
padding:10px 0px 0px 20px;
color: #600;
}

h6{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;

padding:10px 0px 0px 0px;
text-align:left;
color: #999;
}


/* Main Wrapper */
#wrapper {
	display:block;
	width:940px;
	margin:0 auto;
}

#masthead {
	display:block;
	height:150px;
	background-color:fff;
}

#top_nav {
}
/* Content */
#container {
	display:block;
	position: relative;
	width: 100%;
	background-color:#FFF;
}

#left_col {
	width: 200px;
	height:100%;
	background-color:;
	position: absolute;
	left: 0px;
	top: 0px;
	background:url("images/FlowerShop-MH2-2.jpg") no-repeat;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	height: 100%;
}

#page_content p{
padding:20px 20px 0px 20px;
	
}

#right_col {
	width: 200px;
	height: 99%;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 1px solid #900;
}

/* Columns Rows */
* {
    border:none;
    margin:0;
    padding:0; 
}

.foo {
    border: 0px solid red;
    width: 166px;
    height: 200px;
    background-color:333;
    float: left;
    margin: 0;
    padding: 0;
}
    
.wrapper {
    border: 0px solid green;
    height: 40px;
}

.foo1 {
    border: 0px solid red;
    width: 166px;
    height: 40px;
    background-color:333;
    float: left;
    margin:0 auto;
    padding: 0 0 0 30px;
}

.foo p {
	padding: 0 0 0 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
}
.wrapper1 {
    border: 0px solid green;
    height: 40px;
    margin:0 auto;
}

.foopic {
    border: 0px;
    width: 151px;
    height: 132px;

    float: left;
    margin: 0px;
    padding: 13px;
}
    
.wrapperpic {
    border: 0px solid green;
    height: 132px;
    margin:0 auto;
}

.footxt {
    border: 0px;
    width: 151px;
    height: 40px;

    float: left;
    margin: 0;
    padding: 13px;
}
    
.wrappertxt {
    border: 0px solid green;
    height: 40px;
}

.footxt p{
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

/* Footer */
#footer {
width:100%;
height:100%; 
background-color:#fff;
margin:0 0 0 0; 
bottom:0; 
left:0; 
display:block;  
font-size:13px; 
color:#000;
border-top:1px solid #780007;
}

#footwrap {
	height:120px;
	width:940px;
	margin:0 auto;
	background:url("images/footer-pict.jpg") #fff; 
	background-position:0 0; 
	background-repeat:no-repeat;	
}

#footer p {
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000;

padding: 2px 0 0 220px;
}

#footer a {
	color: #780007;
	text-decoration: underline;
}
#footer a:hover {
	color: #C80B0B;
	text-decoration: underline;
}


/* Menu */
#menucase ul.vert-one{
margin:100px 0 0 30px;
padding:0;
text-indent:9px;
list-style-type:none;
display:block;
font:400 15px Helvetica, Verdana, Arial, sans-serif;
line-height:165%;
width:150px;
}
#menucase ul.vert-one li{
margin:0;
padding:0;
border-top:2px solid #fff;
border-bottom:0px solid #fff;
}
#menucase ul.vert-one li a{
display:block;
text-decoration:none;
color:#fff;
background:#400102;
padding:0 0 0 0px;
width:150px;
}
#menucase ul.vert-one li a:hover{
background:#900 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;
}
ul.vert-one li a.current:hover{
background:#900 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;
}
#menucase ul.vert-one li a.current{
background:#900 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;
}



