@charset "UTF-8";
/* CSS Document */

body {
	background:#fbfaf2;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#24408f;
	font-size: 14px;
	font-weight: 100; 
	line-height: 1.5em;
}

#page{
background:#fefcde;
margin:20px auto;
padding:0;
width:800px;
text-align:left;
border:1px solid #CD9934;

}



#header{
background:#fefcde url(../images/header.gif) no-repeat;
width:800px;
height:172px;
margin:0;
padding:0;

}


#sidebar{
background:#fefcde url(../images/sidebar.gif) no-repeat;
width:158px;
height:634px;
margin-top:-4px;
padding:0;
float: left;
}

#navlinks{
padding:0px;
margin:0px;
}

#navlinks li{
display: block;
list-style:none;
padding-left:5px;
margin:0px;
}


#content {
width: 560px;
min-height: 640px;
height: auto !important;
height: 640px;
float: right;
padding-right: 40px;
}

a {
	color: #24408f;
}

a:link {
color:#24408f;
} 

a:visited; a:active {
	color: #cd9934;
	text-decoration: none;
}


a:hover {
	color: #cd9934;
	text-decoration: none;

}


.logo-img{
margin:20px 0 0 250px;
}

p {
padding-bottom: 20px;
}

.p-4 {
padding: 1px 50px;
}

.p-contact {
margin-top: 40px;
padding: 5px 30px 0 0;
text-align:center;
}

table {
padding-right:15px;
margin:0;
}

td {
padding:.25em 3em .5em 0;
margin:0;	
}

.product {
width: 400px;
}

.price {
padding: 0;
text-align: left;

}

h1 {
font-size: 1em;
padding: 40px 0 20px;
font-weight: normal;
}


h2{
padding: 0px;
text-align:center;
}

strong {
font-weight: bold;
}


#footer{
padding:0;
margin: 0;
text-align:center;
clear:both;
}

/****************/
/* gallery      */
/****************/

div.img
  {
  margin:2px;
  border:none;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:none;
  }
div.img a:hover img
  {
  border:none;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
/****************/
/* map          */
/****************/

#map {
float: right;
padding-right: 20px;
}
