/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(1333,1): run-time error CSS1019: Unexpected token, found '@charset'
(1333,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(1333,17): run-time error CSS1019: Unexpected token, found ';'
(1439,7): run-time error CSS1036: Expected expression, found ';'
(2310,1): run-time error CSS1019: Unexpected token, found '@charset'
(2310,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(2310,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*
skins available:
	- universal
	- classic
	- attractive
*/

/* the container */
.allinone_bannerRotator {
	position:relative;
}
.allinone_bannerRotator img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}
.allinone_bannerRotator_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.allinone_bannerRotator .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
	overflow:hidden;
}
.allinone_bannerRotator .block {
	position:absolute;
	display:block;	
	z-index:1;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}

/***ATTRACTIVE SKIN***/
.allinone_bannerRotator.attractive .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.attractive .leftNav {
	position:absolute;
	left:-15px;
	top:50%;
	width:53px;
	height:127px;
	background:url(../skins/attractive/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .leftNav:hover {
	background:url(../skins/attractive/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .rightNav {
	position:absolute;
	right:-15px;
	top:50%;
	width:53px;
	height:127px;
	background:url(../skins/attractive/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .rightNav:hover {
	background:url(../skins/attractive/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .bottomNav {
	position:absolute;
	background:#532860;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavButtonOFF {
	float:left;
	display:block;
	width:11px;
	height:11px;
	background:url(../skins/attractive/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavButtonON {
	float:left;
	display:block;
	width:11px;
	height:11px;
	padding-left:9px;
	background:url(../skins/attractive/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavLeft {
	position:absolute;
	width:63px;
	height:35px;
	margin-left:1px;
	background:url(../skins/attractive/bottomNavLeft.png) 0 0 no-repeat;
	z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavRight {
	position:absolute;
	width:63px;
	height:35px;
	margin-left:-1px;
	background:url(../skins/attractive/bottomNavRight.png) 0 0 no-repeat;
	z-index:4;
}

.allinone_bannerRotator.attractive .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../skins/attractive/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.attractive .bottomOverThumb img {
	border:4px solid #22032e;
}


/***CLASSIC SKIN***/
.allinone_bannerRotator.classic .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.classic .leftNav {
	position:absolute;
	left:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(../skins/classic/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.classic .leftNav:hover {
	background:url(../skins/classic/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.classic .rightNav {
	position:absolute;
	right:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(../skins/classic/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.classic .rightNav:hover {
	background:url(../skins/classic/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.classic .bottomNav {
	position:absolute;
	background:url(../skins/classic/bottomNavBg.png) 0 0 repeat-x;
	width:0px;
	height:24px;
	z-index:4;
	padding-left:9px;
}
.allinone_bannerRotator.classic .bottomNavButtonOFF {
	float:left;
	display:block;
	width:11px;
	height:11px;
	background:url(../skins/classic/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.classic .bottomNavButtonON {
	float:left;
	display:block;
	width:11px;
	height:11px;
	padding-left:9px;
	background:url(../skins/classic/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.classic .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	z-index:4;
}
.allinone_bannerRotator.classic .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	z-index:4;
}

.allinone_bannerRotator.classic .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../skins/classic/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.classic .bottomOverThumb img {
	border:4px solid #000000;
}





/***UNIVERSAL SKIN***/
.allinone_bannerRotator.universal .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.universal .leftNav {
	position:absolute;
	left:10px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(../skins/universal/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.universal .leftNav:hover {
	background:url(../skins/universal/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.universal .rightNav {
	position:absolute;
	right:10px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(../skins/universal/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.universal .rightNav:hover {
	background:url(../skins/universal/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.universal .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	z-index:4;
	padding-left:9px;
}
.allinone_bannerRotator.universal .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(../skins/universal/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.universal .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(../skins/universal/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.universal .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	z-index:4;
}
.allinone_bannerRotator.universal .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	z-index:4;
}

.allinone_bannerRotator.universal .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../skins/universal/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.universal .bottomOverThumb img {
	border:4px solid #000000;
}



/***Text Styles***/


.allinone_bannerRotator_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}
.allinone_bannerRotator_text_line {
	position:absolute;
}


/***Texts Attractive***/
.textElement11_attractive {
	background:#512d5d;
	font: bold 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}
.textElement12_attractive {
	background:#512d5d;
	font: bold 18px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}

.textElement21_attractive {
	background:#000000;
	font: bold 20px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#ffffff;
}
.textElement22_attractive {
	background:#e4e4e4;
	font: bold 16px/24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#131313;
}

.textElement31_attractive {
	background:#a32a19;
	font: bold 26px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}
.textElement33_attractive {
	background:#FFFFFF;
	font: bold 20px/26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 4px 0px 4px;
	color:#000000;
}

.textElement41_attractive {
	font: bold 40px/53px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}
.textElement42_attractive {
	font: bold 20px/26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}

.textElement51_attractive {
	font: bold 24px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
}


.textElement51_attractive a {
	background:#512d5d;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
	text-decoration:none;
}


.textElement51_attractive a:hover {
	color:#2f0141;	
	background:#FFFFFF;
	border:#512d5d 1px solid;	
}

.textElement52_attractive {
	background:#a92c74;
	font: bold 18px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}






/****Text Attractive FullWidth***/

.textElement11_attractive_FullWidth {
	font: bold 38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:54px;
	color:#000000;
}


.textElement12_attractive_FullWidth {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#000000;
}

.textElement12_attractive_FullWidth a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_attractive_FullWidth a:hover {
	color:#FFFFFF;
}

.textElement21_attractive_FullWidth {
	font: bold 42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:53px;
	color:#ffffff;
}
.textElement22_attractive_FullWidth {
	font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:38px;
	color:#ffffff;
}

.textElement31_attractive_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement32_attractive_FullWidth {
	font: bold 48px/64px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement33_attractive_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}



.textElement41_attractive_FullWidth {
	font: bold 52px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:72px;
	color:#ffffff;
}
.textElement42_attractive_FullWidth {
	font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:45px;
	color:#ffffff;
}

.textElement51_attractive_FullWidth {
	font: bold 48px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:68px;
	color:#000000;
}


.textElement51_attractive_FullWidth a {
	color:#000000;
	text-decoration:none;
}

.textElement51_attractive_FullWidth a:hover {
	color:#522860;
}




.textElement52_attractive_FullWidth {
	width:35%;
	font: 28px 'Arial', Verdana, Helvetica, sans-serif;
	line-height:37px;
	color:#000000;
}

.textElement52_attractive_FullWidth a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_attractive_FullWidth a:hover {
	color:#522860;
	text-decoration:none;
}






/***Texts Attractive Responsive***/
.textElement11_attractiveResponsive {
	background:#512d5d;
	font: bold 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}
.textElement12_attractiveResponsive {
	background:#512d5d;
	font: bold 18px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}

.textElement21_attractiveResponsive {
	background:#000000;
	font: bold 20px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#ffffff;
}
.textElement22_attractiveResponsive {
	background:#e4e4e4;
	font: bold 16px/24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#131313;
}

.textElement31_attractiveResponsive {
	background:#a32a19;
	font: bold 24px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}
.textElement33_attractiveResponsive {
	background:#FFFFFF;
	font: bold 20px/26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 4px 0px 4px;
	color:#000000;
}

.textElement41_attractiveResponsive {
	font: bold 40px/53px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}
.textElement42_attractiveResponsive {
	font: bold 20px/26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFFFFF;
}

.textElement51_attractiveResponsive {
	font: bold 24px/32px 'Droid Sans', Verdana, Helvetica, sans-serif;
}


.textElement51_attractiveResponsive a {
	background:#512d5d;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
	text-decoration:none;
}


.textElement51_attractiveResponsive a:hover {
	color:#2f0141;	
	background:#FFFFFF;
	border:#512d5d 1px solid;	
}

.textElement52_attractiveResponsive {
	background:#a92c74;
	font: bold 18px/25px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 4px 0px 4px;
	color:#FFF;
}




/****Text Classic Fixed Dimensions***/

.textElement11_classic {
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}


.textElement12_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}

.textElement12_classic a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_classic a:hover {
	color:#FFFFFF;
}

.textElement21_classic {
	font: bold 32px/1.0em 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}
.textElement22_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}

.textElement31_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 15px 3px 15px;
	color:#FFFFFF;
}

.textElement32_classic {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFFFFF;
}

.textElement33_classic {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:4px 15px 6px 15px;
	color:#FFFFFF;
}


.textElement41_classic {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}
.textElement42_classic {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}

.textElement51_classic {
	font: bold 28px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}


.textElement51_classic a {
	color:#ffffff;
	text-decoration:none;
}

.textElement51_classic a:hover {
	color:#ffe400;
}


.textElement52_classic {
	width:43%;
	background:url(../skins/classic/textBg_transparency.png);
	font: 14px/1.3em 'Arial', Verdana, Helvetica, sans-serif;
	padding:15px 15px 15px 15px;
	color:#FFF;
}

.textElement52_classic a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_classic a:hover {
	color:#ffc000;
	text-decoration:none;
}
.textElement53_classic {
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
}

.textElement53_classic a {
	background:#d30000;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
	text-decoration:none;
}

.textElement53_classic a:hover {
	background:#FFFFFF;
	padding:6px 15px 6px 15px;
	border:#FF0000 1px solid;
	color:#512d5d;
}




/****Text Classic Responsive***/

.textElement11_classic_responsive {
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:34px;
	color:#000000;
}


.textElement12_classic_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:25px;
	color:#000000;
}

.textElement12_classic_responsive a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_classic_responsive a:hover {
	color:#FFFFFF;
}

.textElement21_classic_responsive {
	font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:38px;
	color:#ffffff;
}
.textElement22_classic_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:24px;
	color:#ffffff;
}

.textElement31_classic_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFFFFF;
}

.textElement32_classic_responsive {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#FFFFFF;
}

.textElement33_classic_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFFFFF;
}


.textElement41_classic_responsive {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:56px;
	color:#000000;
}
.textElement42_classic_responsive {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:30px;
	color:#000000;
}

.textElement51_classic_responsive {
	font: bold 28px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#ffffff;
}


.textElement51_classic_responsive a {
	color:#ffffff;
	text-decoration:none;
}

.textElement51_classic_responsive a:hover {
	color:#ffe400;
}




.textElement52_classic_responsive {
	width:44%;
	font: 18px 'Arial', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFF;
}

.textElement52_classic_responsive a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_classic_responsive a:hover {
	color:#ffc000;
	text-decoration:none;
}





/****Text Classic FullWidth***/

.textElement11_classic_FullWidth {
	font: bold 38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:54px;
	color:#000000;
}


.textElement12_classic_FullWidth {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#000000;
}

.textElement12_classic_FullWidth a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_classic_FullWidth a:hover {
	color:#FFFFFF;
}

.textElement21_classic_FullWidth {
	font: bold 42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:53px;
	color:#ffffff;
}
.textElement22_classic_FullWidth {
	font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:38px;
	color:#ffffff;
}

.textElement31_classic_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement32_classic_FullWidth {
	font: bold 48px/64px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement33_classic_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}



.textElement41_classic_FullWidth {
	font: bold 52px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:72px;
	color:#000000;
}
.textElement42_classic_FullWidth {
	font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:45px;
	color:#000000;
}

.textElement51_classic_FullWidth {
	font: bold 48px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:68px;
	color:#ffffff;
}


.textElement51_classic_FullWidth a {
	color:#ffffff;
	text-decoration:none;
}

.textElement51_classic_FullWidth a:hover {
	color:#ffe400;
}




.textElement52_classic_FullWidth {
	width:35%;
	font: 28px 'Arial', Verdana, Helvetica, sans-serif;
	line-height:37px;
	color:#FFF;
}

.textElement52_classic_FullWidth a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_classic_FullWidth a:hover {
	color:#ffc000;
	text-decoration:none;
}





/****Text Universal***/

.textElement11_universal {
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}


.textElement12_universal {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}

.textElement12_universal a {
	color:#585858;
	text-decoration:none;
}

.textElement12_universal a:hover {
	color:#cf0005;
}

.textElement21_universal {
	font: bold 32px/1.0em 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}
.textElement22_universal {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
}

.textElement31_universal {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:0px 15px 3px 15px;
	color:#FFFFFF;
}

.textElement32_universal {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#FFFFFF;
}

.textElement33_universal {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	padding:4px 15px 6px 15px;
	color:#FFFFFF;
}


.textElement41_universal {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}
.textElement42_universal {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#000000;
}



.textElement51_universal a {
	font: bold 28px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
}

.textElement51_universal a:hover {
	color:#ffe400;
}




.textElement52_universal {
	width:481px;
	background:url(../skins/universal/textBg_transparency.png);
	font: 14px/1.3em 'Arial', Verdana, Helvetica, sans-serif;
	padding:15px 15px 15px 15px;
	color:#FFF;
}

.textElement52_universal a {
	font: bold 14px 'Arial', Verdana, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
}

.textElement52_universal a:hover {
	color:#ffc000;
	text-decoration:none;
}


.textElement53_universal a {
	background:#d30000;
	font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 15px 6px 15px;
	color:#ffffff;
	text-decoration:none;
}

.textElement53_universal a:hover {
	background:#FFFFFF;
	padding:6px 15px 6px 15px;
	border:#FF0000 1px solid;
	color:#512d5d;
}



/****Text Universal Responsive***/

.textElement11_universal_responsive {
	font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:34px;
	color:#000000;
}


.textElement12_universal_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:25px;
	color:#000000;
}

.textElement12_universal_responsive a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_universal_responsive a:hover {
	color:#FFFFFF;
}

.textElement21_universal_responsive {
	font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:38px;
	color:#ffffff;
}
.textElement22_universal_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:24px;
	color:#ffffff;
}

.textElement31_universal_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFFFFF;
}

.textElement32_universal_responsive {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#FFFFFF;
}

.textElement33_universal_responsive {
	font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFFFFF;
}


.textElement41_universal_responsive {
	font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:56px;
	color:#000000;
}
.textElement42_universal_responsive {
	font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:30px;
	color:#000000;
}

.textElement51_universal_responsive {
	font: bold 28px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#ffffff;
}


.textElement51_universal_responsive a {
	color:#ffffff;
	text-decoration:none;
}

.textElement51_universal_responsive a:hover {
	color:#ffe400;
}




.textElement52_universal_responsive {
	width:44%;
	font: 18px 'Arial', Verdana, Helvetica, sans-serif;
	line-height:25px;
	color:#FFF;
}

.textElement52_universal_responsive a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_universal_responsive a:hover {
	color:#ffc000;
	text-decoration:none;
}



/****Text Universal FullWidth***/

.textElement11_universal_FullWidth {
	font: bold 38px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:54px;
	color:#000000;
}


.textElement12_universal_FullWidth {
	font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:37px;
	color:#000000;
}

.textElement12_universal_FullWidth a {
	color:#cf0005;
	text-decoration:none;
}

.textElement12_universal_FullWidth a:hover {
	color:#FFFFFF;
}

.textElement21_universal_FullWidth {
	font: bold 42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:53px;
	color:#ffffff;
}
.textElement22_universal_FullWidth {
	font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:38px;
	color:#ffffff;
}

.textElement31_universal_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement32_universal_FullWidth {
	font: bold 48px/64px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
}

.textElement33_universal_FullWidth {
	font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}



.textElement41_universal_FullWidth {
	font: bold 52px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:72px;
	color:#000000;
}
.textElement42_universal_FullWidth {
	font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:45px;
	color:#000000;
}

.textElement51_universal_FullWidth {
	font: bold 48px 'Cabin', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:68px;
	color:#ffffff;
}


.textElement51_universal_FullWidth a {
	color:#ffffff;
	text-decoration:none;
}

.textElement51_universal_FullWidth a:hover {
	color:#ffe400;
}




.textElement52_universal_FullWidth {
	width:35%;
	font: 28px 'Arial', Verdana, Helvetica, sans-serif;
	line-height:37px;
	color:#FFF;
}

.textElement52_universal_FullWidth a {
	color:#FF0000;
	text-decoration:none;
}

.textElement52_universal_FullWidth a:hover {
	color:#ffc000;
	text-decoration:none;
}



.hideElement {
	display:none;
}


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

/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

.block_navigation {
	height: 56px;
	width: 100%;
	position: relative;
 z-index:999;

}

.block_navigation  ul li{
	position:relative;
	list-style: none;
	float: left; background:url(../images/navLine.html) right no-repeat;   
	}
	
	
.block_navigation  ul li:last-child{ background:none;}
	
	
.block_navigation ul li a,
.block_navigation #pull a {
text-decoration: none;
display: block;
line-height: 60px;
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-family: 'Droid Sans', sans-serif;
font-weight: 700;
text-shadow: 2px 2px 1px #000;
padding-left: 9px;
padding-right: 18px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
letter-spacing: -1px;
}




.block_navigation ul li ul li a{ font-size:11px; font-family:Tahoma, Geneva, sans-serif; text-shadow:none;text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;}



.block_navigation  li a:active{ 
	color: #888;
}
/************END_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

/**********START_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

.block_navigation ul li ul{
	position: absolute;
}	

.block_navigation ul ul {
	z-index: 1;
	opacity:0;
	visibility: hidden;
	border-bottom:solid 1px #e7e7e7;
	background: #fff; 
	display: block; 
	-webkit-box-shadow:0 1px 1px #eee;
	-moz-box-shadow:0 1px 1px #eee;
	box-shadow:0 1px 1px #eee;
	-webkit-transition:opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
	-moz-transition:opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
	-ms-transition:opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
	-o-transition:opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
	transition:opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
	
	
	

}

.block_navigation ul li ul li{
	position: relative;
	display: block;
	float: none;
	border-top:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;
}

.block_navigation ul li ul li a {
	width:150px;
	font-weight: normal;
	line-height: 40px; 
	color: #777;
	display: block;
	padding-left: 20px ;
	background: #fff;
}	
.block_navigation ul ul ul {
	position: absolute; 
	top: ;
	left: 100%;
	top:-1px;
	left:100%;
	padding:0;
}

.block_navigation  i {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-right: 7px; 
}

	
.block_navigation ul ul li:hover > a{
	background: #ECECEC;
}
/**********END_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

/*******START_STYLE_OF_RIGHT_ITEM********/

.block_navigation li.right_item {
	float: right;
}
/*******END_STYLE_OF_RIGHT_ITEM********/



.block_navigation ul{margin-left: auto;
margin-right: auto;
}






	

.block_navigation li.right_item:hover   .contact_block {
	display: block;
}


.block_navigation h1, 
.block_navigation textarea, 
.block_navigation input{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
.block_navigation h1{
	line-height: 50px;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	margin-top:0;
	margin-left: 25px;
	margin-right: 25px;
	color: #555;
	border-bottom: solid 1px #e7e7e7;
}
.block_navigation input{
	position: relative;
	width: 200px;
	height: 25px;
	padding-top: 2px;
	
}
.block_navigation textarea {
	width: 250px;
	height: 100px;
	padding-top: 7px;
	
}
.block_navigation input, 
.block_navigation textarea{

	display: block;
	padding-left: 7px;
	font-size: 12px;
	color: #555;
	margin: 25px;
	border: solid 1px #e7e7e7;
}




.block_navigation input[type=submit],  
.block_navigation input[type=button]  { 
	margin: 0; 
	margin-left: 25px; 
	margin-top: 25px; 
	float: left;
	margin-bottom: 25px; 
	}

	
	
	
	
.block_navigation input[type=submit],  
.block_navigation input[type=button]{
	color: #fff;
	padding: 0;
	width: 60px;
	display: block;
	position: relative;
	border:none;
	
}
/************END_STYLE_OF_CONTACT_BLOCK************/





/**************************************************/
/**************************************************/
/**************************************************/
/******************START_COLOR_STYLE***************/
/**************************************************/
/**************************************************/
/**************************************************/




/*****************START_COLOR_THEME_1 ****************/

.color_theme_1 {
	background: #303030;
	 margin-bottom:10px; 




}


.color_theme_1 #pull a {
	background: #222222; background:url(../images/navLine.html) right no-repeat;


}


.color_theme_1 ul li:hover > a, 
.color_theme_1 #pull a:hover{ background:url(../images/hoverBG.html) repeat-x;

}



.color_theme_1 input[type=submit],  
.color_theme_1 input[type=button]{
	background: #000;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_1 input[type=submit]:hover,
.color_theme_1 input[type=button]:hover  {
	cursor: pointer;
	background: #000;      
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




/******************END_COLOR_THEME_1*****************/






/*****************START_COLOR_THEME_2 ****************/

.color_theme_2 {
	background: #660000;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_2 ul li a,
.color_theme_2 #pull a {
	background: #660000;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_2 ul li:hover > a, 
.color_theme_2 #pull a:hover{
	background: #990000; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_2 input[type=submit],  
.color_theme_2 input[type=button]{
	background: #660000; 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_2 input[type=submit]:hover,
.color_theme_2 input[type=button]:hover  {
	cursor: pointer;
	background: #990000;     
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}



/******************END_COLOR_THEME_2*****************/






/*****************START_COLOR_THEME_3 ****************/

.color_theme_3 {
	background: #664c00;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_3 ul li a,
.color_theme_3 #pull a {
	background: #664c00;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_3 ul li:hover > a, 
.color_theme_3 #pull a:hover{
	background: #997300; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_3 input[type=submit],  
.color_theme_3 input[type=button]{
	background: #664c00;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_3 input[type=submit]:hover,
.color_theme_3 input[type=button]:hover  {
	cursor: pointer;
	background: #997300;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_3*****************/








/*****************START_COLOR_THEME_4 ****************/

.color_theme_4 {
	background: #336600; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_4 ul li a,
.color_theme_4 #pull a {
	background: #336600; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_4 ul li:hover > a, 
.color_theme_4 #pull a:hover{
	background:  #4c9900;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_4 input[type=submit],  
.color_theme_4 input[type=button]{
	background: #336600; 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_4 input[type=submit]:hover,
.color_theme_4 input[type=button]:hover  {
	cursor: pointer;
	background:  #4c9900;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_4*****************/







/*****************START_COLOR_THEME_5 ****************/

.color_theme_5 {
	background: #006619;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_5 ul li a,
.color_theme_5 #pull a {
	background: #006619;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_5 ul li:hover > a, 
.color_theme_5 #pull a:hover{
	background: #009926;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_5 input[type=submit],  
.color_theme_5 input[type=button]{
	background: #006619;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_5 input[type=submit]:hover,
.color_theme_5 input[type=button]:hover  {
	cursor: pointer;
	background: #009926;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}


/******************END_COLOR_THEME_5*****************/







/*****************START_COLOR_THEME_6 ****************/

.color_theme_6 {
	background: #006666;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_6 ul li a,
.color_theme_6 #pull a {
	background: #006666;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_6 ul li:hover > a, 
.color_theme_6 #pull a:hover{
	background: #009999;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_6 input[type=submit],  
.color_theme_6 input[type=button]{
	background: #006666;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_6 input[type=submit]:hover,
.color_theme_6 input[type=button]:hover  {
	cursor: pointer;
	background: #009999;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_6*****************/







/*****************START_COLOR_THEME_7 ****************/

.color_theme_7 {
	background: #001966;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_7 ul li a,
.color_theme_7 #pull a {
	background: #001966;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_7 ul li:hover > a, 
.color_theme_7 #pull a:hover{
	background: #002699;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_7 input[type=submit],  
.color_theme_7 input[type=button]{
	background: #001966;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_7 input[type=submit]:hover,
.color_theme_7 input[type=button]:hover  {
	cursor: pointer;
	background: #002699;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_7*****************/







/*****************START_COLOR_THEME_8 ****************/

.color_theme_8 {
	background:  #330066; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_8 ul li a,
.color_theme_8 #pull a {
	background:  #330066; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_8 ul li:hover > a, 
.color_theme_8 #pull a:hover{
	background: #4c0099; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_8 input[type=submit],  
.color_theme_8 input[type=button]{
	background:  #330066; 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_8 input[type=submit]:hover,
.color_theme_8 input[type=button]:hover  {
	cursor: pointer;
	background: #4c0099; 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_8*****************/








/*****************START_COLOR_THEME_9 ****************/

.color_theme_9 {
	background:  #66004c;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);



}

.color_theme_9 ul li a,
.color_theme_9 #pull a {
	background:  #66004c; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);


}


.color_theme_9 ul li:hover > a, 
.color_theme_9 #pull a:hover{
	background: #990073; 
	background-image: url(../T3/HTML/bg_ie/bg.html); /***for IE**/ 	
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_9 input[type=submit],  
.color_theme_9 input[type=button]{
	background:  #66004c;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}




.color_theme_9 input[type=submit]:hover,
.color_theme_9 input[type=button]:hover  {
	cursor: pointer;
	background: #990073; 
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

/******************END_COLOR_THEME_9*****************/


/**************************************************/
/**************************************************/
/**************************************************/
/*******************END_COLOR_STYLE****************/
/**************************************************/
/**************************************************/
/**************************************************/





/**************************************************/
/**************************************************/
/**************************************************/
/*******************START_ANIMATION****************/
/**************************************************/
/**************************************************/
/**************************************************/

/***********START_ANIMATION_RIGHT_LEFT*************/



.right_left_animation   ul ul {
	margin-left: 30px;
}

.right_left_animation ul li:hover > ul   {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	
}
/************END_ANIMATION_RIGHT_LEFT**************/





/***********START_ANIMATION_LEFT_RIGHT*************/



.left_right_animation   ul ul {
	margin-left: -30px;
}

.left_right_animation ul li:hover > ul   {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	
}
/************END_ANIMATION_LEFT_RIGHT**************/



/***********START_ANIMATION_LEFT_RIGHT*************/


.down_top_animation   ul ul {
	margin-top: 30px;
}

.down_top_animation ul li:hover > ul   {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	margin-top: 0;}
	
	
	
	
	
	
	
	
	
@charset "utf-8";
/* CSS Document */


* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    background: url(../images/bg.jpg) repeat-x #ececec;
    font-family: Tahoma, Geneva,sans-serif;
}

#gnl {
    width: 980px;
    margin: 0 auto;
}

#header {
    width: 980px;
    min-height: 118px;
    float: left;
}

#slider {
    float: left;
}

.lg {
    float: left;
    margin-top: 22px;
    margin-bottom: 16px;
}

    .lg img {
        max-width: 980px;
        max-height: 200px;
    }

.nav {
    float: left;
    width: 980px;
    height: 56px;
}

/*altslider*/

#alts {
    margin-top: 15px;
}

.alts {
    width: 980px;
    height: 177px;
    margin-left: 32px;
    position: relative;
    overflow: hidden;
}

    .alts ul {
    }

        .alts ul li {
            float: left;
            margin-right: 15px;
            width: 212px;
        }

            .alts ul li img {
                width: 212px;
                height: 160px;
            }


.onceki {
    position: absolute;
    left: 6px;
    top: 0;
    margin-top: 85px;
}

.sonraki {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 85px;
}

.aslider {
    float: left;
    width: 1040px;
    position: relative;
    margin-left: -33px;
}
/*altslider*/



.alts ul li {
    position: relative;
}

    .alts ul li p {
        position: absolute;
        width: 212px;
        height: 160px;
        background: url(../images/alsbg.png);
        margin-top: 173px;
        font-family: 'Droid Sans', sans-serif;
        font-weight: 700;
        color: #131313;
        text-align: center;
        vertical-align: middle;
        line-height: 160px;
        font-size: 14px;
    }


.alts ul li {
    border: solid 5px #FFF;
    height: 160px;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0;
    -moz-box-shadow: #dbdbdb 2px 2px 0;
    box-shadow: #dbdbdb 2px 2px 0;
}


#content {
    float: left;
    width: 980px;
  
    padding-top: 18px;
    min-height: 300px;
}

.left {
    float: left;
    width: 317px;
    min-height: 300px;
}

.center {
    float: right;
    width: 663px;
    min-height: 300px;
}

.blog {
    float: left;
    width: 305px;
    height: 211px;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0;
    -moz-box-shadow: #dbdbdb 2px 2px 0;
    box-shadow: #dbdbdb 2px 2px 0;
}

    .blog h4 {
        font-family: 'Droid Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: -1px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 200px;
        color: #131313;
        margin-top: 8px;
    }


    .blog img {
        width: 305px;
        height: 160px;
    }

.titleall {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -1px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 200px;
    color: #131313;
    margin-top: 3px;
}

.blog p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 305px;
    color: #706f6f;
    margin-top: 4px;
   
}

/*sayac*/
.zsayac {
    float: left;
    width: 305px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}


.syacul {
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #808080;
    line-height: 33px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

    .syacul li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 33px;
        margin-left: 2px;
        width: 299px;
    }

        .syacul li:last-child {
            border: 0;
        }

    .syacul span {
        float: right;
    }

/*sayac*/


.anksor {
    border-bottom: solid 1px #EBEBEB;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #5C5C5C;
    width: 299px;
    padding-bottom: 7px;
    font-size: 11px;
    padding-top: 6px;
}

.zsayac input {
    background-color: #303030;
    color: #FFF;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
    width: 150px;
    height: 36px;
    margin-top: 4px;
    cursor: pointer;
}

    .zsayac input:hover {
        background-color: #3D3D3D;
    }


.sayacbtn {
    background-color: #303030;
    color: #FFF;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
    width: 150px;
    height: 26px;
    margin-top: 4px;
    cursor: pointer;
    float: left;
    text-align: center;
    padding-top: 10px;
}








.ebulten {
    float: left;
    width: 305px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

    .ebulten p {
        float: left;
        font-size: 12px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #808080;
        border-bottom: solid 1px #EBEBEB;
        border-top: solid 1px #EBEBEB;
        margin: 5px 0 1px 0;
        padding: 5px 0 5px 0;
    }


.ebulinp {
    width: 287px;
    padding: 0px 5px 0px 10px;
    margin-top: 5px;
    height: 37px;
    border: solid 1px #d7d7d7;
    color: #7f7f7f;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    outline: none;
}


.bultbut {
    background-color: #303030;
    color: #FFF;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
    width: 304px;
    height: 36px;
    margin-top: 4px;
    cursor: pointer;
    margin-top: 7px;
}



.modleft {
    float: left;
    width: 305px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
    font-family: Tahoma, Geneva, sans-serif;
}

    .modleft img {
        max-width: 306px;
    }


    .modleft p {
        font-size: 12px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #666666;
        text-align: justify;
        line-height: 17px;
    }

    .modleft a {
        color: #EB0C0C;
        font-size: 13px;
        font-family: Tahoma, Geneva,sans-serif;
    }





.cenblog {
    float: left;
    width: 305px;
    height: 211px;
    padding: 5px;
    margin-bottom: 15px;
    margin-left: 16px;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

    .cenblog h4 {
        font-family: 'Droid Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: -1px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 200px;
        color: #131313;
        margin-top: 8px;
    }


    .cenblog img {
        width: 305px;
        height: 160px;
    }

    .cenblog p {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 305px;
        color: #706f6f;
        margin-top: 4px;
        color: #808080;
    }


.cenmod {
    float: left;
    width: 636px;
    padding: 5px;
    margin-bottom: 15px;
    margin-left: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #FFF;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}



    .cenmod img {
        max-width: 637px;
    }



    .cenmod p {
        font-size: 12px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #666666;
        text-align: justify;
        line-height: 17px;
    }

    .cenmod a {
        color: #EB0C0C;
        font-size: 13px;
        font-family: Tahoma, Geneva,sans-serif;
    }



#footer {
    width: 980px;
    height: 90px;
    float: left;
    margin-bottom: 20px;
    font-family: Tahoma, Geneva,sans-serif;
    border-top: 1px solid #cccccc;
    padding-top: 8px;
}


    #footer p {
        color: #706f6f;
        font-size: 12px;
    }

.social {
    float: right;
}


.fleft {
    float: left;
}

.imza {
    margin-top: 8px;
    float: left;
}



.language {
    float: right;
    margin-top: 17px;
    margin-right: 7px;
}

#topad {
    float: left;
}

#leftad {
    width: 160px;
    height: 600px;
    position: fixed;
    right: 50%;
    margin-right: 524px;
    margin-top: 10px;
}


#rightad {
    width: 160px;
    height: 600px;
    position: fixed;
    left: 50%;
    margin-left: 524px;
    margin-top: 10px;
}




.icerikr {
    width: 694px;
    min-height: 300px;
    float: right;
    background-color: #F5F5F5;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
   
    color: #666666;
    line-height: 20px;
}

.leftmenu {
    width: 264px;
    min-height: 474px;
    float: left;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    font-family: Tahoma, Geneva,sans-serif;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

    .leftmenu ul li a {
        color: #666666;
        font-size: 12px;
        width: 247px;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .leftmenu li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 30px;
        margin-left: 2px;
        width: 189px;
        padding-top: 15px;
        margin-left: 9px;
        background: url(../images/mnuarrow.png) right no-repeat;
        width: 247px;
    }


    .leftmenu ul li a:hover {
        color: #000;
    }


.subj {
    text-transform: uppercase;
    color: #131313;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px;
    border-bottom: solid 1px #EBEBEB;
    width: 247px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 8px 0 0 8px;
    padding-bottom: 13px;
    padding-top: 5px;
}


img.ustsablon {
    width: 697px;
    height: 250px;
}




img.solsablon {
    width: 272px;
    height: 340px;
    float: left;
    margin-right: 5px;
}



img.sagsablon {
    width: 272px;
    height: 340px;
    float: right;
    margin-left: 5px;
}


img.bolumdetay {
    width: 336px;
    height: 180px;
    float: right;
    margin-left: 5px;
}


.blmdetayout {
    margin: 12px 0 0 6px;
}






.yanmenu {
    width: 315px;
    min-height: 250px;
    float: left;
    background-color: #fff;
    margin-bottom: 10px;
    font-family: Tahoma, Geneva,sans-serif;
    behavior: url(pie/PIE.html);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

    .yanmenu ul li a {
        color: #666666;
        font-size: 12px;
        width: 247px;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .yanmenu li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 30px;
        margin-left: 2px;
        width: 189px;
        padding-top: 15px;
        margin-left: 9px;
        background: url(../images/mnuarrow.png) right no-repeat;
        width: 292px;
    }


    .yanmenu ul li a:hover {
        color: #000;
    }


.yanb {
    text-transform: uppercase;
    color: #131313;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px;
    border-bottom: solid 1px #EBEBEB;
    width: 292px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 8px 0 0 8px;
    padding-bottom: 13px;
    padding-top: 5px;
}

