/*CSS for Tiles to Di For 
* Author: Moustique Design http://www.moustique.net/
* Date: 12 December 2006
*/
/* Generic elements =========================*/
body {
	background: #cc0000;
	color: #000;
	font: 0.8em Arial, Tahoma, Verdana, sans-serif;
    text-align: justify;
}

h1 {
	margin: 0;
}

h2 {
	margin: 15px 0;
  padding: 0;
  color: #cc0000;
  font-weight: bold;
  font-size: 1.2em;
}

h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: bold;
	color: #000;
  text-decoration: underline;
  font-size: 1em;
}

form {
margin: 0px;
padding: 0px;
}

form input {
	border: 1px solid #d5c298;
	padding: 2px;
}

p {
  margin: 0 0 7px 0;
  padding: 0;
}

img {
  border: 0;
}
table {
  margin: 10px 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}

.button {
	position: absolute;
	left: 6px;
	top: 40px;
}

.button2 {
	position: absolute;
	left: 40px;
	top: 40px;
}

/* Links ====================================*/
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #c00;
  text-decoration: none;
}
/* Nav ====================================*/
#nav {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #cc0000 url("../images/nav-bg.gif") top left no-repeat;
	width: 609px;
	height: 32px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 7px 13px 7px 25px;
  font: 1.2em Century Gothic, Arial, Tahoma, Verdana, sans-serif;
}

#nav li a:link,
#nav li a:visited {
  color: #000;
  text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li a#current {
 	color: #fff;
 	text-decoration: none;
	background: #cc0000 url("../images/nav.gif") top right no-repeat;

	_width: 2em;/*for IE5.x and IE6 quirks mode*/
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	border: 1px solid #000;
	background-color: #fff;
}
#right-content-wrapper {
	position: relative;
  font-size: 0.85em;
	width: 609px;
	float: right;
	height: 563px;
	padding: 0;
  border-left: 1px solid #000;
}
#text-content, #text-content-o {
	clear: both;
	height: 439px;
  background: #fff url("../images/bg.jpg") top left no-repeat;
	_height: 420px;/*for IE5.x and IE6 quirks mode*/
	padding: 0 20px;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
}

#text-content ul.services {
 list-style-type: disc;
  margin: 0 0 10px 20px;
  padding: 0;
  width: 430px;
}

#text-content ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.testimonial {
font-style: italic;
width: 430px;
margin: 5px;
}

.t {
width: 430px;
margin: 5px 5px 5px 0;
}

#samples-thumbs {
	width: auto;
}


#left-sidebar {
	width: 350px;
	height: 563px;
	float: left;
	overflow: hidden;
	background-color: #000;
	text-align: center;
}

#left-sidebar img.image-center {
	margin: 40% 2% 0 2%;
	_margin-top: 17%;
}

#img_tasters {
	text-align: left;
}

#img_tasters img {
	margin: 0 5px 5px 0;
}

#img_tasters a{
	float: right;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	font: normal 0.7em Verdana, Arial, sans-serif;
	color: #000;
}

#footer p.left {
	width: 555px;
	float: left;
	text-align: left;
}

#footer p.middle {
	width: 100px;
	float: left;
	text-align: center;
	background: #cc0000 url("../images/nav_p.gif") top right no-repeat;
	height: 26px;
	width: 120px;
	font-weight: bold; 
	font-size: 1.2em;
}

#footer p.middle a{
	color: #fff;
	text-transform: uppercase;
}

#footer p.right {
	width: 50;
	float: right;
	text-align: right;
}

#footer p.left a:link,
#footer p.left a:visited {
	color: #000;
	text-decoration: underline;	
}

#footer p.left a:hover,
#footer p.left a:active,
#footer p.left a:focus {
	color: #000;
	text-decoration: none;	
}

#footer p.right a:link,
#footer p.right a:visited {
	color: #000;
	text-decoration: none;	
}

#footer p.right a:hover,
#footer p.right a:active,
#footer p.right a:focus {
	color: #000;
	text-decoration: underline;	
}

/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

img.floatleft {
	margin: 0 10px 0 0;
}