/* **************************************************************************** */
/* **************************************************************************** */
/* Global */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	color: #000;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.3px;
}

img {
	border:0;
}

.spacer {
	clear: both;
}

.roll {
	cursor: pointer;
}

/* **************************************************************************** */
/* **************************************************************************** */
/* Links */

a {
	text-decoration: none;
	outline:none;
	color: #f2af32;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

a.alt {color:#000000; text-decoration:none;}
a.alt:link {text-decoration:none;}
a.alt:visited {text-decoration:none;}
a.alt:hover {text-decoration:none;}
a.alt:active {text-decoration:none;}

/* **************************************************************************** */
/* **************************************************************************** */
/* General */

#container {
	position: relative;
	width: 900px;
	margin: 15px auto 30px;
}

#header {
	margin-bottom: 45px;
}

.limit {
	height: 195px;
	overflow: hidden;
}

.bar {
	border-bottom: #666666 solid 10px;
	margin-bottom: 20px;
}

.col_1, .col_2a, .col_2b, .col_3 {
	position: relative;
	float: left;
}

.col_1 {
	width: 210px;
}

.col_2a {
	width: 420px;
}

.col_2b {
	width: 435px;
}

.col_3 {
	width: 660px;
}

.margin_r {
	margin-right: 30px;
}

.margin_t {
	margin-top: 30px;
}

img.float {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.border {
	border: #cccccc 1px solid;
}

.italic { font-style:italic; }

.white { color: #ffffff; }
.gray { color: #666666; }
.color { color: #f2af32; }

h2 {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display:inline;
}

.font_11 {
	font-size: 11px;
	line-height: 14px;
}

.on_tour {
	position: absolute;
	top: -3px;
	left: -15px;
}

.client {
	font-size: 36px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: -10px;
}

.release {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 15px;
}

/* **************************************************************************** */
/* **************************************************************************** */