body {
	margin: 0;
	padding: 0;
	background: #D7D7D7;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a img {
	border: none;
}

.red {
	color: #D6805D;
}

.blue {
	color: #547AB9;
}

a {
	color: #D6805D;
}

div.body {
	width: 900px;
	margin: 0 auto;
	border: white solid;
	border-width: 4px 6px;
	text-align: left;
	margin-top: 42px;
}

div.h1 {
	background: #A9CE36;	
	background: #98CF15;
	text-align: center;
	padding: 15px 0 9px 0;
	border-bottom: 4px white solid;
}

div.h2 {
	background: #C95627;
	background: #E6551E;
	padding: 13px 0 12px 0;
	text-align: center;
}

div.h1 img, div.h2 img {
	display: block;
	margin: 0 auto;
}

div.header {
	width: 100%;
}

div.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: white solid;
	border-width: 4px 0;
	height: 42px;
	font-weight: bold;
}

div.header ul li {
	float: left;
	border-right: 3px white solid;
}

div.header ul li.last {
	border: none;
}

div.header ul li a {
	display: block;
	padding: 12px 0;
	width: 174px;
	width/**/: /**/177px;
	background: #7C7C7C;
	text-decoration: none;
	color: #D6D6D6;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}

div.header ul li a:hover, div.header ul li#active-li a {
	background: #474747;
	color: white;
}

div.header ul li.last a {
	width: 179px;
}

div.content {
	width: 900px;
	overflow: auto;
	padding: 20px 0 30px 0;
}

div.content div.left {
	float: left;
	width: 400px;
	text-align: center;
	padding-top: 20px;
}

div.content div.left img {
	display: block;
	margin: 0 auto;
}

div.content div.left p.capt {
	margin-top: 8px;
	color: #6A6A6A;
}

div.content div.right {
	margin-left: 400px;
	margin-left/**/: /**/420px;
	padding-right: 25px;
	height: 200px;
}

html>body div.content div.right {
	height: auto;
}

div.footer {
	border-top: 4px white solid;
	background: white url(/images/expr/aux01.gif) top repeat-x;
	width: 900px;
	overflow: auto;
	padding-bottom: 10px;
}

div.footer-end {
	background: white;
	text-align: center;
}

p.copyright {
	font-size: 10px;
	text-align: center;
	color: #9B9B9B;
	margin: 15px 0;
}

div.footer div.blocks {
	padding-left: 150px;
}

div.footer div.blocks div {
	float: left;
	margin-right: 21px;
}

div.footer div.blocks img {
	display: block;
}

div.footer h4 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
}

div.footer ul {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	list-style: none;
	font-size: 10px;
	color: #9B9B9B;
	line-height: 100%;
}

div.footer a {
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

/*  Tabs start*/

div.page-nav {
	margin-top: 20px;
}

ul.tab-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 450px;
	overflow: auto;
	background:  url(/images/expr/aux03.gif) right top no-repeat;
}

ul.last-active {
	background: #C0C0C0 url(/images/expr/aux06.gif) right top no-repeat;
}

ul.tab-nav li {
	float: left;
	padding-right: 26px;
	background: #7C7C7C url(/images/expr/aux16.gif) right top no-repeat;
	border-bottom: 2px #D6D6D6 solid;
}

ul.tab-nav li div {
	background: #7C7C7C url(/images/expr/aux17.gif) left top no-repeat;
	padding: 5px 0;
	padding-left: 19px;
	padding-right: 5px;
	position: relative;
	left: -8px;
}

ul.tab-nav li.last  {
	background: #7C7C7C;
	padding-right: 20px;
}

ul.tab-nav li.first {
	background: #7C7C7C;
	padding-right: 0;
}

ul.tab-nav li.first div {
	position: static;
	background: url(/images/expr/aux16.gif) right top repeat-y;
	padding-right: 38px;
	padding-left: 10px;
}

ul.tab-nav li a {
	color: white;	
	text-decoration: none;
	text-transform: uppercase;
}

ul.tab-nav li a:hover {
	text-decoration: underline;
}

ul.tab-nav li#activeTab {
	background-color: #C95928;
	background-color: #E5571F;
	text-transform: uppercase;
}

ul.tab-nav li#activeTab div {
	background-color: #C95928;	
	background-color: #E5571F;
	background-image: url(/images/expr/aux19.gif);
}

ul.tab-nav li.first#activeTab {
	xbackground: none;
}

ul.tab-nav li.first#activeTab div {
	background-image: url(/images/expr/aux16.gif);
	background-color: transparent;
	
}

ul.tab-nav li#activeTab a {
	color: white;
	text-decoration: none;
	cursor: default;
}


ul.tab-nav li#activeTabRight div {
	background-image: url(/images/expr/aux18.gif);
}

ul.tab-nav li.second#activeTabRight div {
	background-color: transparent;
	background-image: url(/images/expr/aux22.gif);
	left: -7px;
	
}

div.cur-nav {
	background: #C2C2C2 url(/images/expr/aux05.gif) left repeat-y;
	height: 40px;
	width: 450px;
}

/*  Tabs end */

div.right table {
	width: 450px;
	margin-top: 5px;
}

div.right table ul {
	margin-left: 22px;
	padding-left: 0;
}

table tr.odd td {
	background: #EBEBEB;
}

table td {
	padding: 7px 5px;
}

table td.left {
	text-align: right;
	text-transform: uppercase;
	width: 150px;
	border-right: 3px #D7D7D7 solid;
}

div.photos {
	margin-top: 15px;
	height: 220px;
}

div.photos img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: hand;
	border: 3px #d7d7d7 solid;
}

div.content h2 {
	font-size: 14px;
	margin: 25px 0 15px 0;
}

div.content p {
	margin: 14px 0;
}