/*********** General Selectors ***************/
* {
	font-family: century gothic, arial, sans-serif;
	font-size: 8pt;
	color: #666666;
}
body, html {
	height: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 6px;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
/**** Each page defines its own hover color ****
a:hover {
	color: #d68019;
}
***********************************************/
img {
	border: none;
}
#logo {
	position: absolute;
	left: 65px;
}
#about #logo,
#contact #logo,
#press #logo,
#home #logo {top: 145px;}
#pillows #logo {top: 45px; left: 100px;}
#custom #logo {top: 45px;}

/************** Structural Styles **************/
.page {
	height: 100%;
	width: 715px;
	margin: 0 auto;
}
.container {
	height: 435px;
	position: relative;
	border: 2px solid #ddd;
}
.column {
	width: 360px;
	padding-right: 30px;
	float: right;
}
.bottom {
	position: absolute;
	bottom: 5px;
	left: 100px;
	height: 85px;
	width: 500px;	
}

/************* Navigation ***************/
.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav a {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: gray;
	padding: 0 4px;
}
.topnav {
	padding: 40px 0 80px 0;
}
.topnav ul {
}
.topnav li {
	display: inline;
}
.topnav a {
	font-family: arial, sans-serif;
	font-size: 9px;
}
#home .topnav {
	padding: 40px 0 60px 0;
}
#pillows .topnav{
	padding: 40px 0px 15px 0;
}
/*------ Each page has its own link color ------ */
#home .topnav .active a,
#home .topnav .active a:hover,
#home .copy a,
#pillows .topnav .active a,
#pillows .topnav .active a:hover,
#pillows .copy a {
	color: #d68019;
}
#custom .topnav .active a,
#custom .topnav .active a:hover,
#custom .copy a {
	color: #a4cab1;
}
#about .topnav .active a,
#about .topnav .active a:hover,
#about .copy a,
#press .topnav .active a,
#press .topnav .active a:hover,
#press .copy a,
#contact .topnav .active a,
#contact .topnav .active a:hover,
#contact .copy a {
	color: #d8d30e;
}
/*****************INTERIOR CONTENT*********************/
.main {
	min-height: 340px;
	height: auto!important;
	height: 340px;
	padding: 20px 20px 0 20px;
}
.footer {
	text-align: center;
}
.footer,
.footer * {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.interiorleft{
	margin: 10px 15px 0px 15px;
	padding: 10px 10px 0px 10px;
	padding-left: 20px;
	height: 350px;
	width: 560px;
}
.bottomtext {
	position: absolute;
	height: 15px;
	top: 435px;
	left: 40px;
}
.copy p {
	text-align: justify;
}
/****************ORDER FORM************************/

.verticalnav{
	float: left;
	width: 130px;
	margin-right: 15px;
	border-right: 2px dotted #000;
}
.verticalnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.verticalnav ul a {
	display: block;
	width: 117px;
	height: 30px;
	overflow: hidden;
	text-indent: -500px; 
}
.description {
	float: left;
	width: 450px;
	line-height: 1.2em;
}
#gallerymgr .container {
	background: url(../images/managerbg.gif) no-repeat top left;
}
#gallerymgr .main {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
