/* global reset*/
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal
}

ol,ul,li {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ''
}

a {
	text-decoration: none
}

/* specific restore */
strong {
	font-weight: bold
}

em {
	font-style: italic
}

a img {
	border: none
}

a:active {
	outline: none
}

div,ul,li,form {
	position: relative
}

/* fixes */
.fix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

* html .fix {
	height: 1%
}

.hide {
	display: none
}

br.clearfix {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0
}
/* layout */
body {
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, serif;
	color: #fff;
	/*background-color: #efefef;*/
	background-color: #222;
}

/* wrappers */
#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}

#header {
	height: 50px;
	border-bottom: 8px solid #fff;
	position: relative;
	background: #222;
}

#footer {
	float: left;
	width: 100%;
	background: #222;
	height: 50px;
	border-top: 3px solid #fff;
	margin-top: 30px;
	position: relative;
	bottom: 0;
}

/* headings and typography*/
h2,h3 {
	color: #333;
	text-shadow: 1px 1px 1px rgba(25, 25, 25, 0.4);
}

h2 {
	font-size: 22px;
	line-height: 40px;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	margin: 40px 0 30px;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 4px 0;
}

p {
	margin: 10px 0;
}

/* anchors */
a {
	color: #fff;
}

a:hover {
	color: #fff;
	border-bottom: 2px solid #222;
}

a:focus {
	outline: none;
}

a.nb:hover {
	border: none;
}

/* logo */
#logo a {
	display: block;
	height: 30px;
	position: absolute;
	top: 22px;
	left: 20px;
	background: url(../img/logo.png) top left no-repeat;
	text-indent: -9000px;
	width: 120px;
}

#logo a:hover {
	border: none;
}

/* nav */
#nav {
	position: absolute;
	left: 200px;
	top: 0;
}

#nav li {
	float: left;
	margin: 0 20px;
	padding-top: 20px;
}

#nav a {
	letter-spacing: 1px;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#nav a:hover { /*background: #777;*/
	border-top: 3px solid #777;
	color: #777;
}

#nav a.navsel {
	border-top: 3px solid #999;
	color: #999;
}

#claim {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	width: 400px;
}

#claim h2 {
	color: #111;
	text-shadow: 0 1px 1px #ccc;
	background: rgba(255, 255, 255, 0.4);
	margin: 10px;
	padding: 4px 10px;
	font-style: italic;
	font-size: 16px;
	line-height: 30px;
}

#claim a {
	color: #111;
}

#viewport {
	float: left;
	width: 600px;
	background: #222;
	margin-right: 20px;
	overflow:auto;
}



/* controller */
#sidebar {
	float: left;
	width: 300px;
}

#controller {
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
	background: #444;
	width: 300px;
	float: left;
}

#controller .pagerleft {
	width: 20px;
	float: left;
	background: #444;
}

#controller .pagerright {
	width: 20px;
	float: right;
	background: #444;
}

#controller .cbody {
	float: left;
	margin: 0 10px;
	width: 240px;
}

#controller h2 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin: 0;
}

#controller h3 {
	font-size: 10px;
	color: #eee;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#controller .images a {
	border: 1px solid #666;
	padding: 2px;
	line-height: 30px;
	margin: 0 4px;
}

#controller .images a:hover {
	border-color: #fff;
}

a.pdflink {
		color:#c00;
		font-weight:bold;
	background: transparent url(../img/ico_pdf.png) top left no-repeat;
	padding:4px 4px 4px 20px;

}
a.pdflink:hover{
	border-bottom:1px solid #c00;
}

#productinfo {
	float: left;
	margin-top: 20px;
	width: 300px;
	background: #fff;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	color: #111;
}

#productinfo p {
	font: 11px/ 20px verdana, arial, sans-serif;
	padding: 4px;
}

#productinfo h4 {
	margin: 0 6px;
	padding: 0;
}

/* folder */
#folder {
	width: 900px;
	height: 450px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 10px 10px 10px;
	background: #fff;
	color: #222;
	padding: 10px;
	z-index: 10;
	top: 0;
	left: 40px;
	position: absolute;
}

.close {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background: #ccc;
	padding: 4px;
}

.close a {
	color: #222;
	font-weight: bold;
	font-size: 12px;
}

.foldernav {
	border-bottom: 4px solid #666;
	height: 26px;
}

.foldernav li {
	float: left;
	margin: 0 2px;
	padding: 4px 6px;
}

.foldernav li.current {
	background: #666;
}

.foldernav a {
	font-size: 16px;
	color: #333;
}

.foldernav li.current a {
	color: #fff;
}

.foldercontent {
	float: left;
	overflow: auto;
	width: 100%;
	height: 400px;
}

.foldercontent a {
	color: #333;
}

/* paginator */
.pagenav {
	display: block;
	clear: both;
	float: right;
}

.pagenav a.paginate {
	border: 2px solid #999;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #333;
}

.pagenav a.paginate:hover {
	background-color: #666;
	color: #FFF;
}

.pagenav a.current {
	padding: 2px 6px 2px 6px;
	color: #FFF;
	color: #111;
	border: 2px solid #111;
	text-decoration: none;
	cursor: default;
}

.pagenav span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
}

/* collections list */
#products_list .product_wrap {
	float: left;
	margin: 10px;
}

#products_list .product {
	display: block;
	width: 150px;
	height: 113px;
}

#products_list a {
	color: #222;
}

#products_list a img {
	border: 2px solid #777;
	display: block;
}

#products_list a:hover img {
	color: #222;
	border: 2px solid #999;
}

/* press release*/
.prcol {
	clear: both;
}

.prcol li {
	width: 180px;
	padding: 10px;
	float: left;
	height: 200px;
}

.prcol img {
	display: block;
	border: 2px solid #444;
	margin-bottom: 6px;
}

.prcol .nb {
	border: none;
}

.prcol_fl {
	float: left;
	width: 380px;
}

.prcol_fl td {
	vertical-align: top;
	padding: 20px;
}

/* forms */
form p {
	clear: both;
	display: block;
}

label {
	font-size: 14px;
	font-weight: bold;
	margin-right: 30px;
	width: 200px;
	text-align: right;
	float: left;
	line-height: 20px;
	padding-top: 4px;
}

.input_text,.input_textarea {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	border: 3px solid #ccc;
	padding: 4px;
	background: #eee;
	width: 400px;
}

.input_button {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background: #333;
	color: #fff;
	cursor: pointer;
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.input_button:hover {
	background: #800;
}

.error {
	border: 2px solid #c00;
	color: #a00;
	background: #fdd url(../img/delete.png) 10px 10px no-repeat;
	padding: 6px 0 6px 40px;
	text-shadow: none;
}

.errfield {
	color: #c00;
	font-weight: bold;
	font-size: 10px;
	text-shadow: none;
}

.success {
	border: 2px solid #0c0;
	color: #0a0;
	background: #fff url(../img/accept.png) 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	text-shadow: none;
}

.imgcaptcha {
	border: 3px solid #ccc;
	float: left;
	margin-right: 4px;
}

/* blog */
.post {
	margin-bottom: 40px;
}

.post span {
	float: left;
	width: 140px;
}

.post h4 a {
	color: #666;
}

.post p {
	padding-left: 140px;
}

.post img {
	border: 2px solid #777777;
	margin: 10px;
}

/* footer */
.footer {
	float: right;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
}

#credits {
	position: absolute;
	bottom: 26px;
	right: 0;
	z-index: 20;
	display: block;
	font-size: 10px;
	background: #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 4px;
	text-align: right;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	display: none;
}

/* auxiliary */
.clear {
	display: none;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.cb {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}
