/* CSS Document */

/* standard elements */
html {min-height: 100%;}

body {
	background:  no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left { float: left; }
.right { float: right; }
.center	{ text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }
.small	{ font-size: ; }
.border { border: 1px  #a2c8db; border-style: dashed; }


/* structure */
.container {
	min-height: px;
	width: 760px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.content	{
	float: left;
	font-family:  "Bookman Old Style",Garamond, Georgia, "Times New Roman" ;
	color: #332f29;
	width: 760px;
	min-height: 200px;
	margin-top: -40px;
}

.content a:link, .content a:visited, .content a:active{
	text-decoration: none; 	
	color: #076c9f;
}

.content  a:hover { 
	text-decoration:none;
	color: #C62C10;
}

.content h2	{
	font-size: .9em;
	text-decoration: none ;
	font-weight: normal;
}

.content h1	{
	font-size: .9em;
	text-decoration: none ;
	font-weight: normal;
	text-align:center;
}	

.content b	{
	font-size: ;
	text-decoration: ;
}

.content p	{ 	
	padding-left: 140px;
	padding-right: 140px;	
	font-size: .9em ;
}

.content ul { padding-left: ; }

.content ul li { 
	list-style-type: ; 
	margin-bottom: ;
}

.caption	{
	font-size: .75em;
	text-align: center;
	margin-top: 5px;
	float: left;
	width: 340px;
}

.patternsLayout	{
	width: 520px;
	height: ;
	padding-left: 140px;
	padding-right: 140px;
	margin-bottom: 20px;
}

.patternsLayout img 	{
	border: none; 
}

.patternsIndex	{
	width: 163px;
	height: 270px;  /* pattensText height  + patternCaption height = patterns height */
	float: left;
	margin-bottom: 30px;	
}

.patternsPicture	{
	width: 163px;
	height: 250px;
}

.patternsTitle		{
	height: 20px;  /* pattensText height  + patternCaption height = patterns height */
	width: 163px;
	text-align:center;
	font-family:  "Bookman Old Style",Garamond, Georgia, "Times New Roman" ;
	color: #332f29;
	font-size: 1em;
}

.patternsSpace		{
	width: 15px;
	height: 250px;
	float: left;
}

.patternsText		{
	height: 100px;  /* pattensText height  + patternCaption height = patterns height */
	width: 230px;
	font-size: .9em; 
	float: left;
}

.prodPic		{
	width: 340px;
	height: 263px;
	float: left;
	margin-right: 10px;
}

.prodPrice	{
	width: 165px;
	height: 263px;
	float: left;
	text-align:left;
}

.prodDesc		{
	width: 520px;
	font-size: .9em;
	margin-top: 15px;
	float:left;
}

.marginLeft	{
	margin-left: 20px;
}

.imagesCenter	{  /* this is to center all images */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header {
	background-image: url(../images/logo-banner-bg2.png);
	background-repeat: no-repeat;
	width: 760px;
	height: 285px;
	float:left;
	z-index:2;
}	

.footer 	{	
	background-image: url(../images/footer-leaf.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 80px;
	float:left;
	vertical-align:top;
}

.copyright {
	font-size: .7em;
	text-decoration: none ;
	font-weight: normal;
	text-align:center;
	vertical-align:baseline;
	margin-bottom: 5px;
}

/* Navigation */

.nav	{
	width: 760px;
	height: 50px;
	padding-left: 120px;
	margin-top: -100px;
	float:left;
	z-index: 2;
	vertical-align:bottom;
}

.nav ul	  	{
	font-family:  "Bookman Old Style",Garamond, Georgia, "Times New Roman" ;
}

.nav li {
	display: inline;
	width: 110px;
	height: 50px;
	text-align:center;
	float: left;
	text-decoration:none;
}

.nav a:link, .nav a:visited, .nav a:active { 
	text-decoration: none; 	
	color: #435259;
}

.nav a:hover { 
	text-decoration:none;
	color: #C62C10;
}



