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

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #422906;
	font-stretch: narrower;
	background: url(../images/bg_x_internal.jpg) 0 0 repeat-x;
	}
	
body a {
	text-decoration: none;
	}
	
body h1 {
	font-size: 50px;
	margin: 10;
	}
	
body h2 {
	font-size: 16px;
	color: #7D0D00;
	font-weight: bold;
	}
	
body h3 {
	color: #422906;
	margin: 5px 5px 0px 0px;
	font-size: 14px;
	}
	
body h4 {
	color: #7D0D00;
	margin: 0px;
	font-size: 12px;
	}
	
body li {
	color: #422906;
	text-transform: none;
	}
body ul {
	font-size: 13px;
	color: #7D0D00;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	}
	
/* Classes */
h2 span.underline {
	border-bottom: #7D0D00 thin solid;
	}
.search_button {
	background-image: url(../images/b_search.gif);
	width: 15px;
}
.bottom_boxes {
	width: 442px;
	float: left;
	margin: 10px auto auto auto;
	}

.bottom_boxes li {
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.box {
	width: 212px;
	float: left;
	margin-right: 17px;
	}
.box2 {
	width: 212px;
	float: left;
	}
.searchbox {
	height: 19px;
	border: #B29D6C thin solid;
}
.search_button {
	background-image: url(../images/b_search.gif);
	width: 15px;
}
.search_word {
	color: #C5B591;
	}
	
.h2_dif_color {color: #422906} /* <-- this class can be deleted on the final version */

.red_text {color: #7D0D00}

/* END of Classes */

#main {
	margin: 0px auto;
	width: 965px;
	}
#main img {
	margin-right: 20px;
	}
#header {
	height: 144px;
	}
#logo {
	background: url(../images/logo.gif) 0 0 no-repeat;
	width: 607px;
	float: left;
	height: 144px;
	cursor: pointer; /* to make IE happy */
	}
#logo span {	
	visibility: hidden;
	font-size: 50px;
	}
#login_box {
	float: left;
	width: 355px;
	height: 144px;
	}
#nav {
	height: 22px;
	overflow: hidden;
	}
#nav img{
	cursor: pointer;
	margin: 0px;
	}
#content_internal {
	width: 525px;
	float: left;
	padding-right: 15px;
	}
#content_internal li a{
	color: #422906;
	}
#main #right_box {
	padding-left: 24px;
	float: left;
	width: 200px;
	border-left-color: #422906;
	border-left-style: dotted;
	border-left-width: 2px;
	margin-top: 16px;
}
#main #right_box h2{
	margin-top: 0px;	
}
#main #right_box li {
	margin-left: 0px;
	list-style: none;
	}
#main #right_box li a{
	color: #422906;
	}
#main #right_box li a:hover{
	color: #b9A988;
	}
#bottom_nav {
	width: 750px;
	text-transform: uppercase;
	padding-left: 187px;
	margin-top: 20px;
		}
#bottom_nav a{
	color: #B29D6C;
	}
#bottom_nav a:hover{
	color: #422906;
	}
	
#footer {
	width: 750px;
	padding-left: 187px;
	margin-top: 2px;
	color: #B29D6C;
	font-size: 10px;
	}


