/*CSS for Orinoco Coco
* Author: Moustique Design http://www.moustique.net/
* Date: 22 May 2008
*/
/* Generic elements =========================*/
body {
  color: #000;
  font: 0.8em Arial, Tahoma, Verdana, sans-serif;
  text-align: justify;
  margin-top: 37px;
  _margin-top: 37px;
  background: #fff url(../images/frame-bg.gif) top center no-repeat;
}

h1 {
	margin: 0;
}

h2 {
	margin: 15px 0;
  padding: 0;
  color: #ff0066;
  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 {
	margin: 3px 0 0 0;
  padding: 0;
}

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

img {
  border: 0;
}
table {
  margin: 10px 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #ff0066;
  text-decoration: none;
}
/* Nav ====================================*/
#nav {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
  background: #ff0066 url(../images/nav-bg.gif);
	width: 455px;
	height: 34px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 5px 15px 7px 10px;
  font: 1.4em Arial, Tahoma, Verdana, sans-serif;
}

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

#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li a#current {
 	color: #000;
 	text-decoration: none;
	    background: #ff0066 url(../images/nav-bg-o.gif);
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	width: 802px;
	border: 1px solid #ff0066;
	background-color: #fff;
}
#right-content-wrapper {
  font-size: 0.85em;
	width: 455px;
	float: right;
	height: 566px;
	padding: 0;
}
#text-content {
	clear: both;
	height: 445px;
  _height: 430px;/*for IE5.x and IE6 quirks mode*/
	padding: 0 20px;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	background: #fff url(../images/text-bg.gif);
}
#text-content-notext {
	clear: both;
	height: 445px;
  _height: 430px;/*for IE5.x and IE6 quirks mode*/
	padding: 0 20px;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	background: #fff url(../images/text-bg2.gif);
}

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

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

#text-content h2, #text-content h3, #text-content-notext h2, #text-content-notext h3 {
  padding: 0px 30px;
  }
  
#text-content p, #text-content-notext p {
  padding: 0px 30px;
  }
  
#text-content ul li, #text-content-notext ul li {
  margin: 0 30px 5px 30px;
}

#text-content-notext .pink {
  color: #ff0066;
}

#text-content .pink {
  color: #ff0066;
}


#samples-thumbs {
	width: auto;
}



#left-sidebar {
	width: 347px;
	height: 563px;
	float: left;
	overflow: hidden;
	text-align: center;
}

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

.products {
  float: left;
  width: 105px;
  display: block;
  text-align: center;
  margin: 0 15px 10px 10px;
  _margin: 0 15px 10px 0px;
  padding: 0;
}

.order {
  margin: 0;
  padding: 0;
}

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

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

#footer p.right {
	width: 250px;
	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;
}