html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

body {
	background: #E3E2DF;
	margin: 0px;
}

img {
	border: 0px;
}

form {
   	margin: 0px;
}
input {
   	background: #FFFFFF url(../images/bg_input.gif);
   	border: #c0c0c0 1px solid;
   	padding-right: 2px;
   	padding-left: 2px;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}
input.btn {
	background: none;
	padding-bottom: 2px;
	font-family: tahoma;
   	font-size: 11px;
}
textarea {
   	background: #FFFFFF;
   	border: #c0c0c0 1px solid;
   	padding-right: 2px;
   	padding-left: 2px;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}
textarea#comments {
   	width: 220px;
	height: 40px;
}
select {
   	background: #FFFFFF;
   	border: #c0c0c0 1px solid;
   	padding-right: 2px;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}

div {
   	font-family: tahoma;
   	font-size: 11px;
   	line-height: 130%;
	color: #666666;
	border: 0px;
	margin: 0px;
	padding: 0px;
	direction: rtl;
	text-align: justify;
}

.slr_main {
	background: #FFFFFF;
	height: 580px;
}

.slr_maindiv {
	width: 600px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
}

.slr_right_header {
	width: 201px;
	height: 300px;
	float: right;
}

.slr_center_header {
	background: url(../images/bg_header_center.gif) no-repeat;
	width: 198px;
	height: 300px;
	float: right;
}

.slr_left_header {
	width: 201px;
	height: 300px;
	float: left;
}

.slr_logo {
	margin-top: 43px;
	margin-bottom: 6px;
}

.slr_menu {
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}

.slr_menu_line {
	background: #FFFFFF url(../images/line_menu.gif) left repeat-x;
	height: 1px;
}

a.slr_menu:link, a.slr_menu:visited {
	display: block;
	width: 165px;
	height: 27px;
	color: #000000;
	background: #FBFBFB;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

a.slr_menu:hover, a.slr_menu:visited:hover {
	background: none;
	color: #000000;
}

a.slr_menu_active:link, a.slr_menu_active:visited {
	display: block;
	width: 165px;
	height: 27px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

a.slr_menu_active:hover, a.slr_menu_active:visited:hover {
	cursor: default;
	color: #000000;
}

.slr_mainpage {
	width: 600px;
	height: 280px;
	border-right: 1px #C0C0C0 dotted;
	border-left: 1px #C0C0C0 dotted;
	overflow: hidden;
	position: relative;
	clear: both;
}

.slr_pages {
	width: 2400px;
	height: 280px;
}

.slr_page_content {
	width: 600px;
	float: right;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.slr_page_content_active {
	width: 600px;
	float: right;
}
.slr_page_content_padding {
	width: 540px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
}

.slr_page_content_padding_active {
	width: 540px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
}

.slr_title {
	font-family: arial;
	font-size: 20px;
	color: #F04104;
	letter-spacing: -1px;
	padding-right: 5px;
}

.slr_portfolio_descriptions {
	width: 290px;
	height: 260px;
	float: left;
}
.slr_portfolio_descriptions_padding {
	padding-left: 10px;
}

.slr_portfolio_image {
	background: url(../images/bg_portfolio.gif);
	width: 250px;
	height: 260px;
	float: left;
	cursor: pointer;
}

.slr_prj_noactive {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.slr_formtxt {
	width: 100px;
	height: 25px;
	float: right;
}

.slr_forminp {
	width: 310px;
	height: 25px;
	float: right;
}

.slr_alert {
	color: #FF0000;
}

.slr_footer_space {
	background: #FFFFFF;
	height: 15px;
}
.slr_footer_line {
	background: url(../images/line_footer.gif) top left repeat-x;
	height: 15px;
}

.slr_footer {
	text-align: center;
	line-height: 40px;
}

.arrow_blue {
	background: url(../images/arrow_blue.gif) top right no-repeat;
	padding-right: 18px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.arrow_txt {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.slr_clear {
	clear: both;
}

.dotted {
	clear: both;
	height: 1px;
	border-bottom: 1px #DADADA dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #2686BC;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FF8000;
}

