@charset "utf-8";
/* CSS Document */


* { margin: 0; padding: 0 }
		
p {
	text-align: left;
	margin: 10px 0 15px;
	line-height: 150%;
	padding-left: 30px;
}
		
p a, li a {
	color: #15A5FE;
	text-decoration: none
}
p a:hover, li a:hover {
	color: #0058AF;
	text-decoration: none
}
p#cross-links  {
	margin-left: 10px;
	float: left;
	margin-top: 50px;
	color: #8AD4FF;
}
p#cross-links a  {
	color: #8AD4FF;
}
p#cross-links a:hover  {
	color: #FFFFFF;
}
.direction  {
	text-align: center;
	color: #15A5FE;
	padding-top: 10px;
}
	
noscript p, noscript ol {
	color: #a00;
	line-height: 1.4em;
	text-align: left
}

noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
		
a:focus { outline:none }
		
img {
	border: 0;
}
h2 {
	text-align: left;
	color: #0039BF;
	background-image: url(../img/top/img_h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 630px;
	padding-left: 15px;
	margin-bottom: 20px;
	height: 30px;
	padding-top: 5px;
}
h3 {
	color: #09AC00;
	text-align: left;
	padding-left: 20px;
}		

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 80px auto 20px;
	position: relative;
	width: 800px;
}

		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 460px;
	margin: auto;
}
.csw .loading {
	margin: 200px auto 300px;
	text-align: center;
	background-image: url(../coda-slider.1.1.1/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.stripViewer { /* This is the viewing window */
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	background-image: url(../img/top/img_text.png);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	margin: auto;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
	float: left;
	margin: auto;
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
	margin-right: 25px;
	margin-left: 15px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav a { /* The nav links */
	text-decoration: none;
	display: block;
	height: 33px;
	width: 99px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
		
.stripNav li.tab1 a {
	background: url(../img/btn/btn_concept.png) no-repeat;
}
.stripNav li.tab2 a {
	background: url(../img/btn/btn_servis.png) no-repeat
}
.stripNav li.tab3 a {
	background: url(../img/btn/btn_works.png) no-repeat
}
.stripNav li.tab4 a {
	background: url(../img/btn/btn_profile.png) no-repeat
}
.stripNav li.tab5 a {
	background: url(../img/btn/btn_contact.png) no-repeat
}
.stripNav li.tab6 a {
	background: url(../img/btn/btn_blog.png) no-repeat
}
.stripNav li.tab1 a:hover {
	background: url(../img/btn/btn_concept.png) no-repeat bottom;
}
.stripNav li.tab2 a:hover {
	background: url(../img/btn/btn_servis.png) no-repeat bottom
}
.stripNav li.tab3 a:hover {
	background: url(../img/btn/btn_works.png) no-repeat bottom
}
.stripNav li.tab4 a:hover {
	background: url(../img/btn/btn_profile.png) no-repeat bottom
}
.stripNav li.tab5 a:hover {
	background: url(../img/btn/btn_contact.png) no-repeat bottom
}
.stripNav li.tab6 a:hover {
	background: url(../img/btn/btn_blog.png) no-repeat bottom
}
oo.stripNav   li a.current {
	background: #000;
	color: #fff;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
		

.stripNavL {
	left: 0;
}
		
.stripNavR {
	right: 0;
}
.stripNavL a {
	background: url(../coda-slider.1.1.1/images/arrow-left.gif) no-repeat center;
}
.stripNavR a {
	background: url(../coda-slider.1.1.1/images/arrow-right.gif) no-repeat center;
}
.stripNavL a:hover {
	background: url(../coda-slider.1.1.1/images/arrow-left2.gif) no-repeat center;
}
.stripNavR a:hover {
	background: url(../coda-slider.1.1.1/images/arrow-right2.gif) no-repeat center;
}
		
