html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; } 
 
html, body{
 font: normal 11px Tahoma, Verdana, sans-serif;}
 
 
/* LINKS */
a:link, a:visited{
	text-decoration: none;
	color: #cc0033;}
a:hover, a:active, a:focus{
	text-decoration: underline;
	color: #000;
	outline:none;}
	
#leftcol a:link, #leftcol a:visited,
#maincol a:link, #maincol a:visited  {
	text-decoration: underline;
	color: #fff;
	outline:none;}
	
#leftcol a:hover, #leftcol a:active,
#maincol a:hover, #maincol a:active  {
	text-decoration: underline;
	color: #cc0033;
	outline:none;}
	
/* TYPOGRAPHY */
h1 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #52585f;
	margin: 0;
	padding-top:5px;
	line-height: 1.3;}
	
h2 {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	margin: 0;}
	
#leftcol h2 {margin-top:15px;}
#rightcol h2 {
	color:#000; 
	font-size:13px;
	margin-top: 3px;}
	
h2.arrow {
	background: url(../img/bullet_arrow.gif) no-repeat 0 50%;
	padding-left: 12px;
	margin-left: 5px;}
	
h3 {
	font: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #cc0033;
	letter-spacing: 1px;
	margin: 0;}
 
/* STRUCTURE */
#pagewidth { 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background: url(../img/body_in.jpg) repeat-y 0 0;} 

#pagewidth p {
	margin: 0; 
	padding: 5px 0; 
	line-height: 1.5;}
 
#wrapper {
	/*background: url(../img/body_in.jpg) repeat-y 0 0;*/
	background: url(../img/motif4.gif) no-repeat left bottom;
	width:1000px;
	height: 100%;}
	
 
/* HEADER */
#header{
 position:relative; 
 height:190px; 
 background-color:#FFFFFF; 
 width:1000px;
 float: left;} 
 
.header-left {
	width:260px;
	height:110x;
	margin:10px 0;
	text-align: center;
	float: left;}
.header-right {
	width:740px;
	height:110x;
	margin:10px 0;
	text-align: right;
	float:right;
	display: inline;}
	
/* ROWS */
#row1 {
  height:25px;
  line-height: 25px;
  width:980px;
  clear: both;
  float: left;
  position: relative;
  background: #000;
  color: #fff;
  text-align: right;}
  
#row2 {
  height:22px;
  background:#E9E9E9;
  width:1000px;
  position: relative;
  float: left;  
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;} 
  
#row3 {
  height:25px;
  line-height: 25px;
  width:980px;
  clear: both;
  float: left;
  position: relative;
  background: #fff;
  text-align: right;}

#row1, #row3 {
	margin: 0; padding:0;
	padding-right: 20px;}
	
#row1 a {
	color: #fff;
	text-decoration:underline;}
	
#row3 a {
	color: #000;
	margin: 0 2px;}
#row3 a:hover {
	color: #cc0033;}
	
  
/* MENU */
#row2 a, #row2 a:link {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color: #000;
	font-weight: bold;
	line-height: 22px;
	height: 22px;	 
	margin:0;
	padding: 0 10px;}
	
#row2 a:hover, #row2 a:active {
	text-decoration: none;
	padding: 0 10px;
	background: #ccc; 
	margin: 0;}

#navcontainer ul {
	line-height: 20px;
	height: 20px;	
  background: transparent; 
  padding: 0;
  margin: 0;
  padding-left: 11px;
  float: left;}

#navcontainer ul li {display: inline;}

#navcontainer ul li a {
  background-color:transparent;
  color:black;
  text-decoration: none;
  float: left;
  padding: 0 10px;
	line-height: 20px;
	height: 20px;	
	margin-top: 1px;}

#navcontainer ul li a:hover {
	background-color: #B2B2B2;
	color: black;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;	
	margin-top: 1px;}
 
 
/* LEFT COL */
#leftcol {
 width:240px; 
 float:left; 
 position:relative; 
 color:#ccc; 
 text-align: center;
 background: transparent;}
 
#leftcol .leftcol {
	padding:5px 10px;}
	
.details {
	border: 1px solid #272727;
	/*background:#000 url(../img/details.gif) repeat-x;*/
	background: #181818;
	color: #fff;
	width:205px;
	height: 100%;
	min-height: 100px;
	margin: 20px 0;
	text-align: left;
	padding: 5px 10px;
	/*-moz-border-radius-topright: 0.7em; 
	-moz-border-radius-topleft: 0.7em;*/}
	
.address {
	border: 1px solid #272727;
	background: #181818;
	color: #fff;
	width:205px;
	margin: 0;
	text-align: left;
	padding: 5px 10px;}
	
.collection {
	border: 1px solid #fff;
	background: #ccc;
	color: #fff;
	width:240px;
	margin: 7px 0 20px 0;
	text-align: left;
	padding: 0px 5px 0px 15px;}
 
 
 
/* TWO COLS */
#twocols{
 width:760px; 
 float:right; 
 position:relative;}
 
 
/* RIGHT COL */
#rightcol{
 width:300px; 
 float:right; 
 position:relative; 
 background: transparent; }

#rightcol .rightcol {
	padding:15px;}
  

/* MAIN COL */
#maincol{
 background: url(../img/motif3.gif) no-repeat right top;
 float: left; 
 display:inline; 
 position: relative; 
 width:460px;
 color:#999;}
 
#maincol .maincol {
	padding:15px;}
	
	
/* FRAMED IMAGES */
.gallery {
	padding: 10px 0;}
	
 div.img  {
  margin:5px;
  background: #111;
  border:1px solid #333;
  height:auto;
  width:auto;
  float:left;
  text-align:center;}
  
div.img img  {
  display:inline;
  margin:3px;
  border:1px solid #000;}
  
div.img a:hover img  {
  border:1px solid #ccc;}
  
div.desc  {
  text-align:center;
  font-weight:normal;
  width:auto;
  margin:1px 5px 5px 5px;
  font-weight: bold;
  font-size: 11px;
  color: #333;}
  
  
/* Big image */
table#bigpic {
	padding: 10px 0;	
	background: #111;
   border:1px solid #333;
	width: 420px;
	height: auto;
	text-align: center;
	margin:10px auto;
	padding: 5px 0;}
	
table#bigpic td.pic img  {
  display:inline;
  margin:0 auto;
  border:1px solid #000;}
  
table#bigpic  td.pic a:hover img  {
  border:1px solid #ccc;}
  
table#bigpic img  {
  display:inline;
  margin:0 auto;
  border:none;}
  
table#bigpic a:hover img  {
  border:none;
  text-decoration: none;}
	  
  
  
  
/* SELECT FIELDS */
/* -- select lists --*/
.lists {
	float: left;
	clear: both;
	width: 360px;
	padding: 10px 0;}
.lists select {
	width:230px;
	height: 22px;	
	border: 1px solid #666;
	line-height: 24px;
	font: 11px tahoma, Verdana, sans-serif;
	margin: 7px 0;
	padding:1px;
	margin-bottom: 10px;}
.lists option {
	background: #F6F5F5;
	padding-bottom: 2px;}  
	
 
/* FOOTER */
#footer{
 height:auto; 
 background-color:#FFFFFF; 
 clear:both; } 
 
#frow1 {
	height:10px;
	line-height: 25px;	
	width:1000px;
	padding-left: 15px;
  	font-size: 10px;
  	background: #fff;  	
	text-align: left;}

#frow2{
 	height:30px;
	line-height: 30px;
	width:1000px;
	float:left;
	display: inline;
	background-color:#000;
 	color: #fff;}

#frow2 a, #frow2 a:visited  {
 	text-decoration: none;
	color: #fff;}
#frow2 a:hover, #frow2 a:active, #row1 a:hover {
 	text-decoration: underline;
	color:#cc0033;}

#frow2 .left { padding-left: 15px;}
#frow2 .right{ padding-right: 15px;}
 

/* COMMON STYLES */
.left {
	float: left;
	clear: left;}
.right {
	float: right;
	clear: right;}
	
	
/* LISTS */
ul, ol {
	margin: 0;
	padding: 10px 0;
	margin-left:10px;
	list-style: none outside url(../img/arr_black1.gif);}
ol {
	list-style: decimal outside;}
	
li {
	line-height: 1.5;
	padding-left: 2px;}
	
ul.boldlinks a {
	font-weight: bold;}
	
ul.boldlinks li {
	line-height:1.7;}
ul.boldlinks li.selected a {
	color:#000;
	text-decoration: underline;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden; }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

