﻿/* ----- Global Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {  font-weight: bold; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ------ Links ----- */
a { text-decoration:none; color: #1B73A4; }
a:hover { text-decoration:underline; }
a img { border:none; }

/* ----- Headers ----- */
h3 {
    margin: 0 0 10px 0;
    padding-right: 20px;
    font: 900 18px Arial;
    direction: rtl;
    color: #4e4e4e;
    background: url(../images/icons/bullet2.gif) no-repeat right center;
}
h4 {
    margin: 25px 0px 0 0;
    padding: 0 15px 0 0;
    font: 900 14px Arial;
    direction: rtl;
    color: #4e4e4e;
    background: url(../images/icons/bullet3.gif) no-repeat right center;
}

/* ------ Helpers ----- */
.textbox { 
    color:#666; 
    padding: 0 0.2em 0.4em 0.2em; 
    border-top: solid 1px #B3B5BD;
    border-left: solid 1px #B8BAC2;
    border-right: solid 1px #B8BAC2;
    border-bottom: solid 1px #CFD0D6;
    margin:1px 0pt; 
    background: #fff url(../images/site/input-bg.jpg) repeat-x top; 
}
.textbox:focus {
    border: solid 1px #95C9DC;
}
.button { 
    background:transparent url(../images/site/button-bg.png) no-repeat scroll 0pt; 
    border:0pt none; 
    color: #666; 
    cursor:pointer; 
    font-size:0.9em; 
    font-weight:bold; 
    height:19px; 
    letter-spacing:0.05em; 
    margin:1px 0pt 0pt; 
    width:70px; 
    margin-bottom: 2px;
}
.clear { clear:both; }
.big { font-family: Impact; font-size: 18px; color: #cc0000; }
.rightAlign { text-align:right; }
.frm td { padding: 4px 2px; }
.req { color: #c00 !important; }
.small { font-size:0.8em; }
.quiet { color:#9B9C8D; font-weight:normal !important; }
.ltr { direction: ltr; }
.leftAlign { text-align: left !important; }   
.watermarked { color: #aaa !important; font-style: italic !important; }
.tblm {	width:100%; }
.tblm td { padding:5px 5px 5px 5px; }
.tblc td { text-align:center; }
	
/* ----- Global Style ----- */
body, input, select {
    font: 11px/16px Tahoma;
}
#container {
    margin: 10px auto;
    width: 740px;
    position: relative;
}
#main {
    width: 740px;
}
#header { 
    margin: 0;
    padding: 0;  
    height: 75px;   
    background: url(../images/site/header.png) repeat-x top; 
}
#header h1 {
    margin: 10px;
    padding: 0;
    height: 55px;    
    width: 180px;
    float: left;
}
#header h1 a {
    display: block;
    height: 55px;    
    width: 180px;  
}
#header h2 { display: none; }
#header span { display: none; }

/* ----- Menubar style ----- */
#menubar {
    height: 23px;
    background: #2F548E url(../images/site/menu.png) repeat-x top;
    margin-bottom: 10px;
}
#menubar a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 3px 7px;
    height: 17px;
}
#menubar a:hover {
    background-color: #1E365F;
}
#menubar ul.staticLinks li {
    float:left;
    background: url(../images/site/menu-sep.png) no-repeat right center;   
}
#menubar ul.dynamicLinks li {
    float:right;
    background: url(../images/site/menu-sep.png) no-repeat left center;    
}

/* ----- Footer Style ----- */
#footer {
    clear: both;
    height: 55px;
    background: url(../images/site/footer.png) no-repeat 0px 10px;
    padding-top: 10px;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    text-decoration:underline;
}
#footer ul.LeftLinks {
    width: 400px;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
}
#footer ul.RightLinks {
    width: 300px;
    float: right;
    height: 25px;
    margin: 0;
    padding: 0;    
}
#footer ul.LeftLinks li {
	margin:3px 0 0 0;
    padding: 0px 7px;    
    float: left;
    border-right: solid 1px #BDBCBC;
}
#footer ul.RightLinks li {
	margin:3px 0 0 0;
    padding: 0 7px;    
    float: Right;
    border-left: solid 1px #BDBCBC;
}
#footer p {
    margin: 0;
	padding: 0;
    clear: both;
    direction: rtl;
    text-align: center;
    color: #999;
    height: 16px;
}

/* ----- Layouts ----- */
.lay-content {
    direction: rtl;
    background-color: #f0f0f0;
    border: solid 1px #bab7b7;
    padding: 15px 20px;    
}
.lay-content p {
    margin: 0px 0px 5px 0px;
    color: #6e6e6e;
}
.lay-norm-l {
    float: left;
    width: 285px;
}
.lay-norm-r {
    margin-left: 295px;  
}

.lay-def {
    direction: ltr;
	padding: 0;
	margin-top:10px;
	height: 190px;	
	overflow: hidden;
	text-align: center;
}
.lay-def a {
    direction: rtl;
    color:#888;
   	height: 190px;
	width: 245px;
    float: left;
}
.lay-def a.col1 {
    width: 248px;
}
.lay-def a sub {
	display:block;
	margin:0px 10px 0px 10px;
}
.lay-def a strong {
	display:block;
	text-align:center;
	color:#666;
	font-size:13px;
	margin:5px 10px 0px 10px;
}
.lay-def a:hover strong {
	color:#000;
}
.lay-def a span {
	display:block;
	height:121px;
	width: 138px;
	margin: 0 auto;
	background: url(../images/site/service_logos.png) no-repeat left top;
}
.lay-def a.col1 span{ background-position: -414px top; }
.lay-def a.col1:hover span{ background-position: -414px -121px; }
.lay-def a.col2 span{ background-position: -276px top; }
.lay-def a.col2:hover span{ background-position: -276px -121px; }
.lay-def a.col3 span{ background-position: -138px top; }
.lay-def a.col3:hover span{ background-position: -138px -121px; }
.lay-def a.col4 span{ background-position: left top; }
.lay-def a.col4:hover span{ background-position: left -121px; }
.lay-def a:hover {
	background-color: #dedacd;
	color:#444;
	text-decoration: none;
} 

.lay-mul {
    padding: 0;
    direction: ltr;
}
.lay-mul .rw {
    direction: rtl;
}
.lay-mul-l {
    float: left;
    width: 552px;
}
.lay-mul-r {
    margin-left: 565px;
}
.lay-mul .rw1, .lay-mul .rw2, .lay-mul .rw3, .lay-mul .rw4, .lay-mul .rw5 {
    overflow: hidden;
    padding: 10px;
}
.lay-mul .rw1, .lay-mul .rw3, .lay-mul .rw5 {
    background-color: #dedede;
}
.lay-mul div.rw p { 
    margin: 0;
    padding: 0;
    direction: rtl;
    color: #6e6e6e;
    text-align: justify;   
}
.lay-mul div.rw div.btn {
    float: right;
    width: 150px;
    text-align: center;
    height: 50px;
    padding-top: 10px;
    padding-left: 5px;
}

.lay-mul-num .rw {
    background-repeat: no-repeat;
    background-position: 132px 10px;
    padding-right: 50px;
}
.lay-mul-num .rw1 { background-image: url(../images/print/oneo.png); } 
.lay-mul-num .rw2 { background-image: url(../images/print/twoo.png); } 
.lay-mul-num .rw3 { background-image: url(../images/print/threeo.png); }
.lay-mul-num .rw4 { background-image: url(../images/print/fouro.png); }
.lay-mul-num .rw5 { background-image: url(../images/print/fiveo.png); }

/* ----- Login Control ----- */
div.login {
    float: right;
    direction: rtl;
    margin-top: 33px;
    margin-right: 5px;
    color: #666;
}
div.login input {
    direction: ltr;
}
div.login a {
    text-decoration: none;
    color: #666;
}
div.login a:hover {
    text-decoration: underline;
}
.inputBox {
    background-image:url(../images/site/input-bg.jpg);
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    border:#B0B0B0 1px solid;
    padding-right:0.3em;
    padding-bottom: 0.3em;    
    font: 12px Tahoma;
    color: #444;
}
.inputButton {
    font: bold 1.1em Tahoma;
    background:url(../images/site/button-bg.png) no-repeat left top;
    width: 70px;
    height: 19px;
    color:#333;
    border-style: none;
    padding-bottom: 3px;
    color: #666;
}
div.login p {
    padding: 12px 10px 0 0;
}

/* ----- General Formation ----- */
ul.lst {
    list-style-type: none;
    direction: rtl;
    color: #4e4e4e;
    margin: 10px 20px;
}
ul.lst li {
    padding: 2px 15px 2px 0;
    background: url(../images/icons/bullet4.gif) no-repeat right 8px;
}

table.tbl {
    text-align: center;
    margin: 0 auto;
    direction: rtl;
}
table.tbl caption {
    padding: 30px 0 10px 0;
    font-weight: bold;
}
table.tbl td, table.tbl th {
    border: solid 1px #f0f0f0;
}
table.tbl tr {
    height:30px;
    background-color:#E0E0F0;
}
table.tbl th {
    background-color:#C0C0DA;
}

.cpGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
}
.cpGrid td {
    padding: 1px 2px 1px 2px;  
    border: solid 1px #ddd;    
}
.cpGrid .alt {
    background-color: #EDF3FE; 
}
.cpGrid .selected td
{
    background-color: #ffffcc;
}
.cpGrid th {
    padding: 2px;
    color: White;
    background-color: #3D80DF;
    border-left: solid 1px #3D80DF;   
}
.cpGrid th a {
    color: #fff;
}
.cpGrid th a:hover {
    color: #aaa;
}

.grd { margin: 5px 0 10px 0; clear: both; border-collapse:collapse; margin: 0 auto;  }
    .grd td { padding: 2px 4px; border: solid 1px #f0f0f0; color: #565656; background-color: #E0E0F0; }
    .grd th { padding: 4px; color: #363636; background: #AFAFCF url(../images/site/grd_head.png) repeat-x top; border: solid 1px #f0f0f0; font-size: 0.9em; font-weight: bold; }
        .grd th a { color: #fff; text-decoration: underline; }
        .grd th a:hover { color: #aaa; }
.grd .alt td { background: #E0E0F0 url(../images/site/grd_alt.png) repeat-x top; }
.grd .pgr {background: #424242 url(../images/site/grd_pgr.png) repeat-x top; }
    .grd .pgr table { margin: 5px 0; }
    .grd .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .grd .pgr a { color: #666; }
    .grd .pgr a:hover { color: #000; text-decoration: none; }
.grd img { float: left; }
.grd .sel td { background-image: none; background-color: #ffffcc; }  
.grd .trans {
    background: none !important;
}
.grd caption {
    padding: 30px 0 10px 0;
    font-weight: bold;
}
.grd-en td {
    direction: ltr;
}
.grd-cen td {
    text-align: center;
}

/* ----- Other Styles ----- */
.uplink { 
    display: block;
    background: url(../Images/icons/arrow_up.gif) no-repeat left center;
    text-align: left;
    padding: 2px 15px;
}
.uplink:hover {
    text-decoration:none;
}

fieldset.fs {
    margin: 5px 0;
    border: solid 1px #B5B8C8;
    padding:5px;
}
fieldset.fs legend {
    font-weight: bold;
    color: #15428B;
}

.hdError {
	direction:rtl;
    height: 50px;
    background: url(../Images/public/error_tb.png) repeat-y left;
    margin-top: 10px;
    color:#fff;
    font: 900 24px Arial;
    padding: 17px 25px 0 0;
    margin-bottom: 10px;
}
.caption {
    background: #F3F3EC url(../images/public/caption_bg.png) repeat-x top;
    padding: 2px 5px 2px 0;
    border: solid 1px #BDC3DD;
    border-bottom: solid 1px #A7ACC5;
    font-weight: bold;     
    text-align: right; 
}

/* ----- Address List Control ----- */
.address {    
    background-color: #E0E0F0;
    width: 95%;
    margin: 10px auto;
}
.address-head, .address-foot {
    background-color: #C0C0DA;
    padding: 5px;
}
.address-body {
    padding: 5px;
}
.address-title {
    color: #223E6B;
    font: Bold 16px Arial;
}
.address-foot {
    height: 22px;
}
.address-hlp {
    padding: 20px 8px 0 0;
    text-align: justify;
    line-height: 17px;
}
.address-hlp span.num {
    white-space: nowrap;
    direction: ltr;
    font-weight: bold;
    color: #333;
}

/* ----- Home Page ----- */
.frontImage {
    padding-bottom: 10px;
}
#frontPane {
    margin-bottom: 12px;
    width: 740px;
    height: 363px;
    direction: rtl;
    background: url(../images/site/home.jpg) no-repeat left top;
    position: relative;
}
#frontPane div {
    width: 232px;
    float: right;
    display: inline;
    margin: 0 7px;
    height: 300px;
    padding-top: 20px;
}
#frontPane h3 {
    background-image: none;
    font-size: 1.4em;
    text-align: center;
}
#frontPane a {
    display: block;
    height: 310px;
}
#frontPane p {
    position: absolute;
    height: 40px;
    width: 710px;
    padding: 7px 15px 5px 15px;
    left: 0;
    bottom: 0;
    background: #A7B9D5;
    display: none;
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
    
}

div.articles, div.news {
	padding: 10px;
    direction: rtl;
	width: 390px;
	border: solid 1px #bab7b7;	
	float: right;
	background: #f9f9f9;
}
div.articles li, div.news li {
    padding: 0 15px 5px 0;
    background: url(../images/icons/bullet4.gif) no-repeat right 6px;
}
div.articles h3, div.news h3 {
    margin-bottom: 4px;
}
div.articles a.lnk {
    display: block;
    text-align: left;
    padding-top: 9px;
}
div.news {
    width: 295px;
    float: left;
}
div.news p {
    color: #666;
}
div.news li {
    padding-bottom: 11px;
}

/* ----- Home Store ----- */
.store_services {
	width: 313px;
	float:left;
    border: solid 1px #bab7b7;
}
.store_services a {
    direction: rtl;
    display: block;
    height: 58px;
    padding-top: 180px;
    color: #667;
    text-align: center;
    background: url(../images/site/service-back.jpg) no-repeat left top;
    
}
.store_services a strong {
	display:block;
}
.store_services a.products { background-position: left top; }
.store_services a.products:hover { background-position: left bottom; }
.store_services a:hover {
	color: #000;	
	text-decoration: none;
}


/* ----- Cart Control ----- */
div.cart
{
    margin: 5px;    
    height: 70px;
    overflow: hidden;
    border: solid 1px #ECE9D8;
    color: #666;
    cursor: default;
    background-color: #fff;
    direction: ltr;
}
div.cart-selected
{
    padding: 0px;
    border: solid 1px #3366CC;
    color: #000;
    background-color: #E5ECF9;
}
div.cart div.thumb
{
    float: right;
    width: 80px;
    text-align: center;
    height: 60px;
    padding: 2px;
    background-color: #fff;
    border: solid 1px #aaa;
    margin: 2px;
}
div.cart div.thumb img
{
    border-width: 0px;
}
div.cart div.info
{
    padding: 3px 5px;
    float: right;
    width: 280px;
}
div.cart div.info div.fileName
{
    text-align: right;
    font-weight: bold;
    font-style: italic;   
}
div.cart div.info div.serviceName
{
    direction: rtl;
    padding-top: 4px;
    background: url(../images/icons/more.gif) no-repeat right 6px;
    padding-right: 10px;
}
div.cart div.info div.serviceName span
{
    font-weight: bold;
}
div.cart div.info div.selection
{
    direction: rtl;
}
div.cart div.info div.selection ul, div.cart div.info div.selection li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div.cart div.info div.selection li
{
    float: right;
    padding: 3px 5px 0 10px;
    white-space: nowrap;
    background: url(../images/icons/bullet.gif) no-repeat right 8px;
    
}
div.cart div.info div.selection span
{
    font-weight: bold;
}
div.cart div.cost
{
    width: 140px;
    height: 100%;
    background-color: #E5ECF9;
    color: #333;
}
div.cart div.cost div
{
    padding: 4px;
    direction: rtl;
}
div.cart div.cost strong
{
    width:60px;
    float: right;
    text-align: left;
    font-weight: bold;
    padding-left: 3px;
}

/* ------ Shop Style ----- */
.shop-dep {
    width: 175px;
    margin: 10px 25px;
    background: url(../images/shop/dep-bg.png) no-repeat left 96px;
    float: right;
    padding: 45px 0px 5px 0px;
}
.shop-dep a
{
    text-decoration: none;
    color: #000;
}
.shop-dep a:hover{
    color: #00f;
}

.shop-dep a span 
{
	display:block;
	height:110px;
    vertical-align: top;
}

.shop-dep strong 
{
	display:block;
    margin: 25px 0 60px 0;
    text-align: center;
    font: Bold 16px Arial;
}
.shop-dep li {
    margin-right: 15px;
    padding: 2px 15px 2px 0;
    font: Bold 11px Tahoma;
    background: url(../images/icons/bullet3.gif) no-repeat right center;
}
.shop-dep li a{
    color: #333;
}
.shop-dep li a:hover{
    color: #33f;
}
.shop-title, .basket-info {
    border: solid 1px #B3B0B0;
    direction:rtl;                   
}
.shop-title {
    margin-left: 230px;
    color: #223E6B;
    font: Normal 38px Arial;
    padding: 20px 20px 0 0;
    height: 55px; 
}
.basket-info {
    width: 218px;            
    float: left;
    height: 75px; 
}
.basket-info h4 {
    margin: 5px 10px 0 0;
    background-image: none;
    padding: 0;
    font: bold 12px Tahoma;
    color: #223E6B;
}
.basket-info p {
    padding: 5px 5px 5px 0 !important;
}
.shop-content {
    padding: 15px 20px;
    direction: rtl;
    margin-top: 10px;
}
.shop-table {
    border-collapse:collapse;
    width: 95%;
    margin: 0 auto;
}
.shop-table td, .shop-table th {
    background-color: #E0E0F0;
    border: solid 1px #f0f0f0;
    text-align: center;
    padding: 1px 4px;
}
.shop-table th {
    background-color: #C0C0DA;
    font-weight: bold;
}
.shop-table .invis {
    background-color: Transparent;
}     
.shop-table img {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 32px;
    width: 32px;
}  
.shop-nav {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
}
.shop-nav a {
    float: left;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 11px;
    border: solid 1px #9e9e9e;
    height: 17px;
    color: #555;
    text-align: center;
    background: url(../images/site/button-tile.png) repeat-x top;           
}
.shop-nav a:hover {
    text-decoration: none;
}   

/* ----- Payment Page Style ------ */
.pay-redirect, .pay-error {
    width:400px;
    margin:200px auto 0 auto;
    text-align:center;
    border:solid 1px #ccc;
    background-color:#f0f0f0;
    padding: 10px 20px;
    direction: rtl;
}
.pay-redirect p, .pay-error p {
    margin: 10px 0;
}
.pay-error {
    color: #fff;
    background: url(../images/site/alert.png) #f88 no-repeat center top;
    border: solid 1px Red;
    padding-top: 128px;
}

/* ---- Other Styles ----- */
a.pc {
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    background: url(../images/site/pc.jpg) no-repeat left top;
}
a.pc span {
    display: none;
}