@import url("rightMenu.css");
@import url("topMenu.css");
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px Arial, Helvetica, sans-serif;
    background: url(../images/background.gif) repeat-y top center;
}
#page {
	width: 840px;
	margin: 0 auto;
}
#logo {
    background: url(../images/red_strip.gif) no-repeat top left;
    height: 79px;
    margin-top: 5px;
}
#logo a {
    float: right;
}
/* Content */
#content {
	float: left;
	width: 690px;
	padding: 5px 2px 0;
    text-align: right;
    direction: rtl;
    color: #474A47;
    background: white;
}
.breadcrumbs {
    padding-bottom: 15px;
}
/* Footer */
#footer {
	height: 19px;
}
#footer .wrapper {
	width: 850px;
	margin: 0 auto;
    text-align: center;
    color: rgb(71, 74, 71);
    text-align: center;
    font-size: 10px;
    height: 18px;
}
#footer .links {
	float: left;
	width: 668px;
	height: 18px;
	padding: 0 10px 0 10px;
    background: rgb(231, 231, 231);
	font-size: 11px;
    text-align: right;
}
#footer .rights {
	float: left;
	width: 140px;
	height: 18px;
	padding: 0 10px 0 10px;
    background: rgb(231, 231, 231);
	font-size: 11px;
}
h1, h2, h3 {
	color: #313131;
}
h1 {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	margin-bottom: .5em;
	font-size: 18px;
	letter-spacing: -1px;
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p, blockquote {
	margin-bottom: 1.5em;
}
blockquote {
	margin-right: 2em;
}
ol, ul {
	text-align: right;
	font-size: 13px;
    list-style-position:inside;
}
ol {
	margin-right: 2em;
}
ul li {
	padding-right: 1em;
    font-size: 13px;
    line-height: 19px;
}
a {
	text-decoration: none;
	color: #313131;
}
a img {
    b1order: 2px solid #313131;
    border: none;
}
a:hover img {
    b1order: 2px solid #DB5600;
}
#content a {
    text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #DB5600;
}
	.test{}

#contactBox table {
    direction: rtl;
    width: 140px;
    font-size: 11px;
}
#contactBox table th {
    font-weight: bold;
    font-size: 14px;
    color: rgb(254, 8, 8);
    text-align: center;
}
#contactBox table td {
    white-space: nowrap;
    color: rgb(121, 121, 121);
    text-align: center;
}
#contactBox .text {
    font-weight: bold;
    text-align: center;
    color: rgb(99, 99, 99);
    white-space: normal;
}
#contactBox input{
    width: 95px;
    height: 15px;
    margin-bottom: 3px;
    font-family: arial;
    font-size: 12px;
}
#contactBox input.submit {
    height: 26px;
    width: 98px;
    color: white;
    font-size: 11px;
    cursor: pointer;
}
/************/
#sidebar .boxCont {
    width: 140px;
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 10px;
}
#sidebar .boxCont .top {
    background: url(../images/box_top.gif) no-repeat top left;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    height: 8px;
}
#sidebar .boxCont .bot {
    background: url(../images/box_bottom.gif) no-repeat bottom right;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px;
    height: 8px;
}
.q {
    font-weight: bold;
    font-size: 16px;
    color: rgb(49, 49, 49);
    width: 370px;
}
.n {
    font-size: 16px;
    color: rgb(71, 74, 71);
    text-align: center;
    width: 85px;
}
.mainBottom {
    width: 685px;
    height: 40px;
    background: url(/static/images/bottom.gif) no-repeat top left;
    text-align: left;
    color: white;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 5px;
}
#content .mainBottom a {
    color: white;
    text-decoration: none;
}
.boxCont {
    width: 140px;
    border: 1px solid rgb(220, 220, 220);
    margin: 0 auto 10px;
}
.boxCont .top {
    background: url(../images/box_top.gif) no-repeat top left;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    height: 8px;
}
.boxCont .bot {
    background: url(../images/box_bottom.gif) no-repeat bottom right;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px;
    height: 8px;
}

.contactBox table {
    direction: rtl;
    width: 140px;
    font-size: 11px;
}
.contactBox table th {
    font-weight: bold;
    font-size: 14px;
    color: rgb(254, 8, 8);
    text-align: center;
}
.contactBox table td {
    white-space: nowrap;
    color: rgb(121, 121, 121);
    text-align: center;
}
.contactBox .text {
    font-weight: bold;
    text-align: center;
    color: rgb(99, 99, 99);
    white-space: normal;
}
.contactBox input{
    width: 95px;
    height: 15px;
    margin-bottom: 3px;
    font-family: arial;
    font-size: 12px;
}
.contactBox input.submit {
    height: 26px;
    width: 98px;
    color: white;
    font-size: 11px;
    cursor: pointer;
}