/*-----------------------------------------------------
	html body
-----------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	background-color: #333;
}

/*-----------------------------------------------------
	conteiner
-----------------------------------------------------*/

div#container {
	width: 100%;
	background-color: #EFEFE7;
} 

/*-----------------------------------------------------
	header
-----------------------------------------------------*/

div#header {
	position: relative;
	height: 134px;
	background-image: url(../../img/site/header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

h1#siteTitle {
	position: absolute;
	top: 76px;
	left: 38px;
	height: 52px;
	margin: 0px;
	background-image: url(../../img/site/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 52px;
	color: #0186C6;
}

h1#siteTitle strong {
	color: #000;
}

h1#siteTitle em {
	color: #C2C2B6;
	font-style: normal;
}

/*-----------------------------------------------------
	introduction
-----------------------------------------------------*/

#introduction {
	background-image: url(../../img/site/introduction.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#introduction h2#pageTitle {
	margin: 0px;
	margin-left: 25px;
	height: 54px;
	background-image: url(../../img/site/introduction_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 52px;
	color: #666;
}

#introduction .content {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 40px;
	margin-right: 250px;
	max-width: 850px;
}

#introduction .content li {
	background-image: url(../../img/site/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 26px;
}

/*-----------------------------------------------------
	panel
-----------------------------------------------------*/

.panel {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
}

.panelOdd {
	background-image: url(../../img/site/panel_odd.png);
}

.panelEven {
	background-image: url(../../img/site/panel_line.png);
	margin-left: 25px;
	margin-right: 250px;
}

.panel h3 {
	background-color: #DEDED7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	padding: 15px;
	position: absolute;
	top: 1px;
	left: 25px;
}

.panelEven h3 {
	left: 0px;
}

/*
.panelEven h3 {
	background-image: url(../../img/site/panel_even_title.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
*/

.panel .content {
	padding: 25px;
	padding-top: 80px;
	margin-right: 250px;
	overflow: hidden;
}

.panelEven .content {
	padding-left: 0px;
	margin-right: 0px;
}

/*-----------------------------------------------------
	imageBox
-----------------------------------------------------*/

.imageBox {
	background-repeat: no-repeat;
	background-position: 14px 0px;
	background-image: url(../../img/site/image_box2.png);
	position: relative;
	width: 250px;
	height: 144px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}

.imageBoxAfterHours {
	background-position: 14px -2px;
	background-image: url(../../img/site/image_box3.png);
	width: 160px;
}

.imageBox .imageDesc {
	display: none;
}

.imageBox .image {
	display: block;
	position: absolute;
	top: 14px;
	/*top: 15px;*/
	left: 17px;
	border: 6px solid #E8E8E8;
	width: 200px;
	height: 100px;
	padding: 1px;
}

.imageBoxAfterHours .image {
	width: 100px;
	height: 100px;
}

.imageBoxAfterHours .image img {
	width: 100px;
	height: 100px;
}

.imageBox .image:hover {
	border-color: #666;
}

.imageBox .tag {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 17px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.imageBox .title {
	position: absolute;
	top: 133px;
	left: 18px;
	width: 212px;
	text-align: left;
}

.imageBox .titleAlt {
	color: #999;
}

/*-----------------------------------------------------
	blocks
-----------------------------------------------------*/

.block {
	margin-bottom: 15px;
	padding-top: 40px;
	background-image: url(../../img/site/panel_line.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.blockFirst {
	padding-top: 0px;
	background-image: none;
}

.block .blockText {
	padding-top: 16px;
	margin-left: 275px;
}

.blockText h1.blockTitle {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.blockText h1.blockTitle span {
	margin-left: 12px;
	border-left: 1px solid #999;
	margin-right: 14px;
}

.blockText .blockDescription {
	margin-bottom: 20px;
	color: #666;
}

.blockText .blockAction {
	background-image: url(../../img/site/arrow_green2.png);
	background-position: -3px -3px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.blockText .blockAction a.download {
	margin-left: 30px;
}

/*-----------------------------------------------------
	tags
-----------------------------------------------------*/

.tagflash .tag {
	background-image: url(../../img/site/tag_red.png);
}
/*
.tagflash .image:hover {
	border-color: #F0D0D0;
}
*/
.taghtml .tag {
	background-image: url(../../img/site/tag_blue.png);
}
/*
.taghtml .image:hover {
	border-color: #D2DFEE;
}
*/

.tagdesign .tag {
	background-image: url(../../img/site/tag_green.png);
}

.tagdesign_html .tag {
	background-image: url(../../img/site/tag_green_blue.png);
}

.tagprint .tag {
	background-image: url(../../img/site/tag_orange.png);
}

.tagicons .tag {
	background-image: url(../../img/site/tag_yellow.png);
}

.taggame .tag {
	background-image: url(../../img/site/tag_light_blue.png);
}

.tagwebapp .tag {
	background-image: url(../../img/site/tag_brown.png);
}

.tagui .tag {
	background-image: url(../../img/site/tag_dark_grey.png);
}


/*-----------------------------------------------------
	menu
-----------------------------------------------------*/

#siteMenuContainer {
	position: fixed;
	top: 64px;
	right: 20px;
}

#siteMenuTop {
	background-image: url(../../img/site/menu_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 198px;
	height: 13px;
	line-height: 10px;
	font-size: 10px;
}

#siteMenuBottom {
	background-image: url(../../img/site/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 198px;
	height: 13px;
	line-height: 10px;
	font-size: 10px;
}

#siteMenu {
	background-image: url(../../img/site/menu.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 198px;
}

#siteMenu a {
	display: block;
	background-image: url(../../img/site/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: -1px -25px;
	color: #999;
	text-decoration: none;
	text-align: right;
	padding: 20px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 0px none;
}

#siteMenu a:hover {
	color: #666;
	border-bottom: 0px none;
}

#siteMenu a.selected,
#siteMenu a.selected:hover {
	background-position: -1px 16px;
	color: #333;
}

#siteMenu div.menuLine {
	background-image: url(../../img/site/menu_line.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-left: 10px;
	margin-right: 20px;
}


/*-----------------------------------------------------
	submenu
-----------------------------------------------------*/

.submenu {
	padding-bottom: 8px;
	margin-right: 20px;
}

.submenuTitle {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#siteMenu .submenu a {
	background-image: url(../../img/site/checkbox.png);
	background-position: 0px 2px;
	margin-left: 120px;
	width: 58px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

#siteMenu .submenu a:hover {
	background-position: 0px -26px;
}


#siteMenu .submenu a.selected {
	background-position: 0px -54px;
}

/*
#siteMenu .submenu a.selected:hover {
	background-position: 0px -42px;
}
*/

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

div#footer {
	background-image: url(../../img/site/footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #333;
	color: #F2F2EC;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 12px;
}

div#footer span {
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

/*-----------------------------------------------------
	tooltip
-----------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #111;
	padding: 5px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #ccc;
	font-size: 11px;
	max-width: 300px;
}

#tooltip h3 { 
	margin: 0;
	font-weight: bold;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}