/*
Name: dw
Author: Mike Morrison
Company: Cellar Designs by Michael L
Created: January 2, 2008
Purpose: CSS for the Danielle Welmond Jewelry website
*/

/* HTML Formatting */
body {
	font-family:Garamond;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}	
p{
	font-size: 18px;
}
table{
	width:500px; 
	max-width:500px;
}

/* Div formatting */
#pageContainer{
	position: relative;
	width:800px;
	height:600px;
}
#menu{
	position:absolute;
	top:20px;
	left:0px;
	width:200px;
	height:600px;
	padding: 10px;
	z-index:1;
}
#menuLinks{
	position:absolute;
	top: 150px;
	width:150px;
	left:0px;
	height:400px;
	text-align:right;
	font-weight:bold;
	font-size: 18px;
}
#menuLinks a{
	color: #000000;
}
#menuLogo{
	position:absolute;
	left: 0px;
	width:200px;
	height: 75px;
	top:50px;
	text-align:center;
}
#screen{
	background-image:url(/images/dw_background.gif);
	background-position:top;
	top: 150px;
	position:absolute;
	left:225px;
	width: 600px;
	height: 400px;
}

/* Layout Formatting */
.loginField{
	border-top: outset 4px #CCCCCC;
	border-left: outset 2px #FFFFCC;
	border-bottom: outset 4px #FFFFCC;
	border-right: outset 4px #FFCCCC;
}
.loginForm{
	border-right:outset 6px #999999; 
	border-bottom:outset 6px #FFFFFF; 
	border-left: outset 6px #FFFFCC; 
	border-top: outset 4px #FFFFFF; 
	width:300px;
}
.loginMessage{
	margin-top: 25px;
	font-size: 14px;
	text-align:center;
}
.pressTable{
	width: 100%;
	padding: 4px;
}
.pressTable td{
	text-align:center; 
	padding-bottom:12px; 
	padding-top:12px; 
	padding-left:12px; 
	padding-right:12px;
}
.Pre{
	font-size:22px;
}
.storeScreen{
	scrollbar-face-color:#FFFFEE;
	height:300px; 
	overflow:scroll; 
	border:outset 2px #CCCCCC;
}