* {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #FFF;
}
body {
    margin: 0;
    padding: 0;
    background: #666 url(images/tile.gif);
}
table {
    border-collapse: collapse;
}
td {
    padding: 0;
    vertical-align: top;
}
img {
    border: none;
}
.spacer {
    width: 10px;
    height: 10px;
}
.wrapper {
    width: 1040px;
}
.wrapper td {

}
td.left {
    width: 70px;
    background: url(images/left.png) repeat-y;
}
td.right {
    width: 70px;
    background: url(images/right.png) repeat-y;
}
.head {
    width: 900px;
    height: 350px;
    background: #FFF;
}
.flash {
    width: 900px;
    height: 350px;
    overflow: hidden;
    background: #FFF;
}
.menu {
    padding: 15px;    
    background: #A9074C;
    color: #999;
}
.menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
}
.tree {
    width: 275px;
    height: 280px;
    background: #999 url(images/tree.gif) repeat-x;
}
.tree .case {
    width: 210px;
    margin: 40px 0 0 32px;
    padding: 42px 0 10px 0;
    background: #666 url(images/case.gif) no-repeat;
}
.tree .case ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.tree .case ul li ul {
    margin: 0;
}
.tree .case li {
    text-align: right;
}
.tree .case ul li a {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #CCC;
}
.tree .case ul li ul li a {
    font-style: normal;
    color: #D5D5B3;
}
.tree .case ul.default {
    margin: 10px 10px 0 0;
}
.tree .case ul.default a {
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
}
.body {
    width: 625px;
    padding: 0;
    background: #FFF url(images/body.gif) repeat-x;
}
.path {
    margin: 15px 0 0 10px;
	padding: 0;
    font-size: 10px;
    color: #333;
}
.path a {
	font-size: 10px;
    color: #333;
}
.main  {
    margin: 0;
    padding: 10px 10px 10px 10px;
}
/* ----- FREE ----- */
.free {
    font-family: Georgia, serif;
    font-size: 14px;
}
/* ----- BOX ----- */
.box td {
    font-family: Georgia, serif;
}
.box .white .title {
    padding: 0 0 3px 0;
    border-bottom: 1px solid #999;
    font-size: 18px;
    font-weight: bold;
    background: #FFF;
    color: #A9074C;
}
.box .white .body {
    padding: 10px 0 0 0;
    font-size: 14px;
    text-align: justify;
    background: #FFF none;
    color: #666;
}
.box .lightgray .title {
    padding: 10px 10px 0 10px;
    font-size: 18px;
    font-weight: bold;
    background: #DDD;
    color: #A9074C;
}
.box .lightgray .body {
    padding: 10px;    
    font-size: 14px;
    text-align: justify;
    background: #DDD;
    color: #666;
}
.box .darkgray .title {
    padding: 6px 10px 4px 10px;
    border-bottom: 1px solid #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #666;
    color: #FFF;
}
.box .darkgray .body {
    padding: 8px 10px 10px 10px;
    font-size: 14px;
    text-align: justify;
    background: #666;
    color: #FFF;
}
.box img.left {
    float: left;
    margin: 4px 10px 0 0;
}
.box img.right {
    float: right;
    margin: 4px 0 0 10px;
}
/* ----- BOXWITHFRAME ----- */
.boxWithFrame table {
    width: 605px;
    height: 142px;
    background: url(images/bgframe.gif) repeat-x 0px 25px;
}
.boxWithFrame td.image {
    width: 188px;
    height: 142px;
    background: url(images/frame.png) no-repeat;
}
.boxWithFrame td.image img {
    margin: 25px 0 0 31px;
}
.boxWithFrame td.contents {
    width: 417px;
    height: 72px;
    vertical-align: bottom;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    background: #DDD;
    color: #666;
}
.boxWithFrame td.contents h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: normal;
    color: #A9074C;
}
.boxWithFrame td.contents a {
    font-style: normal;
    text-decoration: none;
    color: #333;
}
/* ----- PRODUCTS ----- */
.products {
	/* padding: 10px 0 0 10px; */
	padding: 0;
}
.products .item {
	float: left;
	width: 140px;
	height: auto;
	margin: 0 10px 10px 0;
	background: #DDD;
}
.products .img {
	height: 98px;
	padding: 5px 5px 3px 5px;
	text-align: center;
}
.products .text {
	padding: 0 10px 0 10px;
	/* font-family: Tahoma, sans-serif; */
	font-size: 11px;
    color: #A9074C;
}
.products .last {
	padding: 0 10px 5px 10px;
}
.products .pagination {
	margin: 0 15px 10px 0;
	text-align: right;
}
.products .pagination a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.products .pagination a.selected {
	color: #FF0000;
}
.products .pagination span {
	color: #666;
}
/* ----- DOCUMENTS ----- */
.documents {
    padding: 20px;
    background: #DDD;
}
.documents ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.documents a {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
/* ----- LINKS ----- */
.links {
    padding: 20px;
    background: #DDD;
}
.links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.links a {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
/* ----- PHOTOS ----- */
.photos div {
    width: 605px;
    width: 595px !important;
    height: auto;
    padding: 10px 0 0 10px;
    background: #DDD;
}
.photos img {
    margin: 0 10px 10px 0;
}
/* ----- RICHPHOTOLIST ----- */
.richPhotoList .item {
	float: left;
    width: 140px;
    height: auto;
    margin: 0 5px 10px 5px;
    background: #DDD;
}
.richPhotoList .img {
    padding: 5px;
    text-align: center;
}
.richPhotoList .a, .richPhotoList .b, .richPhotoList .c {
    padding: 0 0 0 5px;
    font-size: 11px;
    color: #A9074C;
}
.richPhotoList .a a, .richPhotoList .b a {
    color: #A9074C;
}
.richPhotoList .c {
    padding: 0 0 5px 5px;
}
/* ----- MASTER ----- */
.master td {
    padding: 10px 0 10px 10px;
    background: #DDD;
}
.master .title {
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 5px 0;
    color: #A9074C;
}
.master .title a {
    font-weight: bold;
    text-decoration: none;
}
.master .other {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    padding: 0 10px 0 0;
    color: #666;
}
.master .other a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    color: #333;
    padding: 0 10px 0 0;
}
/* ----- DETAIL ----- */
.detail img {
    float: left;
    margin: 0 10px 5px 0;
}
.detail h3 {
    margin: 0 0 5px 0;
}
/* ----- CONTACTS ----- */
.contacts form {
    width: 350px;
    margin: 30px 0 30px 127px;
    padding: 0;
}
.contacts form fieldset {
    margin: 0;
    border-top: 2px solid #A9074C;
    border-right: none;
    border-bottom: 2px solid #A9074C;
    border-left: none;
    padding: 10px 10px 15px 10px;
}
.contacts form fieldset legend {
    padding: 0 5px;
    font-size: 9px;
    color: #000;
    margin-bottom: 0 !important;
    margin-bottom: 10px;
}
.contacts form label {
    display: block;
    float: left;
    width: 70px;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 11px;
    text-align: right;
    color:#666;
}
.contacts form input, form textarea {
    width: 230px;
    margin: 5px 0 0 10px;
    border: 1px solid #666;
    padding: 1px 2px;
    font-size: 10px;
    color: #000;
}
.contacts form input#submit, input#reset {
    width: 80px;
    height: 20px;
    border: none;
    padding-bottom: 3px;
    font-size: 11px;
    background-color: #A9074C;
    color: #FFF;
}
.contacts form input#submit {
    margin-right: 0;
}
.contacts form input#reset {
    margin-left: 5px;
    border-left: none;
}
.contacts form textarea {
    overflow: auto;
}
.foot {
    padding: 5px;
    font-size: 9px;
    text-align: center;
    background: #CCC;
    color: #333;
}