html {
	background-color : #000000;
	background-image:url(/fileadmin/templates/images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family : arial;
	color : #000000;
	font-size: 12px;
	scrollbar-face-color: #00034A;
	scrollbar-hightlight-color: #0F4A86;
	scrollbar-shadow-color: #0F4A86;
	scrollbar-3dlight-color: #000066;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #000000;
	right-margin:0px;
	text-align: center;
}

body {
	margin-top:0px;
	margin: 0px; 
}

a {
	outline: none;
}

.allWrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.clear{
	clear:both;
	height:0px;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

* html .clear {
	
}
	
/*form styles*/	
	
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000000;
	background-color: #FFFFCC;
	border: inset 1px #708090;
}

/*sitetop styles*/

.pageHeader {
	margin: 0;
	background:url(/fileadmin/templates/images/background_1.jpg) top left no-repeat;
	height: 204px;
}

.pageHeader1 {
	background:url(/fileadmin/templates/images/background_1.jpg) top left no-repeat;
}

.pageHeader2 {
	background:url(/fileadmin/templates/images/background_2.jpg) top left no-repeat;
}

.pageHeader3 {
	background:url(/fileadmin/templates/images/background_3.jpg) top left no-repeat;
}

.pageHeader4 {
	background:url(/fileadmin/templates/images/background_4.jpg) top left no-repeat;
}

.pageHeader5 {
	background:url(/fileadmin/templates/images/background_5.jpg) top left no-repeat;
}

.pageHeader .headerInfo {
	text-align: right;
}

.pageHeader .headerFlashEffect {
	position: absolute;
	top: 72px;
	left: 0;
}

.pageHeader .siteLogo {
	height: 69px;
	width: 295px;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	background: url(/fileadmin/templates/images/sitetop_left_bottom.jpg) bottom left repeat-x;
}

.pageHeader .headerTop {
	height: 72px;
	width: 605px;
	float: left;
}

.pageHeader .headerInfo {
	height: 50px;
}

.pageHeader .headerNav {
	height: 22px;
}

.pageHeader .headerNav table {
	height: 22px;
	background: transparent url(/fileadmin/templates/images/menu_right_repeat.jpg) repeat-x scroll left bottom; 
	float: left; 
	width: 593px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
/*
.pageHeader .headerNav ul {
	margin: 0; 
	padding: 0;
	height: 22px;
	width: 593px;
	background: url(/fileadmin/templates/images/menu_right_repeat.jpg) bottom left repeat-x;
	float: left;
	text-align: left;
	text-indent: 0;
	list-style-type: none;
}

.pageHeader .headerNav ul li {
	text-align: center;
	height: 22px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	display: inline;
}

.pageHeader .headerNav ul li.divider {
	padding: 0 6px 0 8px;
	color: #FFFFFF;
}

.pageHeader .headerNav ul li.first {
	padding-left: 5px;
}

.pageHeader .headerNav ul li.last {
	padding: 0;
}
*/
.pageHeader .headerNav .navSpacer {
	float: left;
	width: 12px;
	height: 22px;
	background: url(/fileadmin/templates/images/sitetop_center_bottom.gif) bottom left no-repeat;
}


.pageContent .pageTitle {
	height: 20px;
	background: url(/fileadmin/templates/images/sitetop_bottom_left.jpg) bottom left repeat-x;
}

.pageContent .pageTitle .right {
	width: 304px;
	height: 20px;
	float: right;
	background: url(/fileadmin/templates/images/sitetop_bottom_right.jpg) bottom left no-repeat;
}

.pageContent .pageTitle .left {
	width: 587px;
	float: left;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 9px;
}

.pageContent .content {
	text-align: left;
	background: url(/fileadmin/templates/images/center_bg.jpg) top left repeat-y;
	min-height: 491px;
	padding: 0;
}

* html .pageContent .content {
	height: 491px;
}

.pageContent .content .right {
	width: 280px;
	float: right;
	padding: 10px 10px 0 0;
}

.pageContent .content .left {
	width: 589px;
	float: left;
	padding: 10px 0 0 10px;
	margin: 0;
}

.pageContent .content .oneColumn {
	width: 880px;
	float: none;
}

.sitetop_text{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none
}

/*menu styles*/

.menu_text{
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/*dropdown list style*/

.dropdown{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
font-weight:bold;
border:thin;
border-color:#0000FF;
}


/*image styles*/

.image{
border:medium;
border-color:#000099;
}



/*center text styles*/

.contentText1{
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.contentText{
color:#000000;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.contentTextBold{
color:#000000;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

a.contentText:link{
color:#0600FF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a.contentText:visited{
color:#0600FF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a.contentText:active{
color:#0600FF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a.contentText:hover{
color:#0600FF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}


/*header text styles*/

.headerText, 
h2 {
color:#00034A;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

h2 {
	margin: 10px 0;
	padding: 0;
}

/*login text styles*/

.loginBox {
	background: url(/fileadmin/templates/images/login_tab.gif) top left no-repeat;
	width: 300px;
	height: 130px;
	padding: 1px 0 1px; 1px;
}

.loginText{
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.homeform{
color:#FFFFFF;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
width: 70px;
}




/*footer*/

.footerText{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
text-decoration:none;
}


.footer {
	background: url(/fileadmin/templates/images/footer_bg.jpg) bottom left repeat-x;
	height: 26px;
	line-height: 26px;
}

a.footerText {
	border-bottom: 1px solid #0000EE;
}

a.footerText:visited{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
text-decoration:none;
border-bottom: 1px solid #551A8B;
}

a.footerText:active{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
text-decoration:none;
border-bottom: 1px solid #0000EE;
}

a.footerText:hover{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
text-decoration:none;
border-bottom: 1px solid #0000EE;
}

#Wrapper {
    margin: 0 auto;
    padding: 10px;
    width: 500px;
    border: 0px solid #999999;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

legend {
    display: none;
}

input, textarea {
    margin: 0px;
    padding: 1px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    border: 0px solid #999999;
}

input.sButton {
	border: 1px solid #999999;
}

span.cursor {
    cursor: pointer;
}

p#Error_msg {
    color: red;
}

.contactForm {
	margin: 26px auto; 
	width: 266px; 
	padding: 5px; 
	background: #00034A;
	color: #FFFFFF;
}

.contactForm td.error {
	font-weight: bold; 
	color: red;
}

.left .contactForm {
	margin: 0;
	width: auto;
	border: 1px solid #CCCCCC;
	min-height: 330px;
}

.contactForm .big {
	color: #FFFFFF; 
	font-size:17px;
}

.right .contactForm td input {
	width: 80%;
}

.right .contactForm .contactSubmit input {
	width: auto;
}

.miniText {
	color: #FFFFFF;
	font-size:9px;
	font-family:arial;
}

/* listing styles */

.generalList .listInfo {
	margin: 10px 0;
}

.generalList .browseControls {
	background: #00034A;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 10px 0;
}

.generalList form {
	margin: 0;
	padding: 0;
}

.generalList table {
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	margin: 0 0 5px 0;
	width: 100%;
	font-size: 11px;
}
.generalList table thead td {
	background: #00034A;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.generalList table td {
	padding: 5px 0;
}

.generalList ul.pagination {
	text-align: right;
	list-style-type: none;
	text-indent: 0;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	
	color:#010449;
}
.generalList ul.pagination a {
	text-decoration: none;
	color: #010449;
	width: 30px;
}

.generalList ul.pagination a:hover {
	text-decoration: underline;
}

.generalList ul.pagination li.active a {
	text-decoration: underline;
}
.generalList ul.pagination li {
	text-indent: 0;
	display: inline;
}

.generalList strong {
	color: #00034A;
}

.miniForm {
	margin: 35px 0 0 0;
	padding: 1px 10px 10px 10px;
	background: #00034A;
	color: #FFFFFF;
}
.miniForm table td.label {
	width: 117px;
}
.miniForm table td {
	padding: 3px 0;
	font-weight: bold;
}

.miniForm table td select {
	width: 141px;
}

.miniForm h2,
.singleView .miniForm h2 {
	font-size: 17px	;
	color: #FFFFFF;
	margin: 5px 0 10px 0;
}

.generalList table thead td {
	padding-left: 5px;
}

.generalList table td { background: #EEEEEE; border-bottom: 1px solid #CCCCCC; font-size:1.1em;}
.generalList table .rowHeader td { color: #00034A; background: #DDDDDD; font-size: 1.1em; font-weight: bold; padding: 7px 0;}
.generalList table .rowHeader td a { text-decoration: none; color: #00034A; }
.generalList table .rowHeader td a:hover { text-decoration: underline; }
.propertiesList table .rowHeader td.col1 { padding-left: 5px; }
.propertiesList table .rowHeader td.col5 { padding-right: 5px; }
.propertiesList table .rowHeader .col1 { width: 177px; padding-right: 5px;}
.propertiesList table .rowHeader .col2 {  }
.propertiesList table .rowHeader .col3 { width: 45px; text-align: right; }
.propertiesList table .rowHeader .col4 { width: 49px; text-align: right; padding-right: 3px; }
.propertiesList table .rowHeader .col5 { color: #589341; width: 150px; text-align: right; }
.propertiesList table .rowContent td { padding: 5px 5px 4px 5px;}
.propertiesList table .rowContent .col1 {padding-right: 0;}
.propertiesList table .rowContent .col1 .innerWrap { padding-right: 5px; border-right: 1px dotted #CCCCCC; min-height: 80px; }
* html .propertiesList table .rowContent .col1 .innerWrap { height: 80px; }
.propertiesList table .rowContent .col5 .detailsButton {
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
}
.propertiesList a img,
.singleView a img,
.featuredItems a img { border: 0;}

.propertiesList table .image {
	margin: 0 5px 0 0;
	padding: 5px 0;
	width: 175px;
	float: left;
	border: 1px solid #DDDDDD;
	text-align: center;
}
.propertiesList table .rowContent p {
	margin: 0 0 5px 0;
}

/* The single view */

.pageContent .content .singleView .right {
	width: 280px;
	padding: 0;
}

.pageContent .content .singleView .left {
	width: 589px;
	padding: 0;
}

.singleView .top {
	margin: 0 0 10px 0;
}

.singleView .top p.description {
	margin-bottom: 0;
}

.singleView .miniGallery {
	width: 290px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	float: left;
	margin: 0 5px 0 0;
}

.singleView .miniGallery .thumbs {
	margin-top: 5px;
}

.singleView .miniGallery .thumbs img {
	margin: 0 5px 0 0;
}

.singleView .miniGallery .thumbs .thumbsInner {
	width: 230px;
	height: 60px;
	overflow: hidden;
	float: left;
}

.singleView .miniGallery .thumbs .insideTop {
	width: 800px;
}

.singleView .miniGallery .thumbs .leftArrow,
.singleView .miniGallery .thumbs .rightArrow {
	width: 30px;
	float: left;
	text-align: center;
}

.singleView .miniGallery .thumbs .rightArrow {
	float: right;
}

.singleView .miniGallery .photoSlideWrap {
	width: 230px; 
	height: 60px; 
	float: left; 
	overflow: hidden;
	position: relative;
}

.singleView .miniGallery #mainImage {
	text-align: center;
}

.singleView .miniGallery .photoSlider {
	position: absolute;
	height: 60px;
}

.singleView p,
.singleView h2 {
	margin-top: 0;
}

.singleView .price {
	color: #589341;
}

.singleView .miniForm {
	margin: 0 0 10px 0;
}

.singleView .singleRight {
	padding: 0;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.singleView .singleRight h1 {
	margin: 0;
	padding: 5px;
	background: #00034A;
	color: #FFFFFF;
	font-size: 1em;
	border-bottom: 1px solid #CCCCCC;
}

.singleView .singleRight .inner {
	margin: 0;
	padding: 5px;
}

.singleView .singleRight .inner .backToList {
	text-align: left;
	margin: 0;
	padding: 0;
}

.singleView .singleRight .inner .backToList a img, 
.singleView .singleRight .inner .backToList img {
	border: 1px solid #CCCCCC;
}

.singleView .generalList table td {
	padding: 5px;
}

.singleView .generalList table tbody .col1 {
	width: 70px;
	font-weight: bold;
}

.singleView .generalList table .col2 {
	width: 200px;
	padding-right: 12px;
}

.singleView .generalList table .col3 {
	width: 70px;
	font-weight: bold
}

.singleView .generalList table .col4 {
	
}

.featuredList strong {
	color: #00034A;
}

.featuredItems {
	padding: 0;
	margin: 0 0 10px 0;
}

.featuredItems p {
	font-weight: bold;
	color: #00034A;
	margin-bottom: 5px;
}

.featuredItems .featuredItem {
	width: 142px;
	float: left;
	margin: 0 7px 0 0;
	background: #EEEEEE;
	padding: 0;
	font-size: .9em;
	text-align: center;
}

.featuredItems .last {
	margin: 0;
}

.featuredItems a {
	text-decoration: none;
	color: #00034A;
}

.featuredItems a:hover {
	text-decoration: underline;
}

.featuredItems img {
	margin:0;
}

.featuredItems .text {
	padding: 10px;
}

/* The home page search form */
.largeForm table {
	width: 100%;
}

.largeForm table select {
	width: 200px;
}

.largeForm table td {
	padding: 0 5px 5px 5px;
}

.largeForm table td.label {
	width: 110px;
}

.largeForm table td.col1 {
	padding-left: 0;
	width: 100px;
}

.largeForm table td.col2 {
	
}

.largeForm table td.col3 {
	width: 50px;
	text-align: right;
}

