@import url("topMenu.css");
@import url("rightMenu.css");
@import: url("ie6pngfixer.css"); /* IE only */
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
font-size: 12px;
font-family: Arial;
}
html, body {
    margin: 0;
    padding: 0;
    font: 12px Arial;
    direction: rtl;
}
html {
    direction: ltr;
    overflow-x: hidden;
    overflow-y: auto;
}
body {

}
a {
    color: rgb(153, 204, 204);
    text-decoration: underline;
}
img {
    border: none;
}
a img {
    border: none;
}
ul,ol {
	margin: 0 25px 0 0;
}
ul, li {
    list-style-position: inside;
}
div#pageContainer {
    margin: 0 0 0 auto;
    width: 765px;
}
.blue div#pageContainer {
    background: url(../images/blue-bg.gif) no-repeat top right;
}
.orange div#pageContainer {
    background: url(../images/orange-bg.gif) no-repeat top right;
}
#header {
    height: 176px;
}
#header .logo {
    float: right;
    padding-right: 52px;
}
#header .logo a:focus {
    outline: none;
}
#contentContainer {
    margin-right: 200px;
}
#content {
    margin-right: 95px;
    _height: 110px;
    min-height: 110px !important;
}
#content #galleryContainer, #content #text {
    padding-right: 15px;
    color: rgb(90, 87, 88);
    border-right: 1px solid;
}
.blue #content #text {
    border-right: 1px solid rgb(153, 204, 204);
}
.orange #content #text {
    border-right: 1px solid rgb(255, 153, 0);
}
.orange #content #galleryContainer {
    border-right: 1px solid rgb(255, 153, 0);
    width: 343px;
}
#content #text p {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
}
#footer {
    height: 28px;
    right: 0;
    margin: 80px auto 0;
}
#footer .left {
    width: 42px;
    height: 28px;
    float: left;
}
#footer .center {
	padding-top: 10px;
	margin-right: 311px;
}
#footer .center span.clickable {
	cursor: pointer;
	font-weight: bold;
}
.blue span.clickable {
	color: rgb(153, 204, 204);
}
.orange span.clickable {
	color: rgb(255, 153, 0);
}
#footer .contact img {
    position: relative;
}
#footer .right {
    width: 30px;
    float: right;
}
.clear {
    clear: both;
    font-size: 1px;
}
.clearr {
    clear: right;
    font-size: 1px;
}
.clearl {
    clear: left;
    font-size: 1px;
}
#galleryContainer #bigImage {
    padding-bottom: 15px;
}
#galleryContainer h1 {
    font-size: 11px;
    color: rgb(90, 87, 88);
    float: right;
    margin-bottom: 5px;
}
#galleryContainer .links {
    float: left;
}
#galleryContainer .links a {
    font-size: 11px;
    color: rgb(143, 143, 143);
    text-decoration: none;
}
#galleryContainer .links a.active {
    color: rgb(90, 87, 88);
    font-weight: bold;
}
#galleryContainer h2 {
    border-top: 1px solid rgb(246, 135, 29);
    font-size: 10px;
    font-weight: normal;
    padding-top: 7px;
}
.breadcrumbs {
    margin-top: -5px;
    margin-bottom: 5px;
}
#overallBg {
	display: none;
	background: black;
	opacity: 0.65;
	filter: alpha(opacity=65);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
}
#overall {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10000;
}
#formContainer {
	left: 50%;
	margin-left: -120px;
	margin-right: 120px;
	position: absolute;
	top: 150px;
	width: 240px;
	background: white;
	padding: 15px;
}
#formContainer h2 {
	font-size: 14px;
	text-align: right;
	margin: 10px 0;
}
#formContainer th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#formContainer textarea {
	width: 128px;
	overflow: auto;
	height: 50px;
}
#formContainer .left {
	text-align: left;
}
