body {
	background: #0c0600 url(images/background.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #956F31;
	margin: 0;
	padding: 0;
	}

p {
	margin:0;
	padding:0;
	}
	
div {
	margin:0;
	padding:0;
	}
	
#container {
	width: 1000px;
	position: relative;
	z-index: 2;
	margin:0 auto;
	}
#container-opaque {
	background: #0c0600; 
	background-repeat: repeat-y;
	width: 1000px;
	height: 100%;
	position: fixed; 
	z-index: -1;
	left: 50%;
	margin: 0px 0 0 -500px;
	opacity: .75;
	filter: alpha(opacity=75);
	}
	
#header {
	width: 1000px;
	height: 125px;
	padding: 0;
	margin: 0;
	}
	
#header-left {
	float: left;
	background: transparent url(images/logo.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 110px;
	padding-top: 25px;
	padding-left: 20px;
	}
	
	#ssl-icon {
	float: right;
	vertical-align: bottom;
	background: transparent url(/ProductCart/pc/images/geosealtelep1.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 110px;
	padding-top: 0px;
	padding-left: 0px;
	}
	
#header-right {
	float: right;
	width: 310px;
	height: 95px;
	color: #956f31;
	font-family: Verdana, Arial;
	font-size: 1.6em;
	font-weight: bold;
	padding: 40px 10px 0 0;
	text-align: right;
	line-height: 18pt;
	}

#header #submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	}

#header form {
	margin: 0px;
	}

#navigation {
	background: url(images/navigation.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	font-size: 1.1em;
	margin: 25px 0px 15px 0px;
	float: left;
	z-index:3;
	}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 10px;
	text-align: center;
	z-index:3;
	}
	
#navigation ul li {
	float: left;
	list-style-image: none;
	height: 58px;
	width: 60px;
	margin: 0;
	padding: 0px 10px;
	z-index:3;
	}

#navigation ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
	display: block;
	z-index:3;
	}

#navigation ul li a:hover {
	color: #464646;
	height: 31px;
	width: 100%;
	margin-top: -10px;
	padding-top: 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #0c0600;
	color: #ffffcc;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index:3;
	}
	
/*--- Old Nav CSS ---*/
/*#navigation {
	background: url(images/navigation.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	font-size: 1.1em;
	margin: 8px 0;
	float: left;
	z-index:10;
	}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 10px;
	text-align: center;
	z-index:10;
	}
	
#navigation ul li {
	float: left;
	list-style-image: none;
	height: 58px;
	width: 60px;
	margin: 0;
	padding: 0px 10px;
	z-index:10;
	}

#navigation ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	z-index:10;
	}

#navigation ul li a:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	z-index:10;
	}*/

#homepane1 {
	float:left;
	width: 970px;
	height: 390px;
	padding: 0 18px 0 18px;
	margin-bottom:20px;
	z-index:1;
	}
	
#left_pane {
	width: 300px;
	padding: 0px 15px;
	float: left;
	}

#left_pane ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style-type: square;
	}

#center_pane {
	width: 320px;
	padding: 0;
	float: left;
	margin-left: 20px;
	}

#right_pane {
	width: 300px;
	padding: 0px 15px;
	float: left;
	}

#footer {
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: .8em;
	padding: 0px 5px;
	padding-top:20px;
	height: 54px;
	}

#footer p {
	padding: 0px;
	margin: 0px
	}

#footer p.links {
	margin-top: 3px;
	}

/* Header Tags */

#left_pane h1, #center_pane h1, #right_pane h1 {
	font-size: 1.8em;
	margin: 7px 0px 0px 0px;
	color: #cda44f;
	}

#left_pane h2, #center_pane h2, #right_pane h2 {
	font-size: 1.4em;
	margin: 7px 0px 0px 0px;
	color: #993300;
	}

/* Links */

a:link, a:active, a:visited {
	color: #956f31;
	}

#left_pane a:link, #left_pane a:active, #left_pane a:visited,
#right_pane a:link, #right_pane a:active, #right_pane a:visited {
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	}

/* Misc Stuff */

.signintext {
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	padding-left: 5px;
	}

.clear {
	clear: both;
	}
	
/*---- Small Boxes ----*/
#smallBoxes {
	width:258px;
	height:164px;
}

.box {
	width:76px;
	height:72px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	cursor:pointer;
}

#alarmClock {
	background-image:url(images/side-forestville-sm.jpg);
}

#lovingFamily {
	background-image:url(images/side-lovingfamily-sm.jpg);
}

#jewelry {
	background-image:url(images/side-reedbarton-sm.jpg);
}

#watch {
	background-image:url(images/side-george-sm.jpg);
}

#cuckoo {
	background-image:url(images/side-newhaven-sm.jpg);
}

#decanter {
	background-image:url(images/side-belleek-sm.jpg);
}

#wolf {
	background-image:url(images/side-wolfdesigns-sm.jpg);
}

#seiko {
	background-image:url(images/side-seiko-sm.jpg);
}

#hen {
	background-image:url(images/side-henfeathers-sm.jpg);
}
