/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #c00;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #c00; }
h1 {
	font-weight:normal;
	font-size: 2.2em;
	line-height: 1;
	padding-top:.6em;
	margin:0 0 .6em 0;
}
h2 {
	font-size: 1.5em;
	padding-top:20px;
	margin-bottom: 0.75em;
}
h3 {
	display:block;
	background:#411a0a;
	color:#FFF;
	font-size: 14px;
	line-height: 1;
	height:22px;
	margin:0 -9px .5em 0;
	padding:8px 0 0 15px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	text-align:left;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #c00;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Links navigation
-------------------------------------------------------------- */
#primary a {
	display:inline-block;
	color: #fff;
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	height:29px;
}
#primary a:focus, #primary a:hover, #primary a.active {
	color: #fff;
	text-decoration:none;
	border-bottom:solid 6px #fff;
}

#secondary a {
	color: #b09584;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
#secondary a:focus, #secondary a:hover, #secondary a.active {
	color: #fff;
	text-decoration:none
}
/* Header navigation
-------------------------------------------------------------- */

#service a {
	color:#411a0a;
	text-decoration:none;
	margin:0;
	padding:0;
}
#service a:focus, #service a:hover {
	color: #411a0a;
	text-decoration:underline;
}
#service ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	width:950px;
}
#service li {
	display:inline;
	list-style:none;
	height:2em;
	margin:0;
	padding:0 0 0 5px;
}
#partner a {
	height:40px;
	text-decoration: none;
	margin:0;
	padding:0;
}
#partner a:focus, #partner a:hover {
	color: #fff;
	text-decoration:underline
}
#partner ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	width:950px;
}
#partner li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;	
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

#insertbox img {
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border:none!important;
}

.endcontent {
	height:0px;
	overflow:hidden;
	clear:both;
	margin:0!important;
	padding:0!important;
	border:none!important;
}

.teaserblock {
	background:url(bg_gradient.png) repeat-x top #fff;
	margin:0 0 0 -9px;
	padding:0 0 0 9px;
	border-bottom:1px solid #FFF;
}

.teaserblock img {
	display:block;
	float:left;
	margin:0 14px 0 0!important;
	padding:0;
	border:solid 0px;
}
.teaserblock div {
	margin:0 0 0 -9px;
	padding:0 30px 0 0;
}

.teaserblock h1, .teaserblock h2,
.teaserblock h4, .teaserblock h5, .teaserblock p {
	margin-left:15px;	
}

#contentbox .teaserblock {
	background-position:0px 31px;
	margin:0 -10px 0 -10px;
	padding:0 9px 0 0;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}

#contentbox .teaserblock div {
	margin:0 0 5px;
	padding:0;
}


.foot {
	margin:0;
	padding:6px 15px 0 0;
	color:#b09584;
	text-align:right;
}

#contentbox p img {
	float:right;
	padding:5px 0 5px 5px;
}


/* Borders (top-right-bottom-left)
-------------------------------------------------------------- */
.b1 {
	border-top:1px solid #FFF;
}
.b2 {
	border-right:1px solid #FFF;
}
.b3 {
	border-bottom:1px solid #FFF;
}
.b4 {
	border-left:1px solid #FFF;
}


.tx-chgallery-pi1 {
	background-color:#411a0a;
	min-height:100px;
	overflow:hidden;
	position:relative;
}

