/****************************************
*                                       *
*   Szegedi Gergely, Geo-Design.hu      *
*   Minden jog fenntartva, 2010.        *
*                                       *
****************************************/


/* MAIN */

body {
	background: white;
	background-image: url('./img/body_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	cursor: default;
}

a {
	color: #ff0000;
	cursor: pointer;
}

#frame_body_center a:visited {
	color: #aa0000;
}

a:hover {
	text-decoration: none;
}

#frame_body_center a:hover {
	border-bottom: 1px dotted #ff0000;
}

#frame_body_center a.advise:hover,
#frame_body_center a.print:hover {
	border: none;
}


a:active, a:focus {
	outline: none;
}

a.back {
	float: right;
	margin-right: 16px;
	clear: both;
}

h1 {
	margin: 0px 0px -10px 50px;
	padding: 0px;
	color: #65676b;
	font-family: Georgia, Times New Roman, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2.5px;
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: -2;
	border: none;
}


h2 {
	width: 700px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 6px 50px;
	color: #65676b;
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	background: none;
	background-image: url('./img/vcard_border.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

h3 {
	width: 490px;
	position: relative;
	margin: 20px 0px 26px 270px;
	font-weight: bold;
	font-size: 16px;
	z-index: 2;
}

#products h3 {
	margin-left: 350px;
}

#products h2 {
	clear: left;
}

hr {
	position: absolute;
	top: 212px;
	left: 0px;
	width: 700px;
	height: 12px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	border: none;
	background: none;
	background-image: url('./img/hr_bg.png');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}

p, p.single_p {
	width: 490px;
	position: relative;
	margin: 16px 0px 10px 260px;
	z-index: 2;
}

#products p {
	width: 410px;
	margin-left: 340px;
}

p:first-letter {
	margin-left: 10px;
}

p.single_p:first-letter {
	margin-left: 0px;
}

#frame_content, #frame_body {
	background: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#frame_header {
	display: none;
}

.menu_path {
	display: none;
}

#frame_body_left {
	width: 220px;
	min-height: 1000px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #3f4143;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#frame_body_center {
	width: 750px;
	margin: 0px;
	padding: 240px 0px 64px 0px;
	background: none;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*#frame_body_center #body {
	padding-left: 260px;
}*/

#frame_body_right {
	display: none;
}

/* #frame_footer {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 320px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #d1d4d8;
	background-image: url('./img/footer_bg.png');
	bakcground-position: center center;
	background-repeat: repeat-x;
	z-index: 0;
} */

#frame_footer {
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #d1d4d8;
	background-image: url('./img/footer_bg.png');
	bakcground-position: center center;
	background-repeat: repeat-x;
	overflow: hidden;
	z-index: 0;
}

#poety_footer {
	width: auto;
	height: 16px;
	padding: 2px 3px;
	margin: -20px 0px 0px 0px;
	background: none;
	float: left;
	position: relative;
	left: 0px;
	z-index: 1;
}

#poety_footer_txt {
	width: auto;
	height: 20px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	background: none;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #3a4247;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0px 1px 0px #e8e8e8;
	letter-spacing: 0;
}

#poety_footer_txt a {
	color: #525455;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#poety_footer_txt a:hover {
	color: #ffffff;
	text-shadow: 0px 1px 0px #525455;
}

/* UL LI */

ul {
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 250px;
	z-index: 2;
	list-style: none;
}

#products ul {
	width: 420px;
	left: 330px;
}

ul li, ul li ul li {
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
}

ul li {
	background: none;
	background-image: url('./img/ul.png');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

ul li:hover {
	background-image: url('./img/ul_hover.png');
}

ul li ul li {
	background: none;
	background-image: url('./img/li.png');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

ul li ul li:hover {
	background-image: url('./img/li_hover.png');
}

ul li ul {
	width: 470px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 10px;
	z-index: 2;	
}

#products ul li ul {
	width: 390px;
	left: 10px;
}


/* PAGE FUNCTION */

div.page_function {
	position: absolute;
	top: 190px;
	right: 0px;
	z-index: 2;
}

div.page_function ul {
	left: 0px;
}

div.page_function ul li {
	background: none;
}

div.page_function li a.advise {
	background-image: url('./img/advise_out.png');
}

div.page_function li a.advise:hover {
	background-image: url('./img/advise_over.png');
}

div.page_function li a.print {
	background-image: url('./img/print_out.png');
}

div.page_function li a.print:hover {
	background-image: url('./img/print_over.png');
}



/* FRAME_BODY_LEFT CONTENT */

img.side_shadow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 100%;
	z-index: 0;
}

img.side_logo {
	position: absolute;
	top: 0px;
	left: 48px;
	z-index: 1;
}

div.side_pixels {
	width: 220px;
	height: 440px;
	background: none;
	background-image: url('./img/side_pixels.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

div.side_pixels a.design_by {
	width: auto;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

div.side_pixels a.design_by img {
	widht: 44px;
	height: 44px;
	border: none;
	background: none;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

div.side_pixels a.design_by:hover img {
	background-image: url('./img/design_by_over.png');
}



/* MENU */

div.menu_container {
	width: 220px;
	height: auto;
	position: absolute;
	top: 172px;
	left: 0px;
	background: none;
	z-index: 2;
}

ul.menu_main {
	list-style: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background: none;
}

ul.menu_main li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 220px;
	height: 40px;
	background: none;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}

ul.menu_main li:hover {
	background-image: url('./img/menu_over_2.gif');
}

ul.menu_main li a {
	color: #eeeeee;
}

/*ul.menu_main li a:hover {
	text-decoration: none;
}*/

ul.menu_main li:hover a {
	color: #ffffff;
	text-shadow: 1px 0px 0px #3f4143, 0px 1px 0px #3f4143, -1px 0px 0px #3f4143, 0px -1px 0px #3f4143, 0px 0px 8px #ffffff;
}

ul.menu_main li.menu_selected,
ul.menu_main li.menu_selected:hover {
	background-image: url('./img/menu_selected.png');
}

ul.menu_main li.menu_selected a,
ul.menu_main li.menu_selected a:hover {
	color: #ffffff;
	text-shadow: 1px 0px 0px #222527, 0px 1px 0px #222527, -1px 0px 0px #222527, 0px -1px 0px #222527, 0px 0px 8px #ffffff;
}

ul.menu_main li a span {
	position: relative;
	right: 40px;
	top: 10px;
}



/* FOOTER */

img.footer_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}



/* FOOTER MENU */

/* #frame_footer .menu_container {
	width: 100%;
	height: 24px;
	position: absolute;
	top: 296px;
	background: none;
	background-image: url('./img/black_05.png');
	background-position: center center;
	background-repeat: repeat;
	border-style: solid;
	border-color: #c6c9cd;
	border-width: 1px 0px 0px 0px;
	z-index: 3;
}

#frame_footer .menu_container:hover {
	border-color: #a3a6a7;
	background-image: url('./img/black_15.png');
} */

#frame_footer .menu_container {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
	border: none;
	z-index: 3;
}

div.cjp_menu_footer h1 {
	display: none;
}

div.cjp_menu_footer div ul.menu_main {
	width: 100%;
	text-align: right;
}

div.cjp_menu_footer div ul.menu_main li {
	margin: 0px 10px;
	display: inline;
}

div.cjp_menu_footer div ul.menu_main li,
div.cjp_menu_footer div ul.menu_main li:hover,
div.cjp_menu_footer div ul.menu_main li.menu_selected,
div.cjp_menu_footer div ul.menu_main li.menu_selected:hover {
	background: none;
}

div.cjp_menu_footer div ul.menu_main li a {
	font-family: Arial Black, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #3a4247;
	text-shadow: 0px 1px 0px white;
}

div.cjp_menu_footer div ul.menu_main li a:hover {
	color: #828485;
}

/* #frame_footer .menu_container:hover .cjp_menu_footer div ul.menu_main li a {
	color: #3a4247;
}

#frame_footer .menu_container:hover .cjp_menu_footer div ul.menu_main li:hover a,
#frame_footer .menu_container:hover .cjp_menu_footer div ul.menu_main li a:hover {
	text-shadow: 0px 1px 0px white, 0px 0px 3px white, 0px 0px 5px white;
	color: #828485;
} */

#frame_footer .menu_container .cjp_menu_footer div ul.menu_main li a span {
	right: 0px;
	top: -1px;
}


/* FOOTER CONTACT */

#frame_body_center div.person {
	width: 490px;
	height: auto;
	margin: 10px 0px 10px 260px;
	padding: 0px;
	background: none;
//	border: 1px dotted #eeeeee;
	position: relative;
}

#frame_body_center div.person h2 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	color: #65676b;
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	background: none;
	background-image: url('./img/vcard_border.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#frame_body_center div.person h2 a {
	position: relative;
	width: 167px;
	background: none;
	background-image: url('./img/vcard_out.png');
	background-position: right center;
	background-repeat: no-repeat;
	top: 4px;
	color: #65676b;
	text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
	text-decoration: none;
	display: block;
}

#frame_body_center div.person h2 a:hover {
	color: #ff0000;
	background-image: url('./img/vcard_over.png');
	text-decoration: none;
	border-bottom: none;
}

#frame_body_center div.person img.person_avatar {
	width: 100px;
	height: auto;
	float: left;
//	margin-left: 40px;
}

#frame_body_center div.person ul.contact_info {
	width: 321px;
	height: 90px;
	padding: 9px;
	background: #f4f4f4;
	left: 0px;
	float: right;
}

#frame_body_center div.person ul.contact_info li {
	background: none;
	padding: 0px;
}

#frame_body_center div.person ul.contact_info li.person_post {
	color: #909090;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.5px;
	margin: 0px 0px 16px 0px;
}

#frame_body_center div.person ul.contact_info li.person_email a {
	font-size: 16px;
	margin: 16px 0px;
}

#frame_body_center div.person ul.contact_info li.person_phone {
	font-size: 14px;
	margin-top: 14px;
}

#frame_body_center div.person ul.contact_skill {
	background: none;
	padding: 0px;
	width: 150px;
	float: left;
	left: 0px;	
	position: normal;
}

#frame_body_center div.person ul.contact_skill li {
	font-size: 12px;
	white-space: nowrap;
}

#frame_body_center div.person p.contact_cv {
	background: none;
	padding: 9px;
	margin: 0px;
	width: 321px;
	float: right;
	font-size: 11px;
}

/* #frame_footer div.person {
	background: none;
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

#frame_footer div.i_rath {
	width: 100px;
	height: 147px;
	background-image: url('./img/i_rath.png');
	background-position: 0px 0px;
	top: 66px;
	left: 160px;
}

#frame_footer div.i_rath:hover {
	width: 185px;
	height: 197px;
	background-image: url('./img/i_rath_over.png');
	overflow: visible;
}


#frame_footer div.e_josvai {
	width: 79px;
	height: 97px;
	background-image: url('./img/e_josvai.png');
	background-position: 0px 0px;
	top: 32px;
	left: 345px;
}

#frame_footer div.e_josvai:hover {
	width: 229px;
	height: 200px;
	left: 260px;
	background-image: url('./img/e_josvai_over.png');
	background-position: 85px 0px;
	overflow: visible;
}


#frame_footer div.cs_szirjak {
	width: 110px;
	height: 125px;
	background-image: url('./img/cs_szirjak.png');
	background-position: 0px 0px;
	top: 57px;
	left: 489px;
}

#frame_footer div.cs_szirjak:hover {
	width: 175px;
	height: 205px;
	left: 424px;
	background-image: url('./img/cs_szirjak_over.png');
	background-position: 65px 0px;
	overflow: visible;
}


div.person ul.contact_info {
	width: 232px;
	height: 190px;
	background: none;
	background-image: url('./img/bigblock.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	position: absolute;
	z-index: 1;
	overflow: visible;
	visibility: hidden;
}

div.person ul.contact_info li {
	background: none;
}

div.person:hover ul.contact_info {
	visibility: visible;
}

div.i_rath ul.contact_info {
	top: 61px;
	left: 99px;
}

div.e_josvai ul.contact_info {
	top: 95px;
	left: -1px;
}

div.cs_szirjak ul.contact_info {
	top: 70px;
	left: -165px;
}

div.person:hover ul.contact_info li.person_name {
	width: auto;
	height: 20px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.15px;
	-moz-transform: skew(1.2deg, 8.5deg);
	-webkit-transform: skew(1.2deg, 8.5deg);
	position: relative;
	top: 32px;
	left: 11px;
}

div.person:hover ul.contact_info li.person_name a {
	padding-right: 20px;
	color: #828485;
	text-shadow: 0px 1px 0px black;
	background: none;
	background-image: url('../../img/icon/vcard.png');
	background-position: right center;
	background-repeat: no-repeat;
}

div.person:hover ul.contact_info li.person_name a:hover {
	color: #ff0000;
	text-shadow: 0px 1px 0px white, 0px 0px 6px #ff0000;
	border-bottom: 1px dotted #ff0000;
}

div.person:hover ul.contact_info li.person_name:hover {
	text-shadow: 0px 1px 0px white, 0px 0px 6px white;
}

div.person:hover ul.contact_info li.person_post {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 2px;
	white-space: nowrap;
	text-align: right;
	color: #333333;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
	text-shadow: 0px 1px 0px white;
	-moz-transform: skew(1.2deg, 8.7deg);
	-webkit-transform: skew(1.2deg, 8.7deg);
	position: relative;
	top: 16px;
	right: 87px;
}

div.person:hover ul.contact_info li.person_post:hover {
	text-shadow: 0px 1px 0px white, 0px 0px 4px grey;
}

div.person:hover ul.contact_info li.person_email {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 5px 2px;
	white-space: nowrap;
	text-align: left;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	-moz-transform: skew(1.2deg, 8.9deg);
	-webkit-transform: skew(1.2deg, 8.9deg);
	position: relative;
	top: 32px;
	left: 13px;
}

div.person:hover ul.contact_info li.person_email a {
	color: #333333;
	text-shadow: 0px 1px 0px white;
}

div.person:hover ul.contact_info li.person_email a:hover {
	color: #ff0000;
	text-shadow: 0px 1px 0px white, 0px 0px 6px black;
	border-bottom: 1px dotted #ff0000;
}

div.person:hover ul.contact_info li.person_phone {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 2px;
	white-space: nowrap;
	text-align: left;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-shadow: 0px 1px 0px white;
	-moz-transform: skew(1.2deg, 9.3deg);
	-webkit-transform: skew(1.2deg, 9.3deg);
	position: relative;
	top: 34px;
	left: 14px;
}

div.person:hover ul.contact_info li.person_phone:hover {
	text-shadow: 0px 1px 0px white, 0px 0px 6px black;
} */


/* IMG BOX */

div.img_box {
	width: auto;
	height: auto;
	background: #92949b;
	padding: 2px;
	margin: 0px 0px 0px 260px;
	border: 1px solid white;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
//	-moz-box-shadow: 1px 6px 10px #eeeeee;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
//	-webkit-box-shadow: 1px 4px 10px #eeeeee;
	position: relative;
	display: inline-block;
	z-index: 10;
}

#frame_body_center div.img_box a, div.img_box a:hover {
	border: none;
}

div.img_box img,
div.img_box a img,
div.img_box iframe {
	position: relative;
	border: 1px solid white;
	z-index: 0;
}

div.img_box div.img_corner {
	width: 17px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	background: none;
	background-image: url('./img/box_corner_out.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 10;
}


/* PRODUCTS THUMBNAILS */

div.thumb {
	float: left;
	position: relative;
	top: 16px;
	margin: 0px -260px 0px 50px;
}

div.thumb img {
	width: 252px;
	height: auto;
}

/*
div.thumb:hover {
	padding: 6px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-box-shadow: 1px 6px 10px #aaaaaa;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-box-shadow: 1px 4px 10px #aaaaaa;
	margin-right: -600px;
}

div.thumb:hover img {
	width: 584px;
	height: auto;
}

div.thumb:hover div.img_corner {
	width: 47px;
	height: 47px;
	background-image: url('./img/box_corner_over.png');
}
*/
div.thumb {
	padding: 6px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-box-shadow: 1px 6px 10px #aaaaaa;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-box-shadow: 1px 4px 10px #aaaaaa;
	margin-right: -600px;
	opacity: .75;
	clear: both;
	margin-bottom: 32px;
}

div.thumb div.img_corner {
	width: 47px;
	height: 47px;
	background-image: url('./img/box_corner_over.png');
}

div.thumb:hover {
	opacity: 1;	
}

/* LANGUAGE SELECTOR */

div#language_selector {
	display: visible;
}