/*@import url('reset.css');*/ 
@media screen {
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url('Fonts/PTSans-Narrow.woff') format('woff');
}
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
} 

.menuff{ color:#D1D3D5; font-family:tahoma; font-size:11px; padding-left:7px; padding-right:7px; cursor:pointer;}
.menuff:hover{ color:#FFF; font-family:tahoma; font-size:11px; padding-left:7px; padding-right:7px;}


.MainTopMenus {
	font-size:12px;
	color:#000;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.MainTopMenus:hover {
	color:#666666;
	text-decoration:underline;
}
input{ font-size:11px; font-family:tahoma; padding:3px;

	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #BFCDE0;  

}
input:hover {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}
input:focus {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}

input[type=button],input[type=submit]{ 
	background:url(../Images/Icons/BgButtonClass.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;  
	border:solid 1px #336699;

}
select{ font-size:11px; font-family:tahoma; padding:3px;

	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #BFCDE0; 
	margin-top:5px;
	padding:5px;

}
select:hover {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}
select:focus {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}
p,img{ padding:0px; margin:0px; border:0;}

 
h1 {
	font-size:36px; 
	margin:0px;
	letter-spacing:-2.8px;
/*	font-family:Century Gothic;*/
}
h1 .sIFR-alternate, h2 .sIFR-alternate {
	visibility: hidden;
}
h2 {
	font-size:26px;
	margin: 0 0 5px;
}
h3 {
	font-size:16px;
	margin:5px 0;
}
.Tit12px {
	font-size:12px;
	margin:5px 0;
}
h1, h2, h3 {
	font-weight:normal;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
/* Buttons */ 

a.button, button { display: inline-block; padding: 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('../images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline: none; position: relative; zoom: 1; line-height: 1.11; *display: inline; *vertical-align: middle; }
button { margin-left: 0; margin-right: 0; *padding: 5px 5px 3px 5px; }
a.button { -moz-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -webkit-touch-callout: none;}
button::-moz-focus-inner { border: 0; padding:0px; }
a.button.primary, button.primary { font-weight: bold }
button:focus,a.button:hover, 
button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
a.button:active, button:active,
a.button.active, button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; }
a.button:active, button:active { top: 1px }
a.button.negative:hover, button.negative:hover { color: #FFFFFF; background-position: 0 -121px; background-color: #D84743; border-color: #911D1B; }
a.button.negative:active, button.negative:active,
a.button.negative.active, button.negative.active { background-position: 0 -161px; background-color: #A5211E; border-color: #911D1B; }
a.button.positive:hover, button.positive:hover { background-position: 0 -280px; background-color: #96ED89; border-color: #45BF55; }
a.button.positive:active, button.positive:active,
a.button.positive.active, button.positive.active { background-position: 0 -320px; background-color: #45BF55; }
a.button.pill, button.pill { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; padding: 5px 10px 4px 10px; *padding: 4px 10px; }
a.button.left, button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; border-right: none; }
a.button.middle, button.middle { margin-right: 0px; margin-left: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-right: none; }
a.button.right, button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: 0px; }
a.button.left:active, button.left:active,
a.button.middle:active, button.middle:active,
a.button.right:active, button.right:active { top: 0px }
a.button.big, button.big { font-size: 16px; padding-left: 14px; padding-right: 17px; }
button.big { *padding: 4px 17px 2px 17px; }
a.button span.icon, button span.icon { display: inline-block; width: 14px; height: 12px; margin: auto 7px auto auto; position: relative; top: 0; *top: 0px; background-image: url('../images/css3buttons_icons.png'); background-repeat: no-repeat; }
a.big.button span.icon, button.big span.icon { top: 0px }
a.button span.icon.book, button span.icon.book { background-position: 0 0 }
a.button:hover span.icon.book, button:hover span.icon.book { background-position: 0 -15px }
a.button span.icon.calendar, button span.icon.calendar { background-position: 0 -30px }
a.button:hover span.icon.calendar, button:hover span.icon.calendar { background-position: 0 -45px }
a.button span.icon.chat, button span.icon.chat { background-position: 0 -60px }
a.button:hover span.icon.chat, button:hover span.icon.chat { background-position: 0 -75px }
a.button span.icon.check, button span.icon.check { background-position: 0 -90px }
a.button:hover span.icon.check, button:hover span.icon.check { background-position: 0 -103px }
a.button span.icon.clock, button span.icon.clock { background-position: 0 -116px }
a.button:hover span.icon.clock, button:hover span.icon.clock { background-position: 0 -131px }
a.button span.icon.cog, button span.icon.cog { background-position: 0 -146px }
a.button:hover span.icon.cog, button:hover span.icon.cog { background-position: 0 -161px }
a.button span.icon.comment, button span.icon.comment { background-position: 0 -176px }
a.button:hover span.icon.comment, button:hover span.icon.comment { background-position: 0 -190px }
a.button span.icon.cross, button span.icon.cross { background-position: 0 -204px }
a.button:hover span.icon.cross, button:hover span.icon.cross { background-position: 0 -219px }
a.button span.icon.downarrow, button span.icon.downarrow { background-position: 0 -234px }
a.button:hover span.icon.downarrow, button:hover span.icon.downarrow { background-position: 0 -249px }
a.button span.icon.fork, button span.icon.fork { background-position: 0 -264px }
a.button:hover span.icon.fork, button:hover span.icon.fork { background-position: 0 -279px }
a.button span.icon.heart, button span.icon.heart { background-position: 0 -294px }
a.button:hover span.icon.heart, button:hover span.icon.heart { background-position: 0 -308px }
a.button span.icon.home, button span.icon.home { background-position: 0 -322px }
a.button:hover span.icon.home, button:hover span.icon.home { background-position: 0 -337px }
a.button span.icon.key, button span.icon.key { background-position: 0 -352px }
a.button:hover span.icon.key, button:hover span.icon.key { background-position: 0 -367px }
a.button span.icon.leftarrow, button span.icon.leftarrow { background-position: 0 -382px }
a.button:hover span.icon.leftarrow, button:hover span.icon.leftarrow { background-position: 0 -397px }
a.button span.icon.lock, button span.icon.lock { background-position: 0 -412px }
a.button:hover span.icon.lock, button:hover span.icon.lock { background-position: 0 -427px }
a.button span.icon.loop, button span.icon.loop { background-position: 0 -442px }
a.button:hover span.icon.loop, button:hover span.icon.loop { background-position: 0 -457px }
a.button span.icon.magnifier, button span.icon.magnifier { background-position: 0 -472px }
a.button:hover span.icon.magnifier, button:hover span.icon.magnifier { background-position: 0 -487px }
a.button span.icon.mail, button span.icon.mail { background-position: 0 -502px }
a.button:hover span.icon.mail, button:hover span.icon.mail { background-position: 0 -514px }
a.button span.icon.move, button span.icon.move { background-position: 0 -526px }
a.button:hover span.icon.move, button:hover span.icon.move { background-position: 0 -541px }
a.button span.icon.pen, button span.icon.pen { background-position: 0 -556px }
a.button:hover span.icon.pen, button:hover span.icon.pen { background-position: 0 -571px }
a.button span.icon.pin, button span.icon.pin { background-position: 0 -586px }
a.button:hover span.icon.pin, button:hover span.icon.pin { background-position: 0 -601px }
a.button span.icon.plus, button span.icon.plus { background-position: 0 -616px }
a.button:hover span.icon.plus, button:hover span.icon.plus { background-position: 0 -631px }
a.button span.icon.reload, button span.icon.reload { background-position: 0 -646px }
a.button:hover span.icon.reload, button:hover span.icon.reload { background-position: 0 -660px }
a.button span.icon.rightarrow, button span.icon.rightarrow { background-position: 0 -674px }
a.button:hover span.icon.rightarrow, button:hover span.icon.rightarrow { background-position: 0 -689px }
a.button span.icon.rss, button span.icon.rss { background-position: 0 -704px }
a.button:hover span.icon.rss, button:hover span.icon.rss { background-position: 0 -719px }
a.button span.icon.tag, button span.icon.tag { background-position: 0 -734px }
a.button:hover span.icon.tag, button:hover span.icon.tag { background-position: 0 -749px }
a.button span.icon.trash, button span.icon.trash { background-position: 0 -764px }
a.button:hover span.icon.trash, button:hover span.icon.trash { background-position: 0 -779px }
a.button span.icon.unlock, button span.icon.unlock { background-position: 0 -794px }
a.button:hover span.icon.unlock, button:hover span.icon.unlock { background-position: 0 -809px }
a.button span.icon.uparrow, button span.icon.uparrow { background-position: 0 -824px }
a.button:hover span.icon.uparrow, button:hover span.icon.uparrow { background-position: 0 -839px }
a.button span.icon.user, button span.icon.user { background-position: 0 -854px }
a.button:hover span.icon.user, button:hover span.icon.user { background-position: 0 -869px }


/*Buttons*/



.ImgThump {
	border:solid 2px #CCC;
	padding:1px;
	margin:4px;
	background-color:#FFF;
}
.ImgThump:hover {
	border:solid 2px #999;
}



 .tipsy {
	padding: 5px;
	font-size: 11px;
	opacity: 0.8;
	position:absolute;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	z-index:999999999999;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	position:relative
}
.tipsy-inner {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
/* Auoto Complete */ 

.zoom-tiny-image {
	border:solid 1px #f5f5f5;
}
.zoom-tiny-image:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1); 
	
}
.PictureLink {
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	cursor:pointer;
	background-color:#FFF;
	cursor:pointer;
}
.PictureLink:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.PictureLinkNoRadius {
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	cursor:pointer;
	background-color:#FFF;
	cursor:pointer;
}
.PictureLinkNoRadius:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	 filter: alpha(opacity=50);
        -moz-opacity: .50;
        opacity: .50;
}
.opacity50 {opacity:0.50; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter:alpha(opacity=50); zoom:1}
.opacity100 { zoom:1}

.Div_SepeteEkle {
	width:92px;
	height:21px;
	cursor:pointer;
	border:none; background:none;
	background:url(../Images/Icons/Buttons.png) no-repeat 0 0px;
}
.Div_SepeteEkle:hover { 
	background:url(../Images/Icons/Buttons.png) no-repeat 0 -22px;
}

.Div_SiparisVer {
	width:82px;
	height:21px;
	cursor:pointer;
	border:none; background:none;
	background:url(../Images/Icons/Buttons.png) no-repeat 0 -53px;
}
.Div_SiparisVer:hover { 
	background:url(../Images/Icons/Buttons.png) no-repeat 0 -75px;
}


.Div_ArkadasinaGonder {
	width:122px;
	height:21px;
	cursor:pointer;
	border:none; background:none;
	background:url(../Images/Icons/Buttons.png) no-repeat 0 -100px;
}
.Div_ArkadasinaGonder:hover { 
	background:url(../Images/Icons/Buttons.png) no-repeat 0 -122px;
}

 .shadow {
	 background:#fff;
	 width:300px; 
	 border:solid 1px #eaeaea;
	 margin-right:-10px;
	 margin-top:-10px; 
	 margin-bottom:20px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 1);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=222, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=222, Color='#000000');
}


.TextA{ font-size:12px;}



.InputA1 {
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #BFCDE0;
	width:40px;
	margin-top:5px;
	padding:5px;
	text-align:right;
}
.InputA1:hover {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}
.InputA1:focus {
	box-shadow: 0 0 5px rgba(111, 1111, 111, 1);
	-webkit-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(111, 111, 255, 1);
	border:1px solid rgba(111, 111, 255, 0.8);
}


.DellCizgi {
	bottom:0px;
	right: 0px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: transparent url(../Images/Icons/Buttons.png) no-repeat -150px 0;
	border:none; 
	
}
.DellCizgi:hover {
	background-position: -150px -11px;
}


.LinkDefaultBlack{ color:#000000;}
.LinkDefaultBlack:hover{ color:#666666;}

.TitleBottomSpecial{ font-weight:bold; font-weight:13px; height:25px;}
.LinkBottomPage{ color:#666; font-size:11px; line-height:18px;}
.LinkBottomPage:hover{ color:#000;}
.BottomSpecialDiv{ float:left; width:220px;}















#slider-wrapper {
    background:url(../Images/slider.png) no-repeat;
	background:#000;
    width:100%;
    height:300px;
    margin:0 auto;
    padding:3px;
	margin:0px;
    margin-top:0px;
	left:0px;
/*	border:solid 1px #000000; */
}

#slider {
	position:relative;
	left:0;
    width:100%;
    height:300px; 
/*	border:solid 1px #FF0000;*/
	background:url(../Images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
/*	left:260px; */
	left:0px;
	bottom:-22px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../Images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../Images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	left:79%;
}
a.nivo-nextNav:hover {
	background-position:-93px 0;
	left:79%;
}
a.nivo-prevNav {
	left:20px;
}

a.nivo-prevNav:hover {
	background-position:-63px 0;
	left:20px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
 
.clear {
	clear:both;
}.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.Warning {
	border:dotted 1px #F90;
	background-color:#FFC;
	padding:6px 6px 6px 25px;
	background-image:url(../Images/Icons/Info16x17.png);
	background-repeat:no-repeat;
	background-position:left center;
}



.suggestionsBox {
	position:absolute;
	left: 10px;
	margin: 20px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	list-style-type:none;
	color: #fff;
	z-index:100;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	list-style-type:none;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #659CD8;
	list-style-type:none;
}
i, em, cite {
	font-style:italic;
	font-size:11px;
}
/* Lists */
#wrapper {
	width:1170px;
	min-height:583px;
	padding:35px 0 0 15px!important;
	overflow: hidden;
}
#wrapper.inspiration-page {
	padding:0!important;
	width:1185px;
}
#wrapper.inspiration-page #flash {
	height:619px;
}
/* ----- Side Menu Formating ----- */




h1, h2, h3 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:capitalize;
	line-height:20px;
	color:#000;
	font-weight:lighter;
	padding:4px 0px 4px 0px;
	margin:4px 0px 4px 0px;
	text-shadow:0px 0px 1px #fff;
}
h1 {
	font-size:25px;
	
}
h2 {
	font-size:20px;
	line-height:15px;
}
h3 {
	font-size:16px;
}
h4 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:capitalize;
	line-height:20px;
	color:#333;
	font-weight:lighter;
	font-size:12px;
}
#PreviewWindow {
	padding:10px;
	color:#000;
	background:#F2F2F2;
	font-size:11px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:3px solid #F2F2F2;
	font-style:italic;
	font-family:"Lucida Grande", sans-serif;
}


#PageAdress {
	border-bottom:dashed 1px #CCC;
	margin:5px;
}
#PageAdress a {
	color:#419FFF;
	font-size:11px;
	line-height:18px;
}
#PageAdress a:hover {
	color:#000;
}


#PageBottom {
	padding:10px;
	color:#333;
	background:transparent url(../Images/MainPage/line.png) repeat-x bottom left;
}
#PageFooter {
	padding:10px;
	color:#333;
}
#MainPageBottom {
	padding:10px;
	color:#333;
}
#MainPageBottom img {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px; 
}


#MainBottom .BottomSpecialDiv {
	float:left;
	width:111px;
}






.boxgrid {
	width: 200px;
	height: 260px;
	margin:10px;
	float:left; background:#161613; 
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid:hover { border-color:#000000;
}
.boxgrid h3 {
	margin: 5px 5px 5px 5px;
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;  
	text-shadow:none;
	border-bottom:dotted 1px #666666;
	padding-bottom:5px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	alignment-adjust:central;
	text-align:center;
}
.boxgrid p {
	padding: 0 5px; 
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow:none;
	margin-bottom:10px;
}
.boxgrid a {
	color:#419FFF;
	font-size:11px;
	line-height:18px;
}
.boxgrid a:hover {
	color:#fff;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	width: 100%;
	opacity: .8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

#FAQ{ text-shadow:none; font-size:11px; font-family:Tahoma, Geneva, sans-serif;
	line-height:19px; color:#333; text-shadow:inherit;
	
	
	/*border-radius:5px;
	border:solid 1px #CCCCCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#FFFFFF;*/
	padding:10px;
	 }
#FAQ a{ 
	color:#008595;}
#FAQ a:hover{
	text-decoration:underline;}
#FAQ h3{ font-family:calibri; font-size:14px;   text-shadow:none}
#FAQ h2{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px;  text-shadow:none; color:#333333;}


#MainNews{ width:333px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:dashed 1px #CCCCCC;
	padding:10px;
	padding-top:6px;
	float:right; text-shadow:none} 
#MainNews a{ 
	color:#008595;}
#MainNews a:hover{
	text-decoration:underline;}
#MainNews h3{ width:100%; border-bottom:dotted 1px #999999;}




