@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:18px;
}

.thumbnailimage {
	margin-bottom:10px;
}

.thumbnailimage_nohover {
	margin-bottom:10px;
}

.thumbnailimage:hover {
	border: 1px solid #FFFFFF;
	margin-bottom:9px;
}

.linkbox {
	cursor: pointer;
}
.medialink:hover {
	background-color:#c30080;
}

a {
	text-decoration:none;
	color:#c30080;
}


a:link {
	text-decoration:none;
	color:#c30080;
}

a:hover {
	text-decoration:underline;
}

/* content styles pages */

#thecontent {
	width:350px;
	padding-left:10px;
	padding-top:40px;
}

#thecontent h1 {
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
	width:100px;
	float:left;
}

#thecontent p {
	padding-left:120px;
	margin-bottom:30px;
}

/* content styles news */

#thecontentnews {
	width:455px;
	padding-left:10px;
	padding-top:40px;
}

#thecontentnews #singlenews {
	padding-left:10px;
	height:70px;
	overflow:hidden;
}

#thecontentnews h1 {
	padding-left:120px;
	margin-bottom:10px;
	margin-top:10px;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
}

#thecontentnews img {
	float:left;
	margin-top:11px;
}

#thecontentnews hr {
	border: 0;
	color: #7a7470;
	background-color: #7a7470;
	height: 1px;
}

/* content styles work */

#thecontentwork {
	width:455px;
	padding-left:10px;
	padding-top:2px;
}

#thecontentwork h1 {
	margin-bottom:10px;
	margin-top:10px;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
}

#thecontentwork h2 {
	text-transform:uppercase;
	font-size: 12px;
	padding-bottom:5px;
	color:#c30080;
}

/* content styles pagination */

#pagination {
	position:absolute;
	bottom:0;
	height:25px;
}

#paginationwork {
	height:15px;
}

/* content styles panels */

#thesmallcontent {
	padding-left:6px;
	padding-bottom:5px;
}

#thesmallcontent p {
	line-height:12px;
}

#thesmallcontent h1 {
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
}

#thesmallcontent h2 {
	text-transform:uppercase;
	font-size: 12px;
	padding-bottom:5px;
}

#minimenu {
	padding-left:5px;
	padding-bottom:5px;
}

/* content styles forms */

#send_form input, textarea {
	background-color:#000000;
	border: 0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeaeae;
	width: 230px;
	padding:5px;
}

#send_form #send_button {
	width: 240px;
}

#send_form #send_button:hover {
	width: 240px;
	cursor: pointer;
	font-weight:bold;
	border: 1px solid #c30080;
}

