/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 271px;
	padding: 3px 5px;
	background: #FFFFFF url(../images/homepage16.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#rightmenupage .input1 {
	width: 134px;
}

#leftmenupage .input1 {
	width: 134px;
}

#formcontrol .input1 
{
	width: 400px;
}

#formcontrol .input2 {
	width: 67px;
	height: 21px;
	background: url(../images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#formcontrol .hdr 
{
	vertical-align: text-top;
	padding-top: 5px;
}

.input2 {
	width: 67px;
	height: 30px;
	background: url(../images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.input2wide {
	width: 100px;
	height: 30px;
	background: url(../images/homepage17wide.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Century Gothic, Century Gothic, Century Gothic, Century Gothic, Century Gothic;
	font-size: 12px;
	color: #4C4C4C;
}

span.reg {
	 font-size:extra-small;
	 vertical-align:top;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

.text1 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.text2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #B36B6E;
	text-align: left;
}

.text3 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #B36B6E;
	text-align: left;
}

.text4 {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #B36B6E;
	text-align: left;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
	margin-right: 10px;
}

.list1 a {
	padding-left: 15px;
	background: url(../images/homepage10.gif) no-repeat left 5px;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	margin-right: 10px;
}

.ul1 a {
	padding-left: 0px;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	margin-right: 10px;
}

.ul2 a {
	padding-left: 10px;
}

.ul3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	margin-right: 10px;
	margin-bottom: -10px;
}

.ul3 a {
	padding-left: 20px;
}
/** LINKS */

a {
	color: #932C31;
	text-decoration: none;
}

a:active {
	color: #663300; 
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #663300; 
	text-decoration: underline;
}

.link1 {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 17px 0px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(../images/homepage05.gif) repeat-x left top;
	color: #932C31;
	text-decoration: none;
}

.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #D8BDBF;
}

.style1 a {
	color: #D8BDBF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: left top; } /** background: url(../images/homepage01.jpg) repeat left top; } */
.bg2 { background: url(../images/homepage02.jpg) repeat-x left top; }
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(../images/homepage11.gif) repeat-y left top; }
.bg5 { background: url(../images/homepage18.gif) repeat-x left top; }

/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 3px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 25px;
	background: url(../images/homepage09.gif) repeat-x left center;
}

