/*
	T.Hughes Consulting style sheet
	for Daniel's of Paris 
	Copyright 2007 All rights reserved.
*/

html,body,h1,h2,h3,h4,h5,h6,div,p,p2 {
	margin:0;
	padding:0;
}

BODY {
	background-color: #2D2D63;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	color: #433E38;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
}

#wrapper {
	margin: 12px auto;
	text-align: left;
	width: 802px;
}

img {border: 0;}
h2 {	
	color: #362A20;
	font-size: 1.0em;
	font-weight: bold;
}
h3 {	
	color: #774A14;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	background-color: #EDE5D8;
	color: #333333;
	text-decoration: underline;
}

#nav-bar {
	position: relative;
	left: 0;
	top: -14px;
	background-color: #1A1943;
	height: 44px;
}
#top-section {
  position:relative;
  left:0;
  top:0;
  background-color: #FFFFFF;
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-left: 1px solid #C6C7C7;
  border-right: 1px solid #C6C7C7;
  border-top: 1px solid #C6C7C7;
  height: 143px;
}

#mid-section {
  position:relative;
  left:0;
  top:0;
  background-color: #FFFFFF;
  border-left: 1px solid #C6C7C7;
  border-right: 1px solid #C6C7C7;
  height: auto;
}
#bottom-section {
  position:relative;
  left:0;
  top:0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C6C7C7;
  border-left: 1px solid #C6C7C7;
  border-right: 1px solid #C6C7C7;
  font-size: 11px;
  height: 20px;
}

#nav-bar1 {
	position:absolute;
	top: 0;
	left: 0;
	height: auto;
}  
#top-col1 {
  position:absolute;
  top:0;
  left:0;
  width:65%;
}
#top-col2 {
  position:relative;
  top:0;
  left:65%;
  width:35%;
}

#mid-col1 {
  position:absolute;
  top:0;
  left:0;
  margin-left: 35px;
  margin-top: 5px;
  width:55%;
  height: auto;
}
#mid-col2 {
  position:relative;
  top:0;
  left:65%;
  width:35%;
}

#nav {
	font-weight: bold;
	font-size: 15px;
	height: 26px;
	list-style: none;
	padding: 15px 10px 0 285px;
	width: 640px;
}
#nav li {
	display: inline;
	margin: 0 0.3em 0 0;
	padding: 0;
}
#nav ul li a {
	color: #FFFFFF;
	padding: 0px 15px 9px 11px;
	text-decoration: none;
}
#nav ul li a.current {background: #1A1943;
	color: #FFFFFF;
} 
#nav ul li a:hover {background: #1A1943;
	color: #966D3C;
}
table.menu th {
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}
table.menu td {
	vertical-align: top;
}
table.photos {
	border: 1px solid #CCCCCC;
}