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

body {
	margin: 0 auto;
	padding: 0;
	font-size: 75%;
	font-family: Georgia, Arial, sans-serif;
	background: #f9f5ea url(../images/i_bg.jpg) repeat-x top;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	color:#543c00;
	background:url(../images/t_h1_bg.png) no-repeat top;
	text-align:center;
}

h2, h3, h4 {
	padding-top:10px;
	font-weight: normal;
	color:#543c00;
	font-size:130%;
}

h3 {
	font-size:110%;
}

a {
	color: #b02a00;
	text-decoration:none;
}

a:hover {
	color: #b02a00;
	text-decoration:underline
}

/* generic elements */
div.clear {
	clear: both;
}

.block {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

address {
	margin-bottom:10px;
	margin-top:10px;
	font-style: normal;
	line-height: 1.2em;
	font-size: 1.3em;
}

/* frame */
div#frame_site {
	background: #f9f5ea url(../images/i_bg_site.jpg) repeat-x top;
}

/* head */
#header_home {
	margin: 0 auto;
	width: 960px;
	height:428px;
}

#header_site {
	margin: 0 auto;
	width: 960px;
	height:230px;
	background:url(../images/header_bg.jpg) no-repeat top;
}

div#header_site img {
	margin-top: 33px;
	margin-left:323px;
	border: none;
}

/* prime */
#prime_container {
	margin:0 auto 0 auto;
	padding:0;
	width: 960px;
	height:53px;
	background:url(../images/prime_bg.png) no-repeat top;
}

#prime ul, #prime ul li {
     list-style: none;
     margin: 0;
     padding: 19px 0 20px 0;
 }

 #prime ul {
     text-align: center;
	 font-family:Arial;
	 text-transform:uppercase;
 }

 #prime ul li {
     display: inline;
	 background:url(../images/nav_divide.jpg) no-repeat right;
 }

 #prime ul li.last {
	 background:none;
 }
 
 #prime li a {
    padding: 0 16px 0 10px;
 }
 
 #prime ul li a {
     color: #dfca8a;
	 font-size: 10px;
     text-decoration: none;
 }

 #prime ul li a:hover {
	 color: #dfca8a;
     text-decoration: underline;
 }

/* main */
div#main {
	margin: 10px auto 0 auto;
	padding:0;
	width:940px;
}

div#content {
	margin: 0;
	padding: 0;
	width: 540px;
	float: left;
}

div#content_gallery {
	margin: 0;
	padding: 0;
	width: 940px;
	float: left;
}

div#content p {
	font-size: 1em;
	line-height: 1.4em;
}

div#content p.intro {
	font-size: 1.4em;	
}

div.info_block {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 1px solid #dfca8a;
}

div#content table {
	width: 498px;
	border-collapse: collapse;
}

div#content table th {
	line-height: 1.3em;
	text-align: left;
	border-bottom: #dfca8a 1px solid;
	font-size: 1.2em;
}

div#content table th {
	padding-top: 20px;
}

div#content table th.title {
	padding-top: 0;
}

div#content table.markets 
{
	width: 100%;
}

div#content table.markets th.title 
{
	line-height: 1em;
	text-align: left;
	border-bottom: none;
	font-size: 1.2em;
}

div.entry {
	margin: 0 0 20px 0;
	padding: 5px;
	
	background-color: #F9F1FE;
	border: #D8BEEB 1px solid;
}

div.entry h2 {
	margin: 0;
	padding: 0;
}

div.entry img {
	margin: 0 0 0 10px;
	float: right;
	
	border: #D8BEEB 1px solid;
}

/* gallery */
ul.gallery {
	margin:-10px 0 0 20px;
	padding:0;
	list-style:none;
	width:370px;
	float:left;
}

ul.gallery li {
	border:#dfca8a 1px solid;
}

.galleria_container img {
	float:left;
}

div.comment {
	margin-bottom:15px;
	padding:5px;
	border-top: 1px solid #dfca8a;
	border-bottom: 1px solid #dfca8a;
	font-size:1.1em;
	text-align:center;
}


/* column */
div#column {
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
}

div#column h2 {
	text-align: center;	
}

div#column img {
	border: none;
}

div#column h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align:center;
	background:url(../images/t_col_bg.png) no-repeat top;
	height:25px;
}

div.col_box img {
	border:none;	
}

div.box_contain {
	margin-bottom:25px;	
}

div.col_box {
	color: #613312;
	width: 300px;
	text-align:center;
	min-height: 100px;
	background: url(../images/col_top_bg.png) no-repeat top left;
	padding-top: 10px;
}

div.col_box div.inside {
	padding-bottom:1px;
	padding-top:1px;
	padding-left:15px;
	padding-right:15px;
	background: url(../images/col_mid_bg.png) repeat-y center;
}

div.col_box div.inside_quote {
	padding-bottom:1px;
	padding-top:1px;
	padding-left:15px;
	padding-right:15px;
	background: url(../images/col_quote_bg.png) repeat-y center;
}

div.col_box p.quote {
	padding: 0 10px 0 10px;
	font-size: 1.1em;	
}

div.cta {
	width: 300px;
	text-align:center;
	background:none;
}

ul.second {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul.second li {
	margin-bottom: 3px;	
}

ul.second li a {
	padding: 4px;
	height: 20px;
	line-height: 20px;
	display: block;
	border-bottom: transparent 1px solid;
	text-decoration:none;
}

ul.second a:hover {
	color:#2b230f;
	/*border-bottom: #580062 1px solid;*/
	text-decoration:none;
	background:url(../images/nav_icon.png) no-repeat right;
}

/* foot */
#foot_container {
	margin: 15px auto;
	width:960px;
	border-top: #efe4c4 1px solid;
	font-size: 0.9em;
	font-family: Arial;
	color:#2b230f;
}

#foot_container img {
	margin-bottom:10px;
}

#foot_container a {
	text-decoration: none;
}

#foot_container a:hover {
	text-decoration: underline;
}

#foot_container .block {
	margin:0 0 15px 0;
	padding:10px;
	width:172px;
	float:left;
}

#foot_container .block p {
	margin:0;
	padding:0;
}

#foot_container ul {
	margin:0;
	padding:0;
	color:#2b230f;
}

#foot_container ul li {
	margin: 0;
	padding: 0;
	display: block;
	line-height:20px;
	text-align: left;
}

#foot_container ul a {
	color: #2b230f;
	text-decoration: none;
}

#foot_container ul a:hover {
	color:#b02a00;
}

#foot_container address {
	margin:0;
	padding:0;
	line-height: 15px;
	font-style: normal;
	font-size:1em;
}

#foot_container #CDSWIDEXC {
	margin:0;
}