    html, body, div, span, applet, object, iframe,  
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
    a, abbr, acronym, address, big, cite, code,  
    del, dfn, em, img, ins, kbd, q, s, samp,  
    small, strike, strong, sub, sup, tt, var,  
    b, u, i, center,  
    dl, dt, dd, ol, ul, li,  
    fieldset, form, label, legend,  
    table, caption, tbody, tfoot, thead, tr, th, td,  
    article, aside, canvas, details, embed,  
    figure, figcaption, footer, header, hgroup,  
    menu, nav, output, ruby, section, summary,  
    time, mark, audio, video {  
        margin: 0;  
        padding: 0;  
        border: 0;  
        font-size: 100%;  
        font: inherit; 
    }  
    /* HTML5 display-role reset for older browsers */  
    article, aside, details, figcaption, figure,  
    footer, header, hgroup, menu, nav, section {  
        display: block;  
    }  
    body {  
        line-height: 1;  
    }  
    ol, ul {  
        list-style: none;  
    }  
    blockquote, q {  
        quotes: none;  
    }  
    blockquote:before, blockquote:after,  
    q:before, q:after {  
        content: '';  
        content: none;  
    }  
    table {  
        border-collapse: collapse;  
        border-spacing: 0;  
    }
	
	input,select,textarea  {
		outline:none;
	}
	
	input,select,textarea :focus {
		outline:none;
	}
	
@font-face {
    font-family: 'lithos_pro_black';
    src: url('./fonts/lithospro-black-webfont.eot');
    src: url('./fonts/lithospro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/lithospro-black-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'lithos_pro_regular';
    src: url('./fonts/lithospro-regular-webfont.eot');
    src: url('./fonts/lithospro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/lithospro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	min-width:1024px;
	overflow:scroll;
}

/*ipad portrait*/    
@media only screen and (min-device-width: 1030px) and (max-device-width: 2048px) and (orientation:portrait) {
      body{
		width:100%;
	  }
    }

/*ipad landscape*/    
    @media only screen and (min-device-width: 1030px) and (max-device-width: 2048px) and (orientation:landscape) {
      body{
		width:100%;
	  }
    }

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
        body{
		width:800px;
		}
    }

.head {
	position:relative;
	z-index:3;
	background-image: url(./img/headFill.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:150px;
}

.socialNetworksBlock {
	z-index:4;
	margin-left:840px;
}

.social_c  {
	position:absolute;
	top:30px;
	width:100%;
	text-align:center;
}

.mainMenu {
	z-index:3;
	left:50%;
	position:absolute;
	top:0px;
}

.leftDude {
	position:absolute;
	left:0px;
	top:210px;
	z-index:5;
}

.rightDude {
	position:absolute;
	right:0px;
	top:330px;
	z-index:5;
	margin:0px;
	padding:0px;
	width:66px;
}

.bottomLeftDude {
	bottom:-5px;
	position:fixed;
	left:0;
	z-index:1001;
}

.bottomRightDude {
	bottom:-5px;
	position:fixed;
	right:0;
	z-index:1001;
}

.menuLinks {
	top:-2px;
	height:180px;
	cursor:pointer;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	position:relative;
	float:left;
	font-size:12px;
}

.menuLinksStyle:link {
	font-family:"Myriad Pro","Tahoma";
	color:#fff685;
	text-decoration:none;
}
.menuLinksStyle:active {
	font-family:"Myriad Pro","Tahoma";
	color:#fff685;
	text-decoration:none;
}
.menuLinksStyle:visited {
	font-family:"Myriad Pro","Tahoma";
	color:#fff685;
	text-decoration:none;
}
.menuLinksStyle:hover {
	font-family:"Myriad Pro","Tahoma";
	color:#fff685;
	font-weight:bold;
	text-decoration:none;
}

.dudeHideShow {
	position:relative;
	top:38px;
	visibility:hidden;
}

.upBlockHideShow {
	position:relative;
	visibility:hidden;
	top:0px;
}

.menuBlock {
	text-align:center;
	position:relative;
	top:52px;
}

.fillMenu {
	bottom:0px;
	position:absolute;
	width:93px;
	height:40px;
	background-color:#e05516;
}

.mainMenuText {
	width:100%;
	height:100%;
	font-size: 22px;
	position:absolute;
	top:10px;
}

.searchBoxInput {
	width:103px;
	color:#e05516;
	border:none;
	/*background-color: transparent;*/
	background: transparent url('./img/transp1px.png');
}

.themeImageContainer {
	z-index:0;
	top:-10px;
	position:relative;
    height: 577px;
    width: 100%;
    background: transparent url('./img/cw2theme.jpg') no-repeat center;
    overflow: hidden;
}

.themeImageSecond {
	z-index:0;
	top:-10px;
	position:relative;
    height: 354px;
    width: 100%;
    background: transparent url('./img/cwTheme.jpg') no-repeat center;
    overflow: hidden;
	text-align:center;
}

.leftGradient {
	left:0px;
	z-index:1;
	top:-130px;
	position:fixed;
    height: 1200px;
    width: 285px;
    background: transparent url('./img/leftGradient.png') repeat-y left top;
    overflow: hidden;
}

.rightGradient {
	right:0;
	z-index:1;
	top:-130px;
	position:fixed;
    height: 1200px;
    width: 429px;
    background: transparent url('./img/rightGradient.png') repeat-y left top;
    overflow: hidden;
}

@media only screen and (min-device-width: 428px) and (max-device-width: 1025px) {
	.leftGradient {
		width:1px;
		height:1px;
		overflow: hidden;
		display:none;
	}

	.rightGradient {
		width:1px;
		height:1px;
		overflow: hidden;
		display:none;
	}
}

.contentBlock {
	margin-top:-250px;
	position:relative;
	width:100%;
}

.captures {
	position:absolute;
	top:80px;
	width:1025px;
}

.blogCapture {
	position:absolute;
	left:125px;
	text-align:center;
	width:80px;
}

.twitterCapture {
	position:absolute;
	left:412px;
	text-align:center;
	width:145px;
}

.shopCapture {
	position:absolute;
	left:780px;
	text-align:center;
	width:80px;
}

.blogContentCapture {
	top:80px;
	position:absolute;
	left:30px;
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ff623f;
	width:270px;
	text-align:center;
	word-wrap:break-word;
}

.blogContent {
    color: #555555;
    font-family: "Myriad Pro","Tahoma";
    font-size: 22px;
    left: 0;
    position: relative;
    top: 10px;
    width: 270px;
    word-wrap: break-word;
}

.twitterContentCapture {
	top:80px;
	position:absolute;
	left:355px;
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ff623f;
	width:270px;
	text-align:center;
	word-wrap:break-word;
}

.twitterContent {
	top:10px;
	position:relative;
	left:0px;
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#555555;
	width:270px;
	word-wrap:break-word;
}

.shopContentCapture {
	top:80px;
	position:absolute;
	left:680px;
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ff623f;
	width:270px;
	word-wrap:break-word;
}

.shopContent {
	top:50px;
	position:absolute;
	left:685px;
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#555555;
	width:270px;
	word-wrap:break-word;
}

.shopLBtn {
	position:absolute;
	top:180px;
	left:655px;
	z-index:100;
}

.shopRBtn {
	position:absolute;
	top:180px;
	left:963px;
	z-index:100;
}

.shopLinksContainer {
	height:270px;
	width:270px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

.shopTh {
	height:270px;
	width:270px;
	text-align:center;
	vertical-align:middle;
}

.shopImgs {
	max-height:270px;
	max-width:270px;
}

a.readMoreLink:Link {
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
a.readMoreLink:Active {
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
}
a.readMoreLink:Visited {
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
}
a.readMoreLink:Hover {
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#ffffff;
	text-decoration:underline;
}

.blogMore {
	text-align:center;
	position:absolute;
	top:335px;
	left:113px;
	height:23px;
}

.blogMore:Hover {
		border-bottom:2px solid #ffffff;
}

.twitterMore {
	text-align:center;
	position:absolute;
	top:335px;
	left:441px;
	height:23px;
}

.twitterMore:Hover {
		border-bottom:2px solid #ffffff;
}

.shopMore {
	text-align:center;
	position:absolute;
	top:335px;
	left:760px;
	height:23px;
}

.shopMore:Hover {
		border-bottom:2px solid #ffffff;
}

.twitterMessage {
	margin-top:14px;
	position:absolute;
	top:398px;
	left:140px;
	width:750px;
	height:50px;
	font-family:"Myriad Pro","Tahoma";
	font-size:18px;
	color:#00adef;
	word-wrap:break-word;
}

.twitterMessage a {
	color:#00adef;
}

.twitterMessage li {
	color:#00adef;
	list-style:none;
}

.ContentLinks:Link {
	font-family:"lithos_pro_regular","Tahoma";
	font-size:24px;
	color:#ff623f;
	text-decoration:none;
}
.ContentLinks:Visited {
	font-family:"lithos_pro_regular","Tahoma";
	font-size:24px;
	color:#ff623f;
	text-decoration:none;
}
.ContentLinks:Active {
	font-family:"lithos_pro_regular","Tahoma";
	font-size:24px;
	color:#ff623f;
	text-decoration:none;
}
.ContentLinks:Hover {
	font-family:"lithos_pro_black","Tahoma";
	font-size:24px;
	font-weight:bold;
	color:#ff623f;
	text-decoration:none;
}

.videoBlock {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:-13px;
	width:980px;
	height:555px;
	background-color:#44413e;
	z-index:5;
}

.videoLeftShaddow {
	left:-20px;
	top:0;
	position:absolute;
    height: 555px;
	width:20px;
    background: transparent url('./img/left-shad-video.png');
	background-repeat:repeat-y;
    overflow: hidden;
}

.videoRightShadow {
	right:-25px;
	top:0;
	position:absolute;
    height: 555px;
	width:25px;
    background: transparent url('./img/right-shad-video.png');
	background-repeat:repeat-y;
    overflow: hidden;
}

.videoCapture {
	left:30px;
	top:22px;
	font-size:22px;
	font-family:"Myriad Pro","Tahoma";
	color:#ff623f;
	position:absolute;
}

.videoSeparator {
	left:641px;
	top:2px;
	position:absolute;
	height:553px;
	width:1px;
	background-color:#7b7a78;
}

.embedVideo {
	position:absolute;
}

.videoUp {
	cursor:pointer;
	position:absolute;
	top:20px;
	left:795px;
}

.videoDown {
	cursor:pointer;
	position:absolute;
	top:524px;
	left:795px;
}

.bottomBlock {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:-10px;
	width:1025px;
}

.Allrights {
	width:100%;
	text-align:center;
	font-size:15px;
	font-family:"Myriad Pro","Tahoma";
	color:#000000;
	position:relative;
}

.videosLinks{
	position:absolute;
	left:680px;
	top:50px;
	width:264px;
	height:450px;
	overflow: hidden;
}

.videosLinks1{
	top:5px;
	position:relative;
	width:264px;
	text-align:center;
}

.videoThumb {
	position:relative;
	width:264px;
	height:148px;
	margin-bottom:47px;
}

.imgTh {
	cursor:pointer;
	position:relative;
	max-width:264px;
	height:148px;
}

.hiddenCode {
	display:none;
}

.contFill {
	width:1025px;
	top:-10px;
	margin-left:auto;
	margin-right:auto;
	left:-6px;
	position:relative;
    background: transparent url('./img/content-backg.jpg');
	background-repeat:repeat-y;
    overflow: hidden;
}

td.twitHead {
	vertical-align:top;
	width:258px;
}

.twitBody {
	color:#006da5;
	position:relative;
	width:258px;
	background-color:#e7f9ff;
}

.twitText {
	width:85%;
	font-size:16px;
	font-family:"Myriad Pro","Arial";
	padding:25px;
	position:relative;
	line-height:1.1;
}

table.MainMenuTable {
	position:relative;
	width:95.8%;
	left:20px;
	border-bottom:2px solid #eaeaea;
	border-top:2px solid #eaeaea;
	z-index:1000;
}

td.leftMenu {
	padding:20px;
	vertical-align:top;
	background-color:#f7f7f7;
	width:208px;
	border-right:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
}

td.mainContentBlock {
	padding:20px;
	vertical-align:top;
	width:460px;
}

.leftCaptures {
	margin-bottom:10px;
	font-family:"Myriad Pro","Arial";
	font-size:20px;
	color:#000000;
}

a.gamesLinks {
	font-family:"Myriad Pro","Arial";
	font-size:18px;
	color:#FF623F;
	text-decoration:none;
}

a.gamesLinks:Hover {
	font-family:"Myriad Pro","Arial";
	font-size:18px;
	color:#FF623F;
	text-decoration:underline;
}

.descBlockGame {
	position:relative;
	left:25px;
	margin-right:20px;
	line-height:1.3;
	font-family:"Myriad Pro","Arial";
	color:#444444;
}

.moreAbout {
	font-family:"Myriad Pro","Arial";
	color:#A30303;
	text-decoration:none;
}

.moreAbout:Hover {
	font-family:"Myriad Pro","Arial";
	color:#8C0D0D;
	text-decoration:underline;
}

.gameNameBlock {
	font-family:"Myriad Pro","Arial";
	font-size:27px;
	color:#505050;
}

.gamesMenuBlock {
	margin-top:20px;
	margin-bottom:20px;
}

a.gamesMenusLinks {
	margin-right:30px;
	padding-bottom:7px;
	text-decoration:none;
	font-family:"Myriad Pro","Arial";
	font-size:18px;
	color:#555555;
}

a.gamesMenusLinks:Hover {
	margin-right:30px;
	border-bottom:2px solid #555555;
}

a.gamesMenusLinksCurrent {
	margin-right:30px;
	padding-bottom:7px;
	text-decoration:none;
	font-family:"Myriad Pro","Arial";
	font-size:18px;
	color:#555555;
	border-bottom:2px solid #910A0A;
}

.platformLinksBlock {
	
}

.platformImg {
	max-height:52px;
}

.photoGaleryBlock {
	position:relative;
	font-family:"Myriad Pro","Tahoma";
	width:100%;
	word-wrap:break-word;
}

tr.galeryTr {
	height:500px;
	text-align:center;
	vertical-align:middle;
}

td.galeryTd {
	padding:0;
	margin:0;
}

.galeryImgs {
	max-height:500px;
	max-width:600px;
}

#modal { 
	display:none;
	position:absolute;
	width:100%;
	text-align:center;
	//filter: Alpha(Opacity=20); background-color:#000;
	z-index:130;
}

body > #modal {
	background-color:#000;
	-moz-opacity: 0.2;
	opacity:.20; 
}

#modalWindow {
	padding:20px;
	position:absolute;
	background-color:#ffffff;
	min-height:50%;
	z-index:131;
	display:none;
	top:50px;
}

.lBtnImg {
	width:27px;
	height:61px;
	position:absolute;
	top:225px;
	left:-22px;
	cursor:pointer;
	z-index:100;
	background: transparent url('./img/btu_03.png');
}

.lBtnImg:Hover {
	background: transparent url('./img/btu_04.png');
}

.rBtnImg {
	width:27px;
	height:61px;
	position:absolute;
	top:225px;
	right:-22px;
	cursor:pointer;
	z-index:100;
	background: url('./img/btu_01.png');
}

.rBtnImg:Hover {
	background: url('./img/btu_02.png');
}

.lBtnfsImg {
	width:33px;
	height:61px;
	position:absolute;
	left:-15px;
	cursor:pointer;
	z-index:100;
	background: transparent url('./img/bt_03.png');
}

.lBtnfsImg:Hover {
	background: transparent url('./img/bt_04.png');
}

.rBtnfsImg {
	width:33px;
	height:61px;
	position:absolute;
	right:-15px;
	cursor:pointer;
	z-index:100;
	background: url('./img/bt_01.png');
}

.rBtnfsImg:Hover {
	background: url('./img/bt_02.png');
}


.galeryCloseBtn {
	position:absolute;
	right:10px;
	top:2px;
	cursor:pointer;
	font-family:"Myriad Pro","Tahoma";
	font-size:14px;
	font-weight:bold;
	z-index:132;
}

.galeryCloseBtn:Hover {
	color:#FF623F;
}

.rwDelimeter {
	top:20px;
	width:90%;
	height:3px;
	background-color:#DDDDDD;
	margin-top:25px;
	margin-bottom:25px;
	left:5px;
	z-index:105;
	position:relative;
}

.rwIco {
	position:relative;
	left:0px;
	top:-20px;
}

.rwText {
	line-height:1.3;
	font-family:"Myriad Pro","Arial";
	color:#444444;
}

.rwAuthor {
	position:relative;
	margin-top:15px;
}

a.authorLink {
	font-family:"Myriad Pro","Arial";
	color:#FF623F;
	font-size:15px;
	text-decoration:none;
}

.platformTitle {
	font-family:"Myriad Pro","Arial";
	color:#444444;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

.faqBlock {
	cursor:pointer;
	padding:10px 5px 10px 5px;
	background-color:#EEEEEE;
	width:100%;
	margin-top:10px;
	font-family:"Myriad Pro","Arial";
	font-weight:bold;
	font-size:14px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.faqBlock:Hover {
	border: 1px solid #C0C0C0;
}

.faqAnswer {
	display:none;
	margin-top:8px;
	width:100%;
	font-weight:normal;
}

.monthsBlock {

}

.numMonthNews {
	float:right;
	text-align:right;
	position:relative;
	width:8%;
}

.monthLink {
	font-family:"Myriad Pro","Arial";
	font-size:15px;
	color:#FF623F;
	text-decoration:none;
	line-height:1.3;
}

.monthLink:Hover {
	text-decoration:underline;
}

a.yearLinks {
	font-family:"Myriad Pro","Arial";
	font-size:17px;
	color:#444444;
	text-decoration:none;
	line-height:1.3;
}

a.yearLinks:Hover {
	text-decoration:underline;
}

a.newsCaptureView {
	font-family:"Myriad Pro","Tahoma";
	font-size:22px;
	color:#FF623F;
	text-decoration:none;
	line-height:1.3;
}

a.newsCaptureView:Hover {
	text-decoration:underline;
	color:#FF623F;
}

.newsDateView {
	font-family:"Myriad Pro","Arial";
	font-size:13px;
	color:#444444;
	text-decoration:none;
	line-height:1.3;
}

.newsShortTextView {
	font-family:"Myriad Pro","Tahoma";
	font-size:17px;
	color:#444444;
	text-decoration:none;
	line-height:1.3;
	margin-top:15px;
}

.mainBtnView {
	margin-top:-18px;
	margin-bottom:30px;
	margin-left:-8px;
}

.readMoreView {
	position:relative;
	top:35px;
	left:22px;
}

.pages {
	position:relative;
	width:100%;
	background-color:#DDDDDD;
	padding:10px 10px 10px 10px;
	left:-10px;
}

a.pageLinks {
	margin-left:3px;
	text-decoration:none;
	font-family:"Myriad Pro","Arial";
	font-size:16px;
	color:#444444;
}

a.pageLinks:Hover {
	text-decoration:underline;
}

a.pageLinksCur {
	margin-left:3px;
	text-decoration:none;
	font-family:"Myriad Pro","Arial";
	font-size:16px;
	color:#DD0000;
}

a.pageLinksCur:Hover {
	text-decoration:underline;
}

.fullNewsText {
	position:relative;
	margin-top:20px;
}

.newsCaptureFull {
	font-family: "Myriad Pro","Tahoma";
	font-size:22px;
	color:#FF623F;
	text-decoration:none;
	line-height:1.3;
}

#twitter_update_list li {
	margin-bottom:5px;
	border-bottom:1px solid #DDDDDD;
}

#twitter_update_list a {
	color:#025a88;
	text-decoration:none;
}

#twitter_update_list a:Hover {
	text-decoration:underline;
}

.twBtnFUOT {
	cursor:pointer;
	position:absolute;
	width:152px;
	height:27px;
	top:10px;
	right:45px;
	background: url('./img/fuoTw.png');
	z-index:108;
}

.twBtnFUOT:Hover {
	background: url('./img/fuoTwOver.png');
}

.likeBlockTop {
	position:relative;
	width:100%;
	border-bottom:1px solid #DDDDDD;
	height:40px;
	margin-bottom:20px;
}

.googleLike {
	top:0px;
	position:absolute;
	left: 130px;
}

.tweeterLike {
	top:0px;
	position:absolute;
	left: 310px;
}

.searchNoResult {
	font-family:"Myriad Pro","Arial";
	font-size:33px;
	color:#AA2222;
	line-height:1.3;
}

.cat_bl_l {
	margin-left:-780px;
}

.cat_title {
	font-family:"Myriad Pro","Arial";
	font-size:33px;
	color:#AA2222;
	position:relative;
	margin-top:305px;
}

.contactBlock {
	position:relative;
	top:30px;
	border: 1px solid #CCCCCC;
	padding-bottom:20px;
}

.contactCapture {
	position:relative;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#404040;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:5px;
	padding-top:5px;
	font-family: 'lithos_pro_black', Verdana, Arial;
}

.contactRes {
	position:relative;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#FE3B13;
	font-family: 'lithos_pro_regular', Verdana, Arial;
	padding-top:10px;
}

table.contactTable {
	margin-top:20px;
	width:100%;
}

tr.contactTd td {
	padding: 5px 5px 5px 15px;
}

td.contactInfo {
	color: #424242;
    font-family: 'lithos_pro_black', Verdana, Arial;
    font-size: 13px;
}

input.contactInput {
	width:180px;
	border: 1px solid #BBBBBB;
	color: #282828;
    font-family: 'lithos_pro_regular', Tahoma, Verdana, Arial;
    font-size: 13px;
}

input.contactInput:focus {
	border: 1px solid #888888;
}

textarea.contactInputArea {
	 width:95%;
	 height:120px;
	 border: 1px solid #BBBBBB;
	color: #727272;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
}

textarea.contactInputArea:focus {
	border: 1px solid #888888;
}

.mainBtnView1 {
	margin-top:-20px;
	margin-left:10px;
}