
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/* specific to this page */


body {
	color: #eee;
	font-size: 15px;
	font-family: sans-serif;
	background-color: #333;
	background-image: url(images/slider.gif);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
.basic {
	background: none;
	background-color: #000;
	margin: auto;
	max-width: 640px;
}
.basic2 {
	background-image: none;
	background-color: #fff;
	text-align: center;
	margin: auto;
}

p {
	margin: 0 0 15px 0;
}

a:link {
	color: #F00;
	font-weight: bold;
}

a:visited {
	color: #900;
}

.redd a:link {
	color: #FF0;
	font-weight: bold;
}

.redd a:visited {
	color: #F60;
}

strong, h2, h3 {
	color: #fff;
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}
form {
	margin: 30px 0;
}

input {
	display: block;
	margin: 5px 0 15px 0;
	width: 18em;
}

#banner {
	position: fixed;
	width: 100%;
	padding: 0 30px;
	line-height: 48px;
	background-color: #000;
}

#banner h1 {
	margin-top: 60px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 18px;
	color: #FF0;
	display: inline;
	line-height: 48px;
	
}

#banner h1 span {
	color: #F90;
}

#banner ul {
	display: inline;
}

#banner li {
	font-size: 18px;
	color: #999;
	text-transform: lowercase;
	display: inline;
	margin: 0 0 0 20px;
}

#banner li a {
	color: #ffa;
	text-decoration: none;
}


/* panels setup */


.panel {
	line-height: 1.5;
	width: 4000px;
	min-height: 600px;
	padding: 70px 600px 15px 30px;
}

.panel img.logo {
	float: left;
	margin: -20px 15px 15px -15px;
}

.panel img.lft {
	float: left;
	margin: 0 15px 15px 0px;
}

.panel img.rgt {
	float: right;
	margin: 0 0 15px 15px;
}

.panel ul {
	list-style: circle;
	list-style-position: inside;
}

.panel li {
	line-height: 30px;
}

.panel div.lft {
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
}

.panel div.rgt {
	width: 300px;
	margin: 0 0 15px 310px;
	clear: right;
}

#wrapper {
	padding: 10px 20px 10px 10px;
}

#footer {
	padding: 10px;
	background: #9d2527;
	text-align: center;
	font-size: 80%;
}

.item_left {
	padding: 10px;
	text-align: left;
	width: 100%;
	position: relative;
	border-bottom: #999 solid thin;
}
.item_left td {
	vertical-align: middle;
}
.item_left p {
	display: block;
  	vertical-align: middle;
	font-size: 80%;
	line-height: 140%;
}

.item_right {
	padding: 10px;
	text-align: right;
	width: 100%;
	position: relative;
	border-bottom: #999 solid thin;
}
.item_right td {
	vertical-align: middle;
}
.item_right p {
	display: block;
  	vertical-align: middle;
	font-size: 80%;
	line-height: 140%;
}
.item_left a img {
  	margin: 4px 10px 4px 0px;
	border: 1px solid #900;
}
.item_left a:hover img {
	border: 1px solid #F00;
}
.item_right a img {
	margin: 4px 0 4px 10px;
	border: 1px solid #900;
}
.item_right a:hover img {
	border: 1px solid #F00;
}

.bread {
	display: inline;
	float: right;	
	margin: -36px 0 0 0;
}

.thumbs {
	width: 358px;
	height: 358px;
	vertical-align:middle;
    display: table-cell;
	margin: auto;
	padding: 4px;
	text-align: center;
}
.navi img {
	margin: 4px;
}

.noline img, .noline img:hover {
	border: none;	
	vertical-align: middle;
}
.nav img, .nav img:hover {
	border: none;
}

.outer {overflow: hidden; position: relative;}
.outer[class] {display: table; position: static;}

.middle {position: absolute; top: 50%;} /* for explorer only*/
.middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

.inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */
/* we only want these to happen when JS is on and fortunately, this is all it takes */

body.has-js {
	width: 18500px; /* 18500 */
/*  overflow-x: hidden;  */
}

.has-js .panel {
	float: left;   
	padding-right: 500px;  /* 3500  */
}
