/**/
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f2daf2;
	font-size: 12px;
}

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	width: 140px;
	height: 590px;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: url(../img/hnav_bg_index.png) no-repeat #400040; /* #5c003d; */
	background-position: bottom;
}

h1#title {
	display: block;
	width: 140px;
	height: 110px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../img/h1_bg_index.png) no-repeat;
}

#title a {
	display: block;	
	width: 140px;
	height: 110px;
}

#hnav {
	margin: 20px 0 0 0;
	list-style: none;
	display: block;
}

#hnav li {
	float: left;
	clear: left;
	padding: 0 20px 0 0;
}

#hnav li a:link, #hnav li a:hover, #hnav li a:active, #hnav li a:visited {
	display: block;
	height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

#hnav li a:hover {
	color: #ffff30;	
}

#hnav li #homelink:link, #hnav li #homelink:active, #hnav li #homelink:visited {
	background: url(../img/homelink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #homelink:hover {
	background: url(../img/homelink_h_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #newslink:link, #hnav li #newslink:active, #hnav li #newslink:visited {
	background: url(../img/newslink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #newslink:hover {
	background: url(../img/newslink_h_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #collectionslink:link, #hnav li #collectionslink:active, #hnav li #collectionslink:visited {
	background: url(../img/collectionslink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #collectionslink:hover {
	background: url(../img/collectionslink_h_index.png) no-repeat;	
	text-indent: -9999px;
	width: 200px;
}

#hnav li #inspirationlink:link, #hnav li #inspirationlink:active, #hnav li #inspirationlink:visited {
	background: url(../img/inspirationslink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
	display: none;
}

#hnav li #inspirationlink:hover {
	background: url(../img/inspirationlink_h_index.png) no-repeat;	
	text-indent: -9999px;
	width: 200px;
	display: none;
}

#hnav li #accessoriescarelink:link, #hnav li #accessoriescarelink:active, #hnav li #accessoriescarelink:visited {
	background: url(../img/accessoriescarelink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #accessoriescarelink:hover {
	background: url(../img/accessoriescarelink_h_index.png) no-repeat;	
	text-indent: -9999px;
	width: 200px;
}

#hnav li #aboutlink:link, #hnav li #aboutlink:active, #hnav li #aboutlink:visited {
	background: url(../img/aboutlink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #aboutlink:hover {
	background: url(../img/aboutlink_h_index.png) no-repeat;	
	text-indent: -9999px;
	width: 200px;
}

#hnav li #contactlink:link, #hnav li #contactlink:active, #hnav li #contactlink:visited {
	background: url(../img/contactlink_index.png) no-repeat;
	text-indent: -9999px;
	width: 200px;
}

#hnav li #contactlink:hover {
	background: url(../img/contactlink_h_index.png) no-repeat;	
	text-indent: -9999px;
	width: 200px;
}

#center {
	float: left;
	margin: 10px 0;
	width: 780px;
	height: 610px;
}

#photopane {
	width: 330px;
	height: 610px;
	float: left;	
}

#contentpane {
	width: 420px;
	height: 590px;
	margin: 0 0 0 10px;
	float: left;
	padding: 10px;
	background: #bc99bc;
	overflow: auto;
}

.bold {
	font-weight: bold;	
}

.i {
	font-style: italic;
}

.error {
	color: #882222;
}

h2 {
	margin-bottom: 10px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 10px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a img {
	border: none;	
}

p {
	margin: 10px 0;	
	text-align: justify;
}

fieldset {
	border: none;	
}

label {
	float: left;
	clear: both;
}

input, textarea, select {
	float: left;
	margin: 0 300px 10px 0;
	width: 148px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	width: 448px;
	height: 150px;
	margin: 0 0 10px 0;
}

ul, ol {
	list-style: inside;	
}

select {
	width: 150px;	
}

input.b {
	width: auto;
	margin: 0 10px;
	padding: 1px 10px;
	color: #ffffff;
	border: solid 1px #334400;
	background: #446600;
}

label {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
	width: 100px;
}

table {
	width: 660px;	
}

th {
	font-weight: bold;
	text-align: left;
	background: #99cc00;
	padding: 3px 5px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

td {
	padding: 2px 5px;	
}

.tdodd {
	background: #66cc33;
}

.tdeven {
	background: #99ff66;	
}

a:link, a:active, a:visited {
	color: #553377;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #6644ff;
	text-decoration: none;		
	font-style: italic;
}

#footer {
	position: relative;
	width: 950px;
	height: 20px;
	margin: 0 auto;
	clear: both;
	font-size: 10px;
	color: #000000;
}

#fnav {
	list-style: none;
	float: left;
	display: block;
	padding: 0;
}

#fnav li {
	float: left;
	padding: 0 2px;
}

#fnav li a:link, #fnav li a:active, #fnav li a:visited {
	color: #775599;
	text-decoration: none;
	font-style: normal;
}

#fnav li a:hover {
	color: #553377;
	text-decoration: none;
	font-style: normal;
}

#copyinfo {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000000
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#hnav {
	margin-left: -40px;
}
}

