html, body {
	background-color: white;
	background-image: url(../images/body_bck.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body, td, th, textarea, select, input {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666967;
}
a:link, a:visited, a:active {
	color: #860e0e;
	text-decoration: none;	
}
a:hover {
	color: #e92727;
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}

/* rotator */
#rotator {
	margin: 20px 20px 0 20px;
	line-height: 130%;
	height: 540px;
}
#rotator a:link, #rotator a:visited, #rotator a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#rotator a:hover {
	color: #ffffd9;
	text-decoration: underline;
}

.rt_date {
	color: #c0c5c2 !important;
}
.rt_company {
	padding: 3px 0 !important;
}
.rt_div {
	height: 80px !important;
	overflow: hidden;
}





/* main table */

#wrapper {
	height: 100%;
	background-image: url(../images/container_bck.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#left {
	width: 200px;
	background-image: url(../images/left_bck.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: white;
	vertical-align: top;
}
#right {
	width: 200px;
	background-image: url(../images/right_bck.gif);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}

#body {
	background-color: white;
	vertical-align: top;
}


/* header */
#header {
	position: absolute;
	top: 38px;
	background-color: white;
	width: 100%;
	border-top: 1px solid white;
	background-image: url(../images/header_bck.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#header_cover {
	border-top: 5px solid #720c0c;
}
#header_body {
	height: 37px;
	padding-top: 33px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 19px 30px;
	padding-left: 213px;
}
#header_body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 520px;	
}

#header_body li {
	display: inline;
	float: left;
	font-size: 18px;
	font-family: Trebuchet MS;
}
#header_body li a:link, #header_body li a:visited, #header_body li a:active {
	display: block;
	width: 86px;
	height: 31px;
	padding-top: 6px;
	text-align: center;
	color: #444a46;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top;
}
#header_body li a:hover {
	background-image: url(../images/menu_hover_bck.gif);
}

.selected {
	background-image: url(../images/menu_bck.gif);
	color: #720c0c !important;
}
a.selected:hover {
	background-image: url(../images/menu_bck.gif) !important;
	color: #720c0c !important;
}


/* left */

#info {
	height: 116px;
	width: 200px;
}
#info img {
	margin: 17px 0 0 20px;
}
#left h2 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-top: 13px;
	border-bottom: 1px solid #d4d5d4;
	
}
#left ul {
	margin: 20px 15px 150px 20px;
	padding: 0;
	list-style: none;
}
#left li {
	margin-bottom: 15px;
	line-height: 130%;
}
#left li a:link, #left li a:visited, #left li a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#left li a:hover {
	color: #ffffd9;
	text-decoration: underline;
}
#left li div {
	color: #c0c5c2;
}



/* right */
#info2 {
	height: 116px;
	width: 200px;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	background-position: 20px 21px;
}
#right h2 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-top: 13px;
	border-bottom: 1px solid white;
	color: #444a46;	
}
#right h2.rss {
	margin-bottom: 30px;
}
a.rss {
	margin-left: 5px;
}

#search {
	padding: 13px 0 30px 20px;
	width: 180px;
}
.search {
	background-color: #eceeed;
	border: 1px solid #c0c2c0;
	padding: 4px;
	width: 130px;
	margin-right: 3px;
	float: left;
}
.search_bt {
	background-color: #a1a5a2;
	border: 1px solid #8d918e;
	height: 20px;
	width: 22px;
	color: #cccfcd;
	font-weight: bold;
	display: block;
	margin-left: 142px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
a.search_bt:link, a.search_bt:visited, a.search_bt:active {
	color: #cccfcd;
	text-decoration: none;
}
a.search_bt:hover {
	color: white;
	text-decoration: none;
}

#keywords {
	padding: 10px 20px;
}
#keywords span {
	padding-right: 5px;
}
span.tag1 {
	font-size: 20px;
}
span.tag2 {
	font-size: 15px;
}
#keywords a:link, #keywords a:visited, #keywords a:active {
	text-decoration: none;
	color: #444a46;
}
#keywords a:hover {
	color: #860e0e;
	text-decoration: underline;
}




/* main */

#nav {
	background-image: url(../images/nav_bck.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	color: #860e0e;
	padding-left: 35px;
	padding-top: 130px;
	margin-bottom: 40px;
	font-weight: bold;
	text-transform: lowercase;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #860e0e;
}
#nav a:hover {
	color: #e92727;
}
#nav span {
	padding: 0 5px;
	font-weight: normal !important;
}
#nav div {
	width: 325px;
}


#content {
	padding: 0 35px;
	padding-bottom: 150px;	
	background-color: white;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;	
	line-height: 130%;
}
#content h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 130%;
}
#content h2.results {
	margin-bottom: -15px;
}
#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 140%;
}
#content {
	line-height: 140%;
}

#content ul {
	margin: 0;
	padding-left: 20px;
}
#content ul li {
	padding-bottom: 5px;
}

#pr_text p, #content p {
	text-align: justify;
}


.teaser {
	background-color: #e8e9e8;
	margin-bottom: 20px;
	background-image: url(../images/teaser_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.teaser_body {
	background-image: url(../images/teaser_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px 50px;
	font-size: 14px;
	line-height: 140%;
}



/* footer */
#footer {
	margin-top: -90px;
	height: 80px;
	position: absolute;
	width: 100%;
	background-image: url(../images/footer_top_bck.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 4px;
}
#copyright {
	background-color: white;
	background-image: url(../images/footer_bck.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top: 2px solid white;
	height: 24px;
	padding-top: 6px;
	color: #848885;
	padding-left: 20px;
}
#copyright span {
	padding: 0 5px;
	color: #d8dad9; 
}
#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #848885;
}

#goblinfactory {
	color: #bfc1c0;
	padding: 10px 0 0 20px;
	font-size: 10px;
}
#goblinfactory img {
	padding-top: 5px;
}





/* content various */
.logo {
	float: right;
	padding: 0 0 10px 30px;
}

#releases {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #9ea19f;
	margin-top: 30px;
}
.rls {
	display: block;
	border-bottom: 1px dashed #9ea19f;
	padding: 10px 15px 10px 25px;
	background-image: url(../images/list_item.gif);
	background-repeat: no-repeat;
	background-position: 10px 16px;
}
.rls_date {
	color: #969a97;
}
.rls_title {
	margin-right: 80px;
}
.alt {

}
.rls_image {
	float: right;
	padding-left: 20px;
	padding-top: 4px;
}
#releases br {
	display: none;
}
.release_date {
	color: #a1a5a2;
	margin-top: -10px;
	margin-bottom: 20px;
}

.search_title {
	font-weight: bold;
}

label {
	float: left;
	width: 70px;
}
div.inpt {
	padding-bottom: 5px;	
}
.chck {
	padding-top: 10px;
}
.input {
	padding: 4px;
	border: 1px solid #c0c5c2;
	width: 200px;
}
.btns {
	padding-top: 20px;
	padding-left: 70px;
}
.btn {
	background-color: #a1a5a2;
	border: 1px solid #8d918e;
	padding: 3px;
	width: 70px;
	color: #eeeeee;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
}




#client_list br {
	display: none;
}

#client_list {
	background-image: url(../images/list_bck.gif);
	background-color: white;
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid white;
}

#client_list .alt {
	background-color: white;
}


#client_list a:link, #client_list a:visited, #client_list a:active {
	background-image: url(../images/list_item.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 4px 0 6px 26px;
	display: block;
}

