/* CSS Document */
* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { text-align: left; margin: 15px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #ececec; text-decoration: none }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:link { color:#ececec;}
a:hover { color:#CCC;}
a:focus { outline:none }

img { border: 0 }

h3 { margin-bottom: 5px;font-family:Arial, Helvetica, sans-serif; padding-bottom: 3px; text-align: left;color:#FFFFFF; }

body {
	font-family: Arial,Verdana;
	background-image:url("../images/index-bg.jpg");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e9e7e0;
	color: #ececec;
	margin: 0;
	text-align: left;
}
h2{
	font-size:18px;
	color:#1a2832;
	letter-spacing:1px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px 0;
	position: relative;
	width: 960px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px ; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 309px;
	clear: both;
}

.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;
	/* -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 */
	float:left;
	height: 100%;
	position: relative;
	width: 960px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.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;
	display: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 */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 260px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 24px;
	width: 22px;
}

.stripNavL {
	left: 0;
	z-index:11;
}

.stripNavR {
	left: 30px;
	z-index:12;
}

.stripNavL {
	background:url(../images/ok.jpg) left;
}

.stripNavR {
	background:url(../images/ok.jpg) right;
}

.ayrinti {
	background:url(../images/button.jpg) left ;
	width:251px;
	height:32px;
	float:left;
	text-align:center;
	padding-top:12px;
}

.ust{
	width:960px;
	height:389px;
	background:url(../images/index-ust-bg.jpg) no-repeat center;
	background-position:top;
	top:0;
	margin-top:0px;
	padding:0;
}
.menu {
	height:80px;
}
.icmenu{
	float:right;
	margin-top:35px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	
}
.icmenu a:link{
	text-decoration:none;
	color:#cdcdcd;
}
.icmenu a:visited{
	color:#a8a8a8;
	text-decoration:none;
}
.icmenu a:hover{
	color:#FFF;
}
.contentup2{
	margin-top:30px;
	margin-bottom:20px;
	color:#66645f;
	width:960px;
}
.contentupleft2{
	width:470px;
	text-align:left;
	margin-right:20px;
	font-size:13px;
	line-height:18px;
	float:left;
}
.contentupright2{
	width:470px;
	text-align:left;
	font-size:13px;
	line-height:18px;
	float:right;
}
.contentup{
	margin-top:30px;
	margin-bottom:20px;
	color:#66645f;
	width:960px;
	height:460px;
}
.contentupleft{
	width:629px;
	text-align:left;
	margin-right:20px;
	font-size:13px;
	line-height:18px;
	float:left;
}
.contentupright{
	width:289px;
	height:460px;
	text-align:left;
	font-size:13px;
	line-height:18px;
	float:right;
	padding-left:20px;
	border-left:solid 1px #CCCCCC;
}
.madde{
	font-size:12px;
	margin-top:12px;
}
.madde a:link{
	text-decoration:none;
	color:#66645f;
}
.madde a:visited{
	color:#66645f;
	text-decoration:none;
}
.madde a:hover{
	color:#18252e;
}
.ayrac2{
	border-bottom:#eae7e0 solid 1px;
	width:960px;
}
.ayrac{
	border-bottom:#d3d0c2 solid 1px;
	width:960px;
}
.ayrintilink{
	background-image:url(../images/button2.jpg);
	width:240px;
	height:32px;
	padding-top:12px;
	padding-left:11px;
}
.ayrintilink a:link{
	text-decoration:none;
	color:#ECECEC;
}
.ayrintilink a:visited{
	color:#ECECEC;
	text-decoration:none;
}
.ayrintilink a:hover{
	color:#CCC;
}
.box{
	width:468px;
	height:118px;
	background-color:#e7e4dd;
	border:#d3d0c2 solid 1px;
	background-image:url(../images/content4.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.box2{
	width:468px;
	height:118px;
	background-color:#e7e4dd;
	border:#d3d0c2 solid 1px;
}
.footer{
	background-color:#18252e;
	padding-bottom:10px;
	padding-top:8px;
}
.footer a:link{
	text-decoration:none;
	color:#d3d0c2;
	font-size:13px;
}
.footer a:visited{
	color:#d3d0c2;
	text-decoration:none;
	font-size:13px;
}
.footer a:hover{
	color:#FFF;
	font-size:13px;
}
.copyright{
	color:#d3d0c2;
	font-size:12px;
	margin-top:20px;
}
.panelayrac{
	background-image:url(../images/panel-ayrac.jpg);
	background-repeat:no-repeat;
	float:left;
	width:469px;
	height:3px;
	margin-top:16px;
}
a.link{
	color:#275B84;
	font-size:14px;
	text-decoration:none;
}
a.link:visited{
	color:#275B84;
}
a.link:hover{
	color:#293a47;
}
.sidemenu{
	
}
.sidemenu a:link{
	text-decoration:none;
	color:#275b84;
	font-size:16px;
	font-weight:bold;
}
.sidemenu a:visited{
	color:#275b84;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
.sidemenu a:hover{
	color:#293a47;
	font-size:16px;
	font-weight:bold;
}
.subsidemenu a:link{
	text-decoration:none;
	color:#66645F;
	font-size:13px;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:solid #D5CBB1 1px;
}
.subsidemenu a:visited{
	color:#66645F;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:solid #D5CBB1 1px;
}
.subsidemenu a:hover{
	color:#293a47;
	font-size:13px;	
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:solid #293a47 1px;
}
a.link2:link, a.link2:active{
	color:#275B84;
	font-size:13px;
	text-decoration:none;
}
a.link2:visited{
	color:#275B84;
}
a.link2:hover{
	color:#293a47;
}
a.link3{
	color:#66645F;
	font-size:13px;
	text-decoration:none;
}
a.link3:visited{
	color:#66645F;
}
a.link3:hover{
	color:#293a47;
}