/* -----------------------------------------------------------------
	GENERAL
----------------------------------------------------------------- */

* { margin: 0; padding: 0; outline: none; }

html { font-size: 125%; }

body {
	background: url('../images/miniriser_bg.gif') top repeat-x;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 50%;
       color: #444;
	line-height: 1.7em;
	text-align: left;
}

p { padding: 0.3em 0; }

.alignLeft {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.alignRight {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}

table {
       border-collapse:collapse;
}

/* -----------------------------------------------------------------
	LINKS
----------------------------------------------------------------- */

a {
	color: #990000;
	outline: none;
	text-decoration: none;
}

a:hover { color: #666; }

a img { border: none; }

a.link-special { margin-left: 275px; }

a.contact-us {
	background: url('../images/pcc_link-phone.gif') 0 2px no-repeat;
	padding-left: 19px;
}

/* -----------------------------------------------------------------
	MAIN NAVIGATION
----------------------------------------------------------------- */

#top-nav {
	font-family: "Arial Narrow", Arial, Tahoma, sans-serif;
	font-weight: bold;
	list-style: none;
	font-size: 1.3em;
}

#top-nav li {
	background: url('../images/pcc_navdivider.gif') right no-repeat;
	float: left;
	text-align: center;
}

#top-nav li a {
	display: block;
	height: 51px;
	line-height: 2.8em;
	color: #fff;
}

#top-nav li a:hover {
	text-decoration: underline;
}

#top-nav li.pcc {
	width: 19%;
}

#top-nav li.alloy {
	width: 23%;
}

#top-nav li.caldo {
	width: 19%;
}

#top-nav li.tube {
	width: 20%;
}

#top-nav li.mini {
	width: 18%;
	background-image: none;
}

#top-nav li.currentsite {
	background: #990000;
}

/* -----------------------------------------------------------------
	STRUCTURE AND TYPOGRAPHY
----------------------------------------------------------------- */

#login {
	text-align: right;
	width: 910px;
	position: absolute;
	top: 5px;
	color: #ffee00;
}

	#login a { color: #fff; }

#wrap {
	margin: 0 auto;
	width: 910px;
       font-size: 1.3em;
}

#header {
	height: 150px;
}

	.logo {
		float: left;
	}

	.large {
	}

	.highlight {
		color: #ffee00;
        text-decoration: none;
	}

#content {
	clear: both;
	margin-top: 30px;
}

#content ul li.file {
	padding-left: 18px;
	background: url(../images/file.gif) no-repeat 0 0;
    }

#content ul li.video {
    padding-left: 22px;
	background: url(../images/video.gif) no-repeat 0 0;
    }

#mainContent {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px #ccc solid;
}

	#mainContent ul {
		list-style: square;
		margin-left: 30px;
	}

	#mainContent ul.special {
		background: #fcf9e8;
		list-style: none;
		margin-left: 0;
		width: 350px;
		border: 1px #666 solid;
		padding-bottom: 12px;
		font-size: 110%;
	}

	#mainContent ul.full { width: 100%; }

	#mainContent ul.special a {
		font-size: 120%;
	}

	#mainContent ul.special li {
		padding: 12px 20px 0 20px;
		background: url('../images/caldo_bullet.gif') 10px 20px no-repeat;
	}

#sidebar {
	float: right;
	width: 250px;
	font-size: 1.3em;
	margin-top: 9px;
}

	#sidebar ul {
		list-style: normal;
		margin-left: 15px;
        margin-bottom: 15px;
		font-weight: bold;
	}

	#sidebar ul li {
		padding: 3px 0;
	}

	#sidebar ul a {
		color: #444;
	}

	.search {
		font-family: "Times New Roman", "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
		color: #6e6548;
		font-size: 130%;
	}

	.search-input {
		width: 125px;
		height: 16px;
		padding: 2px;
		border: 1px #999 solid;
		vertical-align: middle;
		margin-bottom: 5px;
	}

	.search-button {
		vertical-align: middle;
		margin-bottom: 5px;
	}

	#sidebar .video {
		float: left;
               margin: 0;
		padding: 0;
		text-align: left;
		font-style: italic;
		font-size: 80%;
		font-weight: bold;
	}

	#sidebar .last { border-bottom: none; }

    #sidebar p {
        width: 200px;
        text-align: left;
        }

/* -----------------------------------------------------------------
	HEADINGS, etc.
----------------------------------------------------------------- */

h1,h2,h3,h4,h5 {
	font-family: Georgia, "Times New Roman", "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-weight: bold;
	padding: .4em 0;
}

h1 {
	font-size: 160%;
}

	#header h1 {
        font-size: 1.6em;
		font-weight: normal;
		color: #fff;
		font-style: italic;
		float: right;
		margin-top: 55px;
	}

    #header h1 a {
        text-decoration: none;
        font-size: 1.3em;
		font-weight: normal;
		color: #fff;
		font-style: italic;
	}

h2 {
	font-size: 1.56em;
}

	#content h2 {
		font-weight: bold;
		color: #990000;
	}

h3 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}

	#sidebar h3 {
		font-weight: normal;
		color: #990000;
		font-size: 1.2em;
	}

/* -----------------------------------------------------------------
	CLEARFIX
----------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

/* misc.
---------------------------------------------------------- */

.hide {
	display: none;
	}
a img {
	border: none;
	}

/* kuno customizations */

img.image_left {
	float: left;
	margin: 0 0 5px 10px;
}

img.image_right {
	float: right;
	margin: 0 0 5px 10px;
}

img.image_left_border {
	float: left;
	padding: 4px;
	margin: 0 15px 5px 0;
	padding: 1px;
	border: 2px solid #6e6548;
}

img.image_right_border {
	float: right;
	padding: 4px;
	margin: 0 0 5px 15px;
	padding: 1px;
	border: 2px solid #6e6548;
}

img.image_center_border {
	text-align: center;
	padding: 4px;
	margin: 5px 0 5px 0;
	padding: 1px;
	border: 2px solid #6e6548;
}

.image_clear {
	clear: both;
	display: block;
	padding-top: 12px;
}

.add_item {
	padding-left: 18px;
	background: url(../images/add.gif) no-repeat 0 0;
}

.back {
	padding-left: 18px;
	background: url(../images/back.gif) no-repeat 0 0;
}

.bookmark {
	padding-left: 18px;
	background: url(../images/bookmark.gif) no-repeat 0 0;
}

.calendar {
	padding-left: 18px;
	background: url(../images/calendar.gif) no-repeat 0 0;
}

.camera {
	padding-left: 18px;
	background: url(../images/camera.gif) no-repeat 0 0;
}

.check {
	padding-left: 18px;
	background: url(../images/check.gif) no-repeat 0 0;
}

.close {
	padding-left: 18px;
	background: url(../images/close.gif) no-repeat 0 0;
}

.comment {
	padding-left: 18px;
	background: url(../images/comment.gif) no-repeat 0 0;
}

.disk {
	padding-left: 18px;
	background: url(../images/disk.gif) no-repeat 0 0;
}

.document {
	padding-left: 18px;
	background: url(../images/document.gif) no-repeat 0 0;
}

.download {
	padding-left: 18px;
	background: url(../images/download.gif) no-repeat 0 0;
}

.edit {
	padding-left: 18px;
	background: url(../images/edit.gif) no-repeat 0 0;
}

.email {
	padding-left: 18px;
	background: url(../images/email.gif) no-repeat 0 0;
}

.exclamation {
	padding-left: 18px;
	background: url(../images/exclamation.gif) no-repeat 0 0;
}

.favorite {
	padding-left: 18px;
	background: url(../images/favorite.gif) no-repeat 0 0;
}

.feed {
	padding-left: 18px;
	background: url(../images/icon-rss.gif) no-repeat 0 0;
}

#feeds li.feed, #friends li.friend {
  background: none;
  padding: 0;
  float: left;
}

.fforward {
	padding-left: 18px;
	background: url(../images/fforward.gif) no-repeat 0 0;
}

.file {
	padding-left: 18px;
	background: url(../images/file.gif) no-repeat 0 0;
}

.flag {
	padding-left: 18px;
	background: url(../images/flag.gif) no-repeat 0 0;
}

.folder {
	padding-left: 18px;
	background: url(../images/folder.gif) no-repeat 0 0;
}


.pdf_file {
	padding-left: 18px;
	background: url(../images/pdf_icon.gif) no-repeat 0 0;
}

.phone {
	padding-left: 18px;
	background: url(../images/phone.gif) no-repeat 0 0;
}


.video {
}


.word_file {
	padding-left: 18px;
	background: url(../images/word_icon.gif) no-repeat 0 0;
}