/*Css design by CEMQ */
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, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {    margin: 0;    padding: 0;    border: 0;    outline: 0;    font-weight: inherit;    font-style: inherit;    font-size: 100%;    font-family: inherit;    vertical-align: baseline;}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebas/bebasneue-webfont.eot');
    src: url('bebas/bebasneue-webfont.eot?#iefix') format('eot'),
         url('bebas/bebasneue-webfont.woff') format('woff'),
         url('bebas/bebasneue-webfont.ttf') format('truetype'),
         url('bebas/bebasneue-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CuprumFFURegular';
    src: url('cuprum/cuprum-webfont.eot');
    src: url('cuprum/cuprum-webfont.eot?#iefix') format('eot'),
         url('cuprum/cuprum-webfont.woff') format('woff'),
         url('cuprum/cuprum-webfont.ttf') format('truetype'),
         url('cuprum/cuprum-webfont.svg#webfontpryDnV5p') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear{ clear:both;}
.header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 122px;
	position: fixed;
	z-index: 15;
}
.head_center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 123px;
	position: relative;
}
.logo {
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -9px -12px;
	height: 68px;
	width: 177px;
	margin-top: 40px;
	float: left;
}
.launges {
	float: right;
	width: 115px;
	margin-right: -5px;
}



.launges ul li {
	float: left;
	list-style-type: none;
}
.loglink {
	height: 68px;
	width: 177px;
}


.launges ul li a {
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFF;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -16px -188px;
	margin-right: 3px;
	margin-left: 3px;
}
.launges ul li a:hover {
	color: #000000;
	background-color: #FFF;
}
.logo a {
	height: 68px;
	width: 178px;
	display: block;
}

.navigation li:first-child a { border-left: none; }
.navigation li:last-child a{ border-right: none; }

.navigation li:hover > a {
	color: #FFFFFF;
	background-color: #225582;
}

/* Sub navigation */

.navigation ul {
	position: absolute;
	top: 55px;
	left: 20;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=75);
	-khtml-opacity: 0.0;
	-moz-opacity: 0.0;
	opacity: 0.0;
	opacity: 0;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .0s;
	-moz-transition: opacity .25s ease .0s;
	-o-transition: opacity .25s ease .0s;
	-ms-transition: opacity .25s ease .0s;
	transition: opacity .25s ease .0s;
	background-color: #225582;
	padding-right: 10px;
	padding-left: 5px;
	width: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
	behavior: url(PIE.htc);
	z-index: 9999;
}

.navigation li:hover > ul {
	background-color: #225582;
	opacity: 1!important;
	z-index: 9999;
	opacity: 0.1;
	filter: alpha(opacity = 100);

}

.navigation ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.navigation li:hover > ul li {
	height: 40px;
	overflow: visible;
	padding: 0;
}

.navigation ul li a {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0F75BC;
}

.navigation ul li:last-child a { border: none; }

/* Icons */

.navigation a.documents {
	font-size: 16px;
	background-image: url(../images/leftarrow.png);
	background-position: 5px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #1C3B59;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 180px;
}
.navigation a.documents:hover {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #1C3B59;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #1074B9;
}

.navigation span {
	float: right;
	display: block;
	white-space: nowrap;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}

.navigation a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.navigation a.signout { background: url(../img/arrow.png) no-repeat 6px center; }
.navigation li a span  {
	padding-top: -5px;
	display: block;
	float: right;
	width: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.navigation li  {
	list-style-type: none;
	float: left;
}
.navigation li a  {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	float: left;
	font-family: Calibri, 'CuprumFFURegular', Arial, sans-serif;
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
	background-repeat: no-repeat;
}
.bttm {
	background-image: url(../images/nav_arrow.png);
	background-position: 87px;
	padding-right: 20px!important;
}

.navigation li a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 10px;
}
.navigation  {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
.slide {
	height: 702px;
	position: relative;
	background-position: bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #59730B;
	overflow: hidden;
}
.slide .slidetext {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	position: relative;
	font-size: 60px;
	font-family: Calibri, Arial, sans-serif;
	color: #FFF;
	height: 180px;
}
.centers {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.pres_center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.slidetext.prescen {
	height: 0px;
}



.bosluk {
	height: 150px;
}

.slide .slidetext span {
	display: block;
	font-size: 40px;
	color: #00609F;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.slideListText {
	background-image: url(../images/sprites.fw.png);
	background-position: -5px -247px;
	background-repeat: no-repeat;
	height: 120px;
	width: 600px;
	padding: 30px;
}
.footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 123px;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -5px -548px;
	margin-bottom: 15px;
	padding-top: 15px;
}


.slide .slideimg {
	position: absolute;
}

.slide .slideimg img {
	display:none;
}
.detaybtn {
	float: left;
	margin-left: 10px;
}
.detaybtn a {
	font-family: Calibri, 'CuprumFFURegular', Arial, sans-serif;
	display: block;
	padding: 7px;
	background-color: #165374;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	behavior: url(PIE.htc);
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.slide .slidetext p.short {
	float: left;
	width: 390px;
	font-size: 11px;
	color: #666666;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom:15px;
}
.slide .slidetext span {
	display: block;
	font-size: 40px;
	color: #00609F;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.pres {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	background-image: url(../images/controls_1.png);
	background-repeat: repeat-x;
	behavior: url(PIE.htc);
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	z-index: 10;
}
.pres li {
	float: left;
	list-style-type: none;
}
.pres a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: -42px -23px;
	text-indent: -9999px;
}
.pres_active {
	background-image: url(../images/buttons.png)!important;
	background-position: 2px 3px!important;
}
.center_cen {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -255px;
	position: relative;
}
.produc_box {
	height: 255px;
	width: 250px;
	float: left;
	background-color: #6DB909;
}
.produc_box1 {
	height: 255px;
	width: 250px;
	float: left;
	background-color: #4089CC;
}
.produc_box2 {
	height: 255px;
	width: 250px;
	float: left;
	background-color: #8DB909;
}
.produc_box3 {
	height: 255px;
	width: 250px;
	float: left;
	background-color: #225582;
}
.proslide {
	height: 170px;
	width: 200px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 25px;
	position: relative;
}
.produc_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A607D;
	font-size: 15px;
	color: #FFF;
	font-family: Calibri, 'BebasNeueRegular', Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: -605px -13px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.produc_title1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A607D;
	font-size: 15px;
	color: #FFF;
	font-family: Calibri, 'BebasNeueRegular', Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: -605px -13px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.produc_title2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D8F07;
	font-size: 15px;
	color: #FFF;
	font-family: Calibri, 'BebasNeueRegular', Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: -605px -13px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.produc_title3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #143049;
	font-size: 15px;
	color: #FFF;
	font-family: Calibri, 'BebasNeueRegular', Arial, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: -605px -13px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}



.bx-prev {
	position: absolute;
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -313px -32px;
	height: 25px;
	width: 17px;
	left: -18px;
	top: 73px;
	display: block;
}

.bx-next {
	position: absolute;	
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -347px -34px;
	height: 25px;
	width: 17px;
	left: 207px;
	top: 73px;
}

.bx-prev1 {
	position: absolute;
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -313px -32px;
	height: 25px;
	width: 17px;
	left: -18px;
	top: 73px;
	display: block;
}

.bx-next1 {
	position: absolute;	
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -347px -34px;
	height: 25px;
	width: 17px;
	left: 207px;
	top: 73px;
}

/*
.bx-prev1 {
	position: absolute;
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -313px -49px;
	height: 28px;
	width: 17px;
	left: -18px;
	top: 63px;
	display: block;
}

.bx-next1 {
	position: absolute;	
	background-attachment: scroll;
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;	
	background-position: -347px -49px;
	height: 28px;
	width: 17px;
	left: 207px;
	top: 63px;
}
*/

.bx-auto {
	position: absolute;
	left: 205px;
	top: -51px;
}

.bx-auto a {
	color: #FFF;
	text-decoration: none;
	font-family: Calibri, 'CuprumFFURegular', Arial, sans-serif;
	font-size: 16px;
}

.proslide ul li {
	list-style-type: none;
	position: relative;
}
.pro_tits   {
	position: absolute;
	padding: 10px;
	left: 0px;
	width: 250px;
	bottom: 5px;
	background-image: url(../images/trans.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Calibri, 'CuprumFFURegular', Arial, sans-serif;
	font-size: 16px;
}






.news_img {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.extra {
	width: 1000px;
	position: relative;
	behavior: url(PIE.htc);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.footer .bussines_logo {
	height: 70px;
}
.bussines_logo ul li {
	float: left;
	list-style-type: none;
}
.bussines_logo ul li a {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.copyright a {
	float: left;
	display: block;
	text-decoration: none;
	color: #9C9C9E;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.copyright ul {
	float: right;
}
.copyright ul li {
	float: left;
	list-style-type: none;
}
.copyright ul li a {
	float: left;
	padding: 8px;
	width: 83px;
	margin: 5px;
}
.twiter {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -335px -445px;
	text-indent: -9999px;
	width: 50px;
}
.design {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -347px -512px;
}


.face {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -353px -481px;
	text-indent: -9999px;
}








.extra ul li {
	padding: 7px;
	width: 305px;
	display: block;
	float: left;
	height: 95px;
	background-image: url(../images/extlistbg.png);
	background-repeat: no-repeat;
	background-position: center;
	list-style-type: none;
	position: relative;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#havad {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -670px -125px;
	margin-left: 0px;
	padding-left: 10px;
}
#havad a {
	height: 90px;
	width: 310px;
	display: block;
	text-indent: -9999px;
}

#dvz {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -670px -250px;
}
#dvz a {
	height: 90px;
	width: 305px;
	display: block;
	text-indent: -9999px;
}



.derece {
	position: absolute;
	left: 126px;
	top: 47px;
	font-size: 24px;
	color: #FF870F;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
}
.extra ul li .sun {
	float: right;
	margin: 5px;
}
.havatitle {
	float: left;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 22px;
	color: #104F94;
	margin: 10px;
}
.doviztitle {
	float: left;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	margin: 10px;
}
.dvz_img {
	position: absolute;
	top: 46px;
	left: 17px;
}
.dvz tr td img {
	margin-top: 5px;
}
.dvz tr td {
	color: #999;
}
.dvz {
	margin-top: 10px;
}
.dvz .bgs {
	background-image: url(../images/dvgolg.png);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fticon {
	float: left;
	margin: 10px;
}
.fttitle {
	float: right;
	font-size: 30px;
	color: #15A2FF;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 10px;
}
.ftdes {
	float: right;
	font-size: 16px;
	color: #999;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	margin-right: 20px;
}
.havades {
	float: left;
	font-size: 18px;
	color: #666;
	margin-left: 10px;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
}
#bakan {
	background-image: url(../images/sprites.fw.png);
	background-repeat: no-repeat;
	background-position: -670px -365px;
	margin-right: 0px;
	float: right;
}
.f_bg {
	background-image: url(../images/f_bg.jpg);
	background-position: center;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#bakan a {
	text-indent: -9999px;
	height: 95px;
	width: 305px;
	display: block;
}


.extra ul {
	margin-left: 0px;
}

#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
	float: left;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0px;
}

#tabs a{
	font-family: Calibri, 'BebasNeueRegular', Arial, sans-serif;
	position: relative;
	font-size: 20px;
	float: left;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	background-image: url(../images/transp.png);
	background-color: #000;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #000;
   background-color: transparent;
   background-image: url(../images/transp.png);
}

#tabs a:focus{
  outline: 0;
}

#tabs #current a,
#tabs #current a::after{
	z-index: 3;
	 background-color: transparent;
	 background-image: url(../images/transp.png);
	
}

/* ------------------------------------------------- */

#content
{
	padding: 1.5em;
	position: relative;
	z-index: 2;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	color: #FFF;
	background-image: url(../images/transp.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content h2, #content h3, #content p
{
    margin: 0 0 15px 0;
}

/* ------------------------------------------------- */

#about
{
    color: #999;
}
.shadow {
	position: absolute;
	left: -11px;
	top: 0px;
	bottom: 0px;
	height: 290px;
	width: 11px;
	background-image: url(../images/blur.png);
	background-repeat: no-repeat;
}
.desc tr td {
	padding: 10px;
	background-image: url(../images/trans.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A6A6A;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
}
.desc tr td h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/arow.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
.produc_desc .back {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 16px;
}
.produc_desc .back a {
	background-color: #0d476e;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 18px;
}
.produc_desc .back a:hover {
	background-color: #1470AD;
	padding: 10px;
	text-decoration: none;
}



.destitle {
	background-color: #20A6FF;
	background-image: none;
}





#about a
{
    color: #eee;
}
.procat_list {
	float: left;
	width: 200px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0279A6;
	margin-right: 10px;
}
.procat_list ul li {
	list-style-type: none;
}
.procat_list ul li a {
	display: block;
	padding: 7px;
	text-decoration: none;
	color: #FFF;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	background-image: url(../images/trans.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 14px;
}
.procat_list ul li a:Hover {
	display: block;
	padding: 7px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-color: #09F;
}
.produc_list {
	float: left;
	width: 200px;
	padding: 4px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px dotted #666;
	background-image: url(../images/transwhite.png);
	position: relative;
	height:200px;
}
.produc_list_x {
	float: left;
	padding: 4px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px dotted #666;
	position: relative;
	height:auto;
}
.m2 {
	position: absolute;
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	left: 4px;
	top: 15px;
	padding: 5px;
	background-image: url(../images/trans.png);
	font-size: 18px;
}
.m2 p {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
}

.pro_titles {
	font-family: 'CuprumFFURegular', Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
}
.right_block {
	float: left;
	position: relative;
	width: 740px;
	line-height:23px;
	font-size:13px;
}
.imgs {
	float: left;
}
.img_all {
	min-width: 290px;
	float: left;
}
.produc_desc {
	float: left;
	height: 290px;
	width: 425px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
}

.img_all img {
	max-width: 120px;
	margin: 4px;
	padding: 4px;
	background-image: url(../images/transwhite.png);
	
}

.pro_img {
	height: 140px;
	width: 100%;
}
.pro_img img {
	width: 100%;
}
.scroll-pane
			{
	width: 100%;
	height: 421px;
	overflow: auto;
			}
.scroll-panex
			{
	width: 100%;
	height: 221px;
	overflow: auto;
			}			
			.horizontal-only
			{
	height: auto;
	max-height: 421px;
			}
.photo_block {
	width: 950px;
}
.con_left {
	float: left;
	width: 350px;
}
.forms tr td {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.forms tr td #button {
	background-color: #0F5F8E;
	border: 1px dotted #000;
	padding: 5px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

.forms tr td input {
	background-color: transparent;
	border: 1px dotted #666;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/transwhite.png);
}
.forms tr td #textarea {
	width: 300px;
	height: 100px;
	background-color: transparent;
	background-image: url(../images/transwhite.png);
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	border: 1px dotted #666;
	font-family: Arial, Helvetica, sans-serif;
	max-width:300px;
}
