/* 
------------------------------------
© serventes, communication.
CSS: by kubusmedia.com
CSS-Author: Joscha van der Linden
Concept: serventes.com
Design: Giovanni Acconcia
------------------------------------
 */

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #404040;
	background: #fff url('images/serventes_background.gif') 0 0 repeat-x;
}

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

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

.clearfix {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
}

a,
#language a,
#channel .batching_bar_left a,
#channel .batching_bar_right a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

a:hover,
a.active,
#language a:hover,
#language a.active,
#channel .batching_bar_left a:hover,
#channel .batching_bar_right a:hover {
	color: #FF6666;
	border-bottom: 1px solid #FF6666;
}

.red {
	color: #FF6666;
}

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

#wrap {
	width: 773px;
	text-align: left;
	margin: 0 auto;
}

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

#header {
	display: block;
	height: 100px;
}

#header a {
	border: none;
}

#header img {
	padding: 40px 40px 0 0;
}

#language {
	float: right;
	padding: 68px 0 0 0;
}

#language ul li {
	float: left;
	padding: 0 3px 0 3px;
}

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

#emotion_image {
	width: 753px;
	height: 280px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	border-right: 20px solid #FF6666;
	border-bottom: 2px solid #FF6666;
	background-color: #fff;
}

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

#menu {
	float: left;
	padding: 15px 0;
	font-size: 12px;
}

#menu ul li {
	float: left;
	padding: 0 7px 0 7px;
}

#menu ul li.first {
	padding: 0 5px 0 0;
}

#menu a {
	color: #FF6666;
	text-decoration: none;
	border-bottom: none;
}

#menu a:hover,
#menu a.active {
	color: #999999;
	text-decoration: none;
}

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

#channel {
	float: right;
	width: 280px;
}

#channel a {
	text-decoration: none;
	border-bottom: none;
}

#channel h1.inline {
	padding: 0 20px;
}

#channel ul li {
	padding-bottom: 2px;
}

#channel ul li a {
	display: block;
	color: #000;
	padding: 2px 20px;
}

#channel ul li a:hover {
	color: #fff;
	background-color: #FF6666;
}

#channel .batching_bar_left {
	float: left;
	text-align: left;
	margin: 15px 0 0 20px;
}

#channel .batching_bar_right {
	float: right;
	text-align: right;
	margin: 15px 20px 0 0;
}

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

#content {
	float: left;
	width: 463px;
	line-height: 17px;
	padding: 0;
	margin: 0;
}

#content h1,
#channel h1,
#content h2 {
	color: #999999;
	margin: 15px 0;
	font-weight: normal;
	font-size: 100%;
	line-height: inherit;
}

#content h2 {
	color: #999999;
	font-weight: normal;
	font-size: 18px;
}

#content table {
	padding: 0;
	margin: 0;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#content table tr th {
	color: #fff;
	background-color: #FF6666;
	border-left: 1px solid #e0e0e0;
	padding: 5px 10px;
}

#content table tr td {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 5px 10px;
}

#content ul li {
	list-style-type: square;
	padding-left: 5px;
	margin-left: 15px;
}

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

input,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

.full {
	width: 100%;
}

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

#footer_wrap {
	background: transparent url('images/footer_wrap.gif') 0 0 repeat-x;
	width: 100%;
	margin-top: 15px;
}

#footer {
	margin: 0 auto;
	width: 773px;
	clear: both;
	color: #999999;
	font-size: 11px;
	text-align: left;
	padding: 15px 0;
	border-top: 2px solid #FF6666;
}


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