﻿.page-container-cat {
	float:right;
	margin-top:25px;
	line-height: 0px;
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #05c826;
	width:100%;
}

.page-container-cat a {
	color: #1478C8;
	font-size: 14px;
}

.page-container-cat h1 {
	font-weight: bold;
	padding-bottom: 20px;
	color: #05c826;
	font-size: 16px;
}

.static-page {
	color: #1478C8;
	font-size: 14px;
}

.static-page h1{
	padding-bottom: 20px;
	color: #05c826;
	font-size: 16px;
}
.static-page p {
margin: 10px 0;
}

/*
Theme Name: IT4U
Theme URI: http://cbox.co.il
Description: תבנית מותאמת אישית עבור חברת IT4U
Author: CBox.co.il
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: blue, green, white, rtl
*/
* {
	margin:0;
	padding:0;
	text-align:right;
	direction:rtl;
}

body{
	background-color:#1a5ea5;
	font-family:Arial;
}

a img {
	border:0;
}

a {
	text-decoration:none;
}

.whiter {
	background: #fff;
	width:100%;
	height: 100%;
	padding-bottom:30px;
}

.wrapper {
	margin: 0 auto 0 auto;
	width:1000px;
}


/* =Header 
-------------------------------------------------------------- */
#header {
	float:right;
	width:100%;
	background: url('images/header.png');
	height:219px;
}

#header #logo {
	float:left;
}

/* header menu */
	#header .header-menu {
		float:right;
		list-style:none;
		height:35px;
		margin-top:90px;
		width:495px;
	}

	#header .header-menu li {
		float:right;
		margin-left:25px;
	}

	#header .header-menu li a {
		color:#00d900;
		font-weight:bold;
		font-size:14px;
	}
	
	#header .header-menu li.yellow a {
		color:#FFFF00 !important;
	}

	

#header .header-menu li.red a {
		color:#CCFF33 !important;
	}

	/*
#header .header-menu li a:hover, #header .header-menu li a:active {
		color:#00D900;
	}*/

/* End! header menu */
#header .main-menu {
	float:right;
	list-style:none;
	height:35px;
	margin-top:20px;
	width:495px;
}

#header .main-menu li {
	float:right;
	margin-left:15px;
}

#header .main-menu li.current-menu-item {
	height: 84px;
}

#header .main-menu li a {
	font-size:14px;
	color:#fff;
}

#header .main-menu li.current-menu-item {
	background:url('images/hover.png') no-repeat center bottom;
}

#header .main-menu li.current-menu-item a {
	font-size:20px;
	color:#00D900;
	font-weight:bold;
}

#header .main-menu li a:hover {
	color:#05c826;
}

/* Pages Style */
.page-container {
	float:right;
	margin-top:25px;
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #1478C8;
	width:100%;
}

.page-container.homepage {
	width:700px;
}

.page-container a {
	color: #05C826;
}

.page-container h1, .page-container h2, .page-container h3 {
	color: #05C826;
	font-size: 18px;
	font-weight: bold;
}


/* Homepage */
.homepage-photo {
	margin-top:25px;
}

.tip {
	float:left;
	margin-top:25px;
	background:url('images/tip.gif');
	width:213px;
	height:231px;
	margin-left: 80px;
}

.tip .tips-c {
	margin-top: 80px;
	padding-right: 15px;
	list-style:none;
	height:130px;
}

.tip .tips-c h2 {
	display:none;
}

/* form */
form label {
	text-align:right;
	direction:rtl;
	float: right;
}

form input {
	margin-bottom:10px !important;
}

form input[type=submit] {
	background:#1A80D2;
	color: #fff;
	border:0px;
	padding:8px 20px;
	font-size:14px;
}

form input[type=submit]:hover {
	background: #01D901;
}
/* english */
#english1 * {
	text-align:left;
	direction:ltr;
}

/* images */
#images {
	height:140px;
	width:100%;
	float: left;
	overflow: hidden;
	margin-top:40px;
}

#images img {
	float:left;
	margin:20px;
}

/* Footer */
#footer {
	float:right;
	background:#1a5ea5 url('images/footer.png') repeat-x;
	width:100%;
	min-height: 80px;
}

#footer .footer-menu {
	float:right;
	list-style:none;
	color:#fff;
	margin-top:17px;
}

#footer .footer-menu li {
	float:right;
}

#footer .footer-menu li a {
	font-size:12px;
	color:#fff;
}

#footer .footer-menu li a:hover {
	color:#05C826;
}

.clear {
	clear:both;
}

.alignright {
	float:right !important;
	margin-left:25px !important;
}

.alignleft {
	float:left !important;
	margin-right:25px !important;
}

#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
	width: 200px !important;
}