/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	margin:0;
	padding:0 0 40px 0;
	font:12px verdana, arial, sans-serif;
	background:url(images/body-bg.jpg) repeat;
	color:white;
	}
	
#container {
	width:820px;
	margin:0 auto;
	}


#header {
	text-align:center;
	}

#content-container {
	
	}

	
#sidebar-left {
	
	}
	
#main-content {
	width:820px;
	text-align:center;
	padding:20px 0 0 0;
	}
	
#sidebar-right {
	
	}

	
#footer {
	
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.contact-bar {
	padding:20px 0;
	margin-bottom:20px;
	text-align:center;
	background:#6B4A36;
	}

#header-banner {
	text-align:center;
	height:40px;
	line-height:40px;
	}

	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	text-decoration:underline;
	color:white;
	}

a:hover {
 	text-decoration:none;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {	
	font:bold 24px georgia, arial;
	margin-bottom:20px;
	}

h2 {	
	font:normal 18px georgia, arial;
	margin-bottom:12px;
	}
	
h3 {	
	font:bold 14px georgia, arial;
	margin-bottom:8px;
	}


p {
	line-height:1.5;
	margin-bottom:10px;
	}


img {
	border:none;
	}

h1#id-goes-here { /* Header Replacement */
    padding:27px 0 0 0;
    margin-bottom:20px;
    overflow:hidden;
    background:url(images/header-name.gif) no-repeat;
    
    height: 0px !important;
    height /**/:27px;
}

.index-content a {
	margin:0 10px;
	}
	
	.index-content a:hover {
		color:white;
		}
		
.vp-ul,
.decorative-ul {
	margin:15px 0;
	}
	
.decorative-ul {
	width:660px;
	margin:15px auto;
	}

.vp-ul li {
	float:left;
	margin:0 5px 10px 5px;
	}
	
	.vp-ul li img {
		background:white;
		padding:2px;
		}

.decorative-ul li {
	float:left;
	width:310px;
	margin:0 10px 20px 10px;
	}
	
	.decorative-ul li img {
		padding:1px;
		border:1px solid #ccc;
		margin-bottom:10px;
		}
		
.vases img {
	margin-bottom:15px;
	padding:1px;
	border:1px solid #ccc;
	}
	
#newsletter-box {
	margin:20px auto 0 auto;
	padding:20px;
	background:url(images/trans-bg.png) repeat;
	width:336px;
	}
	
input {
	padding:5px;
	background:white;
	border:2px solid #835B42;
	}
	
	input.submit-button {
		padding:4px;
		cursor: pointer;
		border-color:#6B4A36;
		background:#835B42;
		color:white;
		}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



