﻿body 
{
	background-color: #918698;
	background-image: url("page images/bg-content.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
}
#container
{
	position: absolute;
	left: 50%;
	width: 612px;
	margin-left: -306px;
}
#header
{	
	background: url("page images/bg-top.png");
	position: fixed;
	top: 0px;
	width: 612px;
	height: 185px;
}
#footer
{
	background: url("page images/bg-bottom.png");
	background-position: bottom;
	position: fixed;
	bottom: 0px;
	width: 612px;
	height: 110px;
}
#main
{
	position: absolute;
	padding-top: 200px;
	padding-bottom: 360px;
	width: 612px;
}
.section
{
	position: relative;
	width: 456px;
	left: 50%;
	margin-left: -228px;
}
p.default
{
	position: relative;
	left: 50%;
	margin-left: -12.5em;
	text-align: justify;
	text-indent: 3em;
	width: 25em;
	color: #706275;
}
p.details
{
	padding-top: 10px;
	text-align: center;
	font-style: oblique;
	font-size: small;
	color: #706275;	
}
p.nav
{
	position: relative;
	top: 130px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	color: #706275;	
}
p.catalogitem
{
	color: #62267e;
	text-align: center;
	width: 110px;
	height: 200px;
	padding: 5px 3px 5px 3px;
	float: left;
	text-align: center;
	font-style: oblique;
	font-size: small;
}
h1.title
{
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	color: #706275;
	text-shadow: 0.1em 0.1em 0.5em #d2c5da;
	
}
h1.section-head
{
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	color: #706275;
	text-shadow: 0.1em 0.1em 0.5em #d2c5da;
	border-bottom: solid, thin, #706275;
	width: 450px;
	margin-left: 81px;
	clear: both;
	
}
a:link 
{
	color: #706275;
	text-decoration: none;
}
a:visited 
{
	color: #706275;
	text-decoration: none;
}
a:hover 
{
	color: #d2c5da;
	text-decoration: none;
}
a:active 
{
	color: #706275;
	text-decoration: none;
}
.center
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.sm
{
	width: 3em;
}
br
{
	clear: both;
}
.framed
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: double 5px #706275;
}
.mini
{
    height: 2.6em;
}
.full
{
	width: 30em;
}
.sm_box
{
    float: left;
    outline: solid thin #706275;
	margin: 2px 2px 2px 2px;
	width: 2.6em;
	overflow: hidden;
}
.wide
{
	width: 15em;
}
.narrow
{
	width: 3em;
}
:hover.sm_box
{
    outline: solid thin #d2c5da;
}
.large_box
{
	width: 30em;
	max-height: 22em;
	overflow: hidden;
    outline: solid thin #706275;
	margin: 0px 0px 0px 0px;
    position: absolute;
	margin-top: -26em;
	left: 50%;
	margin-left: -15em;
}
/* Additional Form Styles */
.fieldset
{
	width: 500px;
	left: 50%;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border-top: double 3px #706275;
}
.fs-lbl 
{
	position: relative;
	background-image: url('page images/jforms/fs_lbl_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color:#706275;
	width: 182px;
	height: 20px;
	padding: 5px 5px 5px 15px;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 14px;
}
.cd
{
	visibility: visible;
}
.cd:hover 
{
	background-position: 0px -30px;
}
p.field.details
{
	margin-top: -5px;
}
.less
{
	float: left;
	margin-right: 5px;
}
.field
{
	position: relative;
	margin: 2px 2px 2px 2px;
	float: left;
	font-size: 20px;
	bottom: 20%;
}
.button
{
	position: relative;
	left: 80%;
}
.buttonx
{
	position: relative;
	left: 75%;
}
label 
{
	font-size: 12px;
	color:#706275;
	top: 0px;
}
label.chosen {color:#d2c5da;}
.selectArea {margin-top: 2px;}
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
/*Forms defaults - change as needed*/
.niceforms input, .niceforms textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#706275;
	border:0px;
	line-height:normal;
}
label
{
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-6000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url("page images/jforms/radio.gif") no-repeat left top;}
.radioAreaChecked {background:url("page images/jforms/radio.gif") no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url("page images/jforms/checkbox.gif") no-repeat left top;}
.checkboxAreaChecked {background:url("page images/jforms/checkbox.gif") no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url("page images/jforms/input_bg.gif") repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url("page images/jforms/txtarea_tr.gif") no-repeat top right;}
.txtarea .tr_xon {background:url("page images/jforms/txtarea_tr_xon.gif") no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url("page images/jforms/txtarea_br.gif") no-repeat top right;}
.txtarea .br_xon {background:url("page images/jforms/txtarea_br_xon.gif") no-repeat top right;}
.txtarea .cntr {background:url("page images/jforms/txtarea_cntr.gif") repeat-y right top;}
.txtarea .cntr_xon {background:url("page images/jforms/txtarea_cntr_xon.gif") repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url("page images/jforms/txtarea_l.gif") repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url("page images/jforms/txtarea_l_xon.gif") repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	font-size:11px;
	height:21px;
	background:url("page images/jforms/select_bg.gif") repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url("page images/jforms/select_left.gif") no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url("page images/jforms/select_right.gif") no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#000;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	border:0px;
	vertical-align:middle;
	background:transparent;
}

/*Selects drop-down*/

.fake_list
{
	background-color:#faf7e4;
    background-image: url("page images/jforms/dropdown-bg.gif");
    background-repeat: repeat-y;
	padding:2px;
	z-index:1000;
	list-style-type:none;
	font-size:11px;
	margin: -4px 0px 0px -6px;
	position:absolute;
	float:left;
	overflow:auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

ul.fake_list li
{
	color:#000;
	padding:0px 2px 0px 10px;
	margin:0px;
	clear:none;
}
.fake_list li.selected
{
	color:#000;
	background:#daefd8;
}

/*Button*/
.niceforms .buttonSubmit, .niceforms .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#706275;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	background:url("page images/jforms/button_bg.gif") repeat-x left top;
	cursor:pointer;
	border:none;
}
.niceforms .buttonSubmitHovered {background-position:left bottom; color: #7a8679;}
.niceforms .buttonImg {vertical-align:bottom;}