/*
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,td,th {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
a {
	font-size: 11px;
}
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

/* Div formatting */
#pageContainer{
	position: relative;
	width:950px;
	height:600px;
}
#menu{
	position:absolute;
	top:20px;
	left:0px;
	width:200px;
	height:600px;
	padding: 10px;
	z-index:1;
}
#menuLinks{
	position:absolute;
	top: 120px;
	width:200px;
	left:0px;
	height:400px;
	text-align:right;
	font-weight:bold;
	font-size: 18px;
}
#menuLinks a{
	color: #000000;
}
#menuLogo{
	position:absolute;
	left: 0px;
	width:520px;
	height: 50px;
	top:40px;
	text-align:center;
}
#screen{
	background-position:top;
	top: 120px;
	position:absolute;
	left:225px;
	width: 600px;
	height: 400px;
}
.states {
	font-size:11px;
	font-weight:bold;
	color:#FF6600;
	text-align:left;
}
.tb_bgr {
	background-color:#f0f0f0
}
