/* CSS Document */

body {
	background-color: #582F69 /*#B02828*/;
	/*background-color: #592F6A;*/
	/*background-image: url(../images/bg_tile.gif);*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

a {
	color: #582F69 /*#B02828*/;
	text-decoration: none;
}

a:hover {
	color: #582F69 /*#B02828*/;
	text-decoration: underline;
}


ul {
	margin: 12px;
	padding: 0px;
}

.pagetitle {
	font-weight: bold;
	font-size: 16px;

}

.error {
	font-weight: bold;
	color: #FF0000;
}

/*form styles*/

.butt {
	color:#FFFFFF;
	/*font-weight: bold;*/
	background-color:#582F69 /*#B02828*/;
	border:1px solid /*#D63131*/ #DBB23A;
	font-size: 11px;
}

.butt_hover {
	border:1px solid #000000;
	cursor: pointer;
}

.form_split {
	border-right: 1px solid #D9DADC;
}

/*results listing*/
.res_titles {
	font-weight: bold;
	border-right: #D9DADC 1px dashed;
	padding: 0px 6px;
}

.res_desc {
	padding: 0px 6px;
}

.res_image {
        padding: 0px 6px;
}


.res_divide {
	border-top: #D9DADC 1px dashed;
}

/*agents listing*/

.agents_divide {
	border-bottom: #D9DADC 1px dashed;
}

/*basket listing*/
.basket_divide {
	border-bottom: #D9DADC 1px dashed;
}

/*divs*/

#body_wrapper {
	margin: auto;
	width: 100%;
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-y;*/
}

#header_wrapper {
	margin: auto;
	width: 100%;
	height: 100px;
	background-color: #582F69 /*#B02828*/;
	padding: 0px;
}


#header_content {
	margin: auto;
        width: 800px;
        height: 100px;
}

#header_logo {
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 333px;
}

#header_slideshow {
	float: right;
	height: 100px;
	width: 365px;
}

#nav_bar {
	margin: auto;
	width: 100%;
	background-color: /*#E0B8A0;*/ /*#D63131*/ #DBB23A;
	background-image: url(../images/top_bar.gif);
	background-repeat: repeat-x; 
	height: 30px;
	color: #FFFFFF;
	border-top: /*#A42626*/ #582F69  solid 1px;
}

#nav_bar_content {
        margin: auto;
        width: 800px;
        height: 30px;
        color: #FFFFFF;
}


#nav_bar_nav {
	float: right;
	padding: 8px 8px 8px 0px;
	height: 10px;
}

#nav_bar_nav a:link {
	color: #FFFFFF;  
	font-weight: bold;
	text-decoration: none;
}

#nav_bar_nav a:visited {
	color: #FFFFFF;  
	font-weight: bold;
	text-decoration: none;
} 

#nav_bar_nav a:hover {
	text-decoration: underline;  
	color: #FFFFFF;
	font-weight: bold;
}

#nav_bar_nav a:visited:hover {
	text-decoration: underline;  
	color: #FFFFFF;
	font-weight: bold;
}

#content_wrapper {
	margin: auto;
	width: 100%;
        /*background-image:url(../images/bg.gif);
        background-repeat:repeat-y;*/
	background: #FFFFFF;
}

#content_content {
        margin: auto;
        width: 800px;
	min-height: 500px;
        /*background: #FFFFFF;*/
	border-left: #D9DADC 1px dashed;
        border-right: #D9DADC 1px dashed;
}

#content_text {
 	padding: 6px 6px;
}

#bottom_bar {
	margin: auto;
	width: 100%;
	background-color: /*#E0B8A0;*/ /*#D63131*/ #DBB23A;
	background-image: url(../images/bot_bar.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom: /*#A42626*/ #582F69 solid 1px;
}

#bottom_text {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
 	padding: 6px 6px;
}

#bottom_text a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer_wrapper {
	margin: auto;
	width: 100%;
	background-color: #582F69 /*#B02828*/;
	padding: 0px 0px;
	height: 10px;
}
