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


/* ----- PAGE DEFAULTS ----- */

body {
	margin: 0px;
	background: url(images/bg.png) fixed top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 120%;
}

small {
	font-size: 10px;
	font-style: italic;
}

h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	padding-top: 30px;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: goldenrod;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: gold;
	text-decoration: underline;
}
a:active {
	font-weight: bolder;
	color: gold;
	text-decoration: underline;
}

img {
	border: 0px;
}


/* ----- FRAME WORKS ----- */

#container {
	width: 850px;
	margin: 0px auto;
	padding: 10px 0px;
	/*background: url(images/bg_main.png) top center no-repeat fixed;*/
}

#header {
	width: 850px;
	height: 300px;
}

#contents {
	width: 850px;
}

#menu {
	width: 200px;
	float: left;
	margin-left: 20px;
	padding: 10px 5px;
	border: 1px #7A5C12 dotted;
	background: #FBF6E8;
}
#menu ul {
	margin-left: 25px;
	padding: 0px;
	list-style: url(images/bullet.png);
}

#inserts {
	clear: both;
	width: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	text-align: center;
}
#inserts img {
	width: 200px;
	border: 0px;
}

#text {
	margin-left: 250px;
	margin-right: 20px;
	text-align: justify;
}

#footer {
	clear: both;
	width: 850px;
	padding-top: 10px;
	text-align: center;
}


/* ----- INFO FORMATTING ----- */

ul {
	text-align: left;
}
li {
	padding-bottom: 5px;
}

.size td {
	text-align: center;
	padding: 0px 20px 5px;
}

.spec {
	padding-left: 170px;
}

.condition td {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 5px 20px;
}


/* ----- MAGNIFYING IMAGE ----- */

.magnify {
	cursor: default;
	list-style: none;
	text-align: center;
}

.magnify a {
	cursor: default;
}

.magnify a .preview {
	display: none;
}

.magnify a:hover .preview {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

.magnify img {
	background: white;
	border: 1px #7A5C12 dotted;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.magnify li {
	background: #FBF6E8;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview {
	border-color: #7A5C12;
}


/* ----- FORM FORMATS ----- */

form {
	width: 80%;
	margin: auto;
	text-align: left;
}
tr {padding: 2px 0px;}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A5C12;
	border: goldenrod 1px dotted;
	background: white;
	padding-left: 2px;
}