p { 
	font: italic normal 1.3em georgia, sans-serif;
	letter-spacing: 1px; 
	font: italic normal georgia, sans-serif;
	margin-right:10px;
	color:#333;
	}
	

	

p1 { 
	letter-spacing: 1px; 
	font: italic normal 1.3em georgia, sans-serif;

	color:#333;
	text-align: center;
	
	}		
	
p2 { 
	letter-spacing: 1px; 
	font: italic normal 0.8em georgia, sans-serif;

	color:#333;
	text-align: center;
	 font-size: 90%; 	
	}	
	
p3 { 
	letter-spacing: 1px; 
	font: italic normal 0.8em georgia, sans-serif;

	color:#333;
	text-align: justify;
	 font-size: 75%; 	
	}		
	
h1 { 
	font: italic normal 2.1em georgia, sans-serif;
	letter-spacing: 6px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	color: #333;
	}
	
h5 { 
	font: italic normal 1.9em georgia, sans-serif;
	letter-spacing: 6px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	color: #333;
	text-align: left;
	}
	
 h2 { 
	font: italic normal 2.6em georgia, sans-serif;
	letter-spacing: 6px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	color: #333;
	text-align: center;
	}

	h4 { 
	font: italic normal 1.3em georgia, sans-serif;
	margin-right:10px;
	color:#333;
	text-align:justify;
	}

a:link { 
	font-size: 110%; 	
	color: #006600;
	border-width: 0 0 0 0;
	text-decoration: none;
	
	}
a:visited { 
	 font-size: 110%; 
	color: #006600;
	border-width: 0 0 0 0;
	text-decoration: none;
	}
	
a:hover, a:active { 
	font-size: 110%; 
	color:#990033;
	border-width: 0 0 0 0;
	text-decoration: none;
	}	

 

/* Layout Stylesheet */ 

body {

background: url(http://periodtiles.com/pics/bckg02.jpg);
background-repeat: repeat;
 }
 

#wrapper {
position:relative;
 text-align:left;
 width:977px;
 margin:auto;
background:white;
 }
 
 
 
#top {
position:relative;
overflow:hidden;
height:100px;
background:green;
border-left: solid 1px #6ea288;
border-right: solid 1px #6ea288;
 }

 
#right {
	position:absolute;
	width:377px;
	top:100px;
	right:0px;
	text-align:center;
	background:white;
	bottom:0px;
	height:10000px;
	z-index:0;
	border-right: solid 1px #6ea288;
 }
 
 
#text-right {
	position:absolute;
	width:300px;
	text-align:justify;
	 font-size: 90%; 
	right:20px;
	padding:10px;
 } 
 
 

 
#center {
width:600px;
position:absolute;
left:0px; 
background:white;
height:10000px;
overflow:visible;
z-index:1;
border-left: solid 1px #6ea288;

}
 
 #text-center {
	position:absolute;
	width:550px;
	text-align:justify;
	 font-size: 80%; 
	 padding:25px
	 } 
 
 #product-gallery {
	position:absolute;
	top:200px;
	width:550px;
	font-size: 80%;
	padding:25px;
	overflow:visible;
  } 
  
   #range-gallery {
	position:absolute;
	top:130px;
	width:377px;
	font-size: 80%;
	padding:25px;
	overflow:visible;
	text-align:right;
  } 
/*- Main Menu in Header pasted from Wordpress Sytle.css */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	background: #6ea288;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}
  