/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* --- standard --- */
html {
	min-width: 937px;
	}
body {
	min-width: 937px;
	background: url(../img/body-grad.jpg) 50% 0;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	}
img {
	border: none;
	}
a {
	color: #c30;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
input, textarea, select {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	}
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

/* --- main --- */
#main {
	width: 937px;
	margin: 91px auto 0 auto;
	}
#inner1 #main, 
#inner2 #main {
	margin-top: 0;
	}
.container {
	overflow: hidden;
	width: 100%;
	}

/* --- sitemap --- */
.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.sitemap li {
		list-style: none;
		background: url(../img/right-arrow.gif) no-repeat 0 3px;
		padding: 0 0 0 9px;
		}
	.sitemap a {
		color: #fff;
		text-decoration: none;
		}
	.sitemap a:hover {
		color: #c30;
		}

/* --- header --- */
#header {
	position: relative;
	z-index: 50;
	width: 100%;
	height: 90px;
	}
	#header .holder {
		float: right;
		overflow: hidden;
		width: 380px;
		padding: 0 20px 0 0;
		}
	#header .address {
		float: right;
		overflow: hidden;
		list-style: none;
		color: #fff;
		line-height: 14px;
		margin: 30px 0 0 25px;
		padding: 0px;
		}
		#header .address a {
			color: #fff;
			text-decoration: none;
			}
		#header .address a:hover {
			color: #c30;
			}
	#header .topmenu {
		float: right;
		display: inline;
		list-style: none;
		font-size: 9px;
		margin: 0;
		padding: 0;
		}
		#header .topmenu li {
			float: left;
			padding: 0 0 0 1px;
			}
		#header .topmenu .search {
			float: left;
			height: 25px;
			background: #1c211a;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			margin: 0 40px 0 0;
			padding: 0;
			}
			#header .topmenu .search input.input-txt {
				outline: none;
				width: 180px;
				background: #1c211a url(../img/icon-search.gif) no-repeat 98% 50%;
				border: none;
				font: 11px Arial, Verdana, Helvetica, sans-serif;
				color: #555953;
				margin: 2px;
				padding: 4px 20px 4px 4px;
				}
			#header .topmenu .search input.btn-search {
				outline: none;
				background: #1c211a;
				border: none;
				font: 9px Arial, Verdana, Helvetica, sans-serif;
				color: #fff;
				text-transform: uppercase;
				margin: 0;
				padding: 4px;
				}
		#header .topmenu a {
			float: left;
			height: 18px;
			background: #1c211a;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			padding: 7px 15px 0 15px;
			}
		#header .topmenu a:hover {
			background: #c30;
			}
		#header .topmenu a.lang {
			background: #1c211a url(../img/down-arrow.gif) no-repeat 95% 9px;
			padding-right: 20px;
			}
		#header .topmenu a.lang:hover {
			background: #c30 url(../img/down-arrow.gif) no-repeat 95% 9px;
			padding-right: 20px;
			}
	#header .mainmenu {
		float: right;
		display: inline;
		list-style: none;
		background: url(../img/mainmenu-underline.jpg) repeat-x 0 100%;
		font-weight: bold;
		margin: -20px 20px 0 0;
		padding: 0;
		}
		#header .mainmenu li {
			float: left;
			padding: 0 18px 0 0;
			}
		#header .mainmenu a {
			position: relative;
			float: left;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			padding: 0 0 11px 0;
			}
		#header .mainmenu a.active, 
		#header .mainmenu a:hover {
			background: url(../img/mainmenu-underline-hover.jpg) repeat-x 0 100%;
			text-decoration: none;
			}
#inner1 #header, 
#inner2 #header {
	height: 100px;
	}
.logo {
	float: left;
	display: inline;
	width: 286px;
	height: 56px;
	margin: 25px 0 0 18px;
	}
	.logo a {
		display: block;
		overflow: hidden;
		width: 286px;
		height: 56px;
		background: url(../img/logo.gif) no-repeat;
		text-indent: -3000px;
		}
.logo2 {
	float: left;
	display: inline;
	width: 210px;
	height: 55px;
	margin: 25px 0 0 18px;
	}
	.logo2 a {
		display: block;
		overflow: hidden;
		width: 210px;
		height: 55px;
		background: url(../img/logo2.gif) no-repeat;
		text-indent: -3000px;
		}
.logos {
	display: block;
	overflow: hidden;
	width: 300px;
	height: 56px;
	background: url(../img/logo.gif) no-repeat 50% 0;
	text-indent: -3000px;
	}
.logos2 {
	display: block;
	overflow: hidden;
	width: 300px;
	height: 56px;
	background: url(../img/logo2.gif) no-repeat 50% 0;
	text-indent: -3000px;
	}

/* --- nav --- */
.nav-wrapper {
	position: absolute;
	top: 60px;
	right: 0;
	}
#nav, #nav ul {
	float: right;
	z-index: 9999;
	list-style: none;
	width: 600px;
	border-bottom: 1px solid #1c211a;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#nav ul {
	background: #1c211a;
	}
#nav a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 8px;
	}
#nav a.daddy {
	background: url(../img/right-small-arrow.gif) no-repeat 97% 50%;
	}
#nav a.daddy:hover {
	background: #c30 url(../img/right-small-arrow.gif) no-repeat 97% 50%;
	}
#nav li {
	float: left;
	padding: 0;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 125px;
	height: auto;
	font-weight: normal;
	margin: 0;
	}
#nav li li {
	width: 125px;
	}
#nav li ul a {
	width: 110px;
	background: #1c211a;
	line-height: 12px;
	text-transform: none;
	padding: 4px 5px 4px 10px;
	}
#nav li ul a:hover {
	background: #c30;
	}
#nav li ul ul {
	margin: -20px 0 0 125px;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
#nav li:hover, #nav li.sfhover {
	background: #c30;
	}

/* --- content --- */
#content {
	overflow: hidden;
	width: 100%;
	}
	#content .lang-menu {
		position: absolute;
		overflow: hidden;
		right: 1px;
		bottom: 1px;
		height: 35px;
		background: #c30;
		z-index: 100;
		}
	* html #content .lang-menu {
		right: 0;
		}
		#content .lang-menu span {
			float: left;
			font-size: 12px;
			color: #fff;
			padding: 10px 20px 0 15px;
			}
		#content .lang-menu ul {
			float: left;
			list-style: none;
			font-size: 18px;
			margin: 0;
			padding: 7px 0 0 0;
			}
		#content .lang-menu li {
			float: left;
			background: url(../img/right-arrow.gif) no-repeat 0 7px;
			letter-spacing: -1px;
			padding: 0 15px 0 10px;
			}
		#content .lang-menu ul a {
			color: #fff;
			text-decoration: none;
			}
		#content .lang-menu ul a:hover {
			color: #1c211a;
			}
	#content .heading {
		position: absolute;
		top: 31px;
		left: 1px;
		width: 340px;
		background: #cc3300;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		margin: 0;
		padding: 8px 20px;
		z-index: 100;
		}
	#content .breadcrumbs {
		position: absolute;
		z-index: 15;
		top: 31px;
		left: 1px;
		height: 35px;
		background: #c30;
		padding: 0 19px 0 21px;
		}
		#content .breadcrumbs ul {
			float: left;
			overflow: hidden;
			list-style: none;
			font-size: 18px;
			margin: 8px 0 0 0;
			padding: 0;
			}
		#content .breadcrumbs li {
			float: left;
			background: url(../img/contentmenu-separator.jpg) no-repeat 0 5px;
			color: #fff;
			margin: 0 5px 0 -5px;
			padding: 0 5px 0 11px;
			}
		#content .breadcrumbs li.active {
			font-weight: bold;
			}
		#content .breadcrumbs a {
			display: block;
			color: #fff;
			text-decoration: none;
			}
		#content .breadcrumbs a:hover {
			color: #1c211a;
			}
		#content .breadcrumbs a.active {
			font-weight: bold;
			}
	#content .holder {
		overflow: hidden;
		width: 927px;
		background: #1c211a;
		padding: 0 5px 5px 5px;
		}
		#content .holder .box {
			position: relative;
			float: left;
			width: 140px;
			background: #fff;
			margin: 0 5px 0 0;
			padding: 5px;
			}
			#content .holder .box h3 {
				height: 32px;
				background: #c30;
				font-size: 11px;
				font-weight: normal;
				text-align: center;
				text-transform: uppercase;
				margin: 0 0 1px 0;
				}
				#content .holder .box h3 a {
					display: block;
					height: 32px;
					background: #c30;
					color: #fff;
					line-height: 12px;
					text-decoration: none;
					padding: 4px 0 4px;
					}
				#content .holder .box h3 a:hover {
					background: #1c211a;
					}
			#content .holder .box img {
				display: block;
				}
			#content .box a.more {
				position: absolute;
				display: block;
				cursor: pointer;
				top: 80px;
				left: 5px;
				width: 125px;
				height: 10px;
				background: url(../img/more.png) no-repeat 0 0;
				color: #fff;
				font-size: 9px;
				text-align: right;
				text-transform: uppercase;
				text-decoration: none;
				padding: 5px 15px 5px 0;
				}
			#content .box a.more:hover {
				background: #c30 url(../img/more-hover.gif) no-repeat 0 0;
				}
		#content .holder ul.box {
			overflow: hidden;
			list-style: none;
			margin: 0;
			}
			#content .holder ul.box li {
				overflow: hidden;
				font-size: 11px;
				font-weight: normal;
				text-align: center;
				text-transform: uppercase;
				margin: 0 0 1px 0;
				}
			#content .holder ul.box a {
				background: #c30;
				color: #fff;
				text-decoration: none;
				}
			#content .holder ul.box a:hover {
				background: #1c211a;
				}
			#content .holder ul.box li {
				float: left;
				width: 100%;
				}
				#content .holder ul.box li a {
					float: left;
					display: block;
					width: 100%;
					height: 26px;
					color: #fff;
					line-height: 10px;
					padding: 5px 0 0;
					}
		#content .holder .list {
			list-style: none;
			height: 25px;
			font-weight: bold;
			margin: 0;
			padding: 10px 0 0 20px;
			}
			#content .holder .list li {
				float: left;
				background: url(../img/right-arrow.gif) no-repeat 0 3px;
				text-transform: uppercase;
				padding: 0 20px 0 9px;
				}
			#content .holder .list li.right {
				float: right;
				}
			#content .holder .list a {
				color: #fff;
				text-decoration: none;
				}
			#content .holder .list a.active, 
			#content .holder .list a:hover {
				color: #c30;
				}
.image-rectangle {
	position: relative;
	overflow: hidden;
	width: 925px;
	background: #fff;
	border: 5px solid #1c211a;
	padding: 1px;
	}
	.image-rectangle img {
		display: block;
		}
.image-border {
	background: #fff;
	border: 5px solid #1c211a;
	padding: 1px;
	}

/* --- projects --- */
.title-left {
	float: left;
	width: 330px;
	}
.title-right {
	float: left;
	}
.projects {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.projects li {
		float: left;
		width: 315px;
		background: #3a4034;
		padding: 10px;
		margin: 0 5px 5px 0;
		}
		.projects li a img {
			float: left;
			display: block;
			overflow: hidden;
			width: 50px;
			height: 50px;
			border: 4px solid #1c211a;
			margin: 0;
			padding: 0;
			}
		.projects li a:hover img {
			border: 4px solid #fff;
			}
		.projects li span {
			float: left;
			width: 245px;
			margin-left: 10px;
			}
			.projects li span h4 a {
				font-size: 14px;
				color: #fff;
				text-decoration: none;
				margin: 0;
				padding: 0;
				}
			.projects li span h4 a:hover {
				color: #c30;
				}
			.projects li span h4 {
				font-size: 12px;
				font-weight: normal;
				color: #1c211a;
				margin: 0;
				padding: 0 0 10px 0;
				}

/* --- projects --- */
.news {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.news li {
		float: left;
		width: 665px;
		background: #3a4034;
		padding: 10px;
		margin: 0 0 5px 0;
		}
		.news li a img {
			float: left;
			display: block;
			overflow: hidden;
			width: 100px;
			height: 75px;
			border: 4px solid #1c211a;
			margin: 0;
			padding: 0;
			}
		.news li span {
			float: left;
			width: 540px;
			margin-left: 10px;
			}
			.news li span h4 a {
				font-size: 14px;
				color: #fff;
				text-decoration: none;
				margin: 0;
				padding: 0;
				}
			.news li span h4 a:hover {
				color: #c30;
				}
			.news li span h4 {
				font-size: 12px;
				font-weight: normal;
				color: #1c211a;
				margin: 0;
				padding: 0 0 10px 0;
				}

/* --- bottom-content --- */
#bottom-content {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	}
	#bottom-content a.second-hand {
		background: #c30;
		border: 2px solid #fff;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		margin: 0;
		padding: 10px 25px;
		}
	#bottom-content a.second-hand:hover {
		background: #fff;
		color: #1c211a;
		}
	#bottom-content .text {
		float: left;
		overflow: hidden;
		width: 509px;
		background: url(../img/bottom-separator.jpg) repeat-y 100% 0;
		font-size: 12px;
		color: #fff;
		margin: 10px 0;
		padding: 0 26px;
		}
	#inner2 #bottom-content .text {
		width: 685px;
		}
		#bottom-content .text h1 {
			background: #1c211a;
			font-size: 16px;
			font-weight: normal;
			color: #fff;
			text-shadow: 1px 1px #1c211a;
			text-transform: uppercase;
			margin: 0 0 15px -25px;
			padding: 10px 0 10px 25px;
			}
		#bottom-content .text h2 {
			background: url(../img/right-arrow.gif) no-repeat 0 15px;
			font-size: 16px;
			font-weight: normal;
			color: #fff;
			text-shadow: 1px 1px #1c211a;
			text-transform: uppercase;
			margin: 0 0 15px 0;
			padding: 10px 0 0 10px;
			}
			#bottom-content .text h2 a {
				font-size: 11px;
				font-weight: normal;
				color: #c30;
				text-transform: none;
				text-decoration: none;
				}
			#bottom-content .text h2 a:hover {
				color: #fff;
				text-decoration: none;
				}
		#bottom-content .text h3 {
			font-size: 12px;
			font-weight: normal;
			color: #c30;
			text-transform: uppercase;
			margin: 0 0 5px 0;
			padding: 0;
			}
		#bottom-content .text strong {
			color: #c30;
			}
		#bottom-content .text em {
			font-style: italic;
			}
		#bottom-content .text u {
			text-decoration: underline;
			}
		#bottom-content .text .list {
			background: url(../img/right-small-arrow.gif) no-repeat 5px 5px;
			padding: 0 0 5px 12px;
			}
		#bottom-content .lists {
			list-style: none;
			margin: 0;
			padding: 10px 0 0 0;
			}
			#bottom-content .lists li {
				float: left;
				width: 425px;
				background: url(../img/bullet.gif) no-repeat 20px 50%;
				border-top: 1px solid #1c211a;
				text-transform: uppercase;
				padding: 10px 20px 10px 35px;
				}
			#bottom-content .lists li.first {
				border-top: none;
				}
			#bottom-content .lists a {
				font-size: 12px;
				color: #fff;
				text-decoration: none;
				}
			#bottom-content .lists a:hover {
				color: #c30;
				text-decoration: none;
				}
		#bottom-content .text .txt-img-left {
			float: left;
			margin: 0 10px 10px 0;
			}
		#bottom-content .text .txt-img-right {
			float: right;
			margin: 0 0 10px 10px;
			}
		#bottom-content .downloads {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			#bottom-content .downloads li {
				float: left;
				width: 275px;
				background: url(../img/arrow-down.gif) no-repeat 0 5px;
				padding: 2px 20px 2px 15px;
				}
			#bottom-content .downloads a {
				font-size: 11px;
				color: #fff;
				text-decoration: none;
				}
			#bottom-content .downloads a:hover {
				color: #c30;
				text-decoration: none;
				}
	#bottom-content .alt-text {
		float: right;
		width: 325px;
		font-size: 12px;
		color: #fff;
		text-align: left;
		padding: 10px 25px;
		}
	#inner2 #bottom-content .alt-text {
		width: 150px;
		}
	#bottom-content .alt-text h2 {
		background: url(../img/right-arrow.gif) no-repeat 0 15px;
		font-size: 16px;
		font-weight: normal;
		color: #fff;
		text-shadow: 1px 1px #1c211a;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		padding: 10px 0 0 10px;
		}
	#bottom-content .alt-text h3 {
		font-size: 12px;
		color: #c30;
		text-shadow: 1px 1px #1c211a;
		margin: 0 0 5px 0;
		}
		#bottom-content .alt-text h3 a {
			color: #c30;
			text-decoration: none;
			}
		#bottom-content .alt-text h3 a:hover {
			color: #fff;
			text-decoration: none;
			}
	#bottom-content .add {
		display: block;
		overflow: hidden;
		width: 150px;
		color: #fff;
		text-align: center;
		margin: 10px auto 0;
		}
		#bottom-content .add img {
			display: block;
			}
	#bottom-content .holder {
		overflow: hidden;
		width: 100%;
		margin: 25px 0 0 0;
		}
	#bottom-content .image-rectangle {
		float: left;
		width: auto;
		margin: 0 5px 0 0;
		}
.line {
	border-top: 1px solid #1c211a;
	}

/* --- footer --- */
#footer {
	overflow: hidden;
	width: 100%;
	height: 30px;
	background: #1c211a;
	}
	#footer ul {
		float: left;
		display: inline;
		overflow: hidden;
		list-style: none;
		font-size: 10px;
		color: #9ead98;
		margin: 0 0 0 19px;
		padding: 9px 0 0 0;
		}
	#footer li {
		display: inline;
		background: url(../img/footer-separator.jpg) no-repeat 0 1px;
		margin: 0 1px 0 -1px;
		padding: 0 4px 0 7px;
		}
		#footer li a {
			color: #9ead98;
			text-decoration: none;
			}
		#footer li a:hover {
			color: #c30;
			}
	#footer a.trinch {
		float: right;
		display: inline;
		overflow: hidden;
		width: 56px;
		height: 8px;
		background: url(../img/trinch.gif) no-repeat 0 0;
		text-indent: -3000px;
		text-decoration: none;
		margin: 10px 15px 0 0;
		}
	#footer a.trinch:hover {
		background: url(../img/trinch.gif) no-repeat 0 -8px;
		}

/* --- languages --- */
#slidepanel {
	position: relative;
	display: none;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #1c211a;
	}
.languages {
	overflow: hidden;
	width: 937px;
	height: 30px;
	background: #1c211a;
	margin: 0 auto;
	padding: 10px 0;
	}
	.languages span {
		float: left;
		font-size: 12px;
		color: #fff;
		padding: 10px 20px 0 15px;
		}
	.languages a.close {
		float: right;
		background: url(../img/close.gif) no-repeat 100% 9px;
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 10px 18px 5px 0;
		margin-right: 25px;
		}
	.languages a.close:hover {
		color: #c30;
		}
	.languages ul {
		float: left;
		list-style: none;
		font-size: 18px;
		margin: 0;
		padding: 7px 0 0 0;
		}
	.languages li {
		float: left;
		background: url(../img/right-arrow.gif) no-repeat 0 7px;
		letter-spacing: 1px;
		padding: 0 15px 0 10px;
		}
	.languages ul a {
		color: #fff;
		text-decoration: none;
		}
	.languages ul a:hover {
		color: #c30;
		}

/* --- references --- */
ul.references {
	float: left;
	list-style: none;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	ul.references li {
		float: left;
		overflow: hidden;
		width: 112px;
		height: 120px;
		font-weight: bold;
		text-align: center;
		margin: 0 15px 0 0;
		padding: 0;
		}

/* --- partners --- */
ul.partners {
	float: left;
	list-style: none;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	ul.partners li {
		float: left;
		overflow: hidden;
		width: 165px;
		height: 135px;
		font-weight: bold;
		text-align: center;
		margin: 0 15px 0 0;
		padding: 0;
		}
		ul.partners li a {
			color: #fff;
			text-decoration: none;
			}
		ul.partners li a:hover {
			color: #c30;
			text-decoration: none;
			}

/* --- table --- */
table {
	width: 99%;
	border-collapse: collapse;
	}
td, th {
	vertical-align: top;
	padding: 5px 0;
	}
.partners td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}
.partners td.white {
	height: 100px;
	background: url(../img/bg-td.gif) repeat-y 50% 50%;
	}

/* --- form --- */
form, fieldset {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
fieldset { 
	clear: left;
	float: left;
	display: block;
	width: 650px;
	border: none;
	}
label.txtfield {
	position: relative;
	float: left;
	display: block;
	width: 315px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0;
	}
	label.full {
		width: 100%;
		}
	label em, 
	label.full em {
		font-style: normal;
		color: #f00;
		}
label.txtfield input, 
label.txtfield textarea {
	outline: none;
	width: 285px;
	background: #1c211a;
	border-top: 1px solid #0f140d;
	border-right: 1px solid #293225;
	border-bottom: 1px solid #293225;
	border-left: 1px solid #0f140d;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 4px;
	}
label.txtfield textarea {
	width: 600px;
	height: 75px;
	}
.btn {
	clear: both;
	float: left;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	.btn em {
		font-size: 11px;
		font-style: normal;
		color: #c30;
		line-height: 20px;
		padding-left: 10px;
		}

/* --- other --- */
a.btn-back {
	float: right;
	height: 15px;
	background: url(../img/btn-back.gif) no-repeat left top;
	line-height: 15px;
	color: #c30;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
	}
a.btn-back:hover {
	background: url(../img/btn-back.gif) no-repeat left bottom;
	color: #fff;
	text-decoration: none;
	}
a.btn-sidebar {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a.btn-sidebar:hover {
	color: #c30;
	text-decoration: none;
	}
#gallery {
	position: relative;
	z-index: 10;
	width: 925px;
	height: 189px;
	margin: 0;
	padding: 0;
	}
	#gallery li {
		display: block;
		}

/* --- miscellaneous --- */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important; }
.spx { float: left; margin-left: 275px; }
.right { float: right !important; }
.bold { font-weight: bold !important; }
